aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_directory.tpl
Commit message (Collapse)AuthorAgeFilesLines
* improve file upload performance: start uploading next file only after the ↵Mario2021-10-011-2/+2
| | | | previous finished, make sure to not return when uploading via ajax
* dropdown-menu-right -> dropdown-menu-endMario2021-07-291-5/+5
|
* upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-15/+15
|
* more work on tilesMario2021-01-041-10/+10
|
* rounded cornersMario2021-01-041-1/+1
|
* some work on the tiles viewMario2021-01-041-35/+31
|
* mod cloud stringsMario2021-01-031-30/+30
|
* set is_owner does not need to be a per item flag. fix post button visible ↵Mario2021-01-021-9/+9
| | | | for collections
* files_ng: implement directory and bulk file downloadMario2020-12-211-3/+8
|
* files_ng: provide bbcode snippets in the info panelMario2020-12-171-4/+10
|
* files_ng: fix regression in finding the right path in certain situations and ↵Mario2020-12-161-16/+18
| | | | add a info panel with attach and zrl bbcode
* files_ng: implement lockviewMario2020-12-161-1/+6
|
* merge branch files_ng into devMario2020-12-141-58/+232
|
* fix ability for file storage creators (visitors) to be able to delete their ↵zotlabs2019-02-191-1/+1
| | | | own content
* admin delete of fileszotlabs2018-05-021-2/+2
|
* slight re-org and update of documentation, moving the tutorial to the top.zotlabs2018-03-161-3/+3
|
* Revert "try as best we can to keep the directory table (cloud list mode) ↵Mario Vavti2017-12-121-5/+5
| | | | | | inside the containing div. It looks pretty bad when you have a long filename." This reverts commit 4d7acdd44d4413c5bb712fe05a77bcaccc3054a5.
* try as best we can to keep the directory table (cloud list mode) inside the ↵zotlabs2017-12-111-5/+5
| | | | containing div. It looks pretty bad when you have a long filename.
* make sure we get a file upload progress indicator in the tiles view.zotlabs2017-11-301-0/+4
|
* made it to prepareHtmlzotlabs2017-11-301-1/+1
|
* more work theming the tile viewzotlabs2017-11-201-2/+2
|
* cloud tiles: use folder-o for folders and set the icon colour to something a ↵zotlabs2017-11-191-2/+2
| | | | bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black)
* allow svg image previews in cloud browser when using tile mode.zotlabs2017-11-161-1/+1
|
* move tile styles to theme instead of template filezotlabs2017-10-301-7/+7
|
* provide a 'tile' view (view only) mode to mod_cloudzotlabs2017-10-301-0/+35
|
* fix filestorage spinnerMario Vavti2017-10-071-1/+1
|
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+45
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* move theme specific files to theme dirzotlabs2017-05-011-45/+0
|
* update to latest bs4 from git and change hidden-* classes to d-*Mario Vavti2017-03-201-6/+6
|
* catch all input fields (in preparation for acl in this place) and display ↵Mario Vavti2016-07-291-0/+2
| | | | the files to upload in the right order
* rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-271-1/+1
| | | | upload button to work with the same mechanism as drag and drop, revert 560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 since it did not work so well with the new cloud upload mechanism
* fix mime-type icons in /cloudMario Vavti2016-05-011-1/+1
|
* update icon names in view/Treer2016-05-011-3/+3
|
* bring some more generic-content-wrappers and fix some of themMario Vavti2015-06-191-1/+1
|
* bring ajax delete to filesMario Vavti2015-04-121-2/+2
|
* more files css fixesmarijus2014-12-281-1/+1
|
* files css fixesmarijus2014-12-281-1/+1
|
* more work on filesmarijus2014-12-281-9/+11
|
* more work on filesmarijus2014-12-271-41/+39
|
* files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-8/+6
| | | | progress...
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-101-1/+2
| | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
* Added and changed on some places div class generic-content-wrapper. And ↵Jeroen2014-10-091-1/+2
| | | | added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
* move code out of templates - not sure how this even worked.friendica2014-07-031-9/+9
|
* Fixed some more timestamp bugs in RedDAV.Klaus Weidenbach2014-06-291-14/+9
| | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order.
* Templified cloud's directory listing.Klaus Weidenbach2014-06-261-0/+48
Moved HTML for the directory listing from include/reddav.php to it's own template file. Still need to clean it up bit more, but should be useable already.