]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib
Stronger typing for NoticeListItem and so
[quix0rs-gnu-social.git] / lib /
2014-06-01 Mikael NordfeldthStronger typing for NoticeListItem and so
2014-06-01 Mikael NordfeldthStronger typing in Widget class (HTMLOutputter)
2014-05-30 Mikael NordfeldthStatusNet::delPlugin($name) added to disable plugins
2014-05-26 Mikael NordfeldthMake Profile::fromUri use UnknownUriException
2014-05-26 Mikael NordfeldthUnknownUriException added for better error handling
2014-05-26 Mikael NordfeldthNoProfileException collision avoidance fix
2014-05-19 Mikael NordfeldthNoUriException added and implemented in FeedSub class
2014-05-19 Mikael NordfeldthadminUpdates setting not available now
2014-05-18 Mikael NordfeldthShow more links work with AJAX-retrieved HTML
2014-05-18 Mikael NordfeldthDon't report all linked URLs to remote sites
2014-05-18 Mikael NordfeldthDon't show or preview text/html attachments
2014-05-18 Mikael NordfeldthNotice->repeat() function takes Profile as argument now
2014-05-18 Mikael NordfeldthAction->showContent now defined as protected
2014-05-18 Mikael NordfeldthOnly POST Form widgets send a session token.
2014-05-18 Mikael NordfeldthGET request would send 'search' parameter because it...
2014-05-18 Mikael NordfeldthMaking FormAction subclasses use same sessionToken...
2014-05-18 Mikael NordfeldthImproved imageboard-style notice feeds on web UI
2014-05-18 Mikael NordfeldthFormAction extends ManagedAction
2014-05-18 Mikael NordfeldthAttachmentAction extends to ManagedAction
2014-05-14 Mikael NordfeldthApparently exif_read_data wasn't globally available.
2014-05-12 Mikael NordfeldthSome getActionName fiddling in Action class
2014-05-12 Mikael NordfeldthProfileAction derivatives somewhat migrated to ManagedA...
2014-05-12 Mikael NordfeldthOnly JPEG files (and TIFF, which we don't support)...
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.
next