Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 2 | -5/+8 |
* | Merge pull request #4093 from nextcloud/endorse-password-protection | Roeland Jago Douma | 2017-04-04 | 1 | -0/+4 |
|\ | |||||
| * | feature endorse password for share links | Bjoern Schiessle | 2017-04-03 | 1 | -0/+4 |
* | | Merge pull request #4131 from nextcloud/fix-jscombiner | Christoph Wurst | 2017-04-03 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix check for cache value in JSCombiner | Morris Jobke | 2017-03-28 | 1 | -1/+1 |
* | | Fix gzip files for Safari | Morris Jobke | 2017-03-29 | 2 | -4/+4 |
|/ | |||||
* | Fix tests | Roeland Jago Douma | 2017-03-28 | 1 | -1/+1 |
* | Allow to gzip CSS/JS files | Roeland Jago Douma | 2017-03-28 | 2 | -1/+17 |
* | Don't run JSCombiner when not installed | Lukas Reschke | 2017-03-25 | 1 | -3/+6 |
* | Add return | Roeland Jago Douma | 2017-03-24 | 1 | -1/+1 |
* | Add debug mode | Roeland Jago Douma | 2017-03-24 | 2 | -1/+39 |
* | Add caching | Roeland Jago Douma | 2017-03-24 | 1 | -6/+42 |
* | [PoC] JS Combiner | Roeland Jago Douma | 2017-03-24 | 2 | -1/+159 |
* | Cache SCSS dependency file in memcache | Roeland Jago Douma | 2017-03-22 | 1 | -8/+20 |
* | Add tests for SCSSCacher | Julius Härtl | 2017-03-20 | 1 | -24/+3 |
* | Add tests for SCSSCacher | Julius Haertl | 2017-03-20 | 1 | -6/+7 |
* | Add variables.scss and import it for each scss file | Julius Haertl | 2017-03-20 | 1 | -6/+31 |
* | Merge pull request #3950 from nextcloud/downstream-27149 | Lukas Reschke | 2017-03-20 | 1 | -0/+1 |
|\ | |||||
| * | Add ignore_files to config, | Felix Heidecke | 2017-03-20 | 1 | -0/+1 |
* | | log where a resource was not found | Jörn Friedrich Dreyer | 2017-03-19 | 1 | -1/+1 |
|/ | |||||
* | Properly calculate webdir using the serverroot | Roeland Jago Douma | 2017-03-10 | 1 | -4/+11 |
* | SCSS files don't exist on the default fs so just add them to the | Roeland Jago Douma | 2017-03-10 | 1 | -1/+49 |
* | Fix SCSS usage in apps | Morris Jobke | 2017-03-10 | 1 | -1/+32 |
* | Allow using import in sass files | Roeland Jago Douma | 2017-03-09 | 1 | -3/+18 |
* | Use intval() for validation of config options | Morris Jobke | 2017-02-21 | 1 | -2/+2 |
* | Improve the UX for sharing settings | Morris Jobke | 2017-02-21 | 1 | -1/+3 |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -1/+1 |
* | Lower log levels of resource locator | Robin Appelman | 2017-02-03 | 2 | -4/+4 |
* | 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 | 2 | -9/+12 |
* | Removed jquery scss | John Molakvoæ (skjnldsv) | 2017-01-10 | 1 | -6/+11 |
* | Fix css url prefix for IgnoreFrontController enabled configs | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+6 |
* | ScssCcacher typo fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+1 |
* | Camelcase fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -2/+2 |
* | Remove webroot from file path | Lukas Reschke | 2017-01-06 | 1 | -1/+1 |
* | Adds CssControllerTests | Roeland Jago Douma | 2017-01-06 | 2 | -0/+0 |
* | Fix variables should be passed by reference | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+2 |
* | Fix typo | Roeland Jago Douma | 2017-01-06 | 1 | -1/+1 |
* | Inject SCSSCacher | Roeland Jago Douma | 2017-01-06 | 1 | -30/+10 |
* | Make SCCCacher injectable | Roeland Jago Douma | 2017-01-06 | 2 | -69/+56 |
* | Formatting | Roeland Jago Douma | 2017-01-06 | 3 | -64/+89 |
* | Code cleanup | Roeland Jago Douma | 2017-01-06 | 1 | -3/+2 |
* | Fix php docs | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -18/+20 |
* | Css cache folder name fix, route fix and various fixes | John Molakvoæ (skjnldsv) | 2017-01-06 | 3 | -12/+18 |
* | Appdata location fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -2/+2 |
* | Regex fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+1 |
* | Injection fix and log appname fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 3 | -11/+28 |
* | Url generator fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+2 |
* | log app name fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 2 | -3/+3 |