summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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 #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-032-3/+49
|\ \
| * | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-022-3/+49
| |/
* | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-033-2/+3
|\ \
| * | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-273-2/+3
* | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-023-3/+56
|\ \ \ | |_|/ |/| |
| * | Update version number in since and deprecated annotationsCôme Chilliet2023-04-272-3/+3
| * | Clear up return typesCôme Chilliet2023-04-272-3/+2
| * | Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-14/+1
| * | Split new method in a new group backend interfaceCarl Schwan2023-04-273-25/+55
| * | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-273-2/+39
| |/
* | 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 #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
* | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-2510-1/+329
|\ \
| * | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2510-1/+329
* | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runsCôme Chilliet2023-04-253-3/+86
|\ \ \ | |/ / |/| |
| * | Fix BackgroundJob testsMarcel Klehr2023-04-231-2/+4
| * | IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
| * | Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
| * | feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-232-0/+34
* | | feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-243-0/+133
|/ /
* | Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-196-0/+310
|\ \
| * | Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
| * | Context params: Make userId nullableMarcel Klehr2023-04-194-5/+5
| * | SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-194-5/+28
| * | Run cs:fixMarcel Klehr2023-04-182-2/+0
| * | Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+0
| * | Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| * | Update lib/public/SpeechToText/ISpeechToTextManager.phpMarcel Klehr2023-04-171-1/+1
| * | Transcription*Event: Add doc blockMarcel Klehr2023-04-172-0/+8
| * | AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-173-3/+16
| * | Add missing strict_types + author + copyrightMarcel Klehr2023-04-132-0/+48
| * | Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-133-28/+54
| * | ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-131-2/+5
| * | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-122-2/+3
| * | chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+0
| * | feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-114-0/+192
* | | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-6/+7
* | | fix: Allow to catch `IMapperException` by implementing `Throwable`Ferdinand Thiessen2023-04-171-1/+1
|/ /
* | Add type hints for mappersjld31032023-04-071-2/+1
* | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-055-10/+10
|\ \
| * | More type cleanup in View and FileInfoCôme Chilliet2023-04-032-2/+2
| * | Fix return type of methods returning false on errorCôme Chilliet2023-04-033-7/+7
| * | Improve typing for fopen/toTmpFileCôme Chilliet2023-04-031-1/+1
* | | Merge pull request #37278 from nextcloud/feature/document-talk-icon-url-defin...Joas Schilling2023-04-041-0/+7
|\ \ \
| * | | Fix the example URLVitor Mattos2023-03-201-1/+1