aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-274-31/+87
* Merge pull request #37925 from nextcloud/feat-update-maintenance-mode-hintDaniel2023-04-261-7/+3
|\
| * fix: change maintenance mode info wordingDaniel Kesselberg2023-04-261-7/+3
* | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-254-27/+132
|\ \ | |/ |/|
| * feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-254-27/+132
* | 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-252-1/+28
|\ \ \
| * | | JobList: add debug log when hasReservedJob query failsMarcel Klehr2023-04-241-1/+5
| * | | JobList#hasReservedJobs: Close cursorMarcel Klehr2023-04-231-1/+3
| * | | Fix BackgroundJob testsMarcel Klehr2023-04-231-1/+2
| * | | Update lib/private/BackgroundJob/JobList.phpMarcel Klehr2023-04-231-1/+2
| * | | test(BackgroundJobs): Add tests for allowParallelRuns and hasReservedJobsMarcel Klehr2023-04-231-1/+1
| * | | fix(SpeechToText): Prevent parallel runs of TranscriptionJobMarcel Klehr2023-04-231-0/+1
| * | | feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-231-0/+18
* | | | Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-242-1/+4
| |_|/ |/| |
* | | 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
* | | | feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-241-41/+77
* | | | Merge pull request #37816 from nextcloud/fix/events/info-to-debug-log-legacy-...Christoph Wurst2023-04-242-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(events): Log deprecated events as debug, not infoChristoph Wurst2023-04-192-2/+2
* | | | Merge pull request #37820 from nextcloud/parent-storage-mtime-ignore-errorRobin Appelman2023-04-211-1/+13
|\ \ \ \
| * | | | ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-201-1/+13
| |/ / /
* | | / Read mtime of version.php only onceArthur Schiwon2023-04-211-3/+1
| |_|/ |/| |
* | | Merge pull request #37062 from nextcloud/free-spaceRobin Appelman2023-04-211-1/+1
|\ \ \
| * | | Add function_exists() checkGit'Fellow2023-03-071-1/+1
| * | | Fix free space problemsGit'Fellow2023-03-071-1/+1
* | | | Merge pull request #37596 from nextcloud/enh/type-iconfig-getter-callsRobin Appelman2023-04-2168-149/+147
|\ \ \ \
| * \ \ \ Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-2028-235/+559
| |\ \ \ \
| * | | | | Adapt tests to config value typingCôme Chilliet2023-04-052-4/+4
| * | | | | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-0568-146/+144
* | | | | | Fix TypeError in ProfilerCôme Chilliet2023-04-201-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-194-0/+254
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Context params: Make userId nullableMarcel Klehr2023-04-191-1/+1
| * | | | SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-192-2/+15
| * | | | TranscriptionJob: Add owner argument to simplify filesystem setupMarcel Klehr2023-04-192-53/+7
| * | | | TranscriptionJob: Ensure filesystem is setup before trying to retrieve fileMarcel Klehr2023-04-181-2/+54
| * | | | Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-181-2/+2
| * | | | Fix missing importJoas Schilling2023-04-181-1/+2
| * | | | SpeechToTextManager#transcribeFile: Try next provider if one failsMarcel Klehr2023-04-171-7/+9
| * | | | Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-171-3/+0
| * | | | SpeechToTextManager: Deduplicate transcription jobsMarcel Klehr2023-04-171-0/+3
| * | | | AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-171-0/+8
| * | | | Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-131-1/+1
| * | | | Add missing strict_types + author + copyrightMarcel Klehr2023-04-131-0/+24
| * | | | Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-132-13/+20
| * | | | ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-132-18/+14