aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Browser.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
* only show tools to creators if they still have permsMario2023-11-011-1/+1
* fix php warningsMario Vavti2022-10-181-4/+7
* fix php warningsMario2022-10-121-2/+5
* 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-171-0/+36
* improve when to show link to parent pathMario2020-12-141-6/+4
* merge branch files_ng into devMario2020-12-141-116/+223
* 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
* re-implement/refactor getQuotaInfo() on DAV storagezotlabs2018-06-141-2/+4
* 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
* admin delete of fileszotlabs2018-05-021-1/+3
* Use Add Files/Photos instead of Upload to open the upload dialogMario Vavti2018-04-071-1/+1
* cloud 'view-as-tiles' toggle wasn't available (at all) for guests and they ar...zotlabs2018-02-221-1/+4
* 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
* text thumbnails in cloud tile modezotlabs2017-11-191-2/+11
* 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-141-2/+0
* 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
* implement file notification on initial upload and rename get_parent_cloudpath...git-marijus2017-07-291-1/+2
* 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
* move profile tabs to app-trayMario Vavti2017-03-201-1/+2
* add file size notes to /cloud actions panelzotlabs2017-02-271-0/+4
* fix find_folder_hash_by_path() which was not safe against multiple attach str...zotlabs2017-02-201-1/+7
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-14/+15
* [TASK] Replace deprecated Sabre functions.Klaus Weidenbach2016-09-291-16/+13
* implement acl for folder creationMario Vavti2016-08-101-1/+4
* fix cloud pathredmatrix2016-08-071-1/+1
* bring back acl for cloud file uploadsMario Vavti2016-08-061-1/+2
* multi acl: port /cloud and /filestorageMario Vavti2016-08-041-0/+4
* rework drag and drop to drag directly into files area, implement the default ...Mario Vavti2016-07-271-75/+0
* allow multiple-file cloud uploadMario Vavti2016-07-261-0/+75
* add acl selection to files upload via /cloud (still missing from directory cr...redmatrix2016-07-241-1/+20