aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* svg thumbnails have security concerns. Added thumbnail security setting and h...zotlabs2017-11-171-2/+11
* allow svg image previews in cloud browser when using tile mode.zotlabs2017-11-161-1/+10
* sort out a few more large image upload issueszotlabs2017-11-143-2/+22
* 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 (z...zotlabs2017-11-051-0/+1
* 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 app...Mario Vavti2017-10-091-1/+1
* 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 chec...Mario Vavti2017-08-101-6/+3
* implement file notification on initial upload and rename get_parent_cloudpath...git-marijus2017-07-291-1/+2
* 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
|\