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
/
lib
/
apiauth.php
Age
Commit message (
Expand
)
Author
2010-01-28
Remove debugging statement
Zach Copley
2010-01-28
Some adjustments to the way API auth works after merging testing and 0.9.x
Zach Copley
2010-01-27
HTTP auth provided is evaluated even if it's not required
Michele
2010-01-27
- Check for read-only vs. read-write access to protected API resources (OAuth)
Zach Copley
2010-01-25
- Had to remove checking read vs. read-write in OAuth authenticated methods
Zach Copley
2010-01-24
Add Start/EndSetApiUser events when setting API user via OAuth
Zach Copley
2010-01-24
Check for read vs. read-write access on OAuth authenticated API mehtods.
Zach Copley
2010-01-24
OAuth 1.0 working now
Zach Copley
2010-01-24
Make API auth handle OAuth requests w/access tokens
Zach Copley
2009-12-14
Fix issue with favorited/following always being set to false
Zach Copley
2009-11-18
Added Authorization plugin
Craig Andrews
2009-11-09
Revert "Remove more contractions"
Brion Vibber
2009-11-08
Remove more contractions
Siebrand Mazeland
2009-10-12
Added in credits.
Zach Copley
2009-10-12
Use site's name for basic auth realm
Zach Copley
2009-10-09
Remove more redundant $formats
Zach Copley
2009-10-09
Move all basic auth output and processing to base classes
Zach Copley
2009-10-09
Delete action/api.php and rename lib/twitterapi.php to lib/api.php
Zach Copley
2009-09-30
New actions for /statuses/friends and /statuses/followers + social graph methods
Zach Copley
2009-09-27
phpcs on apifriendstimeline.php, apiauth.php and apibareauth.php
Zach Copley
2009-09-25
Moved basic auth stuff into its own classes
Zach Copley