Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Added a bunch of function commment blocks | Zach Copley | |
2010-01-05 | Added intial README | Zach Copley | |
2010-01-05 | Add an RSSCloud queue handler daemon | Zach Copley | |
2010-01-05 | Notifier works, and bad subscriptions are deleted properly now. | Zach Copley | |
2010-01-05 | Plugin now checks notify handlers before registering subscriptions | Zach Copley | |
2010-01-05 | Better .ini info for RSSCloud subscription | Zach Copley | |
2010-01-05 | Make dummy aggregator handle RSSCloud challenge/response with domain parameter | Zach Copley | |
2010-01-05 | Set modified column correctly. | Zach Copley | |
2010-01-05 | Fixed DB_DataObject to return the right keys info for a compound | Zach Copley | |
key & fix ini output | |||
2010-01-05 | Add a table and DB_DataObject class for storing cloud subscriptions | Zach Copley | |
2010-01-05 | Queue notices for rssCloud | Zach Copley | |
2010-01-05 | Only add rssCloud link to user timeline | Zach Copley | |
2010-01-05 | /rsscloud/request_notify should work now | Zach Copley | |
2010-01-05 | Some foundational work. Not much to see here. Move along. | Zach Copley | |
2010-01-05 | Test action to simulate an aggregator. Useful for checking that the cloud ↵ | Zach Copley | |
hub is sending notifications. | |||
2010-01-05 | Extremely nascent RSSCloud plugin | Zach Copley | |
2010-01-06 | remove invalid calls to AuthenticationPlugin::onAutoload | Craig Andrews | |
2010-01-06 | Use plugin configuration instead of common_config() | Craig Andrews | |
2010-01-06 | Use common_{log,debug} instead of error_log for logging | Craig Andrews | |
2010-01-06 | Add shiny's mollom plugin | Craig Andrews | |
2010-01-05 | Move 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-05 | Fix auth plugin autoregistration issue. | Craig Andrews | |
2010-01-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-04 | XCachePlugin returns false value for cache miss | Evan Prodromou | |
2010-01-04 | Differentiate between empty values and cache misses in CacheLogPlugin | Evan Prodromou | |
2010-01-04 | Add 'takeOverLogin' parameter for a real SSO feel | Craig Andrews | |
2010-01-04 | make compression threshold and min savings config attrs for MemcachePlugin | Evan Prodromou | |
2010-01-04 | Allow 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-04 | Fix 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-04 | Enable 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-03 | Debug utility to log cache access | Evan Prodromou | |
2010-01-03 | don't try to set an expiry for XCache | Evan Prodromou | |
2010-01-03 | add keyTypes() for User_greeting_count | Evan Prodromou | |
2010-01-03 | update SamplePlugin.php also | Evan Prodromou | |
2010-01-03 | Expand SamplePlugin to show other best practices | Evan 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-03 | First version of cache plugin for XCache variable cache | Evan Prodromou | |
2010-01-02 | Add a caching plugin for APC variable cache | Evan Prodromou | |
2010-01-02 | First version of Memcache plugin | Evan Prodromou | |
2009-12-31 | Removed crazy redundant broadcasting of notices by the FB app | Zach Copley | |
2009-12-31 | - Use a stripped down new notice form for FB app because FB canvas apps | Zach 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-31 | Change inline CSS stylesheet to be on a single line so it doens't blow out ↵ | Zach Copley | |
syntax highlighting in my editor | |||
2009-12-31 | Update to external Facebook libs | Zach Copley | |
2009-12-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-30 | Add missing required line so this plugin works if it's the first (or only) ↵ | Craig Andrews | |
Authentication Plugin in use | |||
2009-12-29 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-28 | don't add flag if it's already there at block time | Evan Prodromou | |
2009-12-28 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-28 | First version of blacklist plugin | Evan Prodromou | |
First version of blacklist plugin. Replaces custom code in identi.ca's config.php, which was getting scary and long. Also correctly handles changed nicknames or URLs in profile settings and using 'forbidden' URLs in notice text. | |||
2009-12-28 | optionally flag a profile for review when blocked | Evan Prodromou | |
2009-12-28 | move flag creation to a method of data object | Evan Prodromou | |