aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_actionspanel.tpl
Commit message (Collapse)AuthorAgeFilesLines
* make lock switching actually work with multiple acl formsMario Vavti2016-08-291-1/+0
|
* implement acl for folder creationMario Vavti2016-08-101-7/+19
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-15/+26
|
* multi acl: port /cloud and /filestorageMario Vavti2016-08-041-2/+1
|
* multiple acl workMario Vavti2016-08-031-0/+1
|
* reusing the original form did not work so well via xhr upload - let us ↵Mario Vavti2016-07-281-1/+1
| | | | create a new form for this action. revert progressbar- only works nice in firefox
* rework drag and drop to drag directly into files area, implement the default ↵Mario Vavti2016-07-271-8/+2
| | | | 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
* allow multiple-file cloud uploadMario Vavti2016-07-261-1/+1
|
* revert multiple testMario Vavti2016-07-251-1/+1
|
* css fixesMario Vavti2016-07-251-1/+1
|
* revert cloud acl selector (branched so as to continue development)redmatrix2016-07-251-18/+6
|
* add acl selection to files upload via /cloud (still missing from directory ↵redmatrix2016-07-241-6/+18
| | | | creation)
* Multiple file upload by drag and drop with progress indicators and auto page ↵Andrew Manning2016-07-241-193/+20
| | | | reload
* Include credentials for session cookie in xhrAndrew Manning2016-07-231-0/+1
|
* AJAX single upload might be working, but permissions problems seem to cause ↵Andrew Manning2016-07-231-11/+77
| | | | failure.
* Drag and drop file information display in cloud files upload form. No actual ↵Andrew Manning2016-07-221-0/+112
| | | | upload implemented yet.
* css fixesMario Vavti2015-10-271-2/+2
|
* warn if quota exceeds 90% of storage limitMario Vavti2015-10-211-1/+1
|
* move file storage quota display to upload section. add a warning if ↵Mario Vavti2015-10-211-0/+1
| | | | remaining space is less than 100MB and fix % calculation
* css fixesmarijus2014-12-301-1/+2
|
* some work on cloud actionspanel and minor cleanupmarijus2014-12-291-5/+6
|
* files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-26/+16
| | | | progress...
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-101-0/+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/+3
| | | | 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.
* Some documentation for include/reddav.php and a new tpl-file.Klaus Weidenbach2014-06-291-0/+23
Documented include/reddav.php a bit more to understand what it is about to try to clean up some parts. Still a lot to be done here. I put serveral @todo markers that need to be checked. Moved some more HTML to template file. Changed getETag() return format according to documentation. (ETag MUST be surrounded by double-quotes)