]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins
Opps, PEAR sucks. Need to call find() before fetch() ... :-(
[quix0rs-gnu-social.git] / plugins /
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederMerge branch 'fixes/private_scope_on_tags' into social...
2015-03-27 Roland HaederSave some memory + added type-hint.
2015-03-27 Roland HaederCheck scope, else a privacy leaks happens this way:
2015-03-10 Roland HaederMerge branch 'master' into social-master
2015-03-10 Roland HaederMerge branch 'master' of gitorious.org:social/mainline
2015-03-10 Roland HaederMerge branch 'master' into social-master
2015-03-10 Roland HaederMerge branch 'master' into social-master
2015-03-10 Roland HaederAdded basic language support for sending out invitations:
2015-03-09 Mikael NordfeldthMerge commit 'refs/merge-requests/56' of https://gitori...
2015-03-09 Roland HaederMerge branch 'master' into social-master
2015-03-09 Roland HaederMerge branch 'master' into social-master
2015-03-09 Roland HaederonEndInitializeQueueManager expects a QueueManager...
2015-03-08 Roland HaederMerge branch 'master' into social-master
2015-03-08 Roland HaederonArgsInitialize() wants an array and many plugins...
2015-03-08 Roland HaederMerge branch 'master' into social-master
2015-03-08 Roland HaederAdded more checked type-hints.
2015-03-08 Roland HaederAdded more checked type-hints.
2015-03-08 digital dreamerSnapshot of the Transifex translation project - Februar...
2015-03-06 Roland HaederMerge branch 'master' into social-master
2015-03-06 Roland Haederrand() is weak on some OSes as it only produces random...
2015-03-05 Roland HaederMerge branch 'master' into social-master
2015-03-05 Roland HaederAdded more checked type-hints
2015-03-05 Roland HaederMerge branch 'master' into social-master
2015-03-05 Roland Haeder$related must contain class names, no table names ...
2015-03-04 Roland HaederMerge branch 'master' into social-master
2015-03-04 Roland HaederMerge branch 'master' of gitorious.org:social/mainline
2015-03-01 Roland HaederAdded some checked (I checked them) type-hints to impro...
2015-02-27 Roland HaederMerge branch 'master' of gitorious.org:social/mainline...
2015-02-27 Roland HaederFixed parser error as the braces pair was missing.
2015-02-19 Roland HaederMINOR: Please don't set a+x on files which are not...
2015-02-15 Roland HaederMerge branch 'master' into social-master
2015-02-15 Roland HaederFixed more type-hints for safety.
2015-02-15 Roland HaederMerge remote-tracking branch 'upstream/master'
2015-02-13 Mikael NordfeldthDirectMessages backed up properly for UAS
2015-02-13 Mikael NordfeldthFaves backed up properly to UAS
2015-02-13 Mikael NordfeldthUAS protected property user solved with getUser()
2015-02-12 Mikael NordfeldthschemaDef coding style fixes
2015-02-12 Mikael NordfeldthMissing uri property of QnA_Answer class
2015-02-12 Mikael NordfeldthMerge commit 'refs/merge-requests/43' of https://gitori...
2015-02-09 Mikael NordfeldthMerge commit 'refs/merge-requests/39' of https://gitori...
2015-02-09 ChimoTwitterBridge: don't array_merge() non-arrays
2015-02-09 ChimoMake TwitterBridge less noisy
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/37' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/30' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/31' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/36' of https://gitori...
2015-02-08 ChimoPopulate 'created' property on ostatus_source
2015-02-08 Mikael NordfeldthOlder versions of PHP couldn't do array indexes on...
2015-02-08 Mikael NordfeldthGeneral code quality improvement for easier understanding
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/33' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/34' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/35' of https://gitori...
2015-02-07 ChimoRemove NOT NULL restriction on FeedSub last_update
2015-02-07 ChimoRemove NOT NULL restriction on HubSub 'lease'
2015-02-04 Mikael NordfeldthAllow delete-inactive for gcfeeds
2015-02-03 Mikael NordfeldthFavoritePlugin uses getConfigPref for profile setting
2015-02-03 Mikael Nordfeldth$this out of context (use $rcpt)
2015-02-03 Mikael NordfeldthRevert "Notices for faves are already sent as they...
2015-02-03 Mikael NordfeldthThe favorite activity is an activity.
2015-02-03 Mikael NordfeldthNotices for faves are already sent as they are notices...
2015-02-03 Mikael NordfeldthWrong variable name (s/fave/object/)
2015-02-03 Mikael NordfeldthFave::addNew now calls Notice::saveActivity
2015-02-03 Mikael Nordfeldthmore activity-like terminology in variable names
2015-02-03 Mikael NordfeldthFave insert logging directly in insert()
2015-02-02 Mikael NordfeldthVimeo oEmbed thumbnail host added to whitelist
2015-01-31 Roland HaederType-hint 'Action' for onEndProfileSettingsActions()
2015-01-31 Roland HaederonEndShowStyles() only uses 'Action' as well.
2015-01-31 Roland HaederAlso for onEndShowScripts() 'Action' is the proper...
2015-01-31 Roland HaederSame goes to onStartShowAside() which has 'Action'...
2015-01-31 Roland HaederAnd another one has 'Action' as type-hint: onStartShowL...
2015-01-29 Mikael NordfeldthA bunch of clientError that were called as serverError
2015-01-28 Roland HaederAdded @pztrn@sn.pztrn.name 's wonderful statistics...
2015-01-27 Roland HaederAdded a lot more type-hints where they will happen...
2015-01-27 Mikael NordfeldthDefault value false for $force on Ostatus updateAvatar
2015-01-27 Mikael NordfeldthTest in Ostatus_profile if avatar is an image before...
2015-01-27 Mikael NordfeldthHandle groups better in Ostatus_profile->updateAvatar
2015-01-27 Mikael NordfeldthOStatusSub should use inherent attributes
2015-01-26 Mikael NordfeldthOstatus_profile smarter test if avatar exists
2015-01-26 Mikael NordfeldthForce updateAvatar if desired
2015-01-26 Mikael NordfeldthDifferentiate on group and user for WebFinger data
2015-01-25 Mikael NordfeldthAnimated GIF restructuring, ImageMagick only used for...
2015-01-25 Mikael NordfeldthNo need for ImageMagick to detected animated GIF
2015-01-25 Mikael NordfeldthNo reason to stop the event
2015-01-25 Mikael NordfeldthMaybe we can detect animated files in core
2015-01-25 Mikael NordfeldthFile_thumbnail uses file_id as PRI
2015-01-25 Mikael NordfeldthManaged_DataObject->updateWithKeys throws its own exception
2015-01-25 Mikael NordfeldthupdateKeys -> updateWithKeys (w/ functionality)
2015-01-25 Mikael NordfeldthRegexp for Oembed domain matching
2015-01-25 Mikael NordfeldthRemote thumbnail fetching from trusted sources
2015-01-25 Mikael NordfeldthFile_oembed::byFile to avoid littering with getKV
2015-01-24 Mikael NordfeldthStore remote magicsig public keys locally
2015-01-24 Mikael NordfeldthAdded Magicsig onProfileDeleteRelated
2015-01-24 Mikael NordfeldthDocumentation update (clarifying need for php5-gmp...
2015-01-24 Mikael Nordfeldthconst'ifying bits and sigalg
next