| Commit message (Expand) | Author | Age | Files | Lines |
* | item flag fixes discovered after a few merges | redmatrix | 2015-06-23 | 1 | -10/+7 |
* | convert the abook fields | redmatrix | 2015-06-14 | 1 | -7/+7 |
* | more work on item table optimisation | redmatrix | 2015-06-10 | 1 | -13/+26 |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-27 | 1 | -0/+32 |
|\ |
|
| * | some high-level stuff we may need for shareable menus. Also make the client r... | redmatrix | 2015-05-27 | 1 | -11/+1 |
| * | Update api.php | jeroenpraat | 2015-05-26 | 1 | -1/+1 |
| * | placeholder for dynamic rego | redmatrix | 2015-05-25 | 1 | -2/+2 |
| * | slow but forward progress on dynamic client registration | redmatrix | 2015-05-25 | 1 | -0/+42 |
* | | Merge branch 'master' into tres | redmatrix | 2015-05-17 | 1 | -1/+4 |
|\ \ |
|
| * | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-17 | 1 | -1/+4 |
| |\| |
|
| | * | Implement permission checking for OAuth clients using the xperm table. Curren... | redmatrix | 2015-05-17 | 1 | -1/+4 |
* | | | Merge branch 'master' into tres | redmatrix | 2015-05-14 | 1 | -2/+2 |
|\| | |
|
| * | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-13 | 1 | -1/+1 |
| |\| |
|
| | * | product was a bad string to use because we may require it for e-commerce, and... | redmatrix | 2015-05-13 | 1 | -1/+1 |
| * | | convert ITEM_WALL from bitfield to standalone | redmatrix | 2015-05-06 | 1 | -3/+2 |
| * | | first pass name change | redmatrix | 2015-05-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into tres | friendica | 2015-04-23 | 1 | -93/+264 |
|\| |
|
| * | doco updates | friendica | 2015-04-19 | 1 | -3/+0 |
| * | add favorites/create and destroy to api | friendica | 2015-04-19 | 1 | -36/+137 |
| * | api performance enhancer | friendica | 2015-04-19 | 1 | -5/+2 |
| * | assorted fixes to api direct messages | friendica | 2015-04-19 | 1 | -31/+35 |
| * | some api cleanup | friendica | 2015-04-19 | 1 | -11/+15 |
| * | api - unobscure mail | friendica | 2015-04-19 | 1 | -4/+4 |
| * | log this since we may need it to track down failures | friendica | 2015-04-18 | 1 | -2/+3 |
| * | remove failed experiment | friendica | 2015-04-17 | 1 | -2/+0 |
| * | add last post to api/account/verify_credentials | friendica | 2015-04-17 | 1 | -5/+60 |
| * | limit notification detail queries for items and events | friendica | 2015-03-23 | 1 | -1/+5 |
| * | operation snakebite, cont. | friendica | 2015-03-22 | 1 | -0/+10 |
| * | also update the api to match | friendica | 2015-03-16 | 1 | -2/+2 |
| * | remove superfluous non-boolean boolean | Habeas Codice | 2015-02-16 | 1 | -2/+2 |
| * | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN se... | friendica | 2015-02-12 | 1 | -4/+1 |
* | | Merge branch 'master' into tres | friendica | 2015-01-29 | 1 | -2/+2 |
|\| |
|
| * | local_user => local_channel | friendica | 2015-01-28 | 1 | -2/+2 |
* | | heavy lifting converting item flag bits | friendica | 2015-01-22 | 1 | -11/+6 |
|/ |
|
* | some improvements in api direct messages | friendica | 2014-12-22 | 1 | -4/+9 |
* | direct messages in api have some issues, not properly ported from friendica o... | friendica | 2014-12-22 | 1 | -9/+10 |
* | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -14/+14 |
* | API: xchan get/create | friendica | 2014-10-23 | 1 | -0/+12 |
* | 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 use... | friendica | 2014-03-04 | 1 | -0/+48 |
* | 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 |
|\ |
|
| * | Check user_info['self] in api user_timeline | Christian Vogeley | 2014-01-25 | 1 | -4/+13 |