Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-12 | fix for Atom notice output: correct check against conversation & current id | Brion Vibber | |
2010-02-12 | Initial upgraded Atom output for group timelines | Zach Copley | |
2010-02-12 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-12 | PHP 5.3 compatibility hack for DB_DataObject | Brion Vibber | |
statusnet.links.ini file could not be read anymore due to the entry for nonce containing a comma in its key value. PHP's parse_ini_file() function no longer allows commas in keys, and rejects the *ENTIRE FILE* if it's present, breaking various automatic joins. | |||
2010-02-12 | OStatus: prep work for sending notifications on ↵ | Brion Vibber | |
sub/unsub/join/leave/favorite/unfavorite via Salmon; needs to be completed and hooked up once feed gen is fixed. | |||
2010-02-11 | Fix retarded spelling mistake | Zach Copley | |
2010-02-11 | ostatus:attention links in Notice Atom output | Zach Copley | |
2010-02-11 | Some upgrades to Atom output for OStatus | Zach Copley | |
2010-02-09 | OStatus partial support for group subscriptions: | Brion Vibber | |
* detection of group feeds is currently a nasty hack based on presence of '/groups/' in URL -- should use some property on the feed? * listing for the remote group is kinda cruddy; needs to be named more cleanly * still need to establish per-author profiles (easier once we have the updated Atom code in) * group delivery probably not right yet * saving of group messages still triggering some weird behavior Added support for since_id and max_id on group timeline feeds as a free extra. Enjoy! | |||
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 '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 | |