aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
Commit message (Collapse)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
| | | | This reverts commit 7a0d9a449492ff3b5ef97b997310ed26ec1f53e4.
* 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 ↵zotlabs2018-05-081-0/+2
| | | | accessible but hidden). Change this behaviour with pconfig system.show_dot_files
* sql errorzotlabs2018-04-271-1/+1
|
* set the 'force' flag on attach_mkdir when initiated from a DAV operation. ↵zotlabs2018-04-261-1/+5
| | | | This will report success if it already exists rather than throwing an exception.
* initial support for alternative sort orders on the cloud pages. Can be ↵zotlabs2018-03-211-1/+17
| | | | triggered manually but further development is required.
* 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 ↵zotlabs2017-12-251-1/+1
| | | | to request different sort orders
* hubzilla issue #680, implement IMoveTarget and recursive file/directory ↵zotlabs2017-12-061-1/+17
| | | | move/rename
* 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 ↵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-131-21/+21
| | | | | | 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-291-55/+35
| | | | Replaced some deprecated functions from Sabre's URLUtil class.
* 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 ↵Mario Vavti2016-07-261-1/+2
| | | | | | | | clients
* | 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 ↵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
|/
* 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
| | | | 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.
* 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
| | | | even when the actual observer is a guest (with permission to upload).
* static Appredmatrix2016-03-311-5/+5
|
* move storage assets to zotlabs/storageredmatrix2016-02-191-0/+536