Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | api posting with htmlstatus fails if it doesn't contain any html tags issue #104 | redmatrix | 2015-10-27 | 1 | -1/+3 |
| | | |||||
* | | remove one more Friendica table reference from the API | redmatrix | 2015-10-16 | 1 | -29/+15 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-13 | 1 | -3/+4 |
|\| | | | | | | | | | Conflicts: include/api.php | ||||
| * | api extenesions for file migration | redmatrix | 2015-10-13 | 1 | -4/+5 |
| | | |||||
* | | port of file detail api call | redmatrix | 2015-10-12 | 1 | -3/+1 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-12 | 1 | -0/+24 |
|\| | |||||
| * | file detail api call (will not work for huge files) | redmatrix | 2015-10-12 | 1 | -0/+24 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-12 | 1 | -0/+8 |
|\| | | | | | | | | | Conflicts: include/attach.php | ||||
| * | attach_list_files had some problems - wasn't used until now apparently | redmatrix | 2015-10-12 | 1 | -0/+8 |
| | | |||||
* | | preserve code blocks on item import if channel has code rights. When ↵ | redmatrix | 2015-09-08 | 1 | -0/+49 |
| | | | | | | | | | | | | importing the channel itself, turn code access off unless this is the admin. | ||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-26 | 1 | -1/+1 |
|\| | |||||
| * | use extended export format for items in api photo_detail | redmatrix | 2015-08-26 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-26 | 1 | -1/+21 |
|\| | |||||
| * | add item info to photo detail in api | redmatrix | 2015-08-26 | 1 | -1/+21 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-19 | 1 | -50/+71 |
|\| | | | | | | | | | Conflicts: include/api.php | ||||
| * | add photo_detail api call | redmatrix | 2015-08-18 | 1 | -68/+89 |
| | | |||||
* | | 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 |
|\| | | | | | | | | | Conflicts: mod/impel.php | ||||
| * | some high-level stuff we may need for shareable menus. Also make the client ↵ | redmatrix | 2015-05-27 | 1 | -11/+1 |
| | | | | | | | | register function do the right thing even though I refuse to make it work. If **you** want service federation with things like pumpio and openid connect, it's time for **you** to put your own skin in the game and quit treating project volunteers like excrement just because you can't get up off your lazy buttocks. |