Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Move snapshot configuration to its own admin panel | Zach Copley | |
Turn on with: $config['admin']['panels'][] = 'snapshot'; | |||
2010-03-03 | Initial user role controls on profile pages, for owner to add/remove ↵ | Brion Vibber | |
administrator and moderator options. Buttons need to be themed. | |||
2010-03-03 | Site-wide notice text admin panel | Zach Copley | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Add an hcard action | Evan Prodromou | |
A dedicated hcard action for users. Our profile page includes an hcard, but it's so full of other hcards that it's ambiguous which one is the "real" one. So, this one make sense for meaning, "This is my hcard." | |||
2010-02-25 | OStatus: fix remote groups to work with new user_groups/local_groups split. | Brion Vibber | |
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form | |||
2010-02-02 | Allow developers to delete OAuth applications | Zach Copley | |
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-29 | for single-user mode, retrieve either site owner or defined nickname | Evan Prodromou | |
2010-01-28 | Move sessions settings to its own panel | Zach Copley | |
2010-01-26 | New access admin panel for site registration settings | Zach Copley | |
2010-01-26 | Single-user mode | Evan Prodromou | |
New configuration options to define a single-user mode. This hides most of the "community" pages, like the public timeline and groups. The main user's timeline becomes the main page, and most other URLs are changed. Switching back and forth between 1-user and multi-user mode is probably hazardous. Squashed commit of the following: commit d814aa5c92d14a27a12baba7893f3f8bf63f1d08 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:17:27 2010 -0500 don't show inbox and outbox in single-user mode commit 47f19b9523a7015d4c6e460b73ea32c839e00aa1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:22 2010 -0500 show correct URL for logo in single-user mode commit 552010cffc33eadbc512ec5a67619dbc2015239a Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:15:06 2010 -0500 make singleuser its own config section commit 786ab260a3ca172e57b555c75ca10946d8f258a1 Author: Evan Prodromou <evan@status.net> Date: Tue Jan 26 00:05:19 2010 -0500 make single-user mode work commit 5b21d7309b3a8dd5a4e0f29aea76f7897f1818b1 Author: Evan Prodromou <evan@status.net> Date: Mon Jan 25 23:45:55 2010 -0500 add single-user mode | |||
2010-01-24 | Rework application registration workflow to be more private | Zach Copley | |
2010-01-24 | OAuth 1.0 working now | Zach Copley | |
2010-01-24 | Workflow for request tokens and authorizing request tokens | Zach Copley | |
2010-01-24 | Stubs for API OAuth token exchange stuff | Zach Copley | |
2010-01-24 | Workflow for registering new OAuth apps pretty much done. | Zach Copley | |
2010-01-24 | Reorganized the OAuth app URLs and more work on the register app workflow | Zach Copley | |
2010-01-24 | Started work on interface for displaying connected OAuth apps | Zach Copley | |
2010-01-11 | Merge branch 'sessionidparam' into 0.9.x | Evan Prodromou | |
Conflicts: lib/command.php | |||
2010-01-10 | Fix routes for social graph API methods -- this takes care of Ticket #2151 | Zach Copley | |
2010-01-09 | Redirect to a one-time-password when ssl and regular server are different | Evan Prodromou | |
2010-01-07 | add a version action to give credit and list plugins | Evan Prodromou | |
2009-12-29 | Implement user interface for user to preview what location they are sharing ↵ | Craig Andrews | |
with a notice | |||
2009-12-14 | move full-featured timeline to apitimelinehome.php | Evan Prodromou | |
2009-12-12 | add statuses/retweeted_to_me to API | Evan Prodromou | |
2009-12-12 | add statuses/retweets_of_me to API | Evan Prodromou | |
2009-12-12 | add statuses/retweeted_by_me api action | Evan Prodromou | |
2009-12-12 | add statuses/retweets to API | Evan Prodromou | |
2009-12-11 | show repeated notices correctly in API output | Evan Prodromou | |
2009-12-11 | save repeats from the form | Evan Prodromou | |
2009-12-10 | remove forward action from router | Evan Prodromou | |
2009-12-08 | action to forward a notice | Evan Prodromou | |
2009-12-05 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-12-01 | Add missing rule for /api/users/show.:format | Zach Copley | |
2009-11-20 | Revert "Added 'login' command that gives you a link that can be used to ↵ | Evan Prodromou | |
login to the website" This reverts commit b9d40f723bce8e01ddcbbb989bd7035b92cd9af8. Conflicts: actions/login.php classes/statusnet.ini db/08to09.sql db/08to09_pg.sql db/statusnet_pg.sql lib/command.php lib/commandinterpreter.php | |||
2009-11-19 | Added validation to fields in user admin panel | Zach Copley | |
2009-11-19 | Added a user admin panel | Zach Copley | |
2009-11-19 | Revert "Re added NICKNAME_FMT constant to router.php." | Eric Helgeson | |
This reverts commit 9f15febf88769493aa834cab5b916cb46298842a. Issues with remote OMB. Will revisit and fix correctly | |||
2009-11-19 | Moved most path and server settings to a new paths admin panel | Zach Copley | |
2009-11-17 | Merge branch '0.9.x' into adminpanel | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-16 | add routes for silence, sandbox, delete user | Evan Prodromou | |
2009-11-11 | add designadminpanel to router | Evan Prodromou | |
2009-11-11 | Merge branch '0.9.x' into adminpanel | Evan Prodromou | |
2009-11-10 | Implement /api/account/update_delivery_device.format | Zach Copley | |
2009-11-09 | Implement /api/account/update_profile.format | Zach Copley | |
2009-11-09 | Implement /api/account/update_profile_colors.format | Zach Copley | |
2009-11-08 | Implement /api/account/update_profile_background_image.format | Zach Copley | |
2009-11-07 | add site admin panel | Evan Prodromou | |