Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some sed magic on button class names | Mario Vavti | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | add file size notes to /cloud actions panel | zotlabs | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | make lock switching actually work with multiple acl forms | Mario Vavti | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | implement acl for folder creation | Mario Vavti | 2016-08-10 | 1 | -7/+19 |
| | |||||
* | bring back acl for cloud file uploads | Mario Vavti | 2016-08-06 | 1 | -15/+26 |
| | |||||
* | multi acl: port /cloud and /filestorage | Mario Vavti | 2016-08-04 | 1 | -2/+1 |
| | |||||
* | multiple acl work | Mario Vavti | 2016-08-03 | 1 | -0/+1 |
| | |||||
* | reusing the original form did not work so well via xhr upload - let us ↵ | Mario Vavti | 2016-07-28 | 1 | -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 Vavti | 2016-07-27 | 1 | -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 upload | Mario Vavti | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | revert multiple test | Mario Vavti | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | 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) |