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-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
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-15
Twitter-compatible API - update verify_credentials to return profile
Zach Copley
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