]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2015-06-02 Mikael NordfeldthNo redirect follow on HEAD request (bump to PHP5.5...
2015-05-30 Mikael NordfeldthFake recovery by email address, to hide registrants...
2015-05-30 Mikael NordfeldthPassword recovery logic cleaned up
2015-05-30 Mikael Nordfeldthslugify console.php prompt name
2015-05-30 Mikael Nordfeldthscripts/nukefile.php for blasting crap from the server
2015-05-27 Mikael Nordfeldthurlhash will _be_ NULL on update, so NOT NULL won't...
2015-05-27 Mikael Nordfeldthremove _all_ file URLs not just the duplicates
2015-05-27 Mikael Nordfeldthupgrade fix for file URLs longer than 191 chars
2015-05-27 Mikael Nordfeldthmore debugging info on failed schema.php runSqlSet
2015-05-26 Mikael NordfeldthThrow exception if Local_group has no corresponding...
2015-05-26 Mikael NordfeldthThrow exception when a Conversation is not found
2015-05-26 Mikael NordfeldthRedirect to group URL for /nickname pattern
2015-05-10 Mikael NordfeldthMore automated htaccess.sample
2015-05-09 Mikael Nordfeldthmagnet URL linkify support
2015-05-03 Mikael Nordfeldthschemacheck hint in newly installed config.php
2015-05-03 Mikael NordfeldthAllow adding preload token to HSTS header
2015-05-03 Mikael NordfeldthStrictTransportSecurity syntax fix
2015-04-22 Mikael NordfeldthMerge branch 'quitagram' into nightly
2015-04-22 Mikael NordfeldthMake it easier to hide attachments list header
2015-04-22 Mikael NordfeldthFix some ProfileAction stuff, add function profileActio...
2015-04-22 Mikael NordfeldthgetFullname function on Profile class
2015-04-22 Mikael NordfeldthMobileProfile plugin cleanup
2015-04-22 Mikael NordfeldthEasier to modify DTD for HTMLOutputter
2015-04-22 Mikael Nordfeldthminor coding fixes
2015-04-21 Mikael Nordfeldthdeleteuser script changed to deleteprofile
2015-04-19 Mikael NordfeldthBetter typing in lib/framework.php
2015-04-19 Mikael NordfeldthWe already throw exceptions for PEAR errors
2015-04-19 Mikael NordfeldthGet better PEAR:DB error logging (debuginfo included)
2015-04-19 Mikael Nordfeldthksort on commands array to avoid converting to numerica...
2015-04-15 Mikael NordfeldthClearer warning message on non-existing file
2015-04-15 Mikael Nordfeldthfile_redirection duplicates are removed too in maintena...
2015-04-15 Mikael Nordfeldthremove duplicate file URLs script
2015-04-15 Mikael NordfeldthFile_to_post indexing and cleaning preparations
2015-04-14 Mikael NordfeldthTranslation contained bad HTML
2015-04-14 Mikael Nordfeldthlatest php-gettext from https://code.launchpad.net...
2015-04-13 Mikael NordfeldthIf /var/run was unwritable stopdaemons did not find...
2015-04-10 Mikael Nordfeldthfilename is never used for indexing so let's make it...
2015-04-10 Mikael Nordfeldthremoved unused config setting
2015-04-09 Mikael NordfeldthWe're logging this already elsewhere
2015-04-09 Mikael NordfeldthImPlugin classes generally require background daemons...
2015-04-09 Mikael NordfeldthOpportunisticQM shouldn't try to handle what it can...
2015-04-06 Mikael NordfeldthFix "unique notice form ID" code for reply forms
2015-04-05 Mikael NordfeldthDon't use <object> for application/ogg
2015-04-05 Mikael Nordfeldthenclosures in Atom were not included
2015-04-05 Mikael NordfeldthRevert "Inverse logic error in OembedPlugin"
2015-04-05 Mikael NordfeldthMerge branch 'nightly'
2015-04-03 Mikael NordfeldthFile_thumbnail->getUrl now gives Attachment_thumbnail...
2015-04-03 Mikael NordfeldthAllow oEmbed data from all sites by default
2015-04-03 Mikael NordfeldthInverse logic error in OembedPlugin
2015-04-03 Mikael Nordfeldthbad URL is a clientError
2015-04-03 Mikael NordfeldthoEmbed Action logic simplified (early return)
2015-04-03 Mikael NordfeldthoEmbed helper never finished because of "break 2;"
2015-03-15 Mikael NordfeldthFilter out img, video and audio tags in notice HTML
2015-03-15 Mikael NordfeldthMarcus Moeller fixed some layout bugs I introduced
2015-03-14 Mikael Nordfeldthimitate ->boolean with $def=false
2015-03-13 Mikael Nordfeldthphp5-intl is required
2015-03-13 Mikael NordfeldthNo need to do pkeyGet if not repeated (thanks hannes)
2015-03-12 Mikael Nordfeldthrepeated did not always find the Notice (deleted?)
2015-03-12 Mikael NordfeldthAdd repeated_id to SimpleStatusArray for Qvitter's...
2015-03-12 Mikael NordfeldthMoving some more repeat stuff into the Share plugin
2015-03-12 Mikael NordfeldthNotice properties set in bad order on activityobject...
2015-03-12 Mikael NordfeldthShare never actually set the repeat_of value
2015-03-12 Mikael NordfeldthEvent fixes for activityhandlerplugin
2015-03-12 Mikael Nordfeldthrepeat actions to Share plugin
2015-03-12 Mikael NordfeldthMerge branch 'nightly' into repeat_as_shareplugin
2015-03-12 Mikael NordfeldthImageFile->resize now totally replaced with resizeTo
2015-03-12 Mikael NordfeldthRepeats shown in threaded noticelist now handled by...
2015-03-12 Mikael NordfeldthFinalize move of 'repeat' Command
2015-03-12 Mikael NordfeldthWhy did I keep these functions from FavoritePlugin?
2015-03-12 Mikael NordfeldthReceiving Share activity fixes
2015-03-12 Mikael NordfeldthShare plugin now handles showing form in NoticeOptionItems
2015-03-12 Mikael NordfeldthMove share command interpretation to SharePlugin
2015-03-12 Mikael NordfeldthRemove unnecessary require lines and definitions
2015-03-12 Mikael NordfeldthAdd ProfileNoticeList[Item] as separate lib class files
2015-03-12 Mikael NordfeldthMoving Ostatus_profile processShare to SharePlugin
2015-03-12 Mikael NordfeldthMerge branch 'nightly' into repeat_as_shareplugin
2015-03-12 Mikael NordfeldthRepeat confirmation dialogbox fix
2015-03-12 Mikael NordfeldthInitial work on making the Share verb handled in plugin
2015-03-10 Mikael NordfeldthImageFile $id argument is only for File objects
2015-03-10 Mikael NordfeldthSame as last commit, don't give ID if it's not for...
2015-03-10 Mikael NordfeldthImageFile should not have an $id set if not a File
2015-03-10 Mikael Nordfeldthjavascript fixes for reply form fetching
2015-03-10 Mikael NordfeldthFormAction wants getInstructions to be protected
2015-03-10 Mikael Nordfeldthmore descriptive setting name
2015-03-10 Mikael NordfeldthSiteNoticeInSidebar widget did not define divId()
2015-03-10 Mikael NordfeldthActivityVerb is a core plugin
2015-03-10 Mikael NordfeldthFavoritePlugin is now an "ActivityVerbHandlerPlugin"
2015-03-10 Mikael NordfeldthLet the creator decide which HTML tag to use for Notice...
2015-03-10 Mikael NordfeldthNotice elements don't need to be floating...
2015-03-10 Mikael NordfeldthMove AlreadyFulfilled check to Fave::addNew
2015-03-09 Mikael Nordfeldthfavorite and like are synonyms of each other
2015-03-09 Mikael NordfeldthFirst ActivityVerbPlugin sketch
2015-03-09 Mikael NordfeldthNotice class got exception throwing getById
2015-03-09 Mikael NordfeldthMake 'activity' a blacklisted nickname
2015-03-09 Mikael NordfeldthThe argument formatting regexps are the third argument
2015-03-09 Mikael NordfeldthDelete Faves onProfileDeleteRelated instead of User
2015-03-09 Mikael NordfeldthMerge branch 'nightly', beginning of 1.2.x
2015-03-09 Mikael NordfeldthMerge commit 'refs/merge-requests/56' of https://gitori...
2015-03-08 Mikael NordfeldthDB_DataObject won't save value 0 because it is "false"
2015-03-08 Mikael NordfeldthMake the OpenID settings page use more of HTMLOutputter...
next