| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock SCSS so we only run 1 job at a time | Roeland Jago Douma | 2019-07-12 | 2 | -18/+77 |
* | Fall back to black for non-color values | Joas Schilling | 2019-06-20 | 1 | -0/+5 |
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -1/+1 |
* | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa... | Christoph Wurst | 2019-05-13 | 1 | -1/+1 |
* | Move OC.appswebroots to the bundle and deprecate oc_appswebroots | Christoph Wurst | 2019-05-07 | 1 | -1/+1 |
* | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
* | Move oc_debug to the bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
* | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle | Christoph Wurst | 2019-05-03 | 1 | -1/+1 |
* | Move oc_config to the bundle | Christoph Wurst | 2019-05-02 | 1 | -1/+1 |
* | Remove spaming debug logs | Joas Schilling | 2019-03-15 | 1 | -1/+0 |
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -1/+0 |
* | Fix colorizeSvg with transformations that contain a comma (,) | Joas Schilling | 2019-01-17 | 1 | -1/+1 |
* | more caching for theming | Robin Appelman | 2018-12-07 | 1 | -2/+13 |
* | Do not fail if the icon file doesn't exists | Julius Härtl | 2018-11-12 | 1 | -2/+2 |
* | Make sure to always load the latest icons-vars.css file | Julius Härtl | 2018-11-12 | 1 | -3/+15 |
* | Expose the info to the JS | Roeland Jago Douma | 2018-11-02 | 1 | -3/+10 |
* | Merge pull request #12085 from nextcloud/add-gss-to-excluded-backends | Morris Jobke | 2018-10-30 | 1 | -1/+4 |
|\ |
|
| * | add global site selector as user back-end which doesn't support password conf... | Bjoern Schiessle | 2018-10-27 | 1 | -1/+4 |
* | | Fix tests | Julius Härtl | 2018-10-29 | 1 | -1/+4 |
* | | Fix icon cacher url matching | Julius Härtl | 2018-10-29 | 1 | -14/+13 |
|/ |
|
* | Keep list of icons in a separate file for use in the accessibility app | Julius Härtl | 2018-10-25 | 1 | -49/+85 |
* | Remove default which didn't work | Julius Härtl | 2018-10-25 | 1 | -1/+1 |
* | Properly track data urls as well | Julius Härtl | 2018-10-25 | 1 | -1/+1 |
* | Directly embed icons into the icon-vars css file | Julius Härtl | 2018-10-25 | 1 | -1/+48 |
* | Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js | Morris Jobke | 2018-10-22 | 1 | -0/+1 |
* | Fix icons cacher regex for compressed output | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -1/+1 |
* | Move SCSS variable fetching before the variables.scss to properly calculate c... | Julius Härtl | 2018-08-29 | 1 | -2/+2 |
* | 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 |