]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
File_thumbnail lacked getUrl function
[quix0rs-gnu-social.git] / classes /
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...
2013-10-30 Mikael NordfeldthNoticeListItem attentions showed double for User_group
2013-10-29 Mikael NordfeldthFile oEmbed lookup failure is not as severe as LOG_ERR
2013-10-29 Mikael NordfeldthGroup discovery from text functions polished
2013-10-29 Mikael Nordfeldthfunction delete in dataobjects now don't break strict...
2013-10-28 Mikael NordfeldthReworked the ActivityContext->attention structure
2013-10-28 Mikael NordfeldthMore OOP-ish tests using instanceof
2013-10-28 Mikael NordfeldthMemcached_DataObject extensions got their update functi...
2013-10-28 Mikael NordfeldthgetAcctUri function added with related exception
2013-10-28 Mikael NordfeldthUse getParent instead of manual reply_to lookup
2013-10-28 Mikael NordfeldthRemoved legacy OMB. Use OStatus for remote profiles.
2013-10-23 Mikael NordfeldthNotice class local cache fixes
2013-10-23 Mikael NordfeldthCall memcache() as a static object (it's a static class)
2013-10-22 Mikael NordfeldthDon't disconnect a DB_Error, instead log for better...
2013-10-22 Mikael NordfeldthNotice->getParent function fixes
2013-10-21 Mikael NordfeldthRevert "Better ID for notice activity"
2013-10-21 Mikael NordfeldthOnly use ActivityVerb::SHARE (forwardId is deprecated)
2013-10-21 Mikael NordfeldthReplace common_good_random with common_random_hexstr
2013-10-21 Mikael NordfeldthException wasn't thrown. How does PHP handle daisychain...
2013-10-20 Mikael NordfeldthStrict type check against false in User_group
2013-10-20 Mikael NordfeldthWebFingerResource introduced, instead of strict Profile...
2013-10-19 Mikael NordfeldthCore and Default plugins separated, now loads on install
2013-10-17 Mikael NordfeldthMove nick updating of User entry to Profile->update()
2013-10-17 Mikael NordfeldthWhen updating a User_group nickname, correlate Local_gr...
2013-10-16 Mikael NordfeldthLocal_group and User are now assumed to be in same...
2013-10-16 Mikael NordfeldthBetter checks during User::register and improved Nickna...
2013-10-15 Mikael NordfeldthAdd support (and upgrade path) for group profiles
2013-10-15 Mikael NordfeldthRemoving legacy code and fixup_* for Status_network...
2013-10-15 Mikael NordfeldthDo calls straight to the result of getProfile
2013-10-15 Mikael NordfeldthMoved favoriteNotices from User to Profile class
2013-10-15 Mikael NordfeldthgetTaggedSub-stuff moved to Profile class
2013-10-14 Mikael NordfeldthWe never accept a user without a Profile
2013-10-14 Mikael NordfeldthGNU social is with a minor s.
2013-10-14 Mikael Nordfeldthstatic:: call are less cluttery
2013-10-14 Mikael Nordfeldthcommon_sql_now() is recommended before DB_DataObject_Ca...
2013-10-14 Mikael NordfeldthMDB2 now works with UTF-8
2013-10-08 Mikael NordfeldthRemote Profile Action from ModPlus now more generic
2013-10-08 Mikael NordfeldthRemoved deprecated activity:subject
2013-10-08 Mikael Nordfeldthcommon_sql_now() is recommended
2013-10-07 Mikael NordfeldthNoResultException returns the failed object
2013-10-06 Mikael NordfeldthURL shortening can now be disabled for the 'maxurllength'
2013-10-06 Mikael NordfeldthQvitter API changes (thanks hannes2peer)
2013-10-06 Mikael NordfeldthpkeyGet unfortunately returns null (should throw NoResu...
2013-10-06 Mikael NordfeldthlistFind throws NoResultException on no results
2013-10-06 Mikael NordfeldthMoved Avatar retrieval into Avatar class
2013-10-06 Mikael NordfeldthAdded Profile_prefs class for profile preferences
2013-10-06 Mikael NordfeldthMoved shareLocation preference check to Profile class
2013-10-06 Mikael NordfeldthSome PHP strict warning fixes
2013-10-06 Mikael NordfeldthfillAvatars would avoid the *ProfileGetAvatar events
2013-10-05 Mikael NordfeldthLOG_WARNING, not LOG_WARN
2013-10-05 Mikael NordfeldthMediaFile code improvements, preparing to implement...
2013-10-05 Mikael NordfeldthForgot to clean some debug logging
2013-10-05 Mikael NordfeldthgetParent throws exception
2013-10-05 Mikael NordfeldthMerge-request 3 by pztrn, IM reply more intuitive
2013-10-05 Mikael NordfeldthFix Avatar-unlink plus better logging in TwitterImport
2013-10-04 Mikael Nordfeldthis_a() with 3 params only supported in 5.3.9 anyway
2013-10-04 Mikael NordfeldthTwitter Import improvements. Still buggy?
2013-10-03 Mikael NordfeldthTwitter Import + avatar fixes (cleaning up + fixing)
2013-10-02 Mikael NordfeldthDo not name anything getOriginal (because DB_DataObject...
2013-10-02 Mikael NordfeldthVarious minor Avatar fixes, but pretty necessary.
2013-10-01 Mikael NordfeldthProperly unlink all old avatars when deleting/uploading...
2013-09-30 Mikael NordfeldthFixed regression in latest Avatar fixes
2013-09-30 Mikael NordfeldthFix regression from WebFinger update for singleuser...
2013-09-30 Mikael NordfeldthAvatar resizing improvements and better code reuse
next