summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37148 from nextcloud/enh/noid/increase-imaginary-timeoutsSimon L2023-05-041-0/+2
|\
| * increase imaginary timeouts as for big files the processing could take very longSimon L2023-03-091-0/+2
* | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-2/+2
* | Merge pull request #37937 from nextcloud/artonge/feat/remove_non_existing_jobsArthur Schiwon2023-05-031-1/+2
|\ \
| * | Remove job from oc_jobs when the file is not findableLouis Chemineau2023-05-031-1/+2
* | | Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-031-5/+14
|\ \ \ | |/ / |/| |
| * | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-021-2/+3
| * | fix(translation): Detect the language first and then ask all providers for tr...Joas Schilling2023-05-021-3/+11
* | | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-037-11/+13
|\ \ \
| * | | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-277-11/+13
* | | | Merge pull request #33106 from nextcloud/feature/update-expire-dateArthur Schiwon2023-05-031-1/+2
|\ \ \ \
| * | | | Update expire_date column of table commentsVitor Mattos2023-04-261-1/+2
| |/ / /
* | | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-025-57/+72
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-021-10/+7
| * | | Update version number in since and deprecated annotationsCôme Chilliet2023-04-272-2/+2
| * | | Clear up return typesCôme Chilliet2023-04-273-4/+4
| * | | Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-272-5/+7
| * | | Split new method in a new group backend interfaceCarl Schwan2023-04-274-65/+25
| * | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-274-31/+87
| |/ /
* | | Merge pull request #38014 from nextcloud/norm-logicSimon L2023-05-021-13/+13
|\ \ \
| * | | Normalize logical operatorsGit'Fellow2023-05-021-13/+13
| |/ /
* / / allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-281-17/+19
|/ /
* | 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