Uh oh!
There was an error while loading. Please reload this page.
Scope the appdata theming storage for global and users - #34599
Conversation
2aca8e0 to
11173a9ComparePVince81
commented
Oct 14, 2022
I've pushed a fix that adds cache busting also for the CSS variables to make sure we load the correct background in apps. |
Uh oh!
There was an error while loading. Please reload this page.
| $this->defaultTheme = $defaultTheme; | ||
| $this->config = $config; | ||
| if ($userSession->getUser() !== null) { | ||
| $this->userId = $userSession->getUser()->getUID(); |
Check notice
Code scanning / Psalm
PossiblyNullReference
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
8a5b526 to
acc7a2cCompare
szaimen
left a comment
There was a problem hiding this comment.
works but didn't review the code
PVince81
commented
Oct 14, 2022
I've retested admin vs user background and no more shift+refresh is needed, it works smoothly and as expected. Shipit! |
PVince81
commented
Oct 14, 2022
I've raised the lower priority #34606 to clean up the old theme cache data since we now moved everything into "appdata*/theming/global/" |
PVince81
commented
Oct 14, 2022
/rebase |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
acc7a2c to
19f35f4ComparePVince81
commented
Oct 14, 2022
rebased for CI and manual backport to save some time... #34612 |
blizzz
commented
Oct 14, 2022
|

Fix#34596