summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-01-06Removed unnecessary internal styleSarven Capadisli
2010-01-06Some better log msgsZach Copley
2010-01-05Fix subscription path in link elementZach Copley
2010-01-05Some phpcs cleanupZach Copley
2010-01-05Comment out the LoggingAggregator businessZach Copley
2010-01-05Reject subscription requests for handlers that don't support http-postZach Copley
2010-01-05Added a bunch of function commment blocksZach Copley
2010-01-05Added intial READMEZach Copley
2010-01-05Add an RSSCloud queue handler daemonZach Copley
2010-01-05Notifier works, and bad subscriptions are deleted properly now.Zach Copley
2010-01-05Plugin now checks notify handlers before registering subscriptionsZach Copley
2010-01-05Better .ini info for RSSCloud subscriptionZach Copley
2010-01-05Make dummy aggregator handle RSSCloud challenge/response with domain parameterZach Copley
2010-01-05Set modified column correctly.Zach Copley
2010-01-05Fixed DB_DataObject to return the right keys info for a compoundZach Copley
key & fix ini output
2010-01-05Add a table and DB_DataObject class for storing cloud subscriptionsZach Copley
2010-01-05Queue notices for rssCloudZach Copley
2010-01-05Only add rssCloud link to user timelineZach Copley
2010-01-05/rsscloud/request_notify should work nowZach Copley
2010-01-05Some foundational work. Not much to see here. Move along.Zach Copley
2010-01-05Test action to simulate an aggregator. Useful for checking that the cloud ↵Zach Copley
hub is sending notifications.
2010-01-05Extremely nascent RSSCloud pluginZach Copley
2010-01-06remove invalid calls to AuthenticationPlugin::onAutoloadCraig Andrews
2010-01-06Use plugin configuration instead of common_config()Craig Andrews
2010-01-06Use common_{log,debug} instead of error_log for loggingCraig Andrews
2010-01-06Add shiny's mollom pluginCraig Andrews
2010-01-05Move Authorization and Authentication plugin structures into core, instead ↵Craig Andrews
of as plugins. This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
2010-01-05Fix auth plugin autoregistration issue.Craig Andrews
2010-01-04remove logging stuff from DiskCacheEvan Prodromou
2010-01-04Disk cache pluginEvan Prodromou
2010-01-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-04XCachePlugin returns false value for cache missEvan Prodromou
2010-01-04Differentiate between empty values and cache misses in CacheLogPluginEvan Prodromou
2010-01-04Add 'takeOverLogin' parameter for a real SSO feelCraig Andrews
2010-01-04make compression threshold and min savings config attrs for MemcachePluginEvan Prodromou
2010-01-04Allow an authentication plugin with the same provider_name other than the ↵Craig Andrews
one that actually checked the password to autoregister a user Allows for SSO-type plugins that don't have any information about the user other than their username to do autoregistration
2010-01-04Fix for auto_increment parameter in auto-created tables via checkschema.Brion Vibber
Update FeedSub plugin for non-Plugin_DataObject setup and working checkschema updates.
2010-01-04Enable memcache automatic compression, starting at 20k and only if ↵Craig Andrews
compression gain is greater than 20%. Allows storage of larger objects (over 1mb in size uncompressed), such as huge LDAP schemas. Should also improve cache efficiency (allows more stuff to be stored in same memory) and reduce network latency (less data transfer) (redo commit 1e9c03e1993b5d2978ac4c5213a8a64e0150b4a2 which was apparently lost during pluginization)
2010-01-03Debug utility to log cache accessEvan Prodromou
2010-01-03don't try to set an expiry for XCacheEvan Prodromou
2010-01-03add keyTypes() for User_greeting_countEvan Prodromou
2010-01-03update SamplePlugin.php alsoEvan Prodromou
2010-01-03Expand SamplePlugin to show other best practicesEvan Prodromou
I modified the SamplePlugin to show how to do some real processing, adding a data class and an action class and modifying the main menu to link to the new action. I added documentation comments to all the methods and made sure the modules were PHPCS-clean.
2010-01-03First version of cache plugin for XCache variable cacheEvan Prodromou
2010-01-02Add a caching plugin for APC variable cacheEvan Prodromou
2010-01-02First version of Memcache pluginEvan Prodromou
2009-12-31Removed crazy redundant broadcasting of notices by the FB appZach Copley
2009-12-31- Use a stripped down new notice form for FB app because FB canvas appsZach Copley
can't support image upload via multipart/form-data (and location sharing is iffy). - Deal with new error code 100 from Facebook, which seem to be for inactive accounts.
2009-12-31Change inline CSS stylesheet to be on a single line so it doens't blow out ↵Zach Copley
syntax highlighting in my editor
2009-12-31Update to external Facebook libsZach Copley