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
2022-01-27Add better error handlingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27Fix registerEventListener issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26Fix psalm issues in theming appCarl Schwan
After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-13Don't setup the filesystem to check for a favicon we don't use anywayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24improve webmanifestszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-13Merge pull request #26481 from ghost/fdroidJulius Härtl
2021-07-04Add F-DroidHouraisanNEET
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-06-25Validate the theming color also on CLIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-06-16Fix default product name for old themesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-16Add dedicated product name to OCP\DefaultsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-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-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-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-24Add occ command to set theming valuesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-16Provide the proper language to the mailerRoeland Jago Douma
Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-21Use themed favicon-fbJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-24Remove some whitespaceDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-24add var for theming images , advanced optionsGuillaume COMPAGNON
Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
2019-10-25Cleanup theming messRoeland Jago Douma
* Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-18make sure that the urls for theming images are validRobin Appelman
In some circumstances the url generation seems to fail, resulting in an empty image url which causes the browser to load the main page multiple times, leading to issues with state tokens Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-26Only return link to themed icon if file existsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-11Properly theme folder icons that are accessed though imagePathJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-18Add guest navigation typeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-11Use default favicon on sharing pagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-02Updates inverted logo handling to work like the app iconsMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02Moves the logo files to logoMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02Switches the default logo color depending on the primary colorMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-04Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-08-27Theming: Fix footer testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-27Theming: Only Entity in footer if a url is setJulius Härtl
fixes #10024 Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-20Theming update on urlJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-06Minor fixes and cleanupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-05Generate PNG version of the theming app logo for mailsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-25addjust footer height when legal links are present. fixes #9572Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-25also add a privacy linkArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-09allow to specify a link to a legal noticeArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-19Make sure the custom favicon is usedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-04-19Add typehintsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-04-19Return valueJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-04-19Move to more generic image handling and add extra imagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-26Clear any theming prefixed cache on cache buster increaseJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-07Use cache prefix for theming as wellJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>