]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2015-03-04 Mikael NordfeldthUse getUrl() on File and File_thumbnail instead of...
2015-03-04 Mikael NordfeldthMove thumbnail algorithm mainly to ImageFile class
2015-03-04 Mikael NordfeldthFree ImageMagick object from memory when done with it
2015-03-04 Mikael NordfeldthImageMagickPlugin refactored so we can more easily...
2015-03-04 Mikael NordfeldthSubscription_queue::start does not mean Subscription...
2015-03-04 Mikael NordfeldthSubscription::ensureStart skips AlreadyFulfilledException
2015-03-02 Mikael NordfeldthFillImageFileMetadata event documented
2015-03-01 Mikael NordfeldthBug tracker link updated.
2015-03-01 Mikael NordfeldthBlog depended on TinyMCE which was unmaintained
2015-03-01 Mikael NordfeldthAahhh, gotta run php -l before pushing stuff!!!
2015-03-01 Mikael NordfeldthForgot to make syntax edits on last commit.
2015-03-01 Mikael NordfeldthUser class throws exception on register failure
2015-03-01 Mikael NordfeldthAllow changing nick on EmailRegistration
2015-02-28 Mikael NordfeldthDon't log every included config file
2015-02-28 Mikael NordfeldthAvatar table url field now 'text', maybe use filename...
2015-02-27 Mikael NordfeldthINSTALL file overhaul, mostly done.
2015-02-27 Mikael Nordfeldthhtaccess.sample updating
2015-02-27 Mikael Nordfeldthssh key based easy upgrade method documentation
2015-02-27 Mikael NordfeldthBetter UPGRADE documentation for GS->GS upgrade
2015-02-27 Mikael NordfeldthStatusNet 1.1.x to GNU social 1.2.x instructions updated
2015-02-27 Mikael NordfeldthUPGRADE file had incorrect commands
2015-02-27 Mikael NordfeldthStatusNet to GNU social renaming in minor places
2015-02-27 Mikael NordfeldthStatusNet class renamed GNUsocial
2015-02-27 Mikael NordfeldthStart and EndActionExecute added/fixed/documented
2015-02-27 Mikael Nordfeldth1.2.x branch started (utf8mb4 support is reason enough)
2015-02-27 Mikael NordfeldthChange branch to 1.2.x since we're utf8mb4 now
2015-02-27 Mikael NordfeldthMerge branch 'master' into nightly
2015-02-27 Mikael NordfeldthI hereby dub thee 1.1.3 - The Spanish Invasion
2015-02-27 Mikael NordfeldthPass Profile to asAtomEntry
2015-02-26 Mikael Nordfeldthphp5-intl is recommended but not required
2015-02-25 Mikael NordfeldthNormalize username on AuthCrypt login
2015-02-25 Mikael NordfeldthAttachment list items have more sane margins around...
2015-02-25 Mikael NordfeldthNotice character count now adapts to resized textbox
2015-02-25 Mikael Nordfeldth501 Not Implemented on timelines for remote users.
2015-02-25 Mikael NordfeldthNoticeOptions above NoticeAttachments
2015-02-25 Mikael NordfeldthRemoving some plugins that were moved to plugins-unmain...
2015-02-25 Mikael NordfeldthDocumentation + filename uniqueness in File class
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/55' of https://gitori...
2015-02-25 Mikael NordfeldthRemoved Lato font from themes where it was unnecessary
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/51' of https://gitori...
2015-02-25 Mikael Nordfeldthtrailing whitespace
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/49' of https://gitori...
2015-02-25 Mikael NordfeldthHTML5 media <source> tags are short tags
2015-02-25 Mikael Nordfeldthavconv required -f image2 not -f mjpeg at least on...
2015-02-25 Mikael NordfeldthOnly local files to be passed through VideoThumbnails
2015-02-25 Mikael NordfeldthVideoThumbnails changed to use 'exec' call to avconv
2015-02-25 Mikael NordfeldthSave thumbnails with proper extension
2015-02-25 Mikael Nordfeldthmimetype added to ImageFile
2015-02-25 Mikael NordfeldthImageFile constructor changed to align with existing...
2015-02-25 Mikael NordfeldthThrow more explicit exception in ImageFile
2015-02-24 Mikael NordfeldthHide posts from users with private_stream in scoping...
2015-02-24 Mikael NordfeldthRemoving whitespace and creating an early-return in...
2015-02-24 buttleadded DocNav EVENT
2015-02-24 Mikael NordfeldthDon't store duplicates of files.
2015-02-24 Mikael NordfeldthScript to delete file table entries which have disappea...
2015-02-21 Mikael NordfeldthRSSCloud URL field too long for utf8mb4
2015-02-20 Mikael NordfeldthensureFeedURL will return Ostatus_profile early if...
2015-02-20 Mikael NordfeldthDefault install to site profile community
2015-02-19 Mikael NordfeldthEmoji support through utf8mb4 seems to be done!
2015-02-19 Mikael NordfeldthHad to avoid using indexes in the migration phase
2015-02-19 Mikael NordfeldthRemove common_debug call that slipped by
2015-02-19 Mikael Nordfeldthunique keys and indexes must be NOT NULL or MySQL fucks up
2015-02-19 Mikael NordfeldthSome loose table definitions which needed 191 char...
2015-02-19 Mikael NordfeldthMerge branch 'utf8mb4' into nightly
2015-02-19 Mikael Nordfeldthless newlines for the scripts/upgrade.php output
2015-02-19 Mikael NordfeldthBad check on existing urlhash key
2015-02-19 Mikael NordfeldthUse new ::getByUrl for File and File_redirection
2015-02-19 Mikael NordfeldthMediafile updated to insert urlhash and lookup properly
2015-02-19 Mikael Nordfeldthfunction is hashurl, variable is urlhash
2015-02-19 Mikael NordfeldthFile and File_redirection adhoc storage methods updated...
2015-02-19 Mikael NordfeldthFile_thumbnail url is not an index
2015-02-19 Mikael NordfeldthFile_redirection also got urlhash column
2015-02-19 Mikael NordfeldthMerge branch 'nightly' into file_urlhash
2015-02-19 Mikael Nordfeldth$this->scoped->getUser() instead of common_current_user();
2015-02-19 Mikael NordfeldthROLLBACK if query failed in email settings savePreferences
2015-02-18 Mikael NordfeldthProfile table cleaning script.
2015-02-18 Mikael NordfeldthUserdirectoryAction now ManagedAction and better SQL
2015-02-18 Mikael NordfeldthNo need for return true
2015-02-18 Mikael NordfeldthGroupdirectoryAction now has no direct SQL queries
2015-02-18 Mikael NordfeldthescapedTableName for SQL query easy access
2015-02-18 Mikael NordfeldthTurn GroupdirectoryAction into a ManagedAction
2015-02-18 Mikael NordfeldthDirectory group search code cleanup
2015-02-18 Mikael NordfeldthMake group search in Directory use PEAR::DB
2015-02-17 Mikael NordfeldthAdd php5-intl dependency to Installer class
2015-02-17 Mikael NordfeldthNew dependency: php5-intl
2015-02-17 Mikael Nordfeldthuse common_purify to purify HTML, one function to rule...
2015-02-17 Mikael NordfeldthImplement a common_purify for htmLawed and more
2015-02-17 Mikael Nordfeldthforgot primary key column to updateWithKeys in SalmonAction
2015-02-17 Mikael NordfeldthDon't linkify bare domains by default
2015-02-17 Mikael NordfeldthPHP>=5.4.0 lets us use Transliterator, tags now asciified!
2015-02-17 Mikael Nordfeldthurlhash first steps, including scripts/upgrade.php
2015-02-17 Mikael NordfeldthSalmonAction now updates remote URI if it was stale.
2015-02-17 Mikael NordfeldthVarious $this->scoped fixes and protected prepare/handl...
2015-02-17 Mikael NordfeldthReplace $this->user/auth_user with $this->scoped in...
2015-02-17 Mikael NordfeldthSubscription class gets exception throwing getSubscript...
2015-02-17 Mikael NordfeldthNon-functional "retweeted to me" API call modified...
2015-02-17 Mikael Nordfeldthapiauth action with ->user changed to ->scoped
2015-02-17 Mikael NordfeldthCSS: notice images no wider than 100%
2015-02-16 Marcus Moelleropacity is not needed as it's transparent
2015-02-16 Marcus Moellerupdated font settings to match qvitter
next