Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes password input being prompted every time. | Abijeet | 2018-01-08 | 1 | -0/+1 |
* | disable password confirmation with SSO | Bjoern Schiessle | 2018-01-02 | 1 | -0/+3 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -1/+1 |
* | Added tests for various installations types | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -8/+10 |
* | Fixup! getWebdir return | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -6/+2 |
* | Use OC_Util function for app web path | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -11/+14 |
* | getWebDir function | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -15/+19 |
* | Fixed webroot for scss files | John Molakvoæ (skjnldsv) | 2017-12-30 | 2 | -9/+11 |
* | Fixed scss url rewriting | John Molakvoæ (skjnldsv) | 2017-12-30 | 1 | -8/+14 |
* | Hide delete button if the avatar is a generated one | Julius Härtl | 2017-12-19 | 1 | -0/+1 |
* | Reduce length of md5 in scss caching | John Molakvoæ (skjnldsv) | 2017-12-14 | 1 | -2/+2 |
* | Merge pull request #7061 from kyrofa/bugfix/6028/app_path_realpath | Morris Jobke | 2017-11-14 | 2 | -0/+12 |
|\ | |||||
| * | JSResourceLocator: re-use $app_path | Kyle Fazzari | 2017-11-12 | 1 | -7/+9 |
| * | JSResourceLocator: account for symlinks in app path | Kyle Fazzari | 2017-11-07 | 1 | -3/+8 |
| * | CSSResourceLocator: account for symlinks in app path | Kyle Fazzari | 2017-11-03 | 1 | -0/+5 |
* | | If for some reason the json can't be decoded it is not cached | Roeland Jago Douma | 2017-11-08 | 1 | -0/+4 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 6 | -0/+23 |
|/ | |||||
* | Do not stop on scss compilation failure | John Molakvoæ (skjnldsv) | 2017-09-26 | 1 | -0/+2 |
* | Fixed webroot detection | John Molakvoæ (skjnldsv) | 2017-09-22 | 1 | -1/+1 |
* | Fix "webroot not found" when installed to the root of the webserver | Robin Appelman | 2017-09-20 | 2 | -4/+4 |
* | 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 | 2 | -64/+68 |
* | Rebuild SCSS files if frontend controller value changes | Julius Härtl | 2017-09-03 | 1 | -1/+2 |
* | Cleanup unused methods | Morris Jobke | 2017-08-15 | 1 | -1/+1 |
* | Logo claim is not used anymore | Morris Jobke | 2017-08-02 | 1 | -1/+1 |
* | Properly handle if the deps file if for some reason empty | Morris Jobke | 2017-07-19 | 1 | -1/+14 |
* | Merge pull request #5252 from derkostka/master | Morris Jobke | 2017-06-21 | 2 | -2/+2 |
|\ | |||||
| * | Squashed the webroot fix | Sebastian Kostka | 2017-06-20 | 2 | -2/+2 |
* | | Fix theming app to also use the prefix | Julius Härtl | 2017-06-16 | 1 | -5/+10 |
* | | Make cache and scss caching depend on the baseUrl | Julius Härtl | 2017-06-15 | 1 | -2/+6 |
|/ | |||||
* | Set SCSS dependencies to memcache on compile | Roeland Jago Douma | 2017-05-21 | 1 | -1/+3 |
* | Stop infinit loop on invalid settings css/js file | Joas Schilling | 2017-05-19 | 3 | -0/+26 |
* | Cache deps list to memcache on write not on first read | Roeland Jago Douma | 2017-05-16 | 1 | -2/+4 |
* | Implement scss variable injection by OC_Defaults | Julius Haertl | 2017-04-25 | 1 | -4/+64 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | 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 |