| Commit message (Expand) | Author | Age | Files | Lines |
* | fix variable mixup | Mario | 2021-04-22 | 1 | -6/+6 |
* | remove logging | Mario | 2021-01-06 | 1 | -1/+1 |
* | filter out self and child folders from the folder list | Mario | 2021-01-06 | 1 | -3/+10 |
* | missing translateable string and adapt icons | Mario | 2021-01-04 | 1 | -1/+2 |
* | some work on the tiles view | Mario | 2021-01-04 | 1 | -1/+1 |
* | mod cloud strings | Mario | 2021-01-03 | 1 | -9/+18 |
* | files_ng: slightly change the way we display link bbcode | Mario | 2021-01-03 | 1 | -1/+1 |
* | fix typos | Mario | 2021-01-02 | 1 | -3/+2 |
* | set is_owner does not need to be a per item flag. fix post button visible for... | Mario | 2021-01-02 | 1 | -1/+2 |
* | files_ng: provide bbcode snippets in the info panel | Mario | 2020-12-17 | 2 | -2/+38 |
* | improve when to show link to parent path | Mario | 2020-12-14 | 1 | -6/+4 |
* | merge branch files_ng into dev | Mario | 2020-12-14 | 2 | -149/+281 |
* | issue with DAV - moveInto and variable scope | nobody | 2020-08-16 | 1 | -1/+1 |
* | Revert "issue generating photo thumbnails when uploaded via davfs" | Zot | 2020-05-06 | 3 | -4/+31 |
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 2 | -7/+9 |
* | Add .webp image format support | Max Kostikov | 2019-12-07 | 1 | -1/+1 |
* | fix bitrot in util/zotsh | zotlabs | 2019-08-15 | 1 | -3/+6 |
* | remove extraneous logging | zotlabs | 2019-02-19 | 1 | -1/+0 |
* | fix ability for file storage creators (visitors) to be able to delete their o... | zotlabs | 2019-02-19 | 1 | -4/+11 |
* | use uuid in file storage | zotlabs | 2018-11-22 | 1 | -1/+1 |
* | hiding a channel from the directory also hides them from the cloud rootdir | zotlabs | 2018-06-18 | 1 | -3/+2 |
* | re-implement/refactor getQuotaInfo() on DAV storage | zotlabs | 2018-06-14 | 2 | -35/+48 |
* | optionally report total available space when uploading | zotlabs | 2018-06-13 | 1 | -0/+4 |
* | Update github.com git repo URLs with framagit.org URLs | Andrew Manning | 2018-06-08 | 1 | -1/+1 |
* | show/hide dot files only in mod_cloud. For DAV let the OS decide | zotlabs | 2018-05-09 | 1 | -1/+1 |
* | hide dotfiles by default in /cloud - the web interface (they are still access... | zotlabs | 2018-05-08 | 1 | -0/+2 |
* | turn down logging from DAV basicauth until needed | zotlabs | 2018-05-07 | 1 | -6/+6 |
* | make the cloud logging a bit less verbose until we actually need it. | zotlabs | 2018-05-02 | 1 | -1/+1 |
* | admin delete of files | zotlabs | 2018-05-02 | 1 | -1/+3 |
* | sql error | zotlabs | 2018-04-27 | 1 | -1/+1 |
* | set the 'force' flag on attach_mkdir when initiated from a DAV operation. Thi... | zotlabs | 2018-04-26 | 1 | -1/+5 |
* | Use Add Files/Photos instead of Upload to open the upload dialog | Mario Vavti | 2018-04-07 | 1 | -1/+1 |
* | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-03-27 | 1 | -2/+18 |
|\ |
|
| * | initial support for alternative sort orders on the cloud pages. Can be trigge... | zotlabs | 2018-03-21 | 1 | -1/+17 |
| * | slight re-org and update of documentation, moving the tutorial to the top. | zotlabs | 2018-03-16 | 1 | -1/+1 |
* | | Merge branch 'dev' into oauth2 | Andrew Manning | 2018-02-24 | 1 | -1/+4 |
|\| |
|
| * | cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ar... | zotlabs | 2018-02-22 | 1 | -1/+4 |
* | | OAuth2TestVehicle module can create and delete oauth2 database tables. | Andrew Manning | 2018-02-20 | 1 | -0/+10 |
|/ |
|
* | sort cloud directory by 1. is_dir and 2. name until we can figure out a way t... | zotlabs | 2017-12-25 | 1 | -1/+1 |
* | hubzilla issue #680, implement IMoveTarget and recursive file/directory move/... | zotlabs | 2017-12-06 | 1 | -1/+17 |
* | mod_cloud: provide a themed page with an error notification on errors instead... | zotlabs | 2017-12-05 | 1 | -1/+1 |
* | remove warning for large files on cloud upload | zotlabs | 2017-12-02 | 1 | -3/+0 |
* | set display_path for photo_upload from the DAV File interface | zotlabs | 2017-11-20 | 1 | -2/+6 |
* | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 3 | -2/+16 |
* | svg thumbnails have security concerns. Added thumbnail security setting and h... | zotlabs | 2017-11-17 | 1 | -2/+11 |
* | allow svg image previews in cloud browser when using tile mode. | zotlabs | 2017-11-16 | 1 | -1/+10 |
* | sort out a few more large image upload issues | zotlabs | 2017-11-14 | 3 | -2/+22 |
* | set os_syspath in DAV file put operation so that photos will scale correctly. | zotlabs | 2017-11-10 | 1 | -3/+6 |
* | allow cloud filenames to include ampersands without messing up auth tokens (z... | zotlabs | 2017-11-05 | 1 | -0/+1 |
* | provide a 'tile' view (view only) mode to mod_cloud | zotlabs | 2017-10-30 | 1 | -0/+20 |