summaryrefslogtreecommitdiff
path: root/lib/router.php
AgeCommit message (Expand)Author
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
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 sidebars...Robin Millette
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
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
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
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require fix...CiaranG
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require fix...CiaranG
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
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
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
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-04Made /api/account/verify_credentials.format return an extended user object. U...Zach Copley
2009-03-04Plugins - added a new event (RouterInitialized) which allows a plugin to regi...CiaranG
2009-02-28Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-02-28start conversation actionEvan Prodromou
2009-02-27Add route for new message to user.Adrian Lang
2009-02-27Route for remote subscribe link on profile page.Adrian Lang
2009-02-27More routes.Adrian Lang
2009-02-27Add finishremotesubscribe to the unrouted actions list.Adrian Lang
2009-02-27Adds some missing routes.Adrian Lang
2009-02-22Ticket #1108 - Added 'social graph' methods to the APIZach Copley
2009-02-22Minor routing fix for friends_timeline API methodZach Copley
2009-02-21Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-20Fixed routing for direct messages and favorites in the APIZach Copley
2009-02-20Change common_local_url() to take 4 argumentsEvan Prodromou
2009-02-20change static in router to varEvan Prodromou
2009-02-20make tagother work with routerEvan Prodromou
2009-02-11Use a router singletonEvan Prodromou
2009-02-10Build urls using Net_URL_Mapper, tooEvan Prodromou
2009-02-10integrate URL routing into core codeEvan Prodromou