Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to latest bs4 from git and change hidden-* classes to d-* | Mario Vavti | 2017-03-20 | 1 | -6/+6 |
| | |||||
* | catch all input fields (in preparation for acl in this place) and display ↵ | Mario Vavti | 2016-07-29 | 1 | -0/+2 |
| | | | | the files to upload in the right order | ||||
* | rework drag and drop to drag directly into files area, implement the default ↵ | Mario Vavti | 2016-07-27 | 1 | -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 /cloud | Mario Vavti | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | update icon names in view/ | Treer | 2016-05-01 | 1 | -3/+3 |
| | |||||
* | bring some more generic-content-wrappers and fix some of them | Mario Vavti | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | bring ajax delete to files | Mario Vavti | 2015-04-12 | 1 | -2/+2 |
| | |||||
* | more files css fixes | marijus | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | files css fixes | marijus | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | more work on files | marijus | 2014-12-28 | 1 | -9/+11 |
| | |||||
* | more work on files | marijus | 2014-12-27 | 1 | -41/+39 |
| | |||||
* | files: make mod/filestorage.php load via ajax and some design work. work in ↵ | marijus | 2014-12-21 | 1 | -8/+6 |
| | | | | progress... | ||||
* | This is a fix to not interfere the ongoing adding of ↵ | marijus | 2014-10-10 | 1 | -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 ↵ | Jeroen | 2014-10-09 | 1 | -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. | friendica | 2014-07-03 | 1 | -9/+9 |
| | |||||
* | Fixed some more timestamp bugs in RedDAV. | Klaus Weidenbach | 2014-06-29 | 1 | -14/+9 |
| | | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order. | ||||
* | Templified cloud's directory listing. | Klaus Weidenbach | 2014-06-26 | 1 | -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. |