aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
Commit message (Expand)AuthorAgeFilesLines
* fix typo after get_config -> Confi::Get conversionMario2024-03-251-1/+1
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-243-8/+11
* if we rename a folder in dav we should also move its contentMario2024-02-281-2/+16
* fix more php deprecationsMario2024-01-142-2/+13
* only show tools to creators if they still have permsMario2023-11-011-1/+1
* fix various issuesMario2022-10-211-2/+3
* fix php warningsMario Vavti2022-10-181-4/+7
* fix php warningsMario2022-10-123-4/+9
* fix variable mixupMario2021-04-221-6/+6
* remove loggingMario2021-01-061-1/+1
* filter out self and child folders from the folder listMario2021-01-061-3/+10
* missing translateable string and adapt iconsMario2021-01-041-1/+2
* some work on the tiles viewMario2021-01-041-1/+1
* mod cloud stringsMario2021-01-031-9/+18
* files_ng: slightly change the way we display link bbcodeMario2021-01-031-1/+1
* fix typosMario2021-01-021-3/+2
* set is_owner does not need to be a per item flag. fix post button visible for...Mario2021-01-021-1/+2
* files_ng: provide bbcode snippets in the info panelMario2020-12-172-2/+38
* improve when to show link to parent pathMario2020-12-141-6/+4
* merge branch files_ng into devMario2020-12-142-149/+281
* issue with DAV - moveInto and variable scopenobody2020-08-161-1/+1
* Revert "issue generating photo thumbnails when uploaded via davfs"Zot2020-05-063-4/+31
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-092-7/+9
* Add .webp image format supportMax Kostikov2019-12-071-1/+1
* fix bitrot in util/zotshzotlabs2019-08-151-3/+6
* remove extraneous loggingzotlabs2019-02-191-1/+0
* fix ability for file storage creators (visitors) to be able to delete their o...zotlabs2019-02-191-4/+11
* 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-142-35/+48
* optionally report total available space when uploadingzotlabs2018-06-131-0/+4
* Update github.com git repo URLs with framagit.org URLsAndrew Manning2018-06-081-1/+1
* 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
* turn down logging from DAV basicauth until neededzotlabs2018-05-071-6/+6
* make the cloud logging a bit less verbose until we actually need it.zotlabs2018-05-021-1/+1
* admin delete of fileszotlabs2018-05-021-1/+3
* 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
* Use Add Files/Photos instead of Upload to open the upload dialogMario Vavti2018-04-071-1/+1
* Merge branch 'dev' into oauth2Andrew Manning2018-03-271-2/+18
|\
| * 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
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-241-1/+4
|\|
| * cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ar...zotlabs2018-02-221-1/+4
* | OAuth2TestVehicle module can create and delete oauth2 database tables.Andrew Manning2018-02-201-0/+10
|/
* 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
* mod_cloud: provide a themed page with an error notification on errors instead...zotlabs2017-12-051-1/+1
* remove warning for large files on cloud uploadzotlabs2017-12-021-3/+0