summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-22142-1692/+1732
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2114-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-20180-490/+978
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1914-72/+134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1818-108/+180
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-17188-464/+746
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1618-96/+128
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* expect invalidateTokensOfUser only be called for seen usersArtur Neumann2023-06-151-1/+4
| | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* invalidate oauth2 tokens only for seen usersArtur Neumann2023-06-151-1/+1
| | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* move mocks into private variablesArtur Neumann2023-06-151-2/+8
| | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* adjust SettingsController testsArtur Neumann2023-06-151-15/+5
| | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* public interface to invalidate tokens of userArtur Neumann2023-06-151-9/+2
| | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* invalidate existing tokens when deleting an oauth clientArtur Neumann2023-06-152-6/+86
| | | | Signed-off-by: Artur Neumann <artur@jankaritech.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1512-126/+126
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-141-1/+1
|\ \ | | | | | | [stable25] Sharing: Do not show copy action when user doesn't have permissions
| * | 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-1412-43/+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-1411-43/+202
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | 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-1430-296/+364
| | | | | | | | | | | | 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 #38359 from nextcloud/backport/38294/stable25Arthur Schiwon2023-06-132-1/+4
|\ \ \ | | | | | | | | [stable25] Use aria-expanded correctly on toggle user actions
| * | | Use aria-expanded correctly on toggle user actionsfenn-cs2023-05-222-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1334-120/+158
| | | | | | | | | | | | | | | | 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-1226-302/+308
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1140-618/+788
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1020-22/+42
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0840-12/+62
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-078-170/+180
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #38576 from nextcloud/backport/38355/stable25Arthur Schiwon2023-06-056-19/+88
|\ \ \ \ \ | | | | | | | | | | | | [stable25] fix(trashbin): Truncate long filenames
| * | | | | fix(trashbin): Truncate long filenamesChristopher Ng2023-06-016-19/+88
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-058-6/+72
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-044-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0310-0/+46
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-06-012-0/+46
|/ / / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-014-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-3114-0/+50
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>