Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css fixes | Mario Vavti | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | revert cloud acl selector (branched so as to continue development) | redmatrix | 2016-07-25 | 1 | -18/+6 |
| | |||||
* | add acl selection to files upload via /cloud (still missing from directory ↵ | redmatrix | 2016-07-24 | 1 | -6/+18 |
| | | | | creation) | ||||
* | Multiple file upload by drag and drop with progress indicators and auto page ↵ | Andrew Manning | 2016-07-24 | 1 | -193/+20 |
| | | | | reload | ||||
* | Include credentials for session cookie in xhr | Andrew Manning | 2016-07-23 | 1 | -0/+1 |
| | |||||
* | AJAX single upload might be working, but permissions problems seem to cause ↵ | Andrew Manning | 2016-07-23 | 1 | -11/+77 |
| | | | | failure. | ||||
* | Drag and drop file information display in cloud files upload form. No actual ↵ | Andrew Manning | 2016-07-22 | 1 | -0/+112 |
| | | | | upload implemented yet. | ||||
* | css fixes | Mario Vavti | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | warn if quota exceeds 90% of storage limit | Mario Vavti | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | move file storage quota display to upload section. add a warning if ↵ | Mario Vavti | 2015-10-21 | 1 | -0/+1 |
| | | | | remaining space is less than 100MB and fix % calculation | ||||
* | css fixes | marijus | 2014-12-30 | 1 | -1/+2 |
| | |||||
* | some work on cloud actionspanel and minor cleanup | marijus | 2014-12-29 | 1 | -5/+6 |
| | |||||
* | files: make mod/filestorage.php load via ajax and some design work. work in ↵ | marijus | 2014-12-21 | 1 | -26/+16 |
| | | | | progress... | ||||
* | This is a fix to not interfere the ongoing adding of ↵ | marijus | 2014-10-10 | 1 | -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 ↵ | Jeroen | 2014-10-09 | 1 | -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 Weidenbach | 2014-06-29 | 1 | -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) |