index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
actions
/
api.php
Age
Commit message (
Expand
)
Author
2009-06-27
log IP for API auth errors
Evan Prodromou
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2009-06-04
Handle the ways Twitter accepts passing the user in the query string.
Dan Moore
2009-05-28
Warning log msg when http basic auth fails
Zach Copley
2009-04-29
Added 'mentions' the the list of API methods requiring bare auth
Zach Copley
2009-04-13
typo in api.php
Evan Prodromou
2009-04-13
isReadOnly() now takes arguments
Evan Prodromou
2009-03-07
More api actions which need no auth when called with parameter.
Adrian Lang
2009-02-18
Open the /api/laconica/config.format API method so clients can determine whet...
Zach Copley
2009-01-23
Merge branch 'master' of ssh://zach@dev.controlyourself.ca/var/www/trunk
Zach Copley
2009-01-23
Bring the Twitter compatible API inline with new uiredesign stuff
Zach Copley
2009-01-23
Merge branch 'master' of /var/www/mublog
Evan Prodromou
2009-01-15
All actions now use isReadOnly()
Evan Prodromou
2009-01-15
Convert use of common_server_error and common_user_error to methods on Action
Evan Prodromou
2009-01-15
Convert all actions to use new UI functions
Evan Prodromou
2009-01-08
Revert "Twitter-compatible API - update verify_credentials to return profile"
Evan Prodromou
2008-12-15
Twitter-compatible API - update verify_credentials to return profile
Zach Copley
2008-12-30
add laconica methods to unauthed ones
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-12-03
prepare the action obj for API
Evan Prodromou
2008-12-03
fine-tuning the privacy flag
Evan Prodromou
2008-10-24
Twitter-compatible API - removed debugging statement
zach
2008-10-24
Twitter-compatible API - checks for is_readonly() now work!
zach
2008-10-24
add is_readonly() to api.php
Evan Prodromou
2008-10-16
Twitter-compatible API:
zach
2008-10-15
Twitter-compatible API - added favorites/favorites to list of methods only re...
zach
2008-09-30
Twitter-compatible API - cleaned up sloppy control flow: exit() statements ev...
zach
2008-08-19
Twitter-compatible API - Added /statuses/followers to methods that
zach
2008-07-30
Twitter-compatible API: implemented /users/show.format method
zach
2008-07-20
Twitter-compatible API - Error handling that better matches Twitter's
zach
2008-07-19
correct handling of bareauth
Evan Prodromou
2008-07-19
bare auth for friends, too
Evan Prodromou
2008-07-19
try again with user_timeline auth
Evan Prodromou
2008-07-18
Twitter-compatible API - added missing double quotes to WWW-Authenticate header
zach
2008-07-17
Twitter-compatible API: white listed user_timeline and show as per twitter
zach
2008-07-17
Twitter-compatible API - /statuses/show and /statuses/update now work
zach
2008-07-16
Twitter-compatible API - code cleanup
zach
2008-07-15
Prepended 'Twit' to Twitter-compatible API actions (renamed action
zach
2008-07-14
Second shot at figuring out action dispatch for Twitter-compatible API
zach
2008-07-12
First volly at a Twitter-compatible API. Just working out the
zach