aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | (cherry picked from commit 49cc69ecc5dc2c6032cadff4cd1f31b511e0a0b4)
* filter out self and child folders from the folder listMario2021-01-061-3/+10
| | | (cherry picked from commit a0c8e1959af2a98400fd9fbbdc61471bbf461614)
* 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 ↵Mario2021-01-021-1/+2
| | | | for collections
* 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
| | | | This reverts commit 7a0d9a449492ff3b5ef97b997310ed26ec1f53e4.
* 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 ↵zotlabs2019-02-191-4/+11
| | | | own content
* 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 ↵zotlabs2018-05-081-0/+2
| | | | accessible but hidden). Change this behaviour with pconfig system.show_dot_files
* 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. ↵zotlabs2018-04-261-1/+5
| | | | This will report success if it already exists rather than throwing an exception.
* 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 ↵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
| |
* | Merge branch 'dev' into oauth2Andrew Manning2018-02-241-1/+4
|\|
| * cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ↵zotlabs2018-02-221-1/+4
| | | | | | | | are the most likely to prefer that view. Fix that and make tiles the default view for guests, and list mode the default view for the channel owner.
* | 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 ↵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
* mod_cloud: provide a themed page with an error notification on errors ↵zotlabs2017-12-051-1/+1
| | | | instead of an obtuse XML error structure
* remove warning for large files on cloud uploadzotlabs2017-12-021-3/+0
|
* set display_path for photo_upload from the DAV File interfacezotlabs2017-11-201-2/+6
|
* text thumbnails in cloud tile modezotlabs2017-11-193-2/+16
|