Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jsonp support (thankxs fabrixxm) | friendica | 2014-10-16 | 1 | -1/+4 |
| | |||||
* | optionally include wall items (posts) in import/export | friendica | 2014-09-25 | 1 | -2/+2 |
| | |||||
* | red group/collection query calls for api | friendica | 2014-09-11 | 1 | -0/+33 |
| | |||||
* | api - foreach warnings | friendica | 2014-08-14 | 1 | -10/+15 |
| | |||||
* | allow channel login to the api, just like with the cloud | friendica | 2014-08-10 | 1 | -4/+24 |
| | |||||
* | little fixes of hopefully nil significance | friendica | 2014-03-16 | 1 | -10/+4 |
| | |||||
* | this is the correct fix | friendica | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | API: statusnet_html:trim was trimming too much | Christian Vogeley | 2014-03-15 | 1 | -1/+2 |
| | |||||
* | Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵ | friendica | 2014-03-04 | 1 | -0/+48 |
| | | | | uses Red semantics and returns success/failure indication. | ||||
* | some tweaks to items_fetch for the api | friendica | 2014-01-25 | 1 | -17/+16 |
| | |||||
* | Merge pull request #284 from cvogeley/master | friendica | 2014-01-25 | 1 | -19/+37 |
|\ | | | | | API changes | ||||
| * | Check user_info['self] in api user_timeline | Christian Vogeley | 2014-01-25 | 1 | -4/+13 |
| | | |||||
| * | remove wall restriction | Christian Vogeley | 2014-01-25 | 1 | -2/+1 |
| | | | | | | | | original didn’t have that | ||||
| * | API My wall posts | Christian Vogeley | 2014-01-25 | 1 | -18/+28 |
| | | |||||
* | | fix api/red/photos when supplied with an album name | friendica | 2014-01-22 | 1 | -1/+1 |
|/ | |||||
* | split off mod_connections into mod_connections & mod_connedit - lots of ↵ | friendica | 2013-12-18 | 1 | -1/+2 |
| | | | | links to fix | ||||
* | synchronise deletion of comments between red and wp | friendica | 2013-11-28 | 1 | -0/+10 |
| | |||||
* | delete from the wp side as well as from the red side | friendica | 2013-11-26 | 1 | -11/+27 |
| | |||||
* | api fixes | friendica | 2013-11-26 | 1 | -4/+12 |
| | |||||
* | replaced rhash icon | tuscanhobbit | 2013-11-23 | 1 | -2/+2 |
| | |||||
* | oauth wasn't logging in properly, also fixed api status_show to return last ↵ | friendica | 2013-10-15 | 1 | -3/+5 |
| | | | | public post, not the last private post | ||||
* | more work on viewing obscured api posts | friendica | 2013-09-16 | 1 | -3/+5 |
| | |||||
* | use prepare_body in api calls to properly render content, add 'mode' to ↵ | friendica | 2013-09-16 | 1 | -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 ↵ | friendica | 2013-09-16 | 1 | -3/+8 |
| | | | | completely NOT work, so at least there's some improvement | ||||
* | fix media uploads in api (specifically friendica for android) | friendica | 2013-07-25 | 1 | -3/+11 |
| | |||||
* | use (numeric) abook_id for friends/followers in Twitter API. Many existing ↵ | friendica | 2013-07-18 | 1 | -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 choke | friendica | 2013-07-17 | 1 | -5/+5 |
| | |||||
* | add photos and albums enumeration to Red API (will allow us to export either ↵ | friendica | 2013-05-29 | 1 | -0/+18 |
| | | | | all our photos or individual albums using a script) | ||||
* | zidify img links, delay notifier until actually published for time ↵ | friendica | 2013-05-27 | 1 | -1/+5 |
| | | | | travelling posts | ||||
* | use http_authorization header with nginx | friendica | 2013-05-23 | 1 | -0/+10 |
| | |||||
* | and the obligatory typo | friendica | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | add api/red/channel/stream POST method (post_activity_item()), add ↵ | friendica | 2013-05-22 | 1 | -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 ↵ | friendica | 2013-05-11 | 1 | -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 ↵ | friendica | 2013-04-15 | 1 | -1/+1 |
| | | | | means we can zidify them) | ||||
* | more cleanup | friendica | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | begin to cut the umbilical | friendica | 2013-04-14 | 1 | -4/+4 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -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. | ||||
* | . | friendica | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | fix con"n"nections | Oliver | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | sort out yet more api functions | friendica | 2013-01-20 | 1 | -26/+35 |
| | |||||
* | preserve event item[uri] if present | friendica | 2013-01-20 | 1 | -9/+22 |
| | |||||
* | more heavy lifting on API - though need to re-visit events and give them all ↵ | friendica | 2013-01-19 | 1 | -36/+23 |
| | | | | message_ids from the origination site. | ||||
* | more hard slogging on the api | friendica | 2013-01-19 | 1 | -131/+108 |
| | |||||
* | provide other ways to export the basic info | friendica | 2013-01-16 | 1 | -34/+2 |
| | |||||
* | api/export/basic - how we'll migrate you | friendica | 2013-01-16 | 1 | -0/+51 |
| | |||||
* | yet another api hackathon | friendica | 2013-01-16 | 1 | -94/+125 |
| | |||||
* | api posting seems to work now - of course that's the easiest part of the API. | friendica | 2013-01-16 | 1 | -24/+54 |
| | |||||
* | begin the hard slog on the api | friendica | 2013-01-16 | 1 | -81/+95 |
| | |||||
* | fix register_policy globally | friendica | 2013-01-03 | 1 | -1/+1 |
| |