aboutsummaryrefslogtreecommitdiffstats
path: root/include/api_zot.php
Commit message (Collapse)AuthorAgeFilesLines
* rename api endpoint yet again. item/store appears to be blacklisted in some ↵zotlabs2016-12-031-4/+4
| | | | hosting environments.
* more api work for item/store and docozotlabs2016-12-021-4/+3
|
* api function item/new renamed to item/store as that more closely reflects ↵zotlabs2016-12-021-6/+6
| | | | | | its purpose. It can also be used to store an edit of an existing item. I believe this is a reasonably safe change at this time as I don't believe there is any software currently making use of this call - instead using the Twitter API which is now a plugin. Also some work to make the install documentation agnostic to project name variations. This is not yet complete.
* xchan_fetch() returns a simplified structurezotlabs2016-11-141-3/+3
|
* update api perm_allowed to return all perms if no perm specifiedzotlabs2016-11-141-5/+16
|
* API: add GET /api/z/1.0/perm_allowedzotlabs2016-11-141-0/+24
|
* API: add GET /api/z/1.0/abconfigzotlabs2016-11-141-0/+17
|
* API: add GET api/z/1.0/abookzotlabs2016-11-141-0/+19
|
* api: allow group member list to use a group name or idzotlabs2016-11-131-14/+16
|
* more api re-orgzotlabs2016-11-081-36/+40
|
* misplaced parenszotlabs2016-10-231-1/+1
|
* start on the API re-writezotlabs2016-10-111-0/+336