summaryrefslogtreecommitdiff
path: root/lib/router.php
AgeCommit message (Expand)Author
2009-04-01add sup with argumentsEvan Prodromou
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-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-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-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-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