]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins
Fave does not carry a type
[quix0rs-gnu-social.git] / plugins /
2014-07-05 Mikael NordfeldthFave does not carry a type
2014-07-04 Mikael NordfeldthBad ActivityObject generation of Fave
2014-07-04 Mikael NordfeldthRewriting code for notice representation
2014-07-04 Mikael NordfeldthRemove Ostatus_profile when releted Profile is deleted
2014-07-03 Mikael NordfeldthTagprofileAction fiddled with, now doesn't require...
2014-07-03 Mikael NordfeldthConverted all ActivityObject::fromProfile to $profile...
2014-07-02 Mikael NordfeldthFavorites are now being stored from activities
2014-07-02 Mikael NordfeldthMost of the activityobject-saving for Favorite implemented
2014-07-02 Mikael NordfeldthCaching fixes for Fave class
2014-07-02 Mikael NordfeldthcheckAuthorship events, Ostatus_profile rewrite to...
2014-07-02 Mikael NordfeldthAdded saveActivity method to Notice class
2014-07-02 Mikael NordfeldthGET, HEAD, DELETE are strings not constants
2014-07-02 Mikael NordfeldthMoved functions into ActivityHandlerPlugin from MicroAp...
2014-06-28 Mikael NordfeldthSalmonAction and extensions simplified
2014-06-28 Mikael NordfeldthFavorite "aside"-sections moved, also small fixes left...
2014-06-28 Mikael NordfeldthMore Favorite pluginification (favecount, cache, menus...
2014-06-28 Mikael NordfeldthConfusing documentation and tooltip texts in Bookmark
2014-06-27 Mikael Nordfeldthpluginified most of hasFave, getFaves and related calls
2014-06-24 Mikael NordfeldthMoved Favorite EVENTS into plugin folder text file
2014-06-24 Mikael NordfeldthFavorite functionality put into plugin (not done yet)
2014-06-23 Mikael NordfeldthDiscoveryHints gets microformats2 parsing abilities
2014-06-23 Mikael NordfeldthDiscoveryHints now properly returns hcard url
2014-06-23 Mikael NordfeldthModPlus available also for non-logged in users.
2014-06-23 Mikael NordfeldthEvent listing boolean logic error
2014-06-23 Mikael Nordfeldthdon't show ModPlus for group profiles
2014-06-23 Mikael NordfeldthGroup listing in Directory plugin works again
2014-06-23 Mikael NordfeldthNo nickname in profile listing
2014-06-23 Mikael NordfeldthEvent cache clearing bug
2014-06-23 Mikael NordfeldthEvent upgraded to microformats2
2014-06-23 Mikael NordfeldthRSVP stricter typing
2014-06-22 Marcel van der BoomMake sure the Attention::saveNew does not cause an...
2014-06-22 Mikael NordfeldthInitial move towards microformats2
2014-06-21 Mikael NordfeldthshowAvatar functions deduplicated into Widget class
2014-06-05 Mikael NordfeldthMerge from chimo: Catch GeoCookie JSON parsing error
2014-06-04 Mikael NordfeldthProper HTTP status codes for WebFinger search miss
2014-06-04 Mikael NordfeldthReturn 404 on resource-not-found for WebFinger
2014-06-03 Mikael NordfeldthLess verbose debugging (also don't log private keys)
2014-06-03 Mikael NordfeldthDefault of Magicsig keypair toString should be secure
2014-06-03 Mikael NordfeldthMoved Poll CSS into the plugin directory
2014-06-03 Mikael NordfeldthMoved QnA CSS into the plugin directory
2014-06-03 Mikael NordfeldthMoved Event CSS into the plugin directory
2014-06-03 Mikael NordfeldthMoved Bookmark CSS into the plugin directory
2014-06-02 Mikael NordfeldthMagicsig::generate is now static
2014-06-02 Mikael NordfeldthSalmon posts can only be made for local users. More...
2014-06-02 Mikael NordfeldthQuick-return is more comprehensible than long if statements
2014-06-02 Mikael NordfeldthPrepare for WebFinger magicsig data for remote profiles
2014-06-02 Mikael NordfeldthMagicEnvelope discoverKeyPair now returns string
2014-06-02 Mikael NordfeldthOnly use a Profile in MagicEnvelope keypair retrieval
2014-06-02 Mikael NordfeldthMagicsig importKeys finetuning and getHash() use
2014-06-02 Mikael NordfeldthDon't ensureProfile before we verify signature
2014-06-02 Mikael NordfeldthClarify it's not base64, but base64url, encoding in...
2014-06-02 Mikael NordfeldthImprove debugging for Salmon slaps
2014-06-02 Mikael NordfeldthTry the whole Salmon action for AlreadyFulfilledException
2014-06-02 Mikael NordfeldthMagicsig warning message would fail to get bits
2014-06-02 Mikael NordfeldthFile::processNew now static and always throws exception...
2014-06-01 Mikael NordfeldthFile::processNew can return -1 which was not true for...
2014-06-01 Mikael NordfeldthStronger typing for NoticeListItem and so
2014-06-01 Mikael NordfeldthThere could be unresolvable FeedSub entries
2014-05-31 Mikael NordfeldthMagicsig is made a bit less cumbersome
2014-05-31 Mikael NordfeldthUse locally cached Salmon keys for profiles
2014-05-31 Mikael NordfeldthLast objectification of MagicEnvelope. Smarter SalmonAction
2014-05-30 Mikael NordfeldthTemplate engine is a good idea, but not in that impleme...
2014-05-30 Mikael NordfeldthMaybe the least necessary plugin: PoweredByStatusNet
2014-05-28 Mikael NordfeldthSalmon log message tidying up
2014-05-27 Mikael NordfeldthBad variable names (fixes last commit)
2014-05-27 Mikael NordfeldthMagicEnvelope object orientation (no passing arrays)
2014-05-27 Mikael NordfeldthMake MagicEnvelope self-reference
2014-05-26 Mikael NordfeldthRemoved MagicEnvelopeCompat, legacy from SN <0.9.7
2014-05-26 Mikael NordfeldthMinor changes in Salmon lib for Magicsig retrieval.
2014-05-26 Mikael NordfeldthMake Profile::fromUri use UnknownUriException
2014-05-26 Mikael NordfeldthShould not normalize Salmon author URIs.
2014-05-26 Mikael NordfeldthgetAuthorUri is a more appropriate function name
2014-05-26 Mikael NordfeldthcheckAuthor not used anywhere
2014-05-19 Mikael NordfeldthThere's no guarantee we have an Ostatus_profile for...
2014-05-19 Mikael NordfeldthInform and make use of NoProfileException in OStatus...
2014-05-19 Mikael NordfeldthUsersalmonAction cleanup
2014-05-19 Mikael NordfeldthOstatus_profile throws NoProfileException from localPro...
2014-05-19 Mikael NordfeldthNoUriException added and implemented in FeedSub class
2014-05-19 Mikael NordfeldthRemoving unused functions from Bookmark plugin
2014-05-19 Mikael NordfeldthadminUpdates setting not available now
2014-05-19 Mikael NordfeldthisLocal() for User_group
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...
next