aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
Commit message (Collapse)AuthorAgeFilesLines
...
* set os_syspath in DAV file put operation so that photos will scale correctly.zotlabs2017-11-101-3/+6
|
* allow cloud filenames to include ampersands without messing up auth tokens ↵zotlabs2017-11-051-0/+1
| | | | (zid, owt, and zat, and the constant placeholder 'f=')
* provide a 'tile' view (view only) mode to mod_cloudzotlabs2017-10-301-0/+20
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* check code rights on cloud fileszotlabs2017-09-051-2/+2
|
* hubzilla issue #846zotlabs2017-08-171-1/+1
|
* create cdav principal also on client access and remove redundant pconfig ↵Mario Vavti2017-08-101-6/+3
| | | | check in authentication process
* implement file notification on initial upload and rename ↵git-marijus2017-07-291-1/+2
| | | | get_parent_cloudpath() to get_cloud_url() which now includes the filename
* suppress fopen errors from davzotlabs2017-07-231-1/+1
|
* more nav_set_selected appsgit-marijus2017-07-211-0/+2
|
* better fix for dav headers already sent issuezotlabs2017-06-261-1/+2
|
* get rid of some more deprecated uses of $azotlabs2017-03-281-1/+1
|
* remove obsolete app argument from load_pdlzotlabs2017-03-281-1/+1
|
* get rid of get_app()zotlabs2017-03-281-2/+3
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-1/+2
|\
| * move profile tabs to app-trayMario Vavti2017-03-201-1/+2
| |
* | more cloud updates - upgrade the DAV structures as well.zotlabs2017-03-222-23/+51
|/
* add file size notes to /cloud actions panelzotlabs2017-02-271-0/+4
|
* prep workzotlabs2017-02-271-1/+1
|
* fix find_folder_hash_by_path() which was not safe against multiple attach ↵zotlabs2017-02-201-1/+7
| | | | structures with the same filename but in different directories
* until we've settled on what they should be, set os_path and display_path to ↵Florian Steinel2016-10-221-2/+2
| | | | an emtpy string
* add column display_path to inserts into attachment, as this column is a not ↵Florian Steinel2016-10-221-2/+4
| | | | | | | | | | null column Conflicts: Zotlabs/Storage/Directory.php include/attach.php amend 54def92bcf75c08cd8dec3921e5ef26f23d85ffc display_path
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-134-75/+76
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* [TASK] Replace deprecated Sabre functions.Klaus Weidenbach2016-09-292-71/+48
| | | | Replaced some deprecated functions from Sabre's URLUtil class.
* implement acl for folder creationMario Vavti2016-08-101-1/+4
|
* fix cloud pathredmatrix2016-08-071-1/+1
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-1/+2
|
* multi acl: port /cloud and /filestorageMario Vavti2016-08-041-0/+4
|
* 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