aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
* | Merge pull request #38046 from nextcloud/bugfix/noid/abort-dav-requests-with-429Joas Schilling2023-05-041-2/+2
|\ \
| * | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-2/+2
* | | Merge pull request #38016 from nextcloud/oracle-limit-workaroundDaniel2023-05-031-0/+1
|\ \ \ | |/ / |/| |
| * | fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-021-0/+1
* | | 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-035-8/+65
|\ \ \ \ | |/ / / |/| | |
| * | | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-025-5/+54
| * | | 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-0310-13/+16
|\ \ \ \
| * | | | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-2710-13/+16
* | | | | 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-0210-60/+130
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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-274-5/+5
| * | | | | Clear up return typesCôme Chilliet2023-04-275-7/+6
| * | | | | Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-14/+1
| * | | | | Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-272-5/+7
| * | | | | Split new method in a new group backend interfaceCarl Schwan2023-04-279-90/+82
| * | | | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-277-33/+126
| | |/ / / | |/| | |
* | | | | 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-283-17/+21
|/ / / /
* | | | fix(psalm): systemtagsJohn Molakvoæ2023-04-281-2/+2
* | | | fix: Empty fallback for template creator action labelJulius Härtl2023-04-271-1/+1
|/ / /
* / / Create new file/folder labelsChristopher Ng2023-04-271-1/+21
|/ /
* | 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 #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-d...Christoph Wurst2023-04-261-1/+1
|\ \ \
| * | | fix(ocp): Add deprecation version to ILogFactory::getCustomLoggerChristoph Wurst2023-03-301-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-264-0/+4
* | | | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-2516-28/+477
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2516-28/+477
* | | | 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-257-4/+116
|\ \ \ \ \
| * | | | | JobList: add debug log when hasReservedJob query failsMarcel Klehr2023-04-241-1/+5
| * | | | | Update autoloadersMarcel Klehr2023-04-232-0/+2
| * | | | | JobList#hasReservedJobs: Close cursorMarcel Klehr2023-04-231-1/+3
| * | | | | Fix BackgroundJob testsMarcel Klehr2023-04-232-3/+6
| * | | | | IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
| * | | | | Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
| * | | | | 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-233-0/+52
* | | | | | Merge pull request #36378 from nextcloud/fix/improve-taint-analysisJoas Schilling2023-04-252-1/+4
|\ \ \ \ \ \