summaryrefslogtreecommitdiff
path: root/lib/router.php
AgeCommit message (Collapse)Author
2009-08-27add api/laconica for backwards compatibilityEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-11oEmbed provider does not use the twitter api library classes any moreCraig Andrews
2009-08-10Merge branch 'twitter-oauth' into 0.8.xZach Copley
Conflicts: scripts/getvaliddaemons.php
2009-08-07Implemented the list_all and list groups API methods as defined at ↵Craig Andrews
http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups
2009-08-03Merge branch '0.8.x' into twitter-oauthZach Copley
2009-08-01Twitter OAuth server dance workingZach Copley
2009-07-30Fix the router entries for the oEmbed endpoint so they don't accidentally ↵Craig Andrews
catch too much
2009-07-29move oEmbed router connection after plugins, so other endpoints (such as ↵Craig Andrews
main/facebooklogin) from plugins don't get accidentally intercepted
2009-07-20allow full unicode into links for tagsBrenda Wallace
2009-07-17Moved oembed endpointer so openid no longer incorrectly prompts for ↵Craig Andrews
authentication
2009-07-17Move the oembed endpoint to /main/oembedCraig Andrews
2009-07-15Added stub oembed api endpointCraig Andrews
2009-07-12Add timeline tags API (RSS 2.0 and Atom feeds)Craig Andrews
2009-07-10Make get_group() behave more like get_user()Zach Copley
2009-07-10Move groups timeline API method into groups API actionZach Copley
2009-07-10added group status api, located at /api/statuses/group_timeline/ID.rssCraig Andrews
http://laconi.ca/trac/ticket/1702
2009-07-06Support undocumented 'id' parameter in /statuses/show API methodZach Copley
2009-07-02Route and stub for new friendships/show API methodZach Copley
2009-06-25Add attachment action back into routerZach Copley
2009-06-18Group theming.Zach Copley
2009-06-17Ticket 1612 - make destory (and create) favorites work via APIZach Copley
2009-06-15make admins of groupsEvan Prodromou
2009-06-14Allow users to be unblocked from a groupEvan Prodromou
List users who are blocked from joining a group. Add a form to let them be unblocked. Add an action that removes the block. Includes changes to group and groupblock classes.
2009-06-14Merge branch '0.8.x' into groupblockEvan Prodromou
Conflicts: lib/router.php
2009-06-14Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-06-14Some UI improvements for blocking and unblockingEvan Prodromou
Add unblock to the router table, so unblocking will work at all. Block form and unblock form return to subscribers list, not subscriptions list, by default. showstream action sends its parameters to block and unblock forms to better return to the right page.
2009-06-14The rest of the things necessary to make group block workEvan Prodromou
Link to the group block form. Hide join button if the current user is blocked.
2009-05-27Handles local aliases (redirection) for file uploads attached to notices.Robin Millette
2009-05-26Let's you upload a file with a notice and have it shown with other attachments.Robin Millette
2009-05-25Removed more cruft from old attachment/attachements pagesRobin Millette
2009-05-25Display thumbnail on hover over links in notices when appropriate.Robin Millette
2009-05-24Rearranged attachment info to only appear on each applicable notice page and ↵Robin Millette
thru an ajax popup.
2009-05-18Added RSS for personal tagsRobin Millette
2009-05-18Added personal tag page: http://example.com/MY_NICK/tag/A_TAGRobin Millette
2009-05-15Attachments and their list now provide "ajax" view. Also added a few ↵Robin Millette
sidebars relating tags and attachments.
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-28Ticket #1428 - Changed replies API method to "mentions".Zach Copley
2009-04-12Created Design page for users to customize the way their profile pagesSarven Capadisli
look by changing the background image and picking a colour palette for text.
2009-04-03Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-01add sup with argumentsEvan Prodromou
2009-03-30Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-03-25Merge branch 'master' into 0.7.xEvan Prodromou
Conflicts: lib/router.php
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require ↵CiaranG
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3 Merged.
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require ↵CiaranG
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3