aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-272-1/+15
| | | | | | | | | | We need to use the language code here instead of the locale, because Symfony does not distinguish between the two and would otherwise e.g. with locale "Czech" and language "German" try to pick a non-existing plural rule, because Czech has 4 plural forms and German only 2. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #38970 from nextcloud/backport/38800/stable27Louis2023-06-271-16/+34
|\ | | | | [stable27] fix: Avoid failing to update the current version entry if there is none
| * Do not create a new version if previousNode has the same mtimeLouis Chemineau2023-06-261-2/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-261-8/+29
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Handle previousNode size === 0 on version creationLouis Chemineau2023-06-261-20/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-261-5/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2756-414/+1040
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39004 from nextcloud/backport/38958/stable27Simon L2023-06-262-22/+29
|\ | | | | [stable27] use getsystemvalue-functions in Mailer.php
| * try to fix testsSimon L2023-06-261-18/+25
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * use getsystemvalue-functions in Mailer.phpSimon L2023-06-261-4/+4
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2630-258/+516
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38983 from nextcloud/automated/noid/stable27-fix-npm-auditJohn Molakvoæ2023-06-255-1651/+1839
|\
| * chore(deps): fix npm auditnextcloud-command2023-06-255-1651/+1839
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2516-10/+182
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38980 from nextcloud/backort/38852/stable27Simon L2023-06-2419-29/+29
|\ | | | | [stable27] Move deprecation warnings to debug
| * Move deprecation warnings to debugSimon L2023-06-2419-29/+29
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-24166-674/+1290
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-22214-1776/+1816
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38929 from nextcloud/backport/38915/stable27Simon L2023-06-211-2/+2
|\ | | | | [stable27] adjust admin setup check to increase warning to configure https
| * adjust admin setup check to increase warning to set up httpsSimon L2023-06-211-2/+2
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #38898 from nextcloud/backport/38773/stable27Julien Veyssier2023-06-212-5/+23
|\ | | | | [stable27] Add bruteforce protection in OauthApiController
| * add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-212-5/+23
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2114-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38897 from nextcloud/fix/inverted-text-color-stable27Jonas2023-06-205-6/+6
|\ | | | | [stable27] fix(core): Do not invert app menu text color
| * chore(assets): Recompile assetsPhilipp Hempel2023-06-202-3/+3
| | | | | | | | Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
| * fix(core): Do not invert app menu text colorFerdinand Thiessen2023-06-203-3/+3
|/ | | | | | | | * Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-20184-492/+1004
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38891 from nextcloud/obj-store-copy-list-source-cache-27Julius Härtl2023-06-191-5/+6
|\
| * use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #38885 from nextcloud/backport/38868/stable27Simon L2023-06-191-8/+10
|\ \ | | | | | | [stable27] fix confusion around mail settings and improve layout a bit
| * | fix confusion around mail settingsSimon L2023-06-191-8/+10
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #38707 from nextcloud/backport/38398/stable27Julien Veyssier2023-06-1913-111/+225
|\ \ \ | |_|/ |/| | [stable27] Store encrypted OAuth2 client secrets
| * | add test that inserts a long oauth client secretJulien Veyssier2023-06-191-0/+10
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | encrypt oauth2 client secretsJulien Veyssier2023-06-1912-111/+215
|/ / | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #38851 from nextcloud/backport/38823/stable27Simon L2023-06-191-4/+6
|\ \ | |/ |/| [stable27] generate user themed favicon and touchicon
| * generate user themed favicon and touchiconSimon L2023-06-161-4/+6
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1916-102/+164
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38740 from nextcloud/automated/noid/stable27-fix-npm-auditSimon L2023-06-183-15/+15
|\ \ | | | | | | [stable27] Fix npm audit
| * | chore(deps): fix npm auditnextcloud-command2023-06-183-15/+15
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1820-110/+182
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38420 from nextcloud/backport/38259/stable27Simon L2023-06-174-6/+14
|\ \ | | | | | | [stable27] reload filelist when adding or removing shares
| * | reload filelist when adding or removing sharesRobin Appelman2023-05-244-6/+14
| | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-17200-498/+900
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38474 from nextcloud/backport/38458/stable27Christoph Wurst2023-06-1611-205/+189
|\ \ \ | |_|/ |/| | [stable27] Revert "Fix table view"
| * | Merge branch 'stable27' into backport/38458/stable27Julia Kirschenheuter2023-06-1442-392/+568
| |\ \
| * | | Revert "Fix table view"julia.kirschenheuter2023-06-1311-205/+189
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1624-110/+632
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #38847 from nextcloud/backport/38841/stable27Andy Scherzinger2023-06-161-1/+1
|\ \ \ \ | | | | | | | | | | [stable27] fix: Removed invalid user from CODEOWNERS file
| * | | | fix: Removed invalid user from CODEOWNERS fileChristoph Wurst2023-06-151-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #38825 from nextcloud/backport/38292/stable27Simon L2023-06-152-2/+17
|\ \ \ \ | | | | | | | | | | [stable27] Add config variable for curl timeout