Commit Graph

150 Commits (845fd2dd5a8700131494de8c7ebc66ebef097821)

Author SHA1 Message Date
Joas Schilling 17d5e47937
Remove spaming debug logs 7 years ago
Morris Jobke 3f9cdeeb5f
Cleanup some PHPDoc leftovers and unused variables 7 years ago
Joas Schilling adbeb42c2c
Fix colorizeSvg with transformations that contain a comma (,) 7 years ago
Robin Appelman 2051943487
more caching for theming 7 years ago
Julius Härtl 4acd053e4d
Do not fail if the icon file doesn't exists 7 years ago
Julius Härtl 26b160cc43
Make sure to always load the latest icons-vars.css file 7 years ago
Roeland Jago Douma 60bcae55a9
Expose the info to the JS 7 years ago
Julius Härtl 34a71f57fc
Fix tests 7 years ago
Julius Härtl aec0a6c096
Fix icon cacher url matching 7 years ago
Bjoern Schiessle 85d9f06cb8
add global site selector as user back-end which doesn't support password confirmation 7 years ago
Julius Härtl d21ded67a7
Keep list of icons in a separate file for use in the accessibility app 7 years ago
Julius Härtl 0b2ef7e608
Remove default which didn't work 7 years ago
Julius Härtl 152fb08288
Properly track data urls as well 7 years ago
Julius Härtl 845f1b67d5
Directly embed icons into the icon-vars css file 7 years ago
Morris Jobke 2a17281cb6
Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.js 7 years ago
Alexey Pyltsyn 30cbd137e8 Fix illegible text color in columns Size and Modified on dark theme: rework after review 7 years ago
Alexey Pyltsyn 5911367a18 Fix illegible text color in columns Size and Modified on dark theme 7 years ago
John Molakvoæ (skjnldsv) 3095ec4125 Fix icons cacher regex for compressed output 8 years ago
Julius Härtl e8938df198
Move SCSS variable fetching before the variables.scss to properly calculate color values 8 years ago
John Molakvoæ (skjnldsv) 7e6fa90fa1
Icons cacher css url fix 8 years ago
Julius Härtl 6ce474518c
Append cache bump parameter to scss files URL 8 years ago
Julius Härtl 8aa0f0485d
Fix regex for icon urls 8 years ago
Robin Appelman 6686ca9b2a
cache isCached state for scss resources 8 years ago
John Molakvoæ (skjnldsv) 6bcfe8d628
Uppercase 8 years ago
John Molakvoæ (skjnldsv) 85a481d2b6
Fix regex of iconsCacher 8 years ago
John Molakvoæ (skjnldsv) 37a4d2bbbc
Php code bump 8 years ago
Julius Härtl 9159ed3d76
Fix icon url regex 8 years ago
Julius Härtl 6ed8c19ab9
Use proper URL prefix for icons 8 years ago
John Molakvoæ (skjnldsv) 14bc9ffda4
Fixed tests 8 years ago
John Molakvoæ (skjnldsv) a24cad1a1c
Fix accessibility invert 8 years ago
John Molakvoæ (skjnldsv) 9e5885963c
Fixed icons detection and caching 8 years ago
John Molakvoæ (skjnldsv) 8977c71f88
Mixin scss icon api 8 years ago
John Molakvoæ (skjnldsv) 29ff7efe9a
Svg icon api sass function and upgrade of all styles 8 years ago
John Molakvoæ (skjnldsv) 84e90e26c0
Svg color api 8 years ago
Roland Tapken 6270a01cab
Issue #9318: catch exceptions in SCSSCacher::resetCache() 8 years ago
John Molakvoæ (skjnldsv) 1d7b14dfb1
Use app version to generate scss filename 8 years ago
Julius Härtl 63e261b444
Actually clear cache values for all base urls 8 years ago
Roeland Jago Douma 34b86edc34
Check if the cached js file exists 8 years ago
Bjoern Schiessle 7d0102bf73
expose capabilities in js 8 years ago
Julius Härtl e5df804834
Expose parameters as variables to templates 8 years ago
Julius Härtl b87e5a0f2e
Move depsCache clearing to SCSSCacher/JSCombiner 8 years ago
Julius Härtl 7381a81d30
Add repair step to clear frontend related caches 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Julius Härtl e4c58fc473
Add typehinting an fix some minor cleanup 8 years ago
Julius Härtl 6770213649
Do not rewrite absolute URLs 8 years ago
Julius Härtl 68db09ddce
Clear injectect variables when resetting the cache 8 years ago
Julius Härtl 5eae4819bf
Make sure that injected variables do not break the CSS generation 8 years ago
Julius Härtl 92e93704be
SCSS files are only cached if their size is > 0 8 years ago
Morris Jobke 6bbea33133
Simplify ternary operator statements 8 years ago
Morris Jobke c1e4f9f305
Use type casting instead of *val() method 8 years ago