Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api issues | zotlabs | 2016-10-10 | 1 | -4/+13 |
| | |||||
* | provide a DAV module which accesses the raw data storage for a channel. ↵ | zotlabs | 2016-10-09 | 1 | -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 backquotes | zotlabs | 2016-10-09 | 1 | -59/+59 |
| | |||||
* | get rid of ugly code construct | redmatrix | 2016-08-16 | 1 | -8/+1 |
| | |||||
* | better method of dealing with api versions | redmatrix | 2016-08-11 | 1 | -23/+29 |
| | |||||
* | more cleanup of api | redmatrix | 2016-08-11 | 1 | -109/+109 |
| | |||||
* | move error processing back inside the function | redmatrix | 2016-08-11 | 1 | -22/+22 |
| | |||||
* | A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵ | redmatrix | 2016-08-11 | 1 | -85/+91 |
| | | | | you have to start somewhere. | ||||
* | issue #466, sql typo | redmatrix | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | issue #460 - remove reference to $a which was passed by value since it ↵ | redmatrix | 2016-07-26 | 1 | -53/+53 |
| | | | | doesn't exist. Ultimately $a needs to be removed completely but that's a bit messier. | ||||
* | string update and some minor comment edits | redmatrix | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | fix the forum detection in include/zot | redmatrix | 2016-07-19 | 1 | -1/+2 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -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 16 | redmatrix | 2016-06-08 | 1 | -0/+5 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 schemas | redmatrix | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -3/+0 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 1 | -5/+5 |
| | | | | refactoring | ||||
* | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 1 | -1/+1 |
| | | | | firefox which suggested deeper issues | ||||
* | use only the std_version | redmatrix | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -19/+20 |
| | |||||
* | objectify all the session management stuff | redmatrix | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -31/+31 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -15/+15 |
| | |||||
* | Provide Zotlabs\Project and System class for querying details about the ↵ | redmatrix | 2016-02-18 | 1 | -5/+5 |
| | | | | project/version info. Move these out of /boot.php | ||||
* | various issues from the forums | redmatrix | 2016-01-17 | 1 | -5/+5 |
| | |||||
* | more work on media uploads via api | redmatrix | 2015-12-17 | 1 | -9/+23 |
| | |||||
* | some more minor api tweaks | redmatrix | 2015-12-15 | 1 | -5/+9 |
| | |||||
* | set following to false | redmatrix | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | more work on api media uploads | redmatrix | 2015-12-13 | 1 | -7/+18 |
| | |||||
* | remove the unqualified "OAuth" namespace from the project. We need to ↵ | redmatrix | 2015-12-13 | 1 | -4/+4 |
| | | | | reference either OAuth1 or OAuth2. | ||||
* | a couple of api improvements | redmatrix | 2015-12-11 | 1 | -1/+10 |
| | |||||
* | add deprecated update_with_media endpoint | redmatrix | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | some major cleanup of api authentication stuff - still needs much more and ↵ | redmatrix | 2015-12-10 | 1 | -4/+4 |
| | | | | this still may not solve #206 | ||||
* | provide paths for include files | redmatrix | 2015-12-09 | 1 | -5/+5 |
| | |||||
* | usercache is no longer used | redmatrix | 2015-12-01 | 1 | -4/+3 |
| | |||||
* | photo album widget permissions issue | redmatrix | 2015-11-17 | 1 | -0/+2 |
| | |||||
* | fix api/direct_messages/new at least for the json case. We seem to have a ↵ | redmatrix | 2015-11-16 | 1 | -2/+2 |
| | | | | missing template for XML | ||||
* | Merge pull request #144 from kenrestivo/api-auth-fix | ken restivo | 2015-11-11 | 1 | -0/+1 |
|\ | | | | | api_auth.php must be included since the function moved. | ||||
| * | api_auth.php must be included since the function moved. | ken restivo | 2015-11-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #140 from kenrestivo/move-export-to-plugin | redmatrix | 2015-11-11 | 1 | -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 restivo | 2015-11-10 | 1 | -89/+0 |
| | | | | | | | | | | | | as well. | ||||
* | | | Move api_auth() out to a file that can be included from plugins/modules to ↵ | ken restivo | 2015-11-10 | 1 | -90/+0 |
|/ / | | | | | | | allow them to expose their own programmatic API. | ||||
* / | First pass at endpoints for exporting users and channels in bulk as admin. | ken restivo | 2015-11-08 | 1 | -0/+90 |
|/ | |||||
* | fix the file chunking api now that we've got working data to test with | redmatrix | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-11-04 | 1 | -11/+15 |
|\ | | | | | | | | | Conflicts: install/update.php | ||||
* | | re-arrange file api calls so the api pathnames don't shadow each other | redmatrix | 2015-11-04 | 1 | -21/+25 |
| | | |||||
* | | api calls to fetch file (attach) meta data and to chunk file content ↵ | redmatrix | 2015-11-04 | 1 | -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 ↵ | redmatrix | 2015-10-28 | 1 | -1/+2 |
| | | | | | | | | if you want to proxy media files also. |