aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
Commit message (Expand)AuthorAgeFilesLines
* more DB cleanupfriendica2012-08-301-8/+8
* start on contacts/profilesfriendica2012-08-301-1/+1
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-4/+4
* reduce duplication - only provide one system language settingfriendica2012-08-121-0/+9
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-2/+7
* moved api direct message formating to own function.Sebastian Egbers2012-06-261-54/+54
* Merge branch 'master' of https://github.com/friendica/friendicaSebastian Egbers2012-06-261-9/+10
|\
| * improve remote delete forwardingfriendica2012-06-251-1/+1
| * fix check for parent of StatusNet API postZach Prezkuta2012-06-251-9/+10
* | fixed direct message reply in api call.Sebastian Egbers2012-06-251-2/+2
* | modified api message reply to set title to conversion title, when replying.Sebastian Egbers2012-06-251-8/+12
* | Merge remote-tracking branch 'sebastian/master'Max Weller2012-06-231-15/+30
|\ \
| * | added replyto and subject to direct messages.Sebastian Egbers2012-06-221-7/+18
| * | modified conversion to use x function for parameter checking.Sebastian Egbers2012-06-221-8/+12
| |/
* | add reliable way to get server versionMax Weller2012-06-231-1/+7
* | make it selectableMax Weller2012-06-231-1/+3
* | I want HTML code!Max Weller2012-06-231-1/+1
* | new param getUserObjects to avoid retransmitting the whole user info objectsMax Weller2012-06-231-0/+3
* | bugfixMax Weller2012-06-231-4/+5
* | changes on api_direct_messages_box to allow to retrieve conversations and all...Max Weller2012-06-231-13/+5
* | modified direct_messagesMax Weller2012-06-231-7/+29
|/
* Added ORDER BY clause for conversation viewMax Weller2012-06-211-1/+1
* Added statuses/show parameter ?conversation=trueMax Weller2012-06-211-10/+17
* added exclude_replies option to api call statuses/user_timeline.Sebastian Egbers2012-06-191-1/+4
* added exclude_replies option to api call statuses/home_timeline.Sebastian Egbers2012-06-191-1/+5
* fix small typo for logging command in api.phpZach Prezkuta2012-06-161-1/+1
* Removed "oauth/authorize" from the list of not implemented functions since it...Michael Vogel2012-06-121-1/+0
* Merge remote branch 'upstream/master'Michael Vogel2012-06-041-2/+2
|\
| * possible sql injection in searchfriendica2012-05-291-2/+2
* | API: Only repeat items if there is a contentMichael Vogel2012-06-041-8/+10
|/
* Speed optimisation by enabling the posibility of the MySQL fulltext engineMichael Vogel2012-05-261-6/+14
* Merge remote branch 'upstream/master'Michael Vogel2012-05-091-2/+11
|\
| * change api.php in function api_item_get_user to check if $usercache is NULL b...Zach Prezkuta2012-04-301-1/+1
| * api: add support for StatusNet-style media param to APIMichael Johnston2012-04-221-1/+10
* | API: RSS-Feeds are now shortened to 1000 characters. (With added link)Michael Vogel2012-04-221-45/+48
|/
* API: Improved the timeline. Several (disabled) tests with caching of photos.Michael Vogel2012-04-111-3/+12
* API: Added Public TimelineMichael Vogel2012-04-081-5/+85
* API: Now mentions could work as well - only my client doesn't really workMichael Vogel2012-04-081-61/+72
* API: Basic support of the identica client added.Michael Vogel2012-04-081-0/+72
* API: API is now enhanced. mentions, repeat and destroy now works.Michael Vogel2012-04-081-9/+142
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-45/+187
|\
| * line 86: s/Friendika/Friendica/Simon2012-04-011-1/+1
| * New parameter in html2plain for plain text exports. More compatibility in APIMichael Vogel2012-03-211-2/+35
| * API: added max_idMichael Vogel2012-03-181-2/+6
| * API: Now threading seems to workMichael Vogel2012-03-181-4/+12
| * API: Seesmic is now working. Optimizing text export.Michael Vogel2012-03-181-43/+140
|/
* Merge pull request #45 from annando/masterfriendica2012-02-221-10/+14
|\
| * Some testing stuffMichael2012-02-201-0/+1
| * API is now working on my nginx server.Michael2012-02-201-10/+13
* | waitman gobble media upload via api patchfriendica2012-02-211-1/+43