Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Use the correct root to determinate the webroot for the resource | Joas Schilling | 2020-09-02 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -4/+3 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Remove spaming debug logs | Joas Schilling | 2019-03-15 | 1 | -1/+0 |
* | Fixed webroot for scss files | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -2/+2 |
* | Merge pull request #7061 from kyrofa/bugfix/6028/app_path_realpath | Morris Jobke | 2017-11-14 | 1 | -0/+5 |
|\ | |||||
| * | CSSResourceLocator: account for symlinks in app path | Kyle Fazzari | 2017-11-03 | 1 | -0/+5 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+5 |
|/ | |||||
* | Fix "webroot not found" when installed to the root of the webserver | Robin Appelman | 2017-09-20 | 1 | -1/+1 |
* | Fix webroot throw | John Molakvoæ (skjnldsv) | 2017-09-14 | 1 | -1/+1 |
* | Fix undefined variable $tmpRoot | Axel Helmert | 2017-09-12 | 1 | -5/+5 |
* | Refactor webroot detection in resource locator | tux-rampage | 2017-09-06 | 1 | -32/+12 |
* | Squashed the webroot fix | Sebastian Kostka | 2017-06-20 | 1 | -1/+1 |
* | Stop infinit loop on invalid settings css/js file | Joas Schilling | 2017-05-19 | 1 | -0/+9 |
* | SCSS files don't exist on the default fs so just add them to the | Roeland Jago Douma | 2017-03-10 | 1 | -1/+49 |
* | Lower log levels of resource locator | Robin Appelman | 2017-02-03 | 1 | -2/+2 |
* | Appdata var fix | John Molakvoæ (skjnldsv) | 2017-01-24 | 1 | -1/+1 |
* | Remove unused webroot | John Molakvoæ (skjnldsv) | 2017-01-24 | 1 | -3/+2 |
* | Enable every app to generate their scss file | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -6/+8 |
* | Removed jquery scss | John Molakvoæ (skjnldsv) | 2017-01-10 | 1 | -6/+11 |
* | ScssCcacher typo fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+1 |
* | Adds CssControllerTests | Roeland Jago Douma | 2017-01-06 | 1 | -0/+0 |
* | Inject SCSSCacher | Roeland Jago Douma | 2017-01-06 | 1 | -30/+10 |
* | Make SCCCacher injectable | Roeland Jago Douma | 2017-01-06 | 1 | -8/+6 |
* | Formatting | Roeland Jago Douma | 2017-01-06 | 1 | -8/+45 |
* | Css cache folder name fix, route fix and various fixes | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -4/+6 |
* | Injection fix and log appname fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -3/+11 |
* | Appdata integration 2 | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -0/+7 |
* | Appdata integration 1 & log fix 2 | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -2/+10 |
* | Cache and compile base | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -0/+2 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Move \OC\Template to PSR-4 | Roeland Jago Douma | 2016-05-13 | 1 | -0/+55 |