]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2015-10-10 Mikael NordfeldthI think I have made the delete verb generate proper AS
2015-10-09 mmnMerge branch 'master' into 'nightly'
2015-10-09 Hannes Mannerheimmake event urls federate
2015-10-09 Mikael NordfeldthAtomPub should work now, at least for post/note
2015-10-09 Mikael NordfeldthPost verb default type is 'note'
2015-10-09 Hannes Mannerheimmake event location federate
2015-10-09 Hannes Mannerheimmake event dates federate
2015-10-09 Mikael NordfeldthYou don't have to push objects as references
2015-10-09 Mikael NordfeldthConsistent camelcasing
2015-10-09 Mikael NordfeldthMake Bsaic Auth work properly with RW actions
2015-10-09 Hannes Mannerheimupdate from upstream
2015-10-09 Hannes Mannerheimmake events federate
2015-10-09 Mikael NordfeldthSwitching variable access in ApiTimelineUser to GNUsoci...
2015-10-09 Mikael NordfeldthDon't enable StrictTransportSecurity by default
2015-10-08 Mikael NordfeldthDeleted_notice variable specification fixed
2015-10-05 Mikael NordfeldthFound newer Diaspora protocol specifications
2015-10-05 Mikael NordfeldthFIXME: Diaspora has its own salmon slap semantics
2015-10-05 Mikael NordfeldthDiaspora encloses magic envelope in <atom:entry>??!!?!
2015-10-04 Mikael NordfeldthCan't use return-value in empty()
2015-10-04 Mikael NordfeldthMagic signature discovery and envelope changes
2015-10-04 Mikael NordfeldthChange some Salmon events and similar
2015-10-04 Mikael NordfeldthMake Magicsig capable of loading public PKCS1 keys
2015-10-04 Mikael NordfeldthSet otherwise undiscovered salmonuri on OStatus script...
2015-10-04 Mikael Nordfeldthvar_export without true
2015-10-04 Mikael Nordfeldthautoloading of Crypt_AES and Crypt_RSA is easier
2015-10-04 Mikael NordfeldthAdd an event to get plugin discovery hints from XRD
2015-10-04 Mikael NordfeldthDiaspora plugin is almost there (for remote salmon...
2015-10-04 Mikael NordfeldthSend the entire XMLStringer object in MagicEnvelope...
2015-10-03 Mikael NordfeldthBreak out MagicEnvelope->toXML() functionality to allow...
2015-10-03 Mikael NordfeldthRemove XSS attack vector in JoinListItem
2015-10-03 Mikael NordfeldthMove around some code related to Magic_envelope and...
2015-10-03 Mikael NordfeldthSigh, copy-pasting when tired is a bad idea.
2015-10-03 Mikael NordfeldthFixes to Deleted_notice
2015-10-03 Mikael NordfeldthWe haven't created the Deleted_notice yet, just use...
2015-10-03 Mikael NordfeldthReturn the correct URI in Deleted_notice
2015-10-03 Mikael NordfeldthDeletes now federated. But might not be handled properly
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-11 Hannes Mannerheimmake it possible to erase fields in the profile via...
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...
next