aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35121 from nextcloud/feat/dav-wrap-app-calendarsChristoph Wurst2023-04-2612-19/+758
|\
| * Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-2512-19/+758
* | 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 handlerJulius Härtl2023-04-253-4/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2634-2/+168
* | | Merge pull request #33161 from vincentdh/masterSimon L2023-04-261-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix: External storage - exception thrown for the handler whenSelectAuthMechanismVincent Handfield2023-04-171-2/+2
* | | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-2524-278/+1278
|\ \ \
| * | | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2524-278/+1278
* | | | Merge pull request #37818 from nextcloud/dav-ext-storage-logRobin Appelman2023-04-251-0/+18
|\ \ \ \
| * | | | debug log requests made by dav external storage/sharesRobin Appelman2023-04-241-0/+18
* | | | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runsCôme Chilliet2023-04-2511-13/+217
|\ \ \ \ \
| * | | | | JobListTest: Fix JobList constructor callMarcel Klehr2023-04-241-1/+3
| * | | | | JobList: add debug log when hasReservedJob query failsMarcel Klehr2023-04-241-1/+5
| * | | | | Update tests/lib/BackgroundJob/DummyJobList.phpMarcel Klehr2023-04-241-2/+2
| * | | | | Update autoloadersMarcel Klehr2023-04-232-0/+2
| * | | | | JobList#hasReservedJobs: Close cursorMarcel Klehr2023-04-231-1/+3
| * | | | | Run cs:FixMarcel Klehr2023-04-231-4/+4
| * | | | | Fix BackgroundJob testsMarcel Klehr2023-04-234-14/+26
| * | | | | IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
| * | | | | JobListTest: clearJobsList before testHasReservedJobsMarcel Klehr2023-04-231-0/+1
| * | | | | Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
| * | | | | Update lib/private/BackgroundJob/JobList.phpMarcel Klehr2023-04-231-1/+2
| * | | | | fix(tests): Remove duplicated methodMarcel Klehr2023-04-231-21/+0
| * | | | | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-235-5/+106
| * | | | | fix(SpeechToText): Prevent parallel runs of TranscriptionJobMarcel Klehr2023-04-231-0/+1
| * | | | | feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-233-0/+52
* | | | | | 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 filesJoas Schilling2023-04-212-3/+3
* | | | | | | Merge pull request #37909 from nextcloud/updateCrlArthur Schiwon2023-04-251-12/+13
|\ \ \ \ \ \ \
| * | | | | | | Update crl after revoke shifts.csrVitor Mattos2023-04-241-12/+13
* | | | | | | | 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 some me...Carl Schwan2023-04-243-2/+5
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2538-14/+292
* | | | | | | | | Merge pull request #37780 from nextcloud/enh/a11y-focus-dialogPytal2023-04-245-4/+25
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Trap focus in dialogsChristopher Ng2023-04-243-4/+23
| * | | | | | | | Add focus-trapChristopher Ng2023-04-242-0/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #37622 from nextcloud/group-list-numeric-useridRobin Appelman2023-04-241-2/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
* | | | | | | | 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 foundCôme Chilliet2023-02-201-1/+12
* | | | | | | | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-246-40/+54
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | fix type hintsRobin Appelman2023-04-044-8/+6
| * | | | | | | fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| * | | | | | | fix unencrypted_size for files when scanningRobin Appelman2023-04-042-1/+12
| * | | | | | | fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-042-6/+16
* | | | | | | | Merge pull request #37856 from march42/bugfix/ldap_profiledata_removedCôme Chilliet2023-04-241-12/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | code stylingMarc Hefter2023-04-241-5/+5
| * | | | | | | | Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
| * | | | | | | | removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18