Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-08 | OStatus cleanup... | Brion Vibber | |
* Treat linkless feed posts as status updates; drop the "New post:" prefix and quotes on them. * Use stable user IDs for atom/rss2 feed links instead of unstable nicknames * Pull Atom feed preferentially when subscribing -- can now put the remote user's profile page straight into the feed subscription form and get to the right place. * Clean up naming for push endpoints | |||
2010-02-06 | Moderator can make users admins of a group | Evan Prodromou | |
2010-02-05 | Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache ↵ | Brion Vibber | |
PHP extension is not present. Switched to a locally-defined Cache::COMPRESSED, translating that to MEMCACHE_COMPRESSED in the plugin. | |||
2010-02-05 | Merge branch 'temp' | Zach Copley | |
2010-02-05 | OAuth app name should not be null | Zach Copley | |
2010-02-05 | Allow developers to delete OAuth applications | Zach Copley | |
2010-02-05 | OAuth app names should be unique. | Zach Copley | |
2010-02-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-02-05 | OAuth app name should not be null | Zach Copley | |
2010-02-05 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-05 | OAuth app name should not be null | Zach Copley | |
2010-02-04 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-04 | Merge branch 'master' into testing - drop debug statements | Brion Vibber | |
2010-02-04 | drop debug messages from inbox deletion fix | Brion Vibber | |
2010-02-04 | Inbox::streamNotices() with deletion compensation: inbox paging should more ↵ | Brion Vibber | |
or less work with deleted items now. No change in efficiency for the common case where nothing's deleted: does the same bulk fetch of just the notices we think we'll need as before, then if we turned up short keeps checking one by one until we've filled up to our $limit. This can leave us with overlap between pages, but we already have that when new messages come in between clicks; seems to be the lesser of evils versus not getting a 'before' button. More permanent fix for that will be to switch timeline paging in the UI to use notice IDs. | |||
2010-02-04 | Inbox::streamNotices() with deletion compensation: inbox paging should more ↵ | Brion Vibber | |
or less work with deleted items now. No change in efficiency for the common case where nothing's deleted: does the same bulk fetch of just the notices we think we'll need as before, then if we turned up short keeps checking one by one until we've filled up to our $limit. This can leave us with overlap between pages, but we already have that when new messages come in between clicks; seems to be the lesser of evils versus not getting a 'before' button. More permanent fix for that will be to switch timeline paging in the UI to use notice IDs. | |||
2010-02-04 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-04 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-03 | clear cache for Profile::hasRepeated() at Notice::insert() time | Evan Prodromou | |
2010-02-03 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-02-03 | add nickname as unique key for user_group table | Evan Prodromou | |
2010-02-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-02 | Fix regression breaking file attachments. This is what I get for rushing ↵ | Brion Vibber | |
fixes and not properly testing them. :P | |||
2010-02-02 | Fix regression breaking file attachments. This is what I get for rushing ↵ | Brion Vibber | |
fixes and not properly testing them. :P | |||
2010-02-02 | Allow developers to delete OAuth applications | Zach Copley | |
2010-02-02 | OAuth app names should be unique. | Zach Copley | |
2010-02-02 | Allow developers to delete OAuth applications | Zach Copley | |
2010-02-01 | OAuth app names should be unique. | Zach Copley | |
2010-02-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-01 | Improve name validation checks on local File references | Brion Vibber | |
2010-02-01 | Improve name validation checks on local File references | Brion Vibber | |
2010-02-01 | restructuring of User::registerNew() lost password munging | Evan Prodromou | |
2010-01-31 | buggy fetch for site owner | Evan Prodromou | |
2010-01-31 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apioauthauthorize.php | |||
2010-01-30 | error clearing tags for profiles from memcached | Evan Prodromou | |
2010-01-29 | add hooks for user registration | Evan Prodromou | |
2010-01-29 | method to get the site owner | Evan Prodromou | |
2010-01-29 | define a constant for the 'owner' role of a site | Evan Prodromou | |
2010-01-29 | add simple cache getter/setter static functions to Memcached_DataObject | Evan Prodromou | |
2010-01-28 | Fixes for status_network db object .ini and tag setter script | Brion Vibber | |
2010-01-28 | Last-chance distribution if enqueueing fails | Evan Prodromou | |
2010-01-28 | hide most DB_DataObject errors | Evan Prodromou | |
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-28 | update mysqltimestamps on insert and update | Evan Prodromou | |
2010-01-28 | additional debugging data for Sessions | Evan Prodromou | |
2010-01-27 | Don't preemptively close existing DB connections for web views (needed to ↵ | Brion Vibber | |
keep # of conns from going insane on multi-site queue daemons, so just doing for CLI) May, or may not, help with mystery session problems | |||
2010-01-27 | fix notice -- drop unused return value of variable that isn't initialized :) ↵ | Brion Vibber | |
thx @ g0 for the catch | |||
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-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 |