aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* enh(a11y): New user modalChristopher Ng2023-06-215-366/+531
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(jest): replace mock with jest.spyOnJohn Molakvoæ2023-06-212-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: add open folder action testingJohn Molakvoæ2023-06-212-6/+173
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: add download action testingJohn Molakvoæ2023-06-212-0/+267
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: add delete action testingJohn Molakvoæ2023-06-212-2/+188
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: add sidebar action testingJohn Molakvoæ2023-06-213-10/+168
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: delete action importJohn Molakvoæ2023-06-211-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2114-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38639 from ↵Simon L2023-06-204-6/+135
|\ | | | | | | | | charno/bugfix/36644-pruneOutdatedSyncTokens-deletes-all-entries Bugfix/36644 pruneOutdatedSyncTokens deletes all entries
| * Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-122-4/+22
| | | | | | | | | | | | | | pruneOutdatedSyncTokens accidentally deletes all entries of the calendarchanges table instead of leaving $limit elements in the table Signed-off-by: Christof Arnosti <charno@charno.ch>
| * Issue #36644: Test casesChristof Arnosti2023-06-052-2/+113
| | | | | | | | Signed-off-by: Christof Arnosti <charno@charno.ch>
* | Cleanup comments codeCarl Schwan2023-06-2015-181/+64
| | | | | | | | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-20180-490/+978
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38888 from ↵Simon L2023-06-201-8/+4
|\ \ | | | | | | | | | | | | nextcloud/artonge/fix/dont_disable_action_during_save Don't disable actions when saving share permissions
| * | Don't disable actions when saving share permissionsLouis Chemineau2023-06-191-8/+4
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #38773 from nextcloud/fix/noid/protect-oauth2-api-controllerJulien Veyssier2023-06-192-5/+23
|\ \ \ | |/ / |/| | Add bruteforce protection in OauthApiController
| * | add bruteforce protection in OauthApiControllerJulien Veyssier2023-06-192-5/+23
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #38868 from nextcloud/enh/noid/fix-mail-confusionSimon L2023-06-191-8/+10
|\ \ \ | | | | | | | | fix confusion around mail settings and improve layout a bit
| * | | fix confusion around mail settingsSimon L2023-06-171-8/+10
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #38878 from nextcloud/cleanup/controller-service-aliasesKate2023-06-1911-23/+15
|\ \ \ \ | |_|/ / |/| | | Cleanup controller service aliases
| * | | workflowengine: Stop using a service alias for controllerjld31032023-06-195-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | comments: Stop using a service alias for controllerjld31032023-06-196-17/+11
| | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Compile JS assetsJonas2023-06-192-2/+2
|/ / / | | | | | | | | | Signed-off-by: Jonas <jonas@freesources.org>
* | | 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>
* | Merge pull request #38823 from nextcloud/enh/noid/fix-iconsSimon L2023-06-161-4/+6
|\ \ | | | | | | 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>
* | | Merge pull request #38793 from Jenandra/fix-subadminsgroups-css-nameLouis2023-06-162-3/+5
|\ \ \ | | | | | | | | align subadmins css class name
| * | | duplicate css for subadmins to allow for both class names being usedSilke Suck2023-06-152-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Silke Suck <silke.suck@adacor.com>
| * | | align subadmins css class name with actually used class name subAdminsGroups ↵Silke Suck2023-06-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | to fix display issue when users are in many groups Signed-off-by: Silke Suck <silke.suck@adacor.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1618-96/+128
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix files API route namesjld31032023-06-151-15/+15
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1512-126/+126
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add extra migration that sets the secret column length in case the previous ↵Julien Veyssier2023-06-144-1/+59
| | | | | | | | | | | | step has run when it was setting it to 256 Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | make oauth2 client secret column largerJulien Veyssier2023-06-141-1/+1
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | add test that inserts a long oauth client secretJulien Veyssier2023-06-141-0/+10
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Specify the parameters of FederatedFileSharing controllersJoas Schilling2023-06-142-57/+48
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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>
* | Enable version features again with S3 versioningBenjamin Somers2023-06-131-3/+3
| | | | | | | | Signed-off-by: Benjamin Somers <bsomers@resel.fr>
* | Merge pull request #38777 from ↵Christoph Wurst2023-06-131-1/+1
|\ \ | | | | | | | | | | | | nextcloud/fix/carddav/system-address-book-nullable-groupmanager fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
| * | fix(carddav): Make SystemAddressBook::__construct $groupManager argument ↵Christoph Wurst2023-06-121-1/+1
| | | | | | | | | | | | | | | | | | nullable Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-1334-120/+158
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-getSimon L2023-06-123-6/+9
|\ \ | | | | | | fix(caching): Avoid checking existence before fetching
| * | fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-123-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38619 from ↵Simon L2023-06-125-9/+9
|\ \ \ | |/ / |/| | | | | | | | fsamapoor/replace_strpos_calls_in_files_external_app Refactors "strpos" calls in /apps/files_external
| * | Update apps/files_external/lib/Lib/Storage/SMB.phpFaraz Samapoor2023-06-051-3/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-025-9/+11
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | Merge pull request #38543 from fsamapoor/use_null_coalescing_operatorSimon L2023-06-121-4/+4
|\ \ \ | | | | | | | | Uses "Null Coalescing Operator" to improve code readability.