]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib
Thumbnail cleaning script, for missing files and File entries
[quix0rs-gnu-social.git] / lib /
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 NordfeldthFilteringNoticeStream now uses OOP for getNotices
2014-05-12 Mikael NordfeldthBad variable reference in ProfileNoticeStream
2014-05-11 Mikael NordfeldthMore SQL in the conversation notice fetching
2014-05-11 Mikael NordfeldthInitial version of ManagedAction
2014-05-11 Mikael NordfeldthConversationRepliesAction removed, Conversation is...
2014-05-10 Mikael NordfeldthOrder InboxNoticeStream by id instead of created
2014-05-10 Mikael NordfeldthFileAction removed (we have AttachmentAction).
2014-05-10 Mikael NordfeldthRemoved 'bookmarklet' since we have Bookmark plugin
2014-05-10 Mikael NordfeldthRemote profiles in AccountProfileBlock generated errors
2014-05-09 Mikael NordfeldthDirectory to default plugins (disabled for singleuser)
2014-05-09 Mikael Nordfeldthcurry.php can always be included (we use PHP>5.2)
2014-05-09 Mikael NordfeldthOStatus enabled by default, only disabled for private...
2014-05-07 Mikael Nordfeldthsince_id and max_id for RawInboxNoticeStream
2014-05-06 Mikael NordfeldthOpportunisticQM moved from core to default plugins.
2014-05-06 Mikael NordfeldthMoved oEmbed stuff out to a plugin (Oembed).
2014-05-06 Mikael NordfeldthEnable events for showing Attachment representation
2014-05-05 Mikael NordfeldthAlreadyFulfilledException added, for acceptable exceptions
2014-05-05 Mikael NordfeldthFunctions should return quickly (cosmetic)
2014-05-05 Mikael NordfeldthUnsupportedMediaException caused excessive debug log
2014-05-05 Joshua Judson RosenDeliver SMS to @-ref'd users who want it, regardless...
2014-05-05 Joshua Judson RosenMake daemons call setgid() *before* setuid() because...
2014-05-01 Mikael NordfeldthgetConversationUrl introduced for linking to conversations
2014-05-01 Mikael NordfeldthLink notice posted time to local representation
2014-05-01 Mikael NordfeldthInstaller database adjustments
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 NordfeldthInlineAttachmentList had unnecessary function
2014-04-28 Mikael NordfeldthDatetime representation aligned for microformats2
2014-04-28 Mikael NordfeldthCode cleanup and enabling User object's etc. getUri()
2014-04-28 Mikael NordfeldthEmailAuthentication enabled by default
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 NordfeldthBe more precise in return array from image scaling
2014-04-21 Mikael NordfeldthDynamically generate thumbnails (see full text)
2014-04-21 Mikael NordfeldthAction->int(...) never replied with integers
2014-04-21 Mikael NordfeldthBetter event name (creating thumbnail _source_)
2014-04-18 Mikael NordfeldthNo need for common_notice_uri anymore
2014-04-18 Mikael NordfeldthThumbnails are now by default squares of 150px
2014-04-18 Mikael NordfeldthEnable square thumbnailing
2014-04-17 Mikael NordfeldthThumbnail default set to 150px square
2014-04-16 Mikael NordfeldthOriginal name preserved in uploaded file.
2014-04-16 Mikael NordfeldthMediaFile thumbnail event hooks + VideoThumbnails plugin
2014-04-16 Mikael NordfeldthImageFile unlink function referenced bad path
2014-04-14 Mikael NordfeldthHTML5 video/audio support in attachments
2014-04-14 Mikael NordfeldthAdded some free codecs for media attachments
2014-04-06 Mikael NordfeldthHTML5 required attribute for some input forms
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/199' of git://gitorio...
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/12' of git://gitoriou...
2014-03-30 Florian Hülsmannfixed config for php >=5; see php.net/array_merge
2014-03-18 Mikael NordfeldthAutoloaded library files do not need explicit require_once
2014-03-18 Mikael NordfeldthComment improvements with spl_autoload_register
2014-03-18 Mikael NordfeldthUpdating Markdown class + use spl_autoload_register
2014-03-09 Mikael NordfeldthCosmetic changes to common_redirect, clientError, serve...
2014-03-09 Mikael NordfeldthOAuthException should be detected for autoloading
2014-03-08 Mikael NordfeldthFile class no longer depends on MIME
2014-03-08 Mikael NordfeldthMediaFile loses dependency on PEAR::MIME
2014-03-08 Mikael NordfeldthWe only allow (and have) MIME types in supported list
2014-03-08 Mikael NordfeldthOnly accept filenames for existing files in getUploaded...
2014-03-07 Mikael NordfeldthWebM should be allowed to upload!
2014-03-07 Mikael NordfeldthPublicSite profile does not have inviteonly, but Regist...
2014-03-07 Mikael NordfeldthSite profile "community" should be invite-only by default
2014-03-07 Mikael NordfeldthGet group attentions back into the "all" feed
2014-03-06 Mikael NordfeldthAdd Attention class for non-sub and non-mention notice...
2014-03-06 Mikael NordfeldthUse CachingNoticeStream for "All" feed (hope it works)
2014-03-06 Mikael NordfeldthRemoved Inbox from core (unused since 4b2a66ed29091209c...
2014-03-06 Mikael NordfeldthNew mechanism for "all" feed (InboxNoticeStream)
2014-03-06 Mikael NordfeldthTrying to remove Inbox, first steps
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 NordfeldthHandle removed profile more gracefully in noticelist
2014-03-01 Mikael NordfeldthUpdating version check to match requirements
2014-03-01 Mikael NordfeldthLess StatusNet, more GNU social
2014-03-01 Mikael NordfeldthJSON is a required PHP extension for GNU social.
2014-03-01 Mikael NordfeldthMerge commit 'refs/merge-requests/10' of git://gitoriou...
2014-03-01 Jean Baptiste FavreIntroduce new config option common_config('queue',...
2014-03-01 Mikael NordfeldthBad route config (thanks brw12)
2014-03-01 Mikael NordfeldthMinor code cleanup with group related actions (thanks...
2014-02-24 Mikael Nordfeldthnl2br so we get proper newlining when publishing \r...
2014-02-24 Mikael NordfeldthDon't discard XML in queue items
2014-02-24 Mikael NordfeldthMaking us less dependant on javascript trust
2014-02-24 Mikael Nordfeldthminify removed from core (use plugin if desired)
2014-02-23 GNU Social instanceRemove util.min.js (minifying is EVIL)
2014-02-23 Jean Baptiste FavreAdd various entry points to enhance compatibility with...
2014-02-23 Jean Baptiste FavreAdd 'profile_image_url_https' to enhance compatiblity...
2014-02-23 Mikael Nordfeldthstricter typing
2014-02-23 Mikael NordfeldthMerge commit 'refs/merge-requests/8' of git://gitorious...
2014-02-23 Mikael NordfeldthMerge branch 'master' of git://gitorious.org/+socialite...
2014-02-23 Mikael NordfeldthRemove callback sneakery by StatusNet
2014-02-23 Mikael Nordfeldthslightly less confusing inline if
2014-01-04 Mikael NordfeldthMerge commit 'refs/merge-requests/6' of git://gitorious...
2014-01-01 Mikael Nordfeldthinstanceof checks for better typing
2013-12-31 rootcheck local/plugins before plugins in Plugin::onAutoload
2013-12-02 Mikael NordfeldthMerge branch 'master' into FeedPoller
2013-12-02 Mikael NordfeldthQueues should be enabled by default (thanks postblue)
2013-11-20 Mikael NordfeldthOpportunisticQM can't run as subsystem qm
2013-11-20 Mikael NordfeldthCron split into Cronish and OpportunisticQM
next