aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
Commit message (Expand)AuthorAgeFilesLines
* fix typo after get_config -> Confi::Get conversionMario2024-03-251-1/+1
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
* if we rename a folder in dav we should also move its contentMario2024-02-281-2/+16
* fix various issuesMario2022-10-211-2/+3
* fix php warningsMario2022-10-121-1/+1
* files_ng: provide bbcode snippets in the info panelMario2020-12-171-2/+2
* merge branch files_ng into devMario2020-12-141-33/+58
* Revert "issue generating photo thumbnails when uploaded via davfs"Zot2020-05-061-4/+15
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-4/+5
* fix bitrot in util/zotshzotlabs2019-08-151-3/+6
* use uuid in file storagezotlabs2018-11-221-1/+1
* hiding a channel from the directory also hides them from the cloud rootdirzotlabs2018-06-181-3/+2
* re-implement/refactor getQuotaInfo() on DAV storagezotlabs2018-06-141-33/+44
* show/hide dot files only in mod_cloud. For DAV let the OS decidezotlabs2018-05-091-1/+1
* hide dotfiles by default in /cloud - the web interface (they are still access...zotlabs2018-05-081-0/+2
* sql errorzotlabs2018-04-271-1/+1
* set the 'force' flag on attach_mkdir when initiated from a DAV operation. Thi...zotlabs2018-04-261-1/+5
* initial support for alternative sort orders on the cloud pages. Can be trigge...zotlabs2018-03-211-1/+17
* slight re-org and update of documentation, moving the tutorial to the top.zotlabs2018-03-161-1/+1
* sort cloud directory by 1. is_dir and 2. name until we can figure out a way t...zotlabs2017-12-251-1/+1
* hubzilla issue #680, implement IMoveTarget and recursive file/directory move/...zotlabs2017-12-061-1/+17
* text thumbnails in cloud tile modezotlabs2017-11-191-0/+2
* sort out a few more large image upload issueszotlabs2017-11-141-0/+11
* more cloud updates - upgrade the DAV structures as well.zotlabs2017-03-221-22/+40
* prep workzotlabs2017-02-271-1/+1
* until we've settled on what they should be, set os_path and display_path to a...Florian Steinel2016-10-221-2/+2
* add column display_path to inserts into attachment, as this column is a not n...Florian Steinel2016-10-221-2/+4
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-21/+21
* [TASK] Replace deprecated Sabre functions.Klaus Weidenbach2016-09-291-55/+35
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-301-1/+2
|\
| * URLUtil path has changed since sabredav 1.8 - fixes renaming issue in dav cli...Mario Vavti2016-07-261-1/+2
* | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-201-1/+0
|\|
| * include attach.php at the module level since 2d4b75428a87038 wasn't backporte...redmatrix2016-07-171-1/+0
* | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-0/+1
|/
* more fixes for /cloud and /davMario Vavti2016-07-071-0/+2
* merge include/reddav.php into Zotlabs/Storage/Directory.phpredmatrix2016-07-051-4/+280
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-1/+1
* Synchronization: Directory creation on sync import corrected.sasiflo2016-05-171-4/+6
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-3/+3
* send file sync packets for all known file operationsredmatrix2016-04-071-1/+25
* use the explicit form of build_sync_packet so that file/photo sync will work ...redmatrix2016-04-061-0/+6
* static Appredmatrix2016-03-311-5/+5
* move storage assets to zotlabs/storageredmatrix2016-02-191-0/+536