]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2014-12-10 Mikael NordfeldthMerge commit 'refs/merge-requests/25' of https://gitori...
2014-12-10 Mikael NordfeldthColumns too narrow in mobileprofile
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/26' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/27' of https://gitori...
2014-12-09 Joshua Judson... Consistently root autostitched conversations at the...
2014-12-09 Joshua Judson... OStatus/scripts/update-profile-data.php: print updated...
2014-12-09 Joshua Judson... Parse remote users' fullnames from PoCo::displayName...
2014-12-08 Mikael NordfeldthStronger typing in Ostatus_profile
2014-12-06 Joshua Judson... stopdaemons.sh: pass site-specifier args through to...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/23' of https://gitori...
2014-12-06 Mikael NordfeldthAvoid undefined variables.
2014-12-04 Mikael NordfeldthRevert "Report a 404 not found if no posts found for...
2014-12-04 Joshua Judson... Use HTTPS links for Google and Yahoo!
2014-12-04 Joshua Judson... Add Ixquick as a fallback search link
2014-12-04 Joshua Judson... Add DuckDuckGo as a fallback search link
2014-12-04 Joshua Judson... Correctly spell "Yahoo!"
2014-12-04 Joshua Judson... SearchAction: don't list dead web search-engines
2014-12-02 Hannes Mannerheimdelete groups from groups directory, for admins
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-12-02 Joshua Judson... common_path(): use HTTPS if current URL is HTTPS
2014-12-01 Mikael Nordfeldthdebug output was referencing wrong variable
2014-11-27 Mikael NordfeldthConversation URIs could be NULL on upgrade
2014-11-27 Mikael NordfeldthVersion bump to 1.1.3 since conversation tracking
2014-11-27 Mikael NordfeldthAdding crc32 to uniqueify conversation URIs
2014-11-27 Mikael Nordfeldthfetch conversation URI in processPost, not processShare
2014-11-27 Mikael Nordfeldthscripts/upgrade.php would fail if Profile_prefs did...
2014-11-27 Mikael NordfeldthIf a Notice insert fails, don't continue processing it
2014-11-27 Mikael NordfeldthMove Conversation creation out of insert() to allow...
2014-11-27 Mikael NordfeldthConversation URI cannot be null
2014-11-27 Mikael NordfeldthUse remote conversation URI info to stitch convos together
2014-11-27 Mikael Nordfeldthostatus:conversation element instead of link rel=""
2014-11-27 Mikael NordfeldthNamespaced elements now available in xmloutputter
2014-11-27 Aqeel ZafarFix T60 Avatar upload text is squished
2014-11-25 Joshua Judson... sendemailsummary.php: correct path to INSTALLDIR
2014-11-24 Mikael NordfeldthTry to lookup the profile if we don't know it yet
2014-11-24 Mikael NordfeldthOstatus_profile->checkAuthorship returns Profile
2014-11-24 Mikael NordfeldthBad parameter count for checkAuthorship
2014-11-24 Joshua Judson... Fix OStatus groups by making Ostatus_profile::localProf...
2014-11-24 Joshua Judson... Ostatus_profile::checkAuthorship(): throw ServerExcepti...
2014-11-24 Joshua Judson... UserEmailSummaryHandler: use $notice->getLocalUrl(...
2014-11-24 Joshua Judson... UserEmailSummaryHandler: Update notice-fetching logic
2014-11-24 Joshua Judson... UserEmailSummaryHandler: correct instantiation of Inbox...
2014-11-24 Joshua Judson... QueueManager: don't assume all non-XML strings are...
2014-11-22 Mikael NordfeldthReport a 404 not found if no posts found for User timeline
2014-11-22 Mikael NordfeldthDon't define a variable in a function call
2014-11-19 Mikael Nordfeldthopenssl is a required extension (OAuth and OStatus)
2014-11-19 Mikael NordfeldthUpdated prerequisite list for PHP5.4
2014-11-16 Mikael Nordfeldthnormalizing acct: URI just to be sure
2014-11-10 Mikael NordfeldthPresent WWW-Authenticate on failure to authenticate
2014-11-10 Mikael NordfeldthUnnecessary to check PHP_AUTH_USER here
2014-11-10 Mikael Nordfeldth$header was always true due to previous if statement
2014-11-10 Mikael NordfeldthChecking user properties for instanceof User
2014-11-10 Mikael NordfeldthLess verbose logic for checking api authentication
2014-11-10 Mikael NordfeldthIntegrate qvitter ApiAuthAction (thanks hannes2peer)
2014-11-07 Mikael NordfeldthBlocking form (at least) was visually broken
2014-11-07 Mikael NordfeldthDirectMessage added to default plugins
2014-11-07 Mikael NordfeldthSome unnecessary/faulty includes fixed in DM plugin
2014-11-07 Mikael NordfeldthInline documentation updated to reflect on plugin move...
2014-11-07 Mikael NordfeldthLost file with MessageCommand class.
2014-11-07 Mikael NordfeldthFavoritePlugin calls CommandInterpreter::split_arg
2014-11-07 Mikael NordfeldthMessageCommand moved to DirectMessage plugin
2014-11-07 Mikael Nordfeldth&$supported in CommandSupportedAPI event is boolean
2014-11-07 Mikael NordfeldthUserActivityStream export of DMs moved to plugin
2014-11-07 Mikael NordfeldthDirectMessage API functions moved to plugin
2014-11-07 Mikael NordfeldthSimulation does not support plugins yet
2014-11-07 Mikael NordfeldthDirectMessage moved into a plugin, not done yet
2014-11-07 Mikael NordfeldthWe're using URLMapper, not Net_URL_Mapper
2014-11-06 Mikael NordfeldthDiaspora public key published in WebFinger
2014-11-06 Mikael NordfeldthUPGRADE file fixed, forgot to mention PHP modules
2014-11-05 Mikael NordfeldthShow permalinks only for local notices
2014-11-05 Mikael NordfeldthNotice_source checks in better code style
2014-11-05 Mikael NordfeldthConversation link as default, permalink for /notice
2014-11-03 Stanislav N... Add "Date" header to mail, some clients require this...
2014-10-27 Mikael NordfeldthEventPlugin now uses event handling instead of NLI...
2014-10-27 Mikael NordfeldthMaking some autumn cleaning in the themes
2014-10-26 Mikael NordfeldthShow poll results also to non-logged in visitors
2014-10-26 Mikael NordfeldthUpdating TwitterBridge README to be clearer on installation
2014-10-26 Mikael NordfeldthBookmarkListItem removed in favor of event-driven rendering
2014-10-26 Mikael NordfeldthAdding event StartShowNoticeItemNotice with correspondi...
2014-10-26 Mikael NordfeldthMinor cosmetic changes to form_settings. Hope they...
2014-10-26 Mikael NordfeldthPollListItem freed from noticeListItemAdapter clutches
2014-10-25 Mikael Nordfeldthargs argument must be array for menu item
2014-10-25 Mikael NordfeldthmultiGet instead of listFind, subs now in order!
2014-10-25 Mikael NordfeldthUpdated README before pushing to 1.1.x
2014-10-25 Mikael NordfeldthBumping base version number to 1.1.2
2014-10-25 Mikael NordfeldthPossible XSS scenario when posting Bookmarks
2014-10-25 Mikael NordfeldthCan't use empty on a function call
2014-10-25 Roland HaederFixed syntax error. :-(
2014-10-25 Roland HaederFixed type-hints + added assert + method getGroup().
2014-10-25 Roland HaederSome fixes/improvements - added getter getGroup() for...
2014-10-25 Mikael NordfeldthA little bit more debugging.
2014-10-21 Hannes Mannerheimi had introduced a bug... userdirectory didn't work...
2014-10-20 Hannes Mannerheimremove dupes when infinitescrolling, and add infinitesc...
2014-10-20 Hannes Mannerheimshows which user we are confirming to delete
2014-10-20 Hannes Mannerheimgroups/all didn't work, also fixed pagination in direct...
2014-10-20 Hannes Mannerheimwe _do_ want to show text/html as attachments, since...
2014-10-20 Hannes Mannerheimrepeat-bug, could not repeat oversized notices
2014-10-20 Hannes Mannerheimdo favorites from default like in API
2014-10-20 Hannes Mannerheimmake .attachment.more ajax work with ajax-loaded conten...
next