Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'oauthapi' | Fabio Comuni | 2011-11-07 | 1 | -1/+46 |
|\ | |||||
| * | api: login with oauth | Fabio Comuni | 2011-11-07 | 1 | -2/+19 |
| | | |||||
| * | oauthapi: authorize app | Fabio Comuni | 2011-10-26 | 1 | -3/+2 |
| | | |||||
| * | Initial work adding oauth to api | Fabio Comuni | 2011-10-20 | 1 | -1/+30 |
| | | |||||
* | | hmmm - why won't poco xml work | Friendika | 2011-10-27 | 1 | -9/+1 |
|/ | |||||
* | stuff | Friendika | 2011-10-11 | 1 | -5/+1 |
| | | | | | | | | | | | | - background the external network notifications (Facebook, Twitter, Statusnet) - add vimeo support - consolidate editor video options (insert video, regardless of source) - add "Connector Settings" page purely for configuring connectors - moved mailbox settings to Connectors - Move the "Connect/Follow" dialogue out of "find people" and move to top. - Add "Find People" dialogue - minor theme edits on duepuntozero and testbubble to make all this stuff work - A bit of theming on duepunto notifications to eliminate the gigantic Diaspora profile photos. | ||||
* | account expiration structures | Friendika | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | allow html post to api | Friendika | 2011-09-11 | 1 | -1/+27 |
| | |||||
* | API: fix friends profile, statuses etc | fabrixxm | 2011-08-26 | 1 | -40/+75 |
| | |||||
* | API work. Identicurse compatiblity | fabrixxm | 2011-08-19 | 1 | -18/+29 |
| | |||||
* | API: private messages (only json) | fabrixxm | 2011-08-19 | 1 | -4/+136 |
| | |||||
* | API: missing template and small fix for hotot | fabrixxm | 2011-08-19 | 1 | -7/+14 |
| | |||||
* | API: add pagination in timelines and add statuses/friends and followers | fabrixxm | 2011-08-19 | 1 | -4/+63 |
| | |||||
* | fix API time - wrong format string | Friendika | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | cleanup | Friendika | 2011-08-07 | 1 | -6/+6 |
| | |||||
* | bug #117, use realname for screen_name in API if nickname missing | Friendika | 2011-08-05 | 1 | -2/+2 |
| | |||||
* | fix statusnet_html timelines on api | Friendika | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | more api tweaks | Friendika | 2011-08-05 | 1 | -8/+22 |
| | |||||
* | integer values don't show up in xml api results | Friendika | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | some fields in API timeline JSON must be int | Friendika | 2011-08-04 | 1 | -8/+8 |
| | |||||
* | Provide a way to lie about textlimit as far as API is concerned. | Friendika | 2011-08-02 | 1 | -0/+2 |
| | |||||
* | api compatibility fixes | Friendika | 2011-08-02 | 1 | -2/+3 |
| | |||||
* | merge diaspora/friendika vcard formats - not yet complete | Friendika | 2011-08-01 | 1 | -2/+3 |
| | |||||
* | api/friends/ids, api/followers/ids | Friendika | 2011-07-31 | 1 | -4/+60 |
| | |||||
* | api profiles | Friendika | 2011-07-31 | 1 | -11/+48 |
| | |||||
* | better handling of api comments/replies | Friendika | 2011-07-31 | 1 | -1/+9 |
| | |||||
* | some api enhancements | Friendika | 2011-07-31 | 1 | -26/+128 |
| | |||||
* | get attribution correct in api items | Friendika | 2011-07-31 | 1 | -2/+45 |
| | |||||
* | show correct self profile in api | Friendika | 2011-07-30 | 1 | -1/+1 |
| | |||||
* | api/statusnet/version | Friendika | 2011-07-29 | 1 | -0/+17 |
| | |||||
* | api/statusnet/config does not require login | Friendika | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'friendika/master' | Fabio Comuni | 2011-07-29 | 1 | -0/+27 |
|\ | |||||
| * | api/statusnet/config.xml | Friendika | 2011-07-28 | 1 | -0/+27 |
| | | |||||
* | | allow GET or POST data in statuses/update | Fabio Comuni | 2011-07-29 | 1 | -6/+17 |
|/ | |||||
* | use "contacts/<id_contact>" url as subject id, as statusnet and twitter use ↵ | Fabio Comuni | 2011-06-21 | 1 | -0/+1 |
| | | | | | | urls like "domain/<id_user>". This seem to make StatusNet Desktop client work better. | ||||
* | remove duplicate tag in atom response | Fabio Comuni | 2011-06-21 | 1 | -1/+0 |
| | |||||
* | add users infos to rss and atom api responses | Fabio Comuni | 2011-06-21 | 1 | -18/+26 |
| | |||||
* | item source | Friendika | 2011-06-20 | 1 | -4/+4 |
| | |||||
* | add rate limit call so spaz will work | Friendika | 2011-06-20 | 1 | -1/+17 |
| | |||||
* | use atom_time on atom entries | Friendika | 2011-06-20 | 1 | -0/+2 |
| | |||||
* | user and status outputs reversed for api post | Friendika | 2011-06-19 | 1 | -1/+53 |
| | |||||
* | api post sort of working - output status,user need to be swapped | Friendika | 2011-06-19 | 1 | -4/+16 |
| | |||||
* | statusnet API posting (untested as behind firewall at the moment) | Friendika | 2011-06-19 | 1 | -2/+33 |
| | |||||
* | deprecate load_view_file | Friendika | 2011-05-11 | 1 | -1/+1 |
| | |||||
* | don't use load_view_file() except in email templates and install of htconfig ↵ | Friendika | 2011-05-10 | 1 | -1/+1 |
| | | | | - to avoid getting wrong file when package is updated by copying over an older version. | ||||
* | API work | fabrixxm | 2011-04-27 | 1 | -6/+22 |
| | |||||
* | More works on api | Fabio Comuni | 2011-04-21 | 1 | -200/+158 |
| | |||||
* | work on api. | Fabio Comuni | 2011-04-21 | 1 | -89/+157 |
| | |||||
* | First attemp of api | Fabio Comuni | 2011-04-21 | 1 | -0/+389 |