]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
Merge branch 'master' of gitorious.org:social/mainline
[quix0rs-gnu-social.git] / classes /
2014-08-19 Matt LeeMerge branch 'master' of gitorious.org:social/mainline sazius-nightly
2014-08-18 Mikael NordfeldthMerge mmn's 'nightly' changes
2014-08-07 Mikael NordfeldthProfile activityobject array outputs "summary" field
2014-08-07 Mikael NordfeldthMerge request from postblue for unclosed @media in CSS
2014-08-05 Mikael NordfeldthRemoving excessive "inline" attachment listings
2014-08-05 Mikael NordfeldthFile->getEnclosure improvements (text/html is not an...
2014-07-29 Mikael NordfeldthShares would lack a title in any Activity representation
2014-07-28 Mikael NordfeldthStart/End NoticeAsActivity modifications
2014-07-28 Mikael NordfeldthMore use of Profile, less User
2014-07-15 Mikael NordfeldthShow correct number of POSTs in conversation "more...
2014-07-14 Mikael NordfeldthMore Activity-based reasoning for saveActivity in Notice
2014-07-14 Mikael NordfeldthMerge request from chimo adding getvaliddaemons to...
2014-07-14 Mikael NordfeldthMerge request from robmyers upping the PHP version...
2014-07-14 Mikael NordfeldthUnifying HTML stripping functions to common_strip_html
2014-07-14 Mikael NordfeldthStore activity content into Notice table in saveActivity
2014-07-13 Mikael NordfeldthEmail notify-on-fave moved to Profile_prefs (run upgrad...
2014-07-13 Mikael NordfeldthNew Profile_prefs get a 'created' value now.
2014-07-13 Mikael NordfeldthShortcut to Profile_prefs get/set Data in Profile and...
2014-07-13 Mikael NordfeldthAllow default data from Profile_prefs::getData call
2014-07-13 Mikael Nordfeldthmaking more sense in mail_notify_fav
2014-07-09 Mikael NordfeldthUse canonical object type in Notice title as ActivityObject
2014-07-06 Mikael NordfeldthDo proper Activity-plugin based mention notification
2014-07-05 Mikael NordfeldthFavorAction now uses Notice::saveActivity
2014-07-04 Mikael NordfeldthRewriting code for notice representation
2014-07-03 Mikael NordfeldthSaved incoming activites for Favorite as wrong profile
2014-07-03 Mikael NordfeldthOccasionally we'd get a false from Profile::getKV
2014-07-03 Mikael NordfeldthConverted all ActivityObject::fromProfile to $profile...
2014-07-02 Mikael NordfeldthActivityObject::fromProfile implemented in Profile
2014-07-02 Mikael NordfeldthFavorites are now being stored from activities
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
next