]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
...and don't hide it at all since we don't have a placeholder now
[quix0rs-gnu-social.git] / classes /
2015-01-12 Mikael NordfeldthgetUrl() fixed for File and File_thumbnail to correct...
2015-01-12 Mikael NordfeldthWhen called in offline queue, File::url was HTTP
2015-01-08 Mikael NordfeldthMerge commit 'refs/merge-requests/28' of https://gitori...
2014-12-10 Mikael NordfeldthMerge commit 'refs/merge-requests/25' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/26' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/27' of https://gitori...
2014-12-09 Joshua Judson RosenConsistently root autostitched conversations at the...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/23' of https://gitori...
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-12-01 Mikael Nordfeldthdebug output was referencing wrong variable
2014-11-27 Mikael NordfeldthAdding crc32 to uniqueify conversation URIs
2014-11-27 Mikael NordfeldthIf a Notice insert fails, don't continue processing it
2014-11-27 Mikael NordfeldthMove Conversation creation out of insert() to allow...
2014-11-27 Mikael NordfeldthConversation URI cannot be null
2014-11-27 Mikael NordfeldthUse remote conversation URI info to stitch convos together
2014-11-07 Mikael NordfeldthDirectMessage moved into a plugin, not done yet
2014-11-05 Mikael NordfeldthNotice_source checks in better code style
2014-10-25 Mikael NordfeldthmultiGet instead of listFind, subs now in order!
2014-10-20 Hannes Mannerheimwe _do_ want to show text/html as attachments, since...
2014-10-20 Hannes Mannerheimrepeat-bug, could not repeat oversized notices
2014-09-25 Mikael NordfeldthMats Sjöberg's merge request no.5 from Gitorious
2014-08-24 Roland HaederAdded missing index declarations.
2014-08-24 Roland HaederFixed CHMOD + set error_reporting(0) in getvaliddaemons...
2014-08-24 Mikael NordfeldthAtomPub missing georss namespace merge from chimo
2014-08-24 Mikael NordfeldthQnA fixes from chimo
2014-08-24 Mikael NordfeldthPoll fixes by chimo
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
next