Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-02 | Better token revocation | Zach Copley | |
2010-02-02 | Allow developers to delete OAuth applications | Zach Copley | |
2010-02-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-01 | Don't enqueue into plugin or SMS queues when disabled (breaks unqueuehandler ↵ | Brion Vibber | |
if SMS queue isn't attached) | |||
2010-01-31 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apioauthauthorize.php | |||
2010-01-31 | move schema.type.php to typeschema.php like other files | Evan Prodromou | |
2010-01-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-31 | Add Really Simple Discovery (RSD) support | Evan Prodromou | |
Anil Dash suggested that all implementers of the Twitter API include support for the remedial RSD format. This commit adds an RSD action that returns the API root and additional API data to help client developers discover and use our Twitter-compatible API. http://dashes.com/anil/2009/12/the-twitter-api-is-finished.html http://tales.phrasewise.com/rfc/rsd | |||
2010-01-31 | Add a robots.txt URL to the site root | Evan Prodromou | |
Adds a robots.txt file to the site root. Defaults defined by 'robotstxt' section of config. New events StartRobotsTxt and EndRobotsTxt to let plugins add information. Probably not useful if path is not /, but won't hurt anything, either. | |||
2010-01-30 | on exceptions, stomp logs the error and reenqueues | Evan Prodromou | |
2010-01-30 | removed describeTable from base class, and fixed it up in pgsql | Brenda Wallace | |
2010-01-30 | getTableDef() mostly working in postgres | Brenda Wallace | |
2010-01-30 | move the schema DDL sql off into seperate files for each db we support | Brenda Wallace | |
2010-01-29 | Pass username and nickname to autoregister so auth plugins can set the ↵ | Craig Andrews | |
nickname correct when creating a new user. Continues fixing what Eric Helgeson pointed out in 01eb4e8f003bf62575ec16dfb6127d7534be9c88 | |||
2010-01-29 | autoRegister() expects a username existing in ldap, not the suggested_nickname | Eric Helgeson | |
2010-01-29 | for single-user mode, retrieve either site owner or defined nickname | Evan Prodromou | |
2010-01-28 | Fix more fatal errors in queue edge cases | Brion Vibber | |
2010-01-28 | Don't attempt to resend XMPP messages that can't be broadcast due to the ↵ | Brion Vibber | |
profile being deleted. | |||
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
2010-01-28 | Wrap each bit of distrib queue handler's saving operation in a try/catch; ↵ | Brion Vibber | |
log exceptions but let everything else continue. | |||
2010-01-28 | Move sessions settings to its own panel | Zach Copley | |
2010-01-28 | Move sessions settings to its own panel | Zach Copley | |
2010-01-29 | Adjust API authentication to also check for OAuth protocol params in the | Zach Copley | |
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme. | |||
2010-01-29 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-01-29 | Adjust API authentication to also check for OAuth protocol params in the | Zach Copley | |
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme. | |||
2010-01-28 | Manual failover for stomp queues. | Brion Vibber | |
If an array of multiple servers is put in $config['queue']['stomp_server'], enqueues will pick a random server to send to (failing over automatically if any are down). Queue handling daemons connect all servers so they get events no matter where they were delivered. In case of disconnection, daemons should now handle it gracefully and attempt to reconnect every 60 seconds or so, automatically resubscribing to all queues once it's back up. Can put to 'native' failover for reads as well by disabling $config['stomp']['manual_failover'] = false; but this is untested and may explode in addition to requiring that your ActiveMQ cluster actually be set up to handle its own data distribution. Additionally, can choose which queues to mark as persistent by setting $config['stomp']['persistent'] to an array of queue names. | |||
2010-01-28 | Merge commit 'origin/master' into testing | Brion Vibber | |
2010-01-28 | Remove redundant session token field from form (was already being added by ↵ | Zach Copley | |
base class). | |||
2010-01-28 | Remove redundant session token field from form (was already being added by ↵ | Zach Copley | |
base class). | |||
2010-01-28 | Can now set $config['queue']['stomp_persistent'] = false; to explicitly ↵ | Brion Vibber | |
disable persistence when we queue items | |||
2010-01-28 | Removed unused variable assignment for avatar URL and added missing fn | Sarven Capadisli | |
2010-01-28 | Removed unused variable assignment for avatar URL and added missing fn | Sarven Capadisli | |
2010-01-27 | dropping the setcookie() call from common_ensure_session() since we're ↵ | Brion Vibber | |
pretty sure it's unnecessary | |||
2010-01-27 | append '/' on cookie path for now (may still need some refactoring) | Brion Vibber | |
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-28 | set session cookie correctly | Evan Prodromou | |
2010-01-27 | Fix for Mapstraction plugin's zoomed map links | Brion Vibber | |
Move definition of NICKNAME_FMT above plugin initialization but below loading of Validate package. A merge error when refactoring setup lead to this not being defined yet when plugins were initialized, causing the router setup in MapstractionPlugin which tried to use this constant to fail. Result was bogus links and if you hit the URL directly the action would be "unrecognized". | |||
2010-01-27 | debug log line for control channel sub | Brion Vibber | |
2010-01-27 | increment software beta version | Evan Prodromou | |
2010-01-27 | Adds an emergency switch so we can run inbox distribution at save time ↵ | Brion Vibber | |
(bypassing 'distrib' queue) Set $config['queue']['inboxes'] = false to do so | |||
2010-01-28 | Remove debugging statement | Zach Copley | |
2010-01-28 | Some adjustments to the way API auth works after merging testing and 0.9.x | Zach Copley | |
2010-01-28 | Some adjustments to the way API auth works after merging testing and 0.9.x | Zach Copley | |
2010-01-27 | Merge branch 'testing' into -1.9.x | Zach Copley | |
* testing: (130 commits) HTTP auth provided is evaluated even if it's not required Rename rc3to09.sql to rc3torc4.sql to avoid confusion if we add a last-minute change after this! Add new oauth tables and modifications to 'consumer' table for rc4 Centred leaderboard ad camelcase the uap param names move leaderboard to after the header Moved rectangle ad into aside and leaderboard to the right in header. Aligning wide skyscraper to the right instead of left CSS ids and classes fixed in UAPPlugin wrong height for rectangle in BlankAd Add the moved BlankAdPlugin make BlankAd dir and change to use a 1x1 image move BlankAdPlugin to its own dir Add BlankAdPlugin to test ad layout in different themes make uapplugin an abstract class move UAP plugin to core Lowercased switch cases in UAP Plugin Plugin for Universal Ad Package. Outputs four most widely used ad types. Add persistent:true property to Stomp messages so ActiveMQ doesn't decide to discard them even though persistence is enabled on the broker. :) (Thanks Aric!) quick fix: use common_path() on realtime update JS so it works with the new JS path code (will pull from main server for now) ... Conflicts: actions/apioauthaccesstoken.php actions/apioauthauthorize.php actions/apioauthrequesttoken.php actions/editapplication.php actions/newapplication.php lib/apiauth.php lib/queuemanager.php lib/router.php | |||
2010-01-27 | HTTP auth provided is evaluated even if it's not required | Michele | |
2010-01-27 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-27 | camelcase the uap param names | Evan Prodromou | |
2010-01-27 | move leaderboard to after the header | Evan Prodromou | |
2010-01-27 | Moved rectangle ad into aside and leaderboard to the right in header. | Sarven Capadisli | |
Intention for this layout was to reduce whitespace in header area | |||
2010-01-27 | CSS ids and classes fixed in UAPPlugin | Evan Prodromou | |