summaryrefslogtreecommitdiff
path: root/lib/router.php
AgeCommit message (Collapse)Author
2009-11-05Re added NICKNAME_FMT constant to router.php.Eric Helgeson
Usefull for non-OMB (behind the firewall) users to allow different nicknames.
2009-11-04Implement update avatar via API (/api/account/update_profile_image.format)Zach Copley
2009-11-02Added 'login' command that gives you a link that can be used to login to the ↵Craig Andrews
website
2009-11-01Remove stale references to old apiaction parameterZach Copley
2009-10-31Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-10-31revert revert on getfileEvan Prodromou
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
2009-10-29Updated bookmarklet. Created its own actionSarven Capadisli
2009-10-28add StartInitializeRouter eventEvan Prodromou
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-13Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
* 0.9.x: (247 commits) Added in credits. Use site's name for basic auth realm Make apigroupcreate.php pass phpcs Took out some unnecessary intializations Implemented create group api CamelCase all function names in the API code These same params are used in most API actions; moved to base API class Missed some of the references to the old TwitterApiAction - removed Remove more redundant $formats Remove dead code Move all basic auth output and processing to base classes $format is used by every API action. Set it in the base class. Delete action/api.php and rename lib/twitterapi.php to lib/api.php New actions for blocks via API fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled ...
2009-10-12Moved group create API into its own actionZach Copley
Merge branch '0.9.x' into refactor-api * 0.9.x: Implemented create group api fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled Fixed twitter defaulting to disabled Revert "Open tags should have closing tags" Don't show search suggestions for private sites Fixed E_NOTICE when returnto isn't set Fixed E_NOTICE when the "lite" parameter isn't included in the request Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms Returning false seems to fix IE from reclaiming window focus. I think Aligning notice attach label from right instead of left Fixed IE background image alignment for attach, favour and disfavour Fixed nudge and direct message background image alignment Using 'CSS sprites' for common icons for the identica theme. Default Open tags should have closing tags Conflicts: actions/twitapigroups.php actions/twitapistatuses.php
2009-10-09New actions for blocks via APIZach Copley
2009-10-08New action for test/help API methodZach Copley
2009-10-08New actions for statusnet config and version API methodsZach Copley
2009-10-07New individual actions for dealing with groups via APIZach Copley
2009-10-06New action for group timelines via APIZach Copley
2009-10-06New action for tag timelines in the APIZach Copley
2009-10-05New actions for the account methods we have implementedZach Copley
2009-10-05New actions for favorites via the APIZach Copley
2009-10-05Routes for friendships actionsZach Copley
2009-10-02New actions for direct messaging through the APIZach Copley
2009-10-02New action for /users/showZach Copley
2009-10-01Renamed and moved stuff around to better match Twitter's API organizationZach Copley
2009-10-01A new action for /statuses/destroyZach Copley
2009-10-01Merge branch '0.9.x' into refactor-apiZach Copley
* 0.9.x: change DB so OpenIDPlugin manages OpenID tables Some bug fixes check the schema add some more methods to Schema Added hook for Aside container Revert "Outputting UTF-8 charset in document header irrespective of mimetype." FOAF for Groups. use schema tool to create a table statusize schema-related modules test script for schema code make table def method of schema code work start a module for schema management
2009-10-01New action for /statuses/updateZach Copley
2009-09-30Add route for /statuses/showZach Copley
2009-09-30FOAF for Groups.Toby Inkster
2009-09-30New actions for /statuses/friends and /statuses/followers + social graph methodsZach Copley
2009-09-27Route aliases: replies -> mentions and home_timeline -> friends_timelineZach Copley
2009-09-27Forgot to commit the routes for the new actionsZach Copley
2009-09-25Merge branch 'refactor-api' of ↵Zach Copley
git@gitorious.org:~zcopley/statusnet/zcopleys-clone into refactor-api
2009-09-25Moved basic auth stuff into its own classesZach Copley
2009-09-24Merge branch '0.9.x' into refactor-apiZach Copley
* 0.9.x: (88 commits) Left a couple debugging statements in (removed) Output If-Modified-Since header for all RSS 1.0 feeds (again) Revert "move scripts to just before </body>, add event for scripts that need to be in <head>" Implemented join and leave groups api methods implemented etag and last modified Fixed broken Piwik plugin - was not using the supplied site code move scripts to just before </body>, add event for scripts that need to be in <head> some UI fixes Using timeline string instead of title for WindowName because IE doesn't Added JavaScript to initialize the poped Window Some layout and rendering adjustment for Realtime plugin Created addPop() for Realtime plugin and added param to include iconurl move some stuff around for realtime hack around address hack in util.js Add some more realtime feeds Do realtime popup with PHP instead of Javascript JavaScript fixes for IE Revert "Added realtime streams for all and showstream timelines" Revert "Fixed indenting" Revert "Made it slighly more compact with less jQuery selection" ...
2009-09-23Started refactoring API into individual actionsZach Copley
2009-09-23Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php
2009-09-19Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-11Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can ↵Craig Andrews
inclue 'inreplyto' id's. Also add 'inreplyto' to the urls sent in emails.
2009-09-08Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
Conflicts: plugins/TwitterBridge/twitterauthorization.php
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
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-25Pluginized Twitter settings stuffZach Copley