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
/
apistatusesupdate.php
Age
Commit message (
Expand
)
Author
2010-01-27
- Check for read-only vs. read-write access to protected API resources (OAuth)
Zach Copley
2010-01-25
Merge branch 'master' into testing
Evan Prodromou
2010-01-25
Offload inbox updates to a queue handler to speed up posting online
Evan Prodromou
2010-01-25
- Had to remove checking read vs. read-write in OAuth authenticated methods
Zach Copley
2009-12-28
Move location-argument-handling code into a single function
Evan Prodromou
2009-12-11
fix typo in API arg creation
Evan Prodromou
2009-12-11
change Notice::saveNew() to use named arguments for little-used options
Evan Prodromou
2009-11-18
Notice: Undefined variable: source in actions/apistatusesupdate.php on line 88
Brion Vibber
2009-11-10
add lat and long parameters to api/statuses/update
Evan Prodromou
2009-11-08
Harmonise UI message "No such user."
Siebrand Mazeland
2009-11-06
Better workaround for PHP returning empty $_POST and $_FILES when
Zach Copley
2009-11-04
Implement update avatar via API (/api/account/update_profile_image.format)
Zach Copley
2009-11-03
Fix reference to sources class variable
Zach Copley
2009-10-28
Trap ClientExceptions from media upload process and hand them off to API erro...
Zach Copley
2009-10-28
Rearanged a couple things & removed debugging statements
Zach Copley
2009-10-27
Implement media upload in the API
Zach Copley
2009-10-12
Added in credits.
Zach Copley
2009-10-09
CamelCase all function names in the API code
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-01
Renamed and moved stuff around to better match Twitter's API organization
Zach Copley