aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_directory.tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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.