aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
Commit message (Collapse)AuthorAgeFilesLines
* synchronise deletion of comments between red and wpfriendica2013-11-281-0/+10
|
* delete from the wp side as well as from the red sidefriendica2013-11-261-11/+27
|
* api fixesfriendica2013-11-261-4/+12
|
* replaced rhash icontuscanhobbit2013-11-231-2/+2
|
* oauth wasn't logging in properly, also fixed api status_show to return last ↵friendica2013-10-151-3/+5
| | | | public post, not the last private post
* more work on viewing obscured api postsfriendica2013-09-161-3/+5
|
* use prepare_body in api calls to properly render content, add 'mode' to ↵friendica2013-09-161-7/+7
| | | | conversation templates so that themes can use the module context to suppress or show comments as desired
* several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵friendica2013-09-161-3/+8
| | | | completely NOT work, so at least there's some improvement
* fix media uploads in api (specifically friendica for android)friendica2013-07-251-3/+11
|
* use (numeric) abook_id for friends/followers in Twitter API. Many existing ↵friendica2013-07-181-7/+7
| | | | clients won't be able to handle xchans. Save those for the Red specific API.
* update friends/followers API so Friendica Android client won't chokefriendica2013-07-171-5/+5
|
* add photos and albums enumeration to Red API (will allow us to export either ↵friendica2013-05-291-0/+18
| | | | all our photos or individual albums using a script)
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-271-1/+5
| | | | travelling posts
* use http_authorization header with nginxfriendica2013-05-231-0/+10
|
* and the obligatory typofriendica2013-05-221-0/+1
|
* add api/red/channel/stream POST method (post_activity_item()), add ↵friendica2013-05-221-0/+12
| | | | additional endpoint to channel export to api/red/channel/export/basic
* It's a red matrix, and matrix is better indicated by # than by ! - and would ↵friendica2013-05-111-2/+2
| | | | otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center.
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-1/+1
| | | | means we can zidify them)
* more cleanupfriendica2013-04-141-1/+1
|
* begin to cut the umbilicalfriendica2013-04-141-4/+4
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-6/+6
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* .friendica2013-03-101-1/+1
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* fix con"n"nectionsOliver2013-02-021-1/+1
|
* sort out yet more api functionsfriendica2013-01-201-26/+35
|
* preserve event item[uri] if presentfriendica2013-01-201-9/+22
|
* more heavy lifting on API - though need to re-visit events and give them all ↵friendica2013-01-191-36/+23
| | | | message_ids from the origination site.
* more hard slogging on the apifriendica2013-01-191-131/+108
|
* provide other ways to export the basic infofriendica2013-01-161-34/+2
|
* api/export/basic - how we'll migrate youfriendica2013-01-161-0/+51
|
* yet another api hackathonfriendica2013-01-161-94/+125
|
* api posting seems to work now - of course that's the easiest part of the API.friendica2013-01-161-24/+54
|
* begin the hard slog on the apifriendica2013-01-161-81/+95
|
* fix register_policy globallyfriendica2013-01-031-1/+1
|
* plaintext default - richtext is a featurefriendica2012-11-051-5/+5
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-3/+3
| | | | to the profile details.
* 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
| | | | added same formating to direct reply message, when posting a new message.
* 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
| |/