aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #37904 from nextcloud/bugfix/noid/file-widget-clickSimon L2023-04-263-4/+4
|\ | | | | fix: Use proper link for navigating to files on click handler
| * fix: Use proper link for navigating to files on click handlerJulius Härtl2023-04-253-4/+4
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2634-2/+168
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33161 from vincentdh/masterSimon L2023-04-261-2/+2
|\ \ | | | | | | Fix: External storage - exception for the handler whenSelectAuthMechanism
| * | Fix: External storage - exception thrown for the handler whenSelectAuthMechanismVincent Handfield2023-04-171-2/+2
| | | | | | | | | | | | Signed-off-by: Vincent Handfield <vincent@accestech.com>
* | | Merge pull request #37905 from ↵Joas Schilling2023-04-2524-278/+1278
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/add-attributes-for-remaining-security-annotations feat(security): Add PHP \Attribute for remaining security annotations
| * | | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2524-278/+1278
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #37818 from nextcloud/dav-ext-storage-logRobin Appelman2023-04-251-0/+18
|\ \ \ \ | | | | | | | | | | debug log requests made by dav external storage/shares
| * | | | debug log requests made by dav external storage/sharesRobin Appelman2023-04-241-0/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runsCôme Chilliet2023-04-2511-13/+217
|\ \ \ \ \ | | | | | | | | | | | | feat(BackgroundJobs): Allow preventing parallel runs for a job class
| * | | | | JobListTest: Fix JobList constructor callMarcel Klehr2023-04-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | JobList: add debug log when hasReservedJob query failsMarcel Klehr2023-04-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update tests/lib/BackgroundJob/DummyJobList.phpMarcel Klehr2023-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update autoloadersMarcel Klehr2023-04-232-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | JobList#hasReservedJobs: Close cursorMarcel Klehr2023-04-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so Joas doesn't die Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Run cs:FixMarcel Klehr2023-04-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Fix BackgroundJob testsMarcel Klehr2023-04-234-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | JobListTest: clearJobsList before testHasReservedJobsMarcel Klehr2023-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | Update lib/private/BackgroundJob/JobList.phpMarcel Klehr2023-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(tests): Remove duplicated methodMarcel Klehr2023-04-231-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-235-5/+106
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(SpeechToText): Prevent parallel runs of TranscriptionJobMarcel Klehr2023-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-233-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Merge pull request #37868 from nextcloud/bugfix/noid/fix-phpunit-version-checkJoas Schilling2023-04-252-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(autotest): Fix PHPUNIT version check in autotest files
| * | | | | | fix(autotest): Fix PHPUNIT version check in autotest filesJoas Schilling2023-04-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #37909 from nextcloud/updateCrlArthur Schiwon2023-04-251-12/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update crl after revoke shifts.csr
| * | | | | | | Update crl after revoke shifts.csrVitor Mattos2023-04-241-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | | | | Merge pull request #36378 from nextcloud/fix/improve-taint-analysisJoas Schilling2023-04-253-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add missing taint analysis docblock comments, and improve escaping in…
| * | | | | | | | Add missing taint analysis docblock comments, and improve escaping in some ↵Carl Schwan2023-04-243-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2538-14/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #37780 from nextcloud/enh/a11y-focus-dialogPytal2023-04-245-4/+25
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Trap focus in dialogsChristopher Ng2023-04-243-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | Add focus-trapChristopher Ng2023-04-242-0/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #37622 from nextcloud/group-list-numeric-useridRobin Appelman2023-04-241-2/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | fix output for group:list command with numeric user ids
| * | | | | | | fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-getDaniel2023-04-241-1/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Properly test and log when a group is not found
| * | | | | | | Properly test and log when a group is not foundCôme Chilliet2023-02-201-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid an error about passing null instead of IGroup to the event constructor, instead skip the failed group and log the problem. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-246-40/+54
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | fix unencrypted_size for folders when scanning the filesystem with encryption enabled
| * | | | | | | fix type hintsRobin Appelman2023-04-044-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix unencrypted_size for files when scanningRobin Appelman2023-04-042-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | fix unencrypted_size for folders when scanning the filesystem with ↵Robin Appelman2023-04-042-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encryption enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #37856 from march42/bugfix/ldap_profiledata_removedCôme Chilliet2023-04-241-12/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | removed profile data from LDAP will get removed
| * | | | | | | | code stylingMarc Hefter2023-04-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@march42.net>
| * | | | | | | | Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@march42.net>
| * | | | | | | | removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If attribute mapping is configured and no value present in LDAP, the according profile field is emptied. Removing an attribute e.g. phone from LDAP will cause the phone number being removed from profile. Signed-off-by: Marc Hefter <marchefter@gmail.com>
* | | | | | | | | Merge pull request #37864 from nextcloud/feat/noid/ratelimit-with-attributesJoas Schilling2023-04-247-144/+386
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | feat(ratelimit): Add Attributes support to rate limit middleware
| * | | | | | | | | feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-247-144/+386
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>