Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 '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 | |
2010-01-28 | Removed avatar from repeat of username (matches noticelist) | Sarven Capadisli | |
2010-01-28 | Numbered format specifiers | Zach Copley | |
2010-01-28 | These API methods should return true for ->isReadOnly($args)! | Zach Copley | |
2010-01-28 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-01-28 | These API methods should return true for ->isReadOnly($args)! | Zach Copley | |
2010-01-28 | L10n updates: | Siebrand Mazeland | |
* app -> application * number parameters when using more than one in a message | |||
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 | Optionally set a separate Javascript server and path | Evan Prodromou | |
We have about 10-12 JavaScript pages per Web page. They usually are based on the same server as the Web pages, but since they're static files, it makes sense to offload them to a lite server that handles static files well. This commit lets you set a separate Javascript server and path for the default Javascript code in StatusNet. Squashed commit of the following: commit 139d1622fdafe5ad00c820224416d9021efc3234 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:30:24 2010 -0500 modules that call htmloutputter::script() don't prescribe js/ path commit c6ca3174af73efed55eaed5ff1e2a3bdc77d2d87 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:28:07 2010 -0500 configurable server and path for javascript files | |||
2010-01-27 | s/LOG_WARN/LOG_WARNING/ | Zach Copley | |