Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -5/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 5 | -0/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 5 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Migrate leafo/scssphp to scssphp/scssphp | Christoph Wurst | 2020-01-23 | 1 | -6/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 10 | -12/+26 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Expose internal expiration dates to JS | Roeland Jago Douma | 2019-11-27 | 1 | -1/+11 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -5/+7 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make sure the cache is only reset once at a time | Julius Härtl | 2019-10-15 | 1 | -1/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use a distributed cache for the isCachedCache | Julius Härtl | 2019-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Lock SCSS so we only run 1 job at a time | Roeland Jago Douma | 2019-07-12 | 2 | -18/+77 |
| | | | | | | | | | This is bit hacky but a start to lock the SCSS compiler properly Retry during 10s then give up Properly get error message Do not clear locks and properly debug scss caching Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fall back to black for non-color values | Joas Schilling | 2019-06-20 | 1 | -0/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵ | Christoph Wurst | 2019-05-13 | 1 | -1/+1 |
| | | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move OC.appswebroots to the bundle and deprecate oc_appswebroots | Christoph Wurst | 2019-05-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move oc_debug to the bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle | Christoph Wurst | 2019-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move oc_config to the bundle | Christoph Wurst | 2019-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove spaming debug logs | Joas Schilling | 2019-03-15 | 1 | -1/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix colorizeSvg with transformations that contain a comma (,) | Joas Schilling | 2019-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | more caching for theming | Robin Appelman | 2018-12-07 | 1 | -2/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Do not fail if the icon file doesn't exists | Julius Härtl | 2018-11-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make sure to always load the latest icons-vars.css file | Julius Härtl | 2018-11-12 | 1 | -3/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Expose the info to the JS | Roeland Jago Douma | 2018-11-02 | 1 | -3/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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 confirmation | ||||
| * | add global site selector as user back-end which doesn't support password ↵ | Bjoern Schiessle | 2018-10-27 | 1 | -1/+4 |
| | | | | | | | | | | | | confirmation Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Fix tests | Julius Härtl | 2018-10-29 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix icon cacher url matching | Julius Härtl | 2018-10-29 | 1 | -14/+13 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Keep list of icons in a separate file for use in the accessibility app | Julius Härtl | 2018-10-25 | 1 | -49/+85 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Remove default which didn't work | Julius Härtl | 2018-10-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Properly track data urls as well | Julius Härtl | 2018-10-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Directly embed icons into the icon-vars css file | Julius Härtl | 2018-10-25 | 1 | -1/+48 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js | Morris Jobke | 2018-10-22 | 1 | -0/+1 |
| | | | | | | Before it quit right after finding the theme version of the l10n file which results in a not translated part of the UI. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix icons cacher regex for compressed output | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Move SCSS variable fetching before the variables.scss to properly calculate ↵ | Julius Härtl | 2018-08-29 | 1 | -2/+2 |
| | | | | | | color values Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Icons cacher css url fix | John Molakvoæ (skjnldsv) | 2018-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Append cache bump parameter to scss files URL | Julius Härtl | 2018-08-01 | 1 | -1/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix regex for icon urls | Julius Härtl | 2018-07-26 | 1 | -2/+2 |
| | | | | | | | | Use the version from the url rather than hardcoding v=1. Also allow uppercase chars in the url, so that uppercase hex color values will also be included Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | cache isCached state for scss resources | Robin Appelman | 2018-07-24 | 1 | -11/+37 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Uppercase | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix regex of iconsCacher | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Php code bump | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -0/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix icon url regex | Julius Härtl | 2018-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use proper URL prefix for icons | Julius Härtl | 2018-07-19 | 1 | -3/+10 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 2 | -15/+12 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix accessibility invert | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fixed icons detection and caching | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -5/+13 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |