Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(l10n): Fix plural issue with different locale and language | Joas Schilling | 2023-06-27 | 2 | -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/stable27 | Louis | 2023-06-27 | 1 | -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 mtime | Louis Chemineau | 2023-06-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | fix: Add logging statement for cases when updating the version fails | Julius Härtl | 2023-06-26 | 1 | -8/+29 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Handle previousNode size === 0 on version creation | Louis Chemineau | 2023-06-26 | 1 | -20/+10 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | fix: Avoid failing to update the current version entry if there is none | Julius Härtl | 2023-06-26 | 1 | -5/+12 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-27 | 56 | -414/+1040 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39004 from nextcloud/backport/38958/stable27 | Simon L | 2023-06-26 | 2 | -22/+29 |
|\ | | | | | [stable27] use getsystemvalue-functions in Mailer.php | ||||
| * | try to fix tests | Simon L | 2023-06-26 | 1 | -18/+25 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
| * | use getsystemvalue-functions in Mailer.php | Simon L | 2023-06-26 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-26 | 30 | -258/+516 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38983 from nextcloud/automated/noid/stable27-fix-npm-audit | John Molakvoæ | 2023-06-25 | 5 | -1651/+1839 |
|\ | |||||
| * | chore(deps): fix npm audit | nextcloud-command | 2023-06-25 | 5 | -1651/+1839 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-25 | 16 | -10/+182 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38980 from nextcloud/backort/38852/stable27 | Simon L | 2023-06-24 | 19 | -29/+29 |
|\ | | | | | [stable27] Move deprecation warnings to debug | ||||
| * | Move deprecation warnings to debug | Simon L | 2023-06-24 | 19 | -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 Transifex | Nextcloud bot | 2023-06-24 | 166 | -674/+1290 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-22 | 214 | -1776/+1816 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38929 from nextcloud/backport/38915/stable27 | Simon L | 2023-06-21 | 1 | -2/+2 |
|\ | | | | | [stable27] adjust admin setup check to increase warning to configure https | ||||
| * | adjust admin setup check to increase warning to set up https | Simon L | 2023-06-21 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | Merge pull request #38898 from nextcloud/backport/38773/stable27 | Julien Veyssier | 2023-06-21 | 2 | -5/+23 |
|\ | | | | | [stable27] Add bruteforce protection in OauthApiController | ||||
| * | add bruteforce protection in OauthApiController | Julien Veyssier | 2023-06-21 | 2 | -5/+23 |
|/ | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-21 | 14 | -6/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38897 from nextcloud/fix/inverted-text-color-stable27 | Jonas | 2023-06-20 | 5 | -6/+6 |
|\ | | | | | [stable27] fix(core): Do not invert app menu text color | ||||
| * | chore(assets): Recompile assets | Philipp Hempel | 2023-06-20 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> | ||||
| * | fix(core): Do not invert app menu text color | Ferdinand Thiessen | 2023-06-20 | 3 | -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 Transifex | Nextcloud bot | 2023-06-20 | 184 | -492/+1004 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #38891 from nextcloud/obj-store-copy-list-source-cache-27 | Julius Härtl | 2023-06-19 | 1 | -5/+6 |
|\ | |||||
| * | use source cache when listing folder during recursive copy | Robin Appelman | 2023-06-19 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #38885 from nextcloud/backport/38868/stable27 | Simon L | 2023-06-19 | 1 | -8/+10 |
|\ \ | | | | | | | [stable27] fix confusion around mail settings and improve layout a bit | ||||
| * | | fix confusion around mail settings | Simon L | 2023-06-19 | 1 | -8/+10 |
| | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | Merge pull request #38707 from nextcloud/backport/38398/stable27 | Julien Veyssier | 2023-06-19 | 13 | -111/+225 |
|\ \ \ | |_|/ |/| | | [stable27] Store encrypted OAuth2 client secrets | ||||
| * | | add test that inserts a long oauth client secret | Julien Veyssier | 2023-06-19 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
| * | | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-19 | 12 | -111/+215 |
|/ / | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Merge pull request #38851 from nextcloud/backport/38823/stable27 | Simon L | 2023-06-19 | 1 | -4/+6 |
|\ \ | |/ |/| | [stable27] generate user themed favicon and touchicon | ||||
| * | generate user themed favicon and touchicon | Simon L | 2023-06-16 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-19 | 16 | -102/+164 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #38740 from nextcloud/automated/noid/stable27-fix-npm-audit | Simon L | 2023-06-18 | 3 | -15/+15 |
|\ \ | | | | | | | [stable27] Fix npm audit | ||||
| * | | chore(deps): fix npm audit | nextcloud-command | 2023-06-18 | 3 | -15/+15 |
|/ / | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-18 | 20 | -110/+182 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #38420 from nextcloud/backport/38259/stable27 | Simon L | 2023-06-17 | 4 | -6/+14 |
|\ \ | | | | | | | [stable27] reload filelist when adding or removing shares | ||||
| * | | reload filelist when adding or removing shares | Robin Appelman | 2023-05-24 | 4 | -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 Transifex | Nextcloud bot | 2023-06-17 | 200 | -498/+900 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #38474 from nextcloud/backport/38458/stable27 | Christoph Wurst | 2023-06-16 | 11 | -205/+189 |
|\ \ \ | |_|/ |/| | | [stable27] Revert "Fix table view" | ||||
| * | | Merge branch 'stable27' into backport/38458/stable27 | Julia Kirschenheuter | 2023-06-14 | 42 | -392/+568 |
| |\ \ | |||||
| * | | | Revert "Fix table view" | julia.kirschenheuter | 2023-06-13 | 11 | -205/+189 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cb852ef6 Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-16 | 24 | -110/+632 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #38847 from nextcloud/backport/38841/stable27 | Andy Scherzinger | 2023-06-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [stable27] fix: Removed invalid user from CODEOWNERS file | ||||
| * | | | | fix: Removed invalid user from CODEOWNERS file | Christoph Wurst | 2023-06-15 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #38825 from nextcloud/backport/38292/stable27 | Simon L | 2023-06-15 | 2 | -2/+17 |
|\ \ \ \ | | | | | | | | | | | [stable27] Add config variable for curl timeout |