Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 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 '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 | Removed hAtom pattern from registration page. | Sarven Capadisli | |
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 | 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-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 | |
2010-01-27 | - Check for read-only vs. read-write access to protected API resources (OAuth) | Zach Copley | |
- Some cleanup | |||
2010-01-27 | Fix casing for HMAC-SHA1. | Siebrand Mazeland | |
2010-01-27 | Fix inconsistent title case in page title | Siebrand Mazeland | |
2010-01-26 | New access admin panel for site registration settings | Zach Copley | |
2010-01-26 | - Remove redudant/unused 'server' setting from site admin panel | Zach Copley | |
- Move 'fancy urls' checkbox from site admin panel to paths admin panel | |||
2010-01-25 | Merge branch 'master' into testing | Evan Prodromou | |
Conflicts: lib/queuemanager.php | |||
2010-01-25 | Offload inbox updates to a queue handler to speed up posting online | Evan Prodromou | |
Moved much of the writing that happens when posting a notice to a new queuehandler, distribqueuehandler. This updates tags, groups, replies and inboxes at queue time (or at Web time, if queues are disabled). To make this work well, I had to break up the monolithic Notice::blowCaches() and make cache blowing happen closer to where data is updated. Squashed commit of the following: commit 5257626c62750ac4ac1db0ce2b71410c5711cfa3 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 14:56:41 2010 -0500 slightly better handling of blowing tag memory cache commit 8a22a3cdf6ec28685da129a0313e7b2a0837c9ef Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:42:56 2010 -0500 change 'distribute' to 'distrib' so not too long for dbqueue commit 7a063315b0f7fad27cb6fbd2bdd74e253af83e4f Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:39:15 2010 -0500 change handle_notice() to handle() in distributqueuehandler commit 1a39ccd28b9994137d7bfd21bb4f230546938e77 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 16:05:25 2010 -0500 error with queuemanager commit e6b3bb93f305cfd2de71a6340b8aa6fb890049b7 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 01:11:34 2010 -0500 Blow memcache at different point rather than one big function for Notice class commit 94d557cdc016187d1d0647ae1794cd94d6fb8ac8 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 00:48:44 2010 -0500 Blow memcache at different point rather than one big function for Notice class commit 1c781dd08c88a35dafc5c01230b4872fd6b95182 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 20 08:54:18 2010 -0500 move broadcasting and distributing to new queuehandler commit da3e46d26b84e4f028f34a13fd2ee373e4c1b954 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 20 08:53:12 2010 -0500 Move distribution of notices to new distribute queue handler | |||
2010-01-24 | fix interpolation of positional arguments to sprintf in tag action | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in show group | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in show favorites | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in usergroups | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in inbox | Evan Prodromou | |
2010-01-24 | fix interpolation of positional arguments to sprintf in outbox | Evan Prodromou | |
2010-01-24 | fix interpolation for positional arguments in replies | Evan Prodromou | |
2010-01-24 | fix interpolation for positional arguments in showstream | Evan Prodromou | |
2010-01-25 | - Had to remove checking read vs. read-write in OAuth authenticated methods | Zach Copley | |
- Will now pick up source attr from OAuth app | |||
2010-01-24 | Revoke access token UI | Zach Copley | |
2010-01-24 | Changed legend text from Login to Account because it is not really | Sarven Capadisli | |
logging iny | |||
2010-01-24 | Updated apioauthauthorize markup and styles | Sarven Capadisli | |
2010-01-24 | Ensure only the application's owner can edit it | Zach Copley | |
2010-01-24 | Fix user count | Zach Copley | |
2010-01-24 | Make sure applications are really looked up by consumer key | Zach Copley | |
2010-01-24 | Rework application registration workflow to be more private | Zach Copley | |
2010-01-24 | Fix icon upload on new apps | Zach Copley | |
2010-01-24 | OAuth 1.0 working now | Zach Copley | |
2010-01-24 | Can now edit/change application icon | Zach Copley | |
2010-01-24 | Added anchors to application source and homepage | Sarven Capadisli | |