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-08 | First steps on converting FeedSub into the pub/sub basis for OStatus ↵ | Brion Vibber | |
communications: * renamed FeedSub plugin to OStatus * now setting avatar on subscriptions * general fixes for subscription * integrated PuSH hub to handle only user timelines on canonical ID url; sends updates directly * set $config['feedsub']['nohub'] = true to test w/ foreign feeds that don't have hubs (won't actually receive updates though) * a few bits of code documentation * HMAC support for verified distributions (safest if sub setup is on HTTPS) And a couple core changes: * minimizing HTML output for exceptions in API requests to aid in debugging * fix for rel=self link in apitimelineuser when id given This does not not yet include any of the individual subscription management (Salmon notifications for sub/unsub, etc) nor a nice UI for user subscriptions. Needs some further cleanup to treat posts as status updates instead of link references. | |||
2010-02-06 | Moderator can make users admins of a group | Evan Prodromou | |
2010-02-05 | Updated /api/statusnet/config.xml to show new config params potentially ↵ | Zach Copley | |
relevant to client devs | |||
2010-02-05 | API config return textlimit value | Michele | |
2010-02-05 | Fix issue with OAuth request parameters being parsed/stored twice when | Zach Copley | |
calling /api/account/verify_credentials.:format | |||
2010-02-05 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | 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 | Missed change when refactoring groups. Thanks macno | Eric Helgeson | |
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-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 '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-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 | Fixes minor remote subscription profile layout | Sarven Capadisli | |
2010-02-04 | Fixes minor remote subscription profile layout | Sarven Capadisli | |
2010-02-03 | Confirm dialog for reset OAuth consumer key and secret button | Zach Copley | |
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 0.9.x | Brion Vibber | |
2010-02-02 | Suppress notice input box on OAuth authorization page | Zach Copley | |
2010-02-02 | Better token revocation | Zach Copley | |
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 | Suppress notice input box on OAuth authorization page | Zach Copley | |
2010-02-02 | Better token revocation | Zach Copley | |
2010-02-02 | Allow developers to delete OAuth applications | Zach Copley | |
2010-02-01 | Revert "Removed hAtom pattern from registration page." | Sarven Capadisli | |
This reverts commit d6fe865133511ac64565a583106b3233b70a0b1e. Screws up list rendering when registration is complete. | |||
2010-02-01 | OAuth app names should be unique. | Zach Copley | |
2010-02-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-01 | Sentence case for app statistics | Sarven Capadisli | |
2010-02-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-01 | Merge remote branch 'statusnet/master' into testing | Brion Vibber | |
2010-02-01 | Improve name validation checks on local File references | Brion Vibber | |
2010-02-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-01 | Merge branch '0.9.x' of 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 | Merge branch 'master' into testing | Evan Prodromou | |
2010-02-01 | fix local file include vulnerability in doc.php | Evan Prodromou | |
Conflicts: actions/doc.php | |||
2010-02-01 | fix local file include vulnerability in doc.php | Evan Prodromou | |
Conflicts: actions/doc.php | |||
2010-02-01 | Removed hAtom pattern from registration page. | Sarven Capadisli | |
2010-01-31 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apioauthauthorize.php | |||
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 | add lat, lon, location and remove closing tag from geocode.php | Evan Prodromou | |
2010-01-30 | Use passed-in lat long in geocode.php | Evan Prodromou | |
Don't rewrite the lat-long for a location in geocode.php. | |||
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-28 | Removed avatar from repeat of username (matches noticelist) | Sarven Capadisli | |