]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
Caching fixes for Fave class
[quix0rs-gnu-social.git] / classes /
2014-07-02 Mikael NordfeldthAdded saveActivity method to Notice class
2014-07-02 Mikael NordfeldthgetIdentifiers, resolveUri, findLocalObject Activity...
2014-06-28 Mikael NordfeldthMore Favorite pluginification (favecount, cache, menus...
2014-06-27 Mikael Nordfeldthpluginified most of hasFave, getFaves and related calls
2014-06-24 Mikael NordfeldthFavorite functionality put into plugin (not done yet)
2014-06-23 Mikael NordfeldthThere was no getNickname() for User_group
2014-06-22 Mikael NordfeldthInitial move towards microformats2
2014-06-22 Mikael NordfeldthFile basename call lacked a dot
2014-06-17 Mikael NordfeldthCould not update avatar due to Bad Thumbnail parameters
2014-06-05 Mikael NordfeldthSimplify functions regarding locally cached profiles...
2014-06-05 Mikael NordfeldthNon-dynamic profile fetching in User and User_group
2014-06-05 Mikael NordfeldthNon-dynamic user and group fetching in Profile
2014-06-05 Mikael NordfeldthAdd support for plugins to resize images
2014-06-05 Mikael NordfeldthMerge from chimo: Catch GeoCookie JSON parsing error
2014-06-04 Mikael NordfeldthNon-dynamic fetching for multiple Notice properties
2014-06-04 Mikael Nordfeldth$notice->getProfile will ALWAYS return a Profile
2014-06-04 Mikael NordfeldthReplies to repeats should go to the original
2014-06-04 Mikael NordfeldthRepeats were not delivered a conversation ID
2014-06-04 Mikael NordfeldthNotice::getReplyTo more specific now (getInlineReplyTo)
2014-06-03 Mikael NordfeldthDangerous non-dynamic profile fetching in Notice
2014-06-02 Mikael NordfeldthNo need to pre-resize avatars
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 NordfeldthArrayWrapper no longer returned from multiGetClass
2014-05-30 Mikael NordfeldthSubscription class listing retrieval fixed
2014-05-26 Mikael NordfeldthMake Profile::fromUri use UnknownUriException
2014-05-26 Mikael NordfeldthNoProfileException collision avoidance fix
2014-05-19 Mikael NordfeldthisLocal() for User_group
2014-05-18 Mikael NordfeldthNotice->repeat() function takes Profile as argument now
2014-05-18 Mikael NordfeldthNotice->repeat should include the full message
2014-05-12 Mikael NordfeldthClear out stored files and reltaed thumbnails when...
2014-05-12 Mikael NordfeldthFile_thumbnail fixes (run scripts/upgrade.php)
2014-05-12 Mikael NordfeldthConversationTree is now a plugin (not oldschool setting)
2014-05-12 Mikael NordfeldthUse an Event to present notices conversations
2014-05-10 Mikael NordfeldthNotice->getUrl() for shares would throw exception in...
2014-05-07 Mikael Nordfeldthwidth and height are now properties in the File class
2014-05-06 Mikael NordfeldthBad variable reference in event hook.
2014-05-06 Mikael NordfeldthMoved oEmbed stuff out to a plugin (Oembed).
2014-05-06 Mikael NordfeldthUser object didn't have getNickname() function
2014-05-05 Mikael NordfeldthOnly run EndSubscribe when it is really a sub
2014-05-05 Mikael NordfeldthMore modern coding, stuff related to subscriptions
2014-05-01 Mikael NordfeldthConversations now have URIs that are not URLs
2014-05-01 Mikael NordfeldthgetConversationUrl introduced for linking to conversations
2014-05-01 Mikael NordfeldthLink notice posted time to local representation
2014-04-30 Mikael NordfeldthNotice URIs are not necessarily URLs.
2014-04-29 Mikael NordfeldthFix Direct Message functionality.
2014-04-29 Mikael Nordfeldths/bestUrl/getUrl/ for notices and microapp objects
2014-04-28 Mikael NordfeldthHandle File thumbnail errors better
2014-04-28 Mikael NordfeldthCode cleanup and enabling User object's etc. getUri()
2014-04-28 Mikael NordfeldthgetUrl replaces deprecated bestUrl (more to come)
2014-04-28 Mikael NordfeldthBetter fallback on UnsupportedMediaException
2014-04-22 Mikael NordfeldthFile width and height is now properly set for File
2014-04-21 Mikael NordfeldthDynamically generate thumbnails (see full text)
2014-04-21 Mikael Nordfeldthuse intval() instead of floor() for int return type
2014-04-21 Mikael NordfeldthPreparing File for dynamic thumbnail generation.
2014-04-20 Mikael NordfeldthFile_oembed::saveNew are File::saveNew are static
2014-04-20 Mikael Nordfeldthdeprecate Notice::bestUrl() in favor of getUrl()
2014-04-19 Mikael NordfeldthImprove ShownoticeAction remote redirect code
2014-04-19 Mikael NordfeldthUse getUrl() instead of ->url in OembedAction
2014-04-19 Mikael NordfeldthFixes to URI/URL handling for notices
2014-04-18 Mikael NordfeldthHandle missing URIs and URLs better
2014-04-18 Mikael NordfeldthAvoid double colon on Notice URI generation
2014-04-18 Mikael NordfeldthThrow exception when we can't get the url for a notice
2014-04-18 Mikael NordfeldthFile_thumbnail lacked getUrl function
2014-04-18 Mikael NordfeldthSet new notice uri to something that's not a URL
2014-04-16 Mikael NordfeldthOriginal name preserved in uploaded file.
2014-04-16 Mikael NordfeldthMediaFile thumbnail event hooks + VideoThumbnails plugin
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/199' of git://gitorio...
2014-03-08 Mikael NordfeldthFile class no longer depends on MIME
2014-03-07 Mikael NordfeldthRemoving unused "inboxed" flag for User class
2014-03-07 Mikael NordfeldthGet group attentions back into the "all" feed
2014-03-06 Mikael NordfeldthClear Attentions when notice or profile is removed
2014-03-06 Mikael NordfeldthAdd an index for Attention notice_ids too
2014-03-06 Mikael NordfeldthAdd Attention class for non-sub and non-mention notice...
2014-03-06 Mikael NordfeldthAdd Managed_DataObject getID() to avoid $obj->id
2014-03-06 Mikael NordfeldthRemoved Inbox from core (unused since 4b2a66ed29091209c...
2014-03-06 Mikael NordfeldthRemoved deprecated Inbox functions not in use from...
2014-03-06 Mikael NordfeldthTreat author just as anyone else (Notice distrib)
2014-03-06 Mikael NordfeldthAlways queue inbox distribution
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 NordfeldthBetter typing for isSubscribed
2014-03-05 Mikael NordfeldthHandle removed profile more gracefully in noticelist
2014-03-02 Jean Baptiste FavreAdd check after oembed API call. In case of error,...
2014-03-01 Mikael NordfeldthThrow exception, don't return null in Conversation...
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-01-12 Mikael NordfeldthUse exceptions for Notice::getByUri
2014-01-12 Mikael NordfeldthNotice::getByUri is of course static
2014-01-12 Mikael NordfeldthgetByUri added to Notice for future use
2013-11-10 Mikael NordfeldthSlight cleanup in typing and syntax of File and File_...
2013-11-09 Mikael NordfeldthInbox class a bit more consistent in argument order...
2013-11-09 Mikael NordfeldthNotice_inbox no longer used (and should've already...
2013-11-04 Mikael NordfeldthCall self:: instead of Memcached_DataObject
2013-11-02 Mikael NordfeldthMinor typing stuff and syntax fixes
2013-11-02 Mikael NordfeldthImplement a User_group fetching function for Local_group
2013-11-02 Mikael NordfeldthLess raw SQL in User_group
2013-11-02 Mikael NordfeldthMinor PHP stylistic features and typing stuff
2013-11-01 Mikael NordfeldthMinor labeling things for StatusNet to GNU social migration
2013-10-30 Mikael NordfeldthgetStreamName will now return nick/fullname based on...
next