summaryrefslogtreecommitdiffstats
path: root/lib/repair/assetcache.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-4/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+18
|
* allow css/js asset directory to be relocated (#13053)Adam Williamson2015-01-051-1/+1
| | | | | | | | | | This allows the directory where CSS/JS asset collections are written to be changed, in case SERVERROOT is not writeable. Note it does *not* allow the expected URL to be changed: whatever directory is used, the server must be configured to serve it at WEBROOT/assets. It may be possible to add another config parameter to allow the admin to specify a custom asset URL, but I thought I'd keep the first implementation simple.
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-0/+30
adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments