Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-06 | Moderator can make users admins of a group | Evan Prodromou | |
2010-02-06 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-06 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-06 | Delete old Twitter user record when user changes screen name instead of ↵ | Zach Copley | |
updating. Simpler. | |||
2010-02-06 | Store Twitter screen_name, not name, for foreign_user.nickname when saving ↵ | Zach Copley | |
Twitter user. | |||
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 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-05 | Actually store the timestamp on each nonce | Zach Copley | |
2010-02-05 | OAuth app name should not be null | Zach Copley | |
2010-02-05 | Fix issue with OAuth request parameters being parsed/stored twice when | Zach Copley | |
calling /api/account/verify_credentials.:format | |||
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 | Merge branch 'inbox-del' into testing | 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 | Missed change when refactoring groups. Thanks macno | Eric Helgeson | |
2010-02-04 | Missed change when refactoring groups. Thanks macno | Eric Helgeson | |
2010-02-04 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-04 | Should fix spurious 'nickname taken' and 'email taken' errors on ↵ | Brion Vibber | |
registration. Form's checks for existing nicks & emails would incorrectly return true on the second lookup due to bad interaction with negative caching. (was checking $obj !== false but we return null now on negative cache hits, with false for cache misses) | |||
2010-02-04 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-04 | Moved hardcoded identica theme out of MobileProfile. In this case, it | Sarven Capadisli | |
will use whichever theme is loaded as its base and then add its own mobile styles. Of course, if a theme comes with its own mobile styles, it will use that instead as an addition to its own base. | |||
2010-02-04 | Add time-based cutoffs for public tag cloud, favorited lists to speed up ↵ | Brion Vibber | |
those queries. Defaulting to only looking at last 90 days of activity, can be adjusted up or down. $config['tag']['cutoff'] = 86400 * 90; $config['popular']['cutoff'] = 86400 * 90; Per-user and per-group tag clouds do not use the cutoff (and it doesn't help with indexing on them). | |||
2010-02-04 | Added accept and reject icons to remote subscription authorization | Sarven Capadisli | |
2010-02-04 | Fixes minor remote subscription profile layout | Sarven Capadisli | |
2010-02-04 | - Fix cache handling in TwitterStatusFetcher | Zach Copley | |
- Other stability fixes | |||
2010-02-03 | Script to update profile URLs | Evan Prodromou | |
2010-02-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-03 | Merge branch 'master' into testing | Evan Prodromou | |
2010-02-03 | clear cache for Profile::hasRepeated() at Notice::insert() time | Evan Prodromou | |
2010-02-03 | Added right margin for notice text. Helps Conversation notices look | Sarven Capadisli | |
better. | |||
2010-02-03 | clearcache.php column flag was conflicting with default flag | Evan Prodromou | |
2010-02-03 | showcache.php column flag was conflicting with default flag | Evan Prodromou | |
2010-02-03 | change 'sitetype' to 'siteplan' to use consistent language | 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-03 | Confirm dialog for reset OAuth consumer key and secret button | Zach Copley | |
2010-02-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-02-02 | Always check for an OAuth request. This allows OAuth clients to set an | Zach Copley | |
auth user, similar to how they can set one via http basic auth, even if one is not required. I think I finally got this right. | |||
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 | Removed entity flag stylesheet and icons from plugin to core. | Sarven Capadisli | |
2010-02-02 | Added flag icon to core | Sarven Capadisli | |
2010-02-02 | Added single icon for Clear | Sarven Capadisli | |
2010-02-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-02 | Added icon to Clear label for UserFlag plugin | Sarven Capadisli | |
2010-02-02 | setconfig.php: list all current settings if no parameters given | Brion Vibber | |
2010-02-02 | Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, ↵ | Brion Vibber | |
exposed to the email | |||
2010-02-02 | Minor alignment notice form alignment for default theme | Sarven Capadisli | |
2010-02-02 | Updated StatusNet logos | Sarven Capadisli | |
2010-02-02 | Linkify notice source when posting from registered OAuth apps | Zach Copley | |