]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins
Allow exception to be thrown if saveActivityObject fails
[quix0rs-gnu-social.git] / plugins /
2014-05-18 Mikael Nordfeldthsprintf for SQL calls, please
2014-05-18 Mikael NordfeldthShow more links work with AJAX-retrieved HTML
2014-05-18 Mikael NordfeldthDon't show or preview text/html attachments
2014-05-18 Mikael NordfeldthNotice->repeat() function takes Profile as argument now
2014-05-17 Mikael NordfeldthXrdAction extends ManagedAction
2014-05-12 Mikael NordfeldthConversationTree is now a plugin (not oldschool setting)
2014-05-12 Mikael NordfeldthNot sure how much time to spend on GNUsocialPhotos...
2014-05-10 Mikael NordfeldthNotice->getUrl() for shares would throw exception in...
2014-05-10 Mikael Nordfeldth"Twitter card" support had badly referenced HTML outputter
2014-05-07 Mikael NordfeldthToo many bird wings ({), sorry Erkan :)
2014-05-07 Mikael Nordfeldthmisplaced dollar sign, also URLs != attention URIs
2014-05-06 Mikael NordfeldthOld examples of lacking 'new' before 'Exception'
2014-05-06 Mikael NordfeldthForgot 'new' before the Exception class
2014-05-06 Mikael NordfeldthBad variable reference in OembedPlugin
2014-05-06 Mikael NordfeldthMoved oEmbed stuff out to a plugin (Oembed).
2014-05-06 Mikael NordfeldthGarbage collection script didn't loop through anything
2014-05-06 Mikael NordfeldthUser object didn't have getNickname() function
2014-05-06 Mikael NordfeldthMissed a $user->id to $profile->id translation
2014-05-06 Mikael NordfeldthMore Exceptions for FeedSub doSubscribe and related...
2014-05-06 Mikael NordfeldthType testing instead of just empty() in OStatusPlugin
2014-05-06 Mikael NordfeldthMagicEnvelope class now throws exception on XRD fail
2014-05-05 Mikael NordfeldthMore modern coding, stuff related to subscriptions
2014-05-05 Mikael NordfeldthMSN probably doesn't work, and we don't like it anyway
2014-05-05 Mikael NordfeldthUsersalmonAction updated to stronger typing standards
2014-05-05 Mikael NordfeldthGroupsalmonAction updated to stronger typing standards
2014-05-05 Mikael NordfeldthMore debugging for Salmon activities
2014-05-05 Mikael NordfeldthStronger typing and function access control in OStatus
2014-05-05 Mikael NordfeldthSuccess debugging was too much noise
2014-05-05 Mikael NordfeldthMore debugging in Magicsig class verify method
2014-05-05 Joshua Judson RosenPrevent spurious refusals of legitimate notices posted...
2014-05-05 Joshua Judson RosenAutocomplete: don't match non-subscribed group-names.
2014-05-01 Mikael NordfeldthgetConversationUrl introduced for linking to conversations
2014-05-01 Mikael NordfeldthWe're not interested in Disqus support.
2014-04-30 Mikael NordfeldthNotice URIs are not necessarily URLs.
2014-04-30 Mikael Nordfeldthwtf is Echo? bah, let's get rid of this crap
2014-04-29 Mikael Nordfeldths/bestUrl/getUrl/ for notices and microapp objects
2014-04-29 Mikael NordfeldthVideoThumbnails failure detection improved.
2014-04-28 Mikael NordfeldthMinifying javascripts is evil. Let's not do it.
2014-04-28 Mikael NordfeldthDatetime representation aligned for microformats2
2014-04-28 Mikael NordfeldthCode cleanup and enabling User object's etc. getUri()
2014-04-28 Mikael NordfeldthEmailAuthentication enabled by default
2014-04-28 Mikael NordfeldthBetter fallback on UnsupportedMediaException
2014-04-21 Mikael NordfeldthDynamically generate thumbnails (see full text)
2014-04-21 Mikael NordfeldthBetter event name (creating thumbnail _source_)
2014-04-19 Mikael NordfeldthOStatus onStartNoticeSourceLink to use exceptions
2014-04-18 Mikael NordfeldthWe get profiles directly, there's no user object anymore
2014-04-16 Mikael NordfeldthBetter plugin description for VideoThumbnails
2014-04-16 Mikael NordfeldthMediaFile thumbnail event hooks + VideoThumbnails plugin
2014-04-06 Mikael NordfeldthHTML5 required attribute for some input forms
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/199' of git://gitorio...
2014-03-15 Mikael NordfeldthMerge branch 'master' of gitorious.org:statusnet/gnu...
2014-03-10 Mikael NordfeldthUpdated and moved XMPP documentation into plugin.
2014-03-09 Mikael NordfeldthIrcManager does not have serverError, so it must throw...
2014-03-09 Mikael NordfeldthCosmetic changes to common_redirect, clientError, serve...
2014-03-09 Mikael Nordfeldthcommon_redirect and clientError exits, so refactor
2014-03-09 Mikael NordfeldthAdd support for 'nohub' sub_state in FeedSub
2014-03-09 Mikael NordfeldthAdd functions to avoid direct variable access
2014-03-09 Mikael NordfeldthFeedSub gets a plugin event handler for sub/unsub
2014-03-07 Mikael NordfeldthRegisterThrottle didn't save the created time
2014-03-07 Mikael NordfeldthCosmetic changes to RegisterThrottle
2014-03-06 Mikael NordfeldthWe don't add to inbox anymore.
2014-03-06 Mikael NordfeldthAdded OpportunisticQM README that has good docs
2014-03-06 Mikael NordfeldthAdd Attention stuff to TwitterBridge
2014-03-06 Mikael NordfeldthStricter typing + user detection in Realtime
2014-03-06 Mikael NordfeldthRemoved Inbox from core (unused since 4b2a66ed29091209c...
2014-03-06 Mikael NordfeldthNew mechanism for "all" feed (InboxNoticeStream)
2014-03-06 Mikael NordfeldthMerge branch 'master' into FeedPoller
2014-03-05 Mikael NordfeldthMerge commit 'refs/merge-requests/11' of git://gitoriou...
2014-03-05 Mikael NordfeldthMake ostatussub conform to coding standards a bit
2014-03-02 Mikael NordfeldthSubMirror now works again against old PuSH
2014-03-02 Mikael NordfeldthCosmetic changes to SubMirror actions
2014-03-02 Mikael NordfeldthRemove Twitter from SubMirror
2014-03-02 Mikael NordfeldthGNU social naming, not StatusNet
2014-03-02 Mikael NordfeldthPrepare for >1024 RSA keys for Salmon signatures
2014-03-01 Mikael NordfeldthConversation ID now gets set from initial notice.
2014-03-01 Mikael NordfeldthMinor code cleanup with group related actions (thanks...
2014-03-01 Mikael NordfeldthDon't forget to strip 'Plugin'. (_MrB_ rocks, MMN-o...
2014-02-27 Mikael NordfeldthPartly revert 97830b07019d9ffe33e2c2048bac39026e636998...
2014-02-24 Mikael NordfeldthMaking us less dependant on javascript trust
2014-02-24 Mikael NordfeldthPreparing plugins for no-minify-in-core-policy
2014-02-23 Mikael Nordfeldthmentions from OStatus lookup were missing a 'type'...
2014-02-23 Mikael NordfeldthAutocomplete now matches remote profiles as well.
2014-02-23 Mikael NordfeldthMerge commit 'refs/merge-requests/8' of git://gitorious...
2014-01-26 Jean Baptiste FavreFiw TwitterBridge after SSL enforcement (https://dev...
2014-01-04 Mikael NordfeldthMerge commit 'refs/merge-requests/6' of git://gitorious...
2014-01-01 Mikael Nordfeldthbetter comment for PuSH <0.4 hack
2014-01-01 Mikael Nordfeldthbetter comment for PuSH <0.4 hack
2013-12-04 Mikael NordfeldthTwitter search server has changed domain name (thanks...
2013-12-02 Mikael NordfeldthMerge branch 'master' into FeedPoller
2013-11-20 Mikael NordfeldthCronish jobs by the minute. These run very often!
2013-11-20 Mikael NordfeldthCron split into Cronish and OpportunisticQM
2013-11-19 Mikael NordfeldthAttention structure has changed recently
2013-11-19 Mikael NordfeldthDon't miss integer 0 values from find()
2013-11-19 Mikael NordfeldthGTalk shouldn't be trusted to comply with XMPP nowadays
2013-11-09 Mikael NordfeldthInbox class a bit more consistent in argument order...
2013-11-08 Mikael NordfeldthWebFingerResource for profiles now WebFingerResource_Pr...
2013-11-06 Mikael NordfeldthRemote StatusNet sites would throw 400 if no hub.verify...
2013-11-02 Mikael NordfeldthPuSH 0.4: No outgoing 'sync' verifications. Feed renewa...
2013-11-02 Mikael NordfeldthWe don't do local_push_bypass
2013-11-01 Mikael NordfeldthNotice metadata for WebFinger. Not sure if implemented...
next