summaryrefslogtreecommitdiff
path: root/lib/router.php
AgeCommit message (Collapse)Author
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
2009-03-23Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-03-21Changes to router setup to make notice search RSS feed workCiaranG
2009-03-14Fix typo in the the newmessage route.Adrian Lang
2009-03-13Fix typo in the the newmessage route.Adrian Lang
2009-03-12Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php
2009-03-10Updates to the API to improve Atom feedsZach Copley
2009-03-08Add subedit to the main/ routes.Adrian Lang
2009-03-07Make OpenID login and registration URLs workEvan Prodromou
The OpenID login and registration URLs were not generating correctly. I added them to the list of "bare" actions in the router class, and they work great now.
2009-03-06Some fixes for OpenID and OMB URLsEvan Prodromou
2009-03-06Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-03-06First crack at Twitter-like JSON search results for the APIZach Copley
2009-03-04Stubs for Twitter-compatible API search methodsZach Copley