Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Icons cacher css url fix | John Molakvoæ (skjnldsv) | 2018-08-07 | 1 | -1/+1 |
* | Append cache bump parameter to scss files URL | Julius Härtl | 2018-08-01 | 1 | -1/+5 |
* | Fix regex for icon urls | Julius Härtl | 2018-07-26 | 1 | -2/+2 |
* | cache isCached state for scss resources | Robin Appelman | 2018-07-24 | 1 | -11/+37 |
* | Uppercase | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+1 |
* | Fix regex of iconsCacher | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+1 |
* | Php code bump | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -0/+1 |
* | Fix icon url regex | Julius Härtl | 2018-07-19 | 1 | -1/+1 |
* | Use proper URL prefix for icons | Julius Härtl | 2018-07-19 | 1 | -3/+10 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 2 | -15/+12 |
* | Fix accessibility invert | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -2/+2 |
* | Fixed icons detection and caching | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -5/+13 |
* | Mixin scss icon api | John Molakvoæ (skjnldsv) | 2018-07-19 | 2 | -36/+212 |
* | Svg icon api sass function and upgrade of all styles | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -0/+1 |
* | Svg color api | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -0/+1 |
* | Issue #9318: catch exceptions in SCSSCacher::resetCache() | Roland Tapken | 2018-05-02 | 1 | -1/+5 |
* | Use app version to generate scss filename | John Molakvoæ (skjnldsv) | 2018-03-28 | 1 | -5/+21 |
* | Actually clear cache values for all base urls | Julius Härtl | 2018-03-07 | 2 | -8/+18 |
* | Check if the cached js file exists | Roeland Jago Douma | 2018-03-07 | 1 | -1/+8 |
* | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 1 | -1/+11 |
|\ | |||||
| * | expose capabilities in js | Bjoern Schiessle | 2018-02-27 | 1 | -1/+11 |
* | | Expose parameters as variables to templates | Julius Härtl | 2018-02-27 | 1 | -1/+4 |
|/ | |||||
* | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 2 | -6/+2 |
* | Add repair step to clear frontend related caches | Julius Härtl | 2018-02-03 | 2 | -6/+24 |
* | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 1 | -16/+41 |
|\ | |||||
| * | Add typehinting an fix some minor cleanup | Julius Härtl | 2018-01-26 | 1 | -16/+24 |
| * | Do not rewrite absolute URLs | Julius Härtl | 2018-01-26 | 1 | -1/+1 |
| * | Clear injectect variables when resetting the cache | Julius Härtl | 2018-01-26 | 1 | -0/+1 |
| * | Make sure that injected variables do not break the CSS generation | Julius Härtl | 2018-01-26 | 1 | -0/+15 |
| * | SCSS files are only cached if their size is > 0 | Julius Härtl | 2018-01-26 | 1 | -1/+2 |
* | | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|/ | |||||
* | Simplify ternary operator statements | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -2/+2 |
* | 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 |
|/ |