]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/OStatus
Fave::addNew now calls Notice::saveActivity
[quix0rs-gnu-social.git] / plugins / OStatus /
2014-05-05 Mikael NordfeldthMore modern coding, stuff related to subscriptions
2014-05-05 Mikael NordfeldthUsersalmonAction updated to stronger typing standards
2014-05-05 Mikael NordfeldthGroupsalmonAction updated to stronger typing standards
2014-05-05 Mikael NordfeldthMore debugging for Salmon activities
2014-05-05 Mikael NordfeldthStronger typing and function access control in OStatus
2014-05-05 Mikael NordfeldthSuccess debugging was too much noise
2014-05-05 Mikael NordfeldthMore debugging in Magicsig class verify method
2014-05-05 Joshua Judson RosenPrevent spurious refusals of legitimate notices posted...
2014-04-30 Mikael NordfeldthNotice URIs are not necessarily URLs.
2014-04-28 Mikael NordfeldthCode cleanup and enabling User object's etc. getUri()
2014-04-19 Mikael NordfeldthOStatus onStartNoticeSourceLink to use exceptions
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/199' of git://gitorio...
2014-03-09 Mikael NordfeldthCosmetic changes to common_redirect, clientError, serve...
2014-03-09 Mikael NordfeldthAdd support for 'nohub' sub_state in FeedSub
2014-03-09 Mikael NordfeldthAdd functions to avoid direct variable access
2014-03-09 Mikael NordfeldthFeedSub gets a plugin event handler for sub/unsub
2014-03-06 Mikael NordfeldthMerge branch 'master' into FeedPoller
2014-03-05 Mikael NordfeldthMerge commit 'refs/merge-requests/11' of git://gitoriou...
2014-03-05 Mikael NordfeldthMake ostatussub conform to coding standards a bit
2014-03-02 Mikael NordfeldthSubMirror now works again against old PuSH
2014-03-02 Mikael NordfeldthPrepare for >1024 RSA keys for Salmon signatures
2014-03-01 Mikael NordfeldthMinor code cleanup with group related actions (thanks...
2014-02-23 Mikael Nordfeldthmentions from OStatus lookup were missing a 'type'...
2014-01-04 Mikael NordfeldthMerge commit 'refs/merge-requests/6' of git://gitorious...
2014-01-01 Mikael Nordfeldthbetter comment for PuSH <0.4 hack
2014-01-01 Mikael Nordfeldthbetter comment for PuSH <0.4 hack
2013-11-19 Mikael NordfeldthAttention structure has changed recently
2013-11-19 Mikael NordfeldthDon't miss integer 0 values from find()
2013-11-08 Mikael NordfeldthWebFingerResource for profiles now WebFingerResource_Pr...
2013-11-06 Mikael NordfeldthRemote StatusNet sites would throw 400 if no hub.verify...
2013-11-02 Mikael NordfeldthPuSH 0.4: No outgoing 'sync' verifications. Feed renewa...
2013-11-02 Mikael NordfeldthWe don't do local_push_bypass
2013-11-01 Mikael NordfeldthNotice metadata for WebFinger. Not sure if implemented...
2013-11-01 Mikael NordfeldthSalmon only has one "rel" value now, so start deprecating
2013-11-01 Mikael NordfeldthUsing GNUSOCIAL_VERSION instead of STATUSNET_VERSION
2013-11-01 Mikael NordfeldthBetter typing and minor fixes to OStatus related stuff
2013-10-30 Mikael NordfeldthOStatus remote address example now more generic
2013-10-30 Mikael NordfeldthGetting a profile from URI would throw exceptions on...
2013-10-30 Mikael NordfeldthMinor Ostatus_profile class reference fixes
2013-10-29 Mikael NordfeldthGroup discovery from text functions polished
2013-10-29 Mikael NordfeldthProtected function prepare with array $args defaulting...
2013-10-28 Mikael NordfeldthReworked the ActivityContext->attention structure
2013-10-28 Mikael NordfeldthMemcached_DataObject extensions got their update functi...
2013-10-28 Mikael NordfeldthRemoved legacy OMB. Use OStatus for remote profiles.
2013-10-21 Mikael NordfeldthOstatus_profile->processShare now backwards compatible...
2013-10-21 Mikael NordfeldthSHARE activities would not be imported from federated...
2013-10-21 Mikael NordfeldthReplace common_good_random with common_random_hexstr
2013-10-20 Mikael NordfeldthProfile creation always failed because we didn't COMMIT
2013-10-20 Mikael NordfeldthMinor function definitions so they match Action parent
2013-10-20 Mikael NordfeldthWebFingerResource introduced, instead of strict Profile...
2013-10-07 Mikael NordfeldthValidate::uri replaced with filter_var for HTTP[S]...
2013-10-05 Mikael NordfeldthGroup logos would not be fetched
2013-10-05 Mikael NordfeldthLOG_WARNING, not LOG_WARN
2013-10-04 Mikael NordfeldthLatest phpseclib stuff and moved into its own dir.
2013-10-03 Mikael NordfeldthTwitter Import + avatar fixes (cleaning up + fixing)
2013-10-01 Mikael NordfeldthProperly unlink all old avatars when deleting/uploading...
2013-09-30 Mikael NordfeldthFixed regression in OStatus sub from WebFinger/XML_XRD...
2013-09-30 Mikael NordfeldthImplemented WebFinger and replaced our XRD with PEAR...
2013-09-29 Joshua Judson RosenCorrectly distribute notices from remote posters throug...
2013-09-28 Mikael NordfeldthMaking sure scripts and tests check for GNUSOCIAL defin...
2013-09-24 Mikael Nordfeldthphpseclib extlib updated from phpseclib.sf.net
2013-09-23 Mikael NordfeldthPHP5.5 fix: Better use of startXML for Action classes...
2013-09-23 Mikael NordfeldthStylesheet event now removed of StatusNet-remnants
2013-09-21 Mikael NordfeldthSubscription "get by" functions now don't use ArrayWrappers
2013-09-10 Mikael NordfeldthChanging js .live calls to .on for jquery 2.x
2013-09-09 Mikael NordfeldthTidying up getUser calls to profiles and some events
2013-08-28 Mikael Nordfeldthplugins onAutoload now only overloads if necessary...
2013-08-21 Mikael NordfeldthWoops, forgot auto_increment (comes with 'serial')
2013-08-21 Mikael NordfeldthIMPORTANT - fixed HubSub to properly fetch primary...
2013-08-21 Mikael NordfeldthOStatus classes now has modern schemaDef
2013-08-20 Mikael NordfeldthUnnecessary UTF-8 declaration for database
2013-08-19 Mikael NordfeldthFurther static declarations of functions
2013-08-18 Mikael NordfeldthIMPORTANT - fixed Magicsig to properly overload getKV...
2013-08-18 Mikael NordfeldthMagicsig class now Managed_DataObject with nicer schemaDef
2013-08-18 Mikael NordfeldthThe overloaded DB_DataObject function staticGet is...
2013-08-18 Mikael NordfeldthUpdating all Memcached_DataObject extended classes...
2013-08-12 Mikael NordfeldthPlugins with classes that extend Managed_DataObject...
2013-08-12 Mikael NordfeldthMerge commit 'refs/merge-requests/230' of git://gitorio...
2013-08-12 Mikael NordfeldthMerge remote-tracking branch 'statusnet/master'
2013-07-16 Evan ProdromouMerge branch '1.1.x'
2013-07-16 Evan ProdromouMerge 1.1.x into master
2013-06-15 Jean Baptiste FavreMerge commit 'merge-requests/192' into statusnet_1.1.x
2013-06-15 Evan ProdromouMerge remote-tracking branch 'origin/master'
2013-06-15 Jean Baptiste FavreFix INSTALLDIR constant definition.
2012-09-19 Jean Baptiste FavreMerge commit 'refs/merge-requests/182' of gitorious...
2012-09-19 Jean Baptiste FavreMerge commit 'refs/merge-requests/181' of git://gitorio...
2012-09-18 Jean Baptiste FavreMerge remote-tracking branch 'statusnet/180' into statu...
2012-09-07 Evan ProdromouMerge branch '1.1.x'
2012-07-28 Evan ProdromouMerge branch 'master' of gitorious.org:statusnet/mainline
2012-07-28 Evan ProdromouMerge branch '1.1.x'
2012-07-28 Mikael NordfeldthIssue 3401, ostatus group subscription lands on blank...
2012-07-09 Evan ProdromouMerge branch '1.1.x'
2012-07-09 Evan ProdromouMerge remote-tracking branch 'origin'
2012-07-04 Evan ProdromouAdd a trace, too
2012-07-04 Evan ProdromouAdd an exception on remote group join
2012-07-03 Evan ProdromouMerge branch '1.1.x'
2012-07-03 Evan ProdromouMerge branch '1.1.x'
2012-07-03 Evan ProdromouMerge branch '1.1.x' of gitorious.org:statusnet/mainlin...
2012-06-30 Siebrand MazelandLocalisation updates from http://translatewiki.net.
2012-06-24 Siebrand MazelandLocalisation updates from http://translatewiki.net.
next