aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-302-3/+24
|\
| * rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-271-75/+0
| | | | | | | | upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism
| * allow multiple-file cloud uploadMario Vavti2016-07-261-0/+75
| |
| * URLUtil path has changed since sabredav 1.8 - fixes renaming issue in dav ↵Mario Vavti2016-07-261-1/+2
| | | | | | | | clients
| * add acl selection to files upload via /cloud (still missing from directory ↵redmatrix2016-07-241-1/+20
| | | | | | | | creation)
| * Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-241-1/+2
| | | | | | | | reload
* | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-211-26/+14
|\|
| * merge 1.10RC into devMario Vavti2016-07-221-2/+2
| |\
| | * missing $Mario Vavti2016-07-221-2/+2
| | |
| | * DAV auth issueredmatrix2016-07-211-0/+1
| | |
| | * sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-25/+12
| | | | | | | | | | | | auth issue which I simply could not duplicate or find a reason for.
| * | DAV auth issueredmatrix2016-07-211-0/+1
| | |
| * | sort out some of the authentication mess - with luck this may fix the DAV ↵redmatrix2016-07-201-25/+12
| | | | | | | | | | | | auth issue which I simply could not duplicate or find a reason for.
* | | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-202-2/+1
|\| |
| * | doc correctionredmatrix2016-07-191-1/+1
| |/
| * include attach.php at the module level since 2d4b75428a87038 wasn't ↵redmatrix2016-07-171-1/+0
| | | | | | | | backported to dev and we're about to branch an RC
* | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-0/+1
|/
* os_delete_prohibitredmatrix2016-07-161-0/+4
|
* more fixes for /cloud and /davMario Vavti2016-07-071-0/+2
|
* merge include/reddav.php into Zotlabs/Storage/Directory.phpredmatrix2016-07-051-4/+280
|
* Merge branch 'dev' into sabre32Mario Vavti2016-06-241-1/+0
|\
| * SuperCurl to provide a re-usable curl options stack and just change options ↵redmatrix2016-06-231-1/+0
| | | | | | | | that are different from one call to the next
* | erge branch 'dev' into sabre32Mario Vavti2016-06-221-0/+739
|\|
| * provide a skeleton of the current CalDAVClient with lots of notes about how ↵redmatrix2016-06-211-0/+739
| | | | | | | | best to move forward just in case anybody is feeling ambitious or anxious.
* | Merge branch 'dev' into sabre32Mario Vavti2016-06-151-0/+53
|\|
| * support cookie auth in Sabre DAVredmatrix2016-06-141-0/+53
| |
* | Merge branch 'dev' into sabre32Mario Vavti2016-06-101-0/+18
|\|
| * Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-022-8/+8
| |\
| * | Git commit made for the page edits when the page is saved.Andrew Manning2016-05-291-0/+9
| | |
| * | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-271-0/+1
| |\ \
| * | | Successful new wiki git repo and item table recordAndrew Manning2016-05-211-0/+9
| | | |
| * | | possible better fix for #385Mario Vavti2016-05-211-1/+0
| | | |
| * | | possible fix for #385Mario Vavti2016-05-211-0/+1
| | | |
* | | | Merge branch 'dev' into sabre32Mario Vavti2016-06-022-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-012-8/+8
| | |/ | |/| | | | | | | 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.
* / | upgrade to sabre32Mario Vavti2016-05-281-2/+2
|/ /
* / another try on #385 - replace sabres restrictive CSP with what we do in boot.phpMario Vavti2016-05-251-0/+1
|/
* text clarificationsredmatrix2016-05-181-1/+0
|
* Revert "Revert "yet more session work""redmatrix2016-05-181-3/+21
| | | | This reverts commit 37d14f3a1dbc8b4fea6831585c746be4a6602fcb.
* Revert "yet more session work"redmatrix2016-05-181-21/+3
| | | | This reverts commit 51edd472c2e007490bdad3198ba1b2a3d7a09c45.
* Merge pull request #389 from sasiflo/dev_sasiflo_synchubzilla2016-05-181-4/+6
|\ | | | | Synchronization: Directory creation on sync import corrected.
| * Synchronization: Directory creation on sync import corrected.sasiflo2016-05-171-4/+6
| |
* | support work for a long-term fix for issue #390, essentially one can specify ↵redmatrix2016-05-171-3/+5
|/ | | | a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused.
* yet more session workredmatrix2016-05-161-3/+21
|
* sabre upgraderedmatrix2016-05-101-4/+0
|
* initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵redmatrix2016-05-101-5/+5
| | | | browser interface, and rework event export/import)
* Fixed some bugs with empty repo name and improved the interface a bit.Andrew Manning2016-05-091-34/+23
|
* copy-paste errorAndrew Manning2016-05-091-1/+3
|
* Custom addon repo name option added.Andrew Manning2016-05-081-16/+39
|
* New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵Andrew Manning2016-05-072-106/+127
| | | | wide modal dialog.