summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #38676 from nextcloud/backport/38648/stable25Arthur Schiwon2023-06-141-1/+1
|\ \ \ \ | | | | | | | | | | [stable25] fix(caldav): Cast calendar objects id to int when building index
| * | | | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #38683 from nextcloud/backport/37802/stable25Arthur Schiwon2023-06-143-4/+4
|\ \ \ \ \ | | | | | | | | | | | | [stable25] Sharing: Do not show copy action when user doesn't have permissions
| * | | | | Compile js filesMarcel Klehr2023-06-122-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(files_sharing): Don't show copy action when !canDownload and no update ↵Marcel Klehr2023-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Merge pull request #38709 from nextcloud/backport/38398/stable25Arthur Schiwon2023-06-1413-45/+212
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] Store encrypted OAuth2 client secrets
| * | | | | | add test that inserts a long oauth client secretJulien Veyssier2023-06-141-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | encrypt oauth2 client secretsJulien Veyssier2023-06-1412-45/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | Merge pull request #38820 from nextcloud/backport/38811/stable25Simon L2023-06-141-3/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [stable25] make sure to show download button only one time
| * | | | | | make sure to show download button only one timeSimon L2023-06-141-3/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1440-382/+558
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #37813 from nextcloud/backport/stable25-fix-event-movingArthur Schiwon2023-06-131-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] fix event moving
| * | | | | | fix event move issueMaximilian Martin2023-06-121-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de> Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #38253 from nextcloud/backport/37865/stable25Arthur Schiwon2023-06-136-131/+333
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable25] add command to summarize space usage
| * | | | | | fix php7.4 syntaxRobin Appelman2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add option to list all files instead of limitingRobin Appelman2023-05-255-19/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | add command to summarize space usageRobin Appelman2023-05-254-129/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #38359 from nextcloud/backport/38294/stable25Arthur Schiwon2023-06-136-7/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable25] Use aria-expanded correctly on toggle user actions
| * | | | | | | Use aria-expanded correctly on toggle user actionsfenn-cs2023-05-226-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The aria-expanded attribute was added on the expandable item rather Than the button that triggers the expand. Resolves : #37137 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #38738 from nextcloud/automated/noid/stable25-fix-npm-auditArthur Schiwon2023-06-133-97/+129
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] Fix npm audit
| * | | | | | | | chore(deps): fix npm auditnextcloud-command2023-06-123-97/+129
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-13172-462/+502
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #38582 from nextcloud/backport/38206/stable25Simon L2023-06-122-10/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | [stable25] Increase from 100000 to 600000 iterations for hash_pbkdf2
| * | | | | | | Adapt encryption test to change in generateHeaderCôme Chilliet2023-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Increase from 100000 to 600000 iterations for hash_pbkdf2Côme Chilliet2023-06-011-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #38433 from nextcloud/fix/theming-invert-25Simon L2023-06-121-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] fix(theming): fix header primary invert if background disabled
| * | | | | | | | fix(theming): fix header primary invert if background disabledJohn Molakvoæ2023-05-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | | Merge pull request #38408 from nextcloud/backport/38291/stable25Simon L2023-06-123-6/+6
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | [stable25] fix loading custom logo image
| * | | | | | | | fix loading custom logo imageRobin Appelman2023-05-233-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1230-342/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1148-636/+820
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1022-286/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #38560 from nextcloud/backport/38259/stable25Robin Appelman2023-06-094-6/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | [stable25] reload filelist when adding or removing shares
| * | | | | | | | chore(assets): Recompile assetsnextcloud-command2023-06-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | reload filelist when adding or removing sharesRobin Appelman2023-06-092-3/+11
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #38721 from nextcloud/backport/38719/stable25John Molakvoæ2023-06-091-0/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Create lint-eslint-when-unrelated.ymlJohn Molakvoæ2023-06-091-0/+39
|/ / / / / / / / | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | | | Merge pull request #38705 from nextcloud/backport/38486/stable25John Molakvoæ2023-06-0810-44/+124
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(psalm): Install apcu, ftp and ldap extension like in ↵Joas Schilling2023-06-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | static-code-analysis-security Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | fix: keep important php and node versionsJohn Molakvoæ2023-06-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | fix(CI): Update oracle image and configJoas Schilling2023-06-081-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | chore: update workflows from templatesJohn Molakvoæ2023-06-088-44/+109
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Revert "fix(CI): Update oracle image and config"John Molakvoæ2023-06-081-17/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 64b917e87e1479a917bd5c80c33713381c75d053.
* | | | | | | | Revert "chore: update workflows from templates"John Molakvoæ2023-06-088-109/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4952609b6892423df931dce65d77a8337942188c.
* | | | | | | | fix(CI): Update oracle image and configJoas Schilling2023-06-081-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | chore: update workflows from templatesJohn Molakvoæ2023-06-088-44/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0846-128/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #38682 from nextcloud/backport/38577/stable25Julien Veyssier2023-06-071-0/+55
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable25] Improve oauth2 database migration from ownCloud
| * | | | | | | | drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-06-071-0/+55
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access tokens, shorten oauth2 client names Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0714-182/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>