Commit graph

840 commits

Author SHA1 Message Date
Nextcloud bot
b675d50092
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-27 02:26:20 +00:00
Nextcloud bot
7bee566e60
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-11 02:23:30 +00:00
John Molakvoæ
bc62fb9b55
Merge pull request #29194 from nextcloud/revert-29178-backport/25774/stable21 2021-10-15 11:02:40 +02:00
Joas Schilling
04145b23c9 Don't setup the filesystem to check for a favicon we don't use anyway
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-13 20:29:49 +00:00
John Molakvoæ
7b30576f55
Revert "[stable21] Add button color variables" 2021-10-13 08:55:32 +02:00
marco
2d695477ea Add new variables for buttons
Signed-off-by: marco <marcoambrosini@pm.me>
2021-10-12 08:37:05 +00:00
Nextcloud bot
e9473566c7
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-06 02:27:14 +00:00
Nextcloud bot
3e7d0490dd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02 07:35:47 +00:00
Carl Schwan
79b261f8c8 Fix missing theming for login button
Close #27495

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-20 12:01:31 +00:00
John Molakvoæ
c4a20d3d5d
Merge pull request #27679 from nextcloud/backport/27675/stable21
[stable21] Validate the theming color also on CLI
2021-06-28 07:43:09 +02:00
Nextcloud bot
77a2b03e50
[tx-robot] updated from transifex 2021-06-27 02:25:52 +00:00
Joas Schilling
36b9fad779 Validate the theming color also on CLI
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-25 16:20:32 +00:00
Nextcloud bot
d932129529
[tx-robot] updated from transifex 2021-06-19 02:46:31 +00:00
Nextcloud bot
dcec4b00f8
[tx-robot] updated from transifex 2021-06-04 02:28:27 +00:00
Nextcloud bot
95a4644fc0
[tx-robot] updated from transifex 2021-05-30 02:25:16 +00:00
Nextcloud bot
98cbf8aca3
[tx-robot] updated from transifex 2021-05-26 02:28:42 +00:00
Nextcloud bot
f1d7e56cab
[tx-robot] updated from transifex 2021-04-19 02:26:19 +00:00
Nextcloud bot
736933af7a
[tx-robot] updated from transifex 2021-04-13 02:25:09 +00:00
Nextcloud bot
2e13dc2aa1
[tx-robot] updated from transifex 2021-04-08 02:24:15 +00:00
Nextcloud bot
a9b5cde333
[tx-robot] updated from transifex 2021-04-05 02:24:56 +00:00
Nextcloud bot
e14860c8f2
[tx-robot] updated from transifex 2021-04-02 02:26:17 +00:00
Nextcloud bot
c60f0e06d0
[tx-robot] updated from transifex 2021-03-23 02:24:15 +00:00
Nextcloud bot
2e2d2e79e8
[tx-robot] updated from transifex 2021-03-22 02:23:56 +00:00
Nextcloud bot
e28dbef7a1
[tx-robot] updated from transifex 2021-03-11 02:23:18 +00:00
Nextcloud bot
5a39900c24
[tx-robot] updated from transifex 2021-03-04 02:22:22 +00:00
Nextcloud bot
2a66d4e5d1
[tx-robot] updated from transifex 2021-03-03 02:21:34 +00:00
Nextcloud bot
b5eeca3ab3
[tx-robot] updated from transifex 2021-02-26 02:21:58 +00:00
Nextcloud bot
7c11b9e974
[tx-robot] updated from transifex 2021-02-18 02:22:03 +00:00
Nextcloud bot
69daa9e0a8
[tx-robot] updated from transifex 2021-02-13 02:20:37 +00:00
Nextcloud bot
7216f876dd
[tx-robot] updated from transifex 2021-02-06 02:20:59 +00:00
Nextcloud bot
207b7d54fb
[tx-robot] updated from transifex 2021-02-03 02:19:53 +00:00
Nextcloud bot
e18c608cb4
[tx-robot] updated from transifex 2021-02-02 02:19:50 +00:00
Nextcloud bot
86678ba5df
[tx-robot] updated from transifex 2021-02-01 02:19:36 +00:00
Nextcloud bot
b2f183a26c
[tx-robot] updated from transifex 2021-01-26 02:21:31 +00:00
Morris Jobke
24d436cb60
Remove unneeded casts that were found by Psalm
In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521)

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-11 13:14:41 +01:00
Nextcloud bot
dc426f1e21
[tx-robot] updated from transifex 2020-12-20 02:19:27 +00:00
Christoph Wurst
d89a75be0b
Update all license headers for Nextcloud 21
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16 18:48:22 +01:00
Morris Jobke
deb7073724
Merge pull request #24449 from nextcloud/bugfix/noid/theming-scss-apcu
Store scss variables under a different prefix for each theming config version
2020-11-30 14:56:19 +01:00
Julius Härtl
22e26a7f5e
Store scss variables under a different prefix for each theming config version
The main issue with using the general theming- prefix is that with APCu caching
the cache is not shared between processes, so when trying to reset the cache
through the CLI, e.g. when updating the theming config the old cache is never
invalidated.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-30 14:15:17 +01:00
Nextcloud bot
099b7590a9
[tx-robot] updated from transifex 2020-11-28 02:18:24 +00:00
Nextcloud bot
aea31d5ddd
[tx-robot] updated from transifex 2020-11-26 02:18:48 +00:00
Nextcloud bot
eddc31a07b
[tx-robot] updated from transifex 2020-11-24 02:18:55 +00:00
Julius Härtl
a0c0918ce2
Optimize chek if background is themed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-23 13:48:05 +01:00
Julius Härtl
9b7bdfef79
Fix setting images through occ for theming
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-19 08:31:24 +01:00
Julien Veyssier
f5ef2d7d58 override default dashboard background with theming one
fix getAppValue default value in theming app
fix cacheBuster value injection

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-13 06:51:26 +00:00
Nextcloud bot
98d1a3f34c
[tx-robot] updated from transifex 2020-11-10 02:18:44 +00:00
Morris Jobke
c7ff0c71b4
Shortcut to avoid file system setup when generating the logo URL
If an SVG is requested and the app config value for logoMime is set then the logo is there. Otherwise we need to check it and maybe also generate a PNG from the SVG (that's done in getImage() which needs to be called then).

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-09 10:01:34 +01:00
Morris Jobke
dd93532526
Cleanup ImageManager::getImage()
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-04 10:08:36 +01:00
Jacob Neplokh
ef8822d3c7
Add gif to if-statement to not convert
- SVGs are already there, so I just added it alongside it (as recommended by https://github.com/nextcloud/server/issues/16232#issuecomment-679920284)

Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-11-02 13:52:49 -08:00
Morris Jobke
b8ed997238
Remove ISection in favor of IIconSection
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 23:05:00 +01:00