aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
Commit message (Collapse)AuthorAgeFilesLines
* account expiration structuresFriendika2011-09-181-1/+1
|
* allow html post to apiFriendika2011-09-111-1/+27
|
* API: fix friends profile, statuses etcfabrixxm2011-08-261-40/+75
|
* API work. Identicurse compatiblityfabrixxm2011-08-191-18/+29
|
* API: private messages (only json)fabrixxm2011-08-191-4/+136
|
* API: missing template and small fix for hototfabrixxm2011-08-191-7/+14
|
* API: add pagination in timelines and add statuses/friends and followersfabrixxm2011-08-191-4/+63
|
* fix API time - wrong format stringFriendika2011-08-161-1/+1
|
* cleanupFriendika2011-08-071-6/+6
|
* bug #117, use realname for screen_name in API if nickname missingFriendika2011-08-051-2/+2
|
* fix statusnet_html timelines on apiFriendika2011-08-051-1/+1
|
* more api tweaksFriendika2011-08-051-8/+22
|
* integer values don't show up in xml api resultsFriendika2011-08-051-1/+1
|
* some fields in API timeline JSON must be intFriendika2011-08-041-8/+8
|
* Provide a way to lie about textlimit as far as API is concerned.Friendika2011-08-021-0/+2
|
* api compatibility fixesFriendika2011-08-021-2/+3
|
* merge diaspora/friendika vcard formats - not yet completeFriendika2011-08-011-2/+3
|
* api/friends/ids, api/followers/idsFriendika2011-07-311-4/+60
|
* api profilesFriendika2011-07-311-11/+48
|
* better handling of api comments/repliesFriendika2011-07-311-1/+9
|
* some api enhancementsFriendika2011-07-311-26/+128
|
* get attribution correct in api itemsFriendika2011-07-311-2/+45
|
* show correct self profile in apiFriendika2011-07-301-1/+1
|
* api/statusnet/versionFriendika2011-07-291-0/+17
|
* api/statusnet/config does not require loginFriendika2011-07-291-1/+1
|
* Merge remote-tracking branch 'friendika/master'Fabio Comuni2011-07-291-0/+27
|\
| * api/statusnet/config.xmlFriendika2011-07-281-0/+27
| |
* | allow GET or POST data in statuses/updateFabio Comuni2011-07-291-6/+17
|/
* use "contacts/<id_contact>" url as subject id, as statusnet and twitter use ↵Fabio Comuni2011-06-211-0/+1
| | | | | | urls like "domain/<id_user>". This seem to make StatusNet Desktop client work better.
* remove duplicate tag in atom responseFabio Comuni2011-06-211-1/+0
|
* add users infos to rss and atom api responsesFabio Comuni2011-06-211-18/+26
|
* item sourceFriendika2011-06-201-4/+4
|
* add rate limit call so spaz will workFriendika2011-06-201-1/+17
|
* use atom_time on atom entriesFriendika2011-06-201-0/+2
|
* user and status outputs reversed for api postFriendika2011-06-191-1/+53
|
* api post sort of working - output status,user need to be swappedFriendika2011-06-191-4/+16
|
* statusnet API posting (untested as behind firewall at the moment)Friendika2011-06-191-2/+33
|
* deprecate load_view_fileFriendika2011-05-111-1/+1
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-1/+1
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* API workfabrixxm2011-04-271-6/+22
|
* More works on apiFabio Comuni2011-04-211-200/+158
|
* work on api.Fabio Comuni2011-04-211-89/+157
|
* First attemp of apiFabio Comuni2011-04-211-0/+389