index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
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
/
apiaction.php
Age
Commit message (
Expand
)
Author
2010-09-13
* update/add translator documentation
Siebrand Mazeland
2010-09-07
Merge branch 'apinamespace' into 0.9.x
Evan Prodromou
2010-08-13
hooks to allow changing RSS content
Evan Prodromou
2010-07-29
Fix for issue ID 2290: make sure errors are returned in the right
Zach Copley
2010-07-16
Suppress HTTP error headers for JSONP API output
Zach Copley
2010-07-13
Exceptions are caught and continued on JSON, XML, Atom and RSS output in API
Evan Prodromou
2010-07-13
push exception on missing profile down to Notice::getProfile()
Evan Prodromou
2010-07-13
handle notices without profiles better in RSS output
Evan Prodromou
2010-06-28
- Fix bugs with block and friendship API methods
Zach Copley
2010-06-26
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber
2010-06-22
- Add profile_info tag to Atom author
Zach Copley
2010-06-16
- More useful group info from api/statusnet/group/show
Zach Copley
2010-06-11
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber
2010-05-27
Assigning my copyrights to the Free Software Foundation
Craig Andrews
2010-05-21
Merge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou
2010-05-18
Remove errant double HTML entity encoding in API source attribution
Zach Copley
2010-05-18
HTML entity encode source link URLs in plain XML output and add rel="nofollow...
Zach Copley
2010-05-18
Refactor and centralize notice source link calculation
Zach Copley
2010-05-08
Fix for repeats from the API having null source attribution
Zach Copley
2010-05-07
Fix for repeats from the API having null source attribution
Zach Copley
2010-05-06
Remove errant double HTML entity encoding in API source attribution
Zach Copley
2010-05-06
HTML entity encode source link URLs in plain XML output and add rel="nofollow...
Zach Copley
2010-05-06
Refactor and centralize notice source link calculation
Zach Copley
2010-04-24
use statusnet_ as namespace prefix for JSON
Evan Prodromou
2010-04-22
Add docs for public_timeline
Zach Copley
2010-04-22
Some initial Doxygen-based documentation for the API
Zach Copley
2010-04-22
Add statusnet: prefix for API to JSON and XML output
Evan Prodromou
2010-04-15
Allow cross-site ajax with CORS.
Craig Andrews
2010-04-10
Add translator documentation.
Siebrand Mazeland
2010-03-30
Quick fixes for grouplistall:
Brion Vibber
2010-03-30
Quick fixes for grouplistall:
Brion Vibber
2010-03-24
Fix for API group methods, caused failure or output corruption when pulling u...
Brion Vibber
2010-03-12
Output enclosing geo elements and GeoRSS xmlns in XML timelines
Zach Copley
2010-03-12
Add Atom self link to tag timeline
Zach Copley
2010-03-12
More generalized method for calculating Atom rel="self" links
Zach Copley
2010-03-12
Scrub all atom output with common_xml_safe_str()
Zach Copley
2010-03-11
Output self link in rss2 feeds, if available
Zach Copley
2010-03-11
- Output georss xmlns in rss element
Zach Copley
2010-03-04
Ignore API 'since' silently as Twitter does instead of throwing a 403 error. ...
Brion Vibber
2010-03-02
stupid mistake... let's not talk about this.
Craig Andrews
2010-03-02
Updated some references to the long gnone "isEnclosure" function to the new "...
Craig Andrews
2010-03-02
Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...
Brion Vibber
2010-02-25
Get ApiAction autoloading properly
Zach Copley