]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2015-10-03 Mikael NordfeldthSigh, use the correct variable name...
2015-10-03 Mikael Nordfeldthif is_local was not provided to Notice:saveActivity...
2015-10-03 Mikael Nordfeldthbump to 1.2.0-beta1 as we have remote delete functional...
2015-10-03 Mikael NordfeldthSomewhat better logging while still in trial phase
2015-10-03 Mikael NordfeldthStore delete verb as object_type=activity
2015-10-03 Mikael NordfeldthI think all the notice deletion calls are event-compati...
2015-10-03 Mikael NordfeldthSome work on ActivityModeration with notice deletion
2015-10-02 Mikael NordfeldthUndefined variable use
2015-10-02 Mikael NordfeldthShorthand function for getActor
2015-10-01 Mikael NordfeldthStoreRemoteMedia plugin to enable locally served thumbs...
2015-10-01 Mikael NordfeldthOembed fiddling, nothing major
2015-10-01 Mikael NordfeldthFile handling changes for better logic
2015-10-01 Mikael NordfeldthInlineAttachmentListItem put into its own file
2015-09-30 Mikael NordfeldthNoResultException is common if reply_to was not cleared...
2015-09-29 Mikael NordfeldthMove Ostatus_profile->processPost function into plugin
2015-09-28 Mikael NordfeldthSome conversationRoot lookups failed with deleted notices
2015-09-28 Mikael NordfeldthScript to test remote oEmbed endpoints
2015-09-27 Mikael NordfeldthRevert "Accessibility fix, make yes button more explicit"
2015-09-27 Mikael NordfeldthAccessibility improvement, title for popup close button
2015-09-27 Mikael NordfeldthShowprofiletagAction now extends ShowstreamAction
2015-09-27 Mikael NordfeldthProfile/Peopletag file splitting for autoload
2015-09-27 Mikael NordfeldthUse exception instead of if-statement in File::saveNew
2015-09-27 Mikael NordfeldthBe harsher on database saving failure for File entry
2015-09-15 Mikael NordfeldthBring back title to DocAction
2015-09-15 Mikael NordfeldthDocAction now extends ManagedAction
2015-09-10 Mikael NordfeldthPrepare for ActivityModerationPlugin
2015-09-10 Mikael NordfeldthCall it compareVerbs when comparing verbs
2015-09-09 Mikael NordfeldthAnnoying debug messages that were just meant to remind
2015-09-09 Mikael NordfeldthLet's handle notice dataobjects instead, despite fetchi...
2015-09-09 Mikael NordfeldthSplit classes into their own files
2015-09-06 Mikael NordfeldthUse Profile objects in Subscription::saveNew
2015-09-06 Mikael NordfeldthSubscription::saveNew is a static function
2015-09-05 Mikael NordfeldthMerge branch 'nightly'
2015-09-05 Mikael Nordfeldthintroducing html_sprintf for easier sprintf'ing with...
2015-09-04 Mikael NordfeldthNotice_location class in db/core.php
2015-09-04 Mikael NordfeldthOops, forgot Notice_location PHP file
2015-09-04 Mikael NordfeldthMove notice location data to Notice_location
2015-09-04 Mikael Nordfeldthsys_get_temp_dir was added in PHP 5 >= 5.2.1
2015-09-04 Mikael NordfeldthIncorrect use of DataObject type matching after ->find()
2015-09-03 mmnMerge branch 'configure-docs' into 'nightly'
2015-09-03 mmnMerge branch 'nightly' into 'nightly'
2015-09-03 mmnMerge branch 'nginx-sample' into 'nightly'
2015-09-03 mmnMerge branch 'webinstaller-faq-link' into 'nightly'
2015-09-03 Mikael NordfeldthSuggested edits by hannes2peer
2015-09-03 Mikael NordfeldthInclude PHP libraries from system if not packaged and...
2015-08-18 abjectioMerge branch 'nightly' of git.gnu.io:gnu/gnu-social...
2015-08-15 Mikael NordfeldthMf2 extlib update from https://github.com/indieweb...
2015-08-02 Mikael NordfeldthOpenID extlib updated: Fixes CVE-2014-8150
2015-08-02 Mikael NordfeldthOpenID extlib updated: Fixes CVE-2014-8150
2015-08-01 chimoAdd a few missing 'attachments' config options
2015-07-25 ChimoFix broken link to FAQ in web installer
2015-07-25 ChimoAdd nginx sample configuration
2015-07-21 Mikael NordfeldthUsergroupbyidAction now extends ManagedAction
2015-07-21 Mikael NordfeldthMissing getTarget function in targetedrss10action.php
2015-07-18 Mikael NordfeldthIncreased debugging and fixing conversation stitching...
2015-07-18 Mikael NordfeldthException handling regarding Foreign_link
2015-07-18 Mikael NordfeldthSome missed exception throwing since fixing Foreign_lin...
2015-07-18 Mikael NordfeldthInfinite loop on CLI initiated profile deletion for...
2015-07-18 Mikael NordfeldthTwitterBridge working again (for signin and posting...
2015-07-17 Mikael NordfeldthDon't retry unhandled transports in OpportunisticQM
2015-07-17 Mikael NordfeldthTwitterBridge is closer to working again
2015-07-17 Mikael NordfeldthTwitterBridge messing about, Twitter OAuth requires...
2015-07-17 Mikael NordfeldthTwittersettings now works better as Profilesettings...
2015-07-17 Mikael NordfeldthSubMirror now works properly as extended from FormAction
2015-07-17 Mikael NordfeldthPoll settings adapted to FormAction
2015-07-17 Mikael NordfeldthOpenID settings aligned with FormAction
2015-07-17 Mikael NordfeldthEarly return in FacebookBridge settings action
2015-07-17 Mikael NordfeldthFacebooksettings adapted to FormAction
2015-07-17 Mikael NordfeldthUrlsettings now adapted to FormAction
2015-07-17 Mikael NordfeldthDon't allow imports by default until it works well...
2015-07-17 Mikael NordfeldthSMS Settings now better adapted to FormAction
2015-07-17 Mikael NordfeldthExtendedProfile is not something we want by default.
2015-07-17 Mikael NordfeldthExtendedProfile now works better as extended Profileset...
2015-07-17 Mikael NordfeldthProfilesettingsAction and related stuff modernised
2015-07-17 Mikael NordfeldthMaximum character limit with utf8mb4 is 191 in varchar
2015-07-16 Mikael NordfeldthPasswordsettingsAction aligned with FormAction
2015-07-16 Mikael Nordfeldtholdschool settings adapted to FormAction
2015-07-16 Mikael NordfeldthOAuth stuff adapted for FormAction
2015-07-16 Mikael NordfeldthIf XMLOutputter $output arg is null, use php://output
2015-07-16 Mikael NordfeldthImSettings adapted to FormAction inheritance
2015-07-16 Mikael NordfeldthEmailSettingsAction adapted to FormAction
2015-07-16 Mikael NordfeldthAvatarSettings more aligned to FormAction
2015-07-16 Mikael NordfeldthSettingsAction now extends FormAction (and thus Managed...
2015-07-16 Mikael NordfeldthOAuth widgets separated into their own files
2015-07-16 Mikael NordfeldthFunction declarations to match parent class
2015-07-16 Mikael NordfeldthNon-replies cannot harvest parent notice nicknames
2015-07-15 Mikael NordfeldthLess redundant code.
2015-07-14 Mikael NordfeldthRemoving MicroID as well as simplifying profileaction
2015-07-12 abjectioMerge branch 'nightly' of git.gnu.io:gnu/gnu-social...
2015-07-11 Mikael Nordfeldthuserrss action didn't call parent preparation method
2015-07-11 Mikael NordfeldthDo we update feeduri and salmonuri for Ostatus_profile...
2015-07-11 Mikael NordfeldthMore RESTish URL (/notice/:notice/delete) for notice...
2015-07-11 Mikael NordfeldthDeletenoticeForm is its own class now
2015-07-11 Mikael NordfeldthNo limit argument to Rss10Action->getNotices() (use...
2015-07-11 Mikael NordfeldthMerge branch 'nightly' into deletenotice_form_fix
2015-07-10 Mikael Nordfeldthbump alpha number to ease remote debugging help
2015-07-10 Mikael NordfeldthForgot to push TargetedRss10Action
2015-07-10 Mikael NordfeldthShowfavoritesAction now extends ShowstreamAction
2015-07-10 Mikael Nordfeldthdefine Subscription_queue::exists as static
2015-07-10 Mikael Nordfeldth$notices and $notice is not the same, silly!
next