Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-03[tx-robot] updated from transifexNextcloud bot
2021-02-02[tx-robot] updated from transifexNextcloud bot
2021-02-01[tx-robot] updated from transifexNextcloud bot
2021-01-26[tx-robot] updated from transifexNextcloud bot
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
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>
2020-12-20[tx-robot] updated from transifexNextcloud bot
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-30Merge pull request #24449 from nextcloud/bugfix/noid/theming-scss-apcuMorris Jobke
Store scss variables under a different prefix for each theming config version
2020-11-30Store scss variables under a different prefix for each theming config versionJulius Härtl
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-28[tx-robot] updated from transifexNextcloud bot
2020-11-26[tx-robot] updated from transifexNextcloud bot
2020-11-24[tx-robot] updated from transifexNextcloud bot
2020-11-23Optimize chek if background is themedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-19Fix setting images through occ for themingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-13override default dashboard background with theming oneJulien Veyssier
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-10[tx-robot] updated from transifexNextcloud bot
2020-11-09Shortcut to avoid file system setup when generating the logo URLMorris Jobke
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-04Cleanup ImageManager::getImage()Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-03Add gif to if-statement to not convertJacob Neplokh
- 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-10-29Remove ISection in favor of IIconSectionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-25Enable theming background transparencyJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-20Fix theming manifest testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-16manifest to report correct favicon sizenhirokinet
In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image. https://github.com/nextcloud/server/blob/d9015a8c94bfd71fe484618a06d276701d3bf9ff/apps/theming/lib/Controller/IconController.php#L146 The problem is in the environment without php-imagick or without SVG support, this will fall back to original, whose default is 128x128; but I thought this is a separate problem. (For this, default image may be enlarged. Should I create another issue if this is important one?) Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
2020-10-15Allow setting favicon with a .ico fileGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-25[tx-robot] updated from transifexNextcloud bot
2020-09-24Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-24Add occ command to set theming valuesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-21[tx-robot] updated from transifexNextcloud bot
2020-09-18Bump versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15Update .l10nignore for apps to exclude bundled JS filesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-25[tx-robot] updated from transifexNextcloud bot
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke
\PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-04[tx-robot] updated from transifexNextcloud bot
2020-07-24Merge pull request #21988 from nextcloud/enh/theming-guestMorris Jobke
Combine body-login rules in theming and fix twofactor and guest styling on bright colors
2020-07-24Use IBootstrap for the app themingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-24Combine body-login rules in theming and fix twofactor and guest styling on ↵Julius Härtl
bright colors Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-20Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-06-26Fix PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Precalculate the primary element color for dark mode tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-23[tx-robot] updated from transifexNextcloud bot
2020-06-15[tx-robot] updated from transifexNextcloud bot
2020-06-08Merge pull request #21058 from nextcloud/bug/set_serverBackground_custom_defaultRoeland Jago Douma
Set serverBackground if it is a custom background or default hub
2020-06-08Merge pull request #21198 from nextcloud/bugfix/19040Roeland Jago Douma
Only use background fade if nextcloud blue is set
2020-06-08Set serverBackground if it is a custom background or default hubGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-06-07[tx-robot] updated from transifexNextcloud bot
2020-06-05Move theming js to initial stateRoeland Jago Douma
A bit more elegant. Plus it will allow us to also write a proper @nextcloud/theming package. To make life easier down the line for all. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-03Only use background fade if nextcloud blue is setJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-29[tx-robot] updated from transifexNextcloud bot