aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #35403 from nextcloud/fix/fix-theming-tests-for-8.2Côme Chilliet2022-11-281-0/+5
|\ | | | | Fix theming tests for PHP 8.2
| * Fix theming tests for PHP 8.2Côme Chilliet2022-11-241-0/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-286-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-272-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-2610-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-2576-122/+122
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | More appropriate wording for background selectionJérôme Herbinet2022-11-241-1/+1
|/ | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-232-2/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix border color contrastChristopher Ng2022-11-224-17/+17
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-214-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-194-2/+202
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35269 from nextcloud/fix/remove-pendingJohn Molakvoæ2022-11-191-2/+0
|\ | | | | Remove completed comments
| * Remove completed commentsChristopher Ng2022-11-181-2/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | rename placeholderArthur Schiwon2022-11-181-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix const visibilityArthur Schiwon2022-11-181-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | use constblizzz2022-11-181-1/+1
| | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* | use constblizzz2022-11-181-1/+1
| | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* | use .json extentionsblizzz2022-11-181-1/+1
| | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* | do not store state in appconfigArthur Schiwon2022-11-181-14/+83
| | | | | | | | | | | | - and use count over isset for better understanding Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | remove dashboard check, as fallback did not consider it eitherArthur Schiwon2022-11-181-9/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | optimize background image migration jobArthur Schiwon2022-11-182-26/+70
|/ | | | | | | | | | | | | | | - separate in two stages: to prepare, and to actually migrate - in step one, prepare a list of users to be migrated, and store it compressed as app config - gzcompress can be used, because we already require zlib - upon the next calls (step two), slice off the first 5000 users and migrate them. Re-add job if necessary to repeat. - downside is that an app config value will in the beginning use the RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB) result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs, 0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* generate user themed iconsSimon L2022-11-186-17/+36
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* Fix logo invertJohn Molakvoæ2022-11-167-15/+22
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-162-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix themings tests and get rid of deprecated at matcherCôme Chilliet2022-11-151-28/+30
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-152-2/+22
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-142-2/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-144-4/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-124-10/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-102-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-092-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix checkmark for theme settings in dark modeszaimen2022-11-081-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2022-11-062-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-0538-46/+102
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-042-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-022-4/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-012-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-314-2/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-3010-4/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-2994-1940/+2020
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34359 from nextcloud/enh/admin-theming-vueJohn Molakvoæ2022-10-2827-3320/+1162
|\
| * Purge unused legacy code and drop 3rdparty jscolor dependencyChristopher Ng2022-10-287-3094/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Rewrite admin theming in VueChristopher Ng2022-10-2820-226/+1162
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-288-2/+56
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-274-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-254-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-244-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-222-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-2110-0/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>