aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
Commit message (Collapse)AuthorAgeFilesLines
* add api_not_found hookzotlabs2018-08-211-1/+4
|
* oauth2 dynamic client registration updatezotlabs2018-04-041-19/+11
|
* oauth2 dynamic client registrationzotlabs2017-05-041-9/+19
|
* more api workzotlabs2016-11-081-166/+1
|
* move twitter api to addon; there's still a bit of cleanup remaining, mostly ↵zotlabs2016-11-081-1590/+29
| | | | dealing with abstracting the authentication calls and separating out the twitter authentication structure from the zot api.
* add the twitter API 1.1 code pointszotlabs2016-10-121-4/+44
|
* some more api workzotlabs2016-10-121-2/+2
|
* more api work, mostly bringing the file up to speed with the project coding ↵zotlabs2016-10-111-175/+135
| | | | style guidelines
* more api workzotlabs2016-10-111-109/+11
|
* more api cleanupzotlabs2016-10-111-200/+183
|
* start on the API re-writezotlabs2016-10-111-385/+51
|
* api issueszotlabs2016-10-101-4/+13
|
* provide a DAV module which accesses the raw data storage for a channel. ↵zotlabs2016-10-091-3/+16
| | | | Together with an export data function in the API this allows a client process to create true backups of the cloud storage and importable cloud mirrors with all the metadata intact. The import function will need to be modified slightly to obtain the file contents from a plugin or API call; since it currently tries to fetch it from the source hub.
* remove more backquoteszotlabs2016-10-091-59/+59
|
* get rid of ugly code constructredmatrix2016-08-161-8/+1
|
* better method of dealing with api versionsredmatrix2016-08-111-23/+29
|
* more cleanup of apiredmatrix2016-08-111-109/+109
|
* move error processing back inside the functionredmatrix2016-08-111-22/+22
|
* A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵redmatrix2016-08-111-85/+91
| | | | you have to start somewhere.
* issue #466, sql typoredmatrix2016-07-281-1/+1
|
* issue #460 - remove reference to $a which was passed by value since it ↵redmatrix2016-07-261-53/+53
| | | | doesn't exist. Ultimately $a needs to be removed completely but that's a bit messier.
* string update and some minor comment editsredmatrix2016-07-241-0/+1
|
* fix the forum detection in include/zotredmatrix2016-07-191-1/+2
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-13/+4
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* potential fix to hubzilla-addons issue 16redmatrix2016-06-081-0/+5
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-12/+12
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* more removal of reserved words from DB schemasredmatrix2016-05-311-1/+1
|
* 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