summaryrefslogtreecommitdiff
path: root/lib/router.php
AgeCommit message (Expand)Author
2010-12-22Merge branch 'righttoleave' into 0.9.xEvan Prodromou
2010-12-17Ticket #2959: implement api/users/profile_image endpoint in Twitter-compat APIBrion Vibber
2010-12-17action to restore a user's backup from the Web interfaceEvan Prodromou
2010-12-16Fix ticket #2929: router cache now clears itself when switching singleuser mo...Brion Vibber
2010-12-15Merge branch '0.9.x' into righttoleaveEvan Prodromou
2010-12-14AtomPub discovery fix: gets MarsEdit's auto API detection working.Brion Vibber
2010-12-14An action to delete your own accountEvan Prodromou
2010-12-13add an action to backup the current account in ActivityStreams formatEvan Prodromou
2010-12-13fix URL for memberships feedEvan Prodromou
2010-12-13add atompub membership actions to routerEvan Prodromou
2010-12-10Show a single favorite for AtomPubEvan Prodromou
2010-12-10Merge branch '0.9.x' into activityatompubEvan Prodromou
2010-12-09Tweaking nickname format regexes: added one that explicitly allows numbers, t...Brion Vibber
2010-12-09Add subscription feed for AtomPubEvan Prodromou
2010-12-09AtomPub for single subscriptionEvan Prodromou
2010-12-07whitespace problems in lib/routerEvan Prodromou
2010-12-06Config flag to disable router caching if neededEvan Prodromou
2010-12-06use Cache::codeKey() in Router classEvan Prodromou
2010-12-06Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-12-06Added User::singleUserNickname() as (temporary?) fallback for single-user loo...Brion Vibber
2010-11-30Merge branch 'master' into 0.9.xEvan Prodromou
2010-11-30was using Cache::get() and ::set() wrongEvan Prodromou
2010-11-30use a CRC32 of the plugin names rather than actual namesEvan Prodromou
2010-11-30use a CRC32 of the plugin names rather than actual namesEvan Prodromou
2010-11-30Squashed commit of the following:Evan Prodromou
2010-11-30Squashed commit of the following:Evan Prodromou
2010-11-29Use Nickname::DISPLAY_FMT instead of manual regex fragments in router setup f...Brion Vibber
2010-11-26Make userxrd part of the default hostmetaEvan Prodromou
2010-11-26move xrd and hostmeta out of the OStatus plugin and into coreCraig Andrews
2010-10-24Atom Service DocumentEvan Prodromou
2010-10-24show a single notice in atom entry formatEvan Prodromou
2010-10-22Fix for ticket #2532: fixed API block create/destroy when specifying the targ...Brion Vibber
2010-10-21Workaround for http_build_query() oddities in low-level router parent code wh...Brion Vibber
2010-10-21Re-camelcase ApiOauthAuthorizeAction so it will be accessible whenZach Copley
2010-10-21Change OAuth authorization page's action name to be inline withZach Copley
2010-10-21* translator documentation added.Siebrand Mazeland
2010-10-20Fix for ticket #2845: singleuser nickname configuration was being overridden ...Brion Vibber
2010-10-12Add a basic group deletion for moderator users.Brion Vibber
2010-09-22Fix for ticket 2756 - Calls to OAuth endpoints are redirected to theZach Copley
2010-09-17Basic license admin panel (maybe we can make it fancier later)Zach Copley
2010-06-24Have API methods for search subclass ApiPrivateAuthActionZach Copley
2010-06-14fix URL regex for tags to use UTF-8Evan Prodromou
2010-06-11Fix a couple bad format entries in router setup (format param had 'xmljson' i...Brion Vibber
2010-05-20Added block link to subscription notification emails; block action can now ta...Brion Vibber
2010-03-23change router to allow hooking path connectionsEvan Prodromou
2010-03-15Initial Twitpic-like media upload endpoint /api/statusnet/media/uploadZach Copley
2010-03-03Move snapshot configuration to its own admin panelZach Copley
2010-03-03Initial user role controls on profile pages, for owner to add/remove administ...Brion Vibber
2010-03-03Site-wide notice text admin panelZach Copley
2010-02-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou