aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
Commit message (Collapse)AuthorAgeFilesLines
* code cleanupredmatrix2016-05-241-3/+0
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-5/+5
| | | | refactoring
* more work on sessions and cookies, as some anomalies appeared in caldav and ↵redmatrix2016-05-161-1/+1
| | | | firefox which suggested deeper issues
* use only the std_versionredmatrix2016-05-011-1/+1
|
* module updatesredmatrix2016-04-181-19/+20
|
* objectify all the session management stuffredmatrix2016-04-081-1/+1
|
* static Appredmatrix2016-03-311-31/+31
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-15/+15
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-5/+5
| | | | project/version info. Move these out of /boot.php
* various issues from the forumsredmatrix2016-01-171-5/+5
|
* more work on media uploads via apiredmatrix2015-12-171-9/+23
|
* some more minor api tweaksredmatrix2015-12-151-5/+9
|
* set following to falseredmatrix2015-12-141-1/+1
|
* more work on api media uploadsredmatrix2015-12-131-7/+18
|
* remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-131-4/+4
| | | | reference either OAuth1 or OAuth2.
* a couple of api improvementsredmatrix2015-12-111-1/+10
|
* add deprecated update_with_media endpointredmatrix2015-12-111-0/+1
|
* some major cleanup of api authentication stuff - still needs much more and ↵redmatrix2015-12-101-4/+4
| | | | this still may not solve #206
* provide paths for include filesredmatrix2015-12-091-5/+5
|
* usercache is no longer usedredmatrix2015-12-011-4/+3
|
* photo album widget permissions issueredmatrix2015-11-171-0/+2
|
* fix api/direct_messages/new at least for the json case. We seem to have a ↵redmatrix2015-11-161-2/+2
| | | | missing template for XML
* Merge pull request #144 from kenrestivo/api-auth-fixken restivo2015-11-111-0/+1
|\ | | | | api_auth.php must be included since the function moved.
| * api_auth.php must be included since the function moved.ken restivo2015-11-111-0/+1
| |
* | Merge pull request #140 from kenrestivo/move-export-to-pluginredmatrix2015-11-111-89/+0
|\ \ | | | | | | Moving this out into a plugin; hopefully one that will work with RM
| * | Moving this out into a plugin; hopefully one that will work with Redmatrix ↵ken restivo2015-11-101-89/+0
| | | | | | | | | | | | as well.
* | | Move api_auth() out to a file that can be included from plugins/modules to ↵ken restivo2015-11-101-90/+0
|/ / | | | | | | allow them to expose their own programmatic API.
* / First pass at endpoints for exporting users and channels in bulk as admin.ken restivo2015-11-081-0/+90
|/
* fix the file chunking api now that we've got working data to test withredmatrix2015-11-051-1/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-041-11/+15
|\ | | | | | | | | Conflicts: install/update.php
* | re-arrange file api calls so the api pathnames don't shadow each otherredmatrix2015-11-041-21/+25
| |
* | api calls to fetch file (attach) meta data and to chunk file content ↵redmatrix2015-11-041-0/+57
| | | | | | | | fetching which will eventually allow us to clone large videos without hitting memory limits
* | restrict sslify to img tags by default - set config system.sslify_everything ↵redmatrix2015-10-281-1/+2
| | | | | | | | if you want to proxy media files also.
* | api posting with htmlstatus fails if it doesn't contain any html tags issue #104redmatrix2015-10-271-1/+3
| |
* | remove one more Friendica table reference from the APIredmatrix2015-10-161-29/+15
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-131-3/+4
|\| | | | | | | | | Conflicts: include/api.php
| * api extenesions for file migrationredmatrix2015-10-131-4/+5
| |
* | port of file detail api callredmatrix2015-10-121-3/+1
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-121-0/+24
|\|
| * file detail api call (will not work for huge files)redmatrix2015-10-121-0/+24
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-121-0/+8
|\| | | | | | | | | Conflicts: include/attach.php
| * attach_list_files had some problems - wasn't used until now apparentlyredmatrix2015-10-121-0/+8
| |
* | preserve code blocks on item import if channel has code rights. When ↵redmatrix2015-09-081-0/+49
| | | | | | | | | | | | importing the channel itself, turn code access off unless this is the admin.
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-261-1/+1
|\|
| * use extended export format for items in api photo_detailredmatrix2015-08-261-1/+1
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-261-1/+21
|\|
| * add item info to photo detail in apiredmatrix2015-08-261-1/+21
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-191-50/+71
|\| | | | | | | | | Conflicts: include/api.php
| * add photo_detail api callredmatrix2015-08-181-68/+89
| |