summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-212-5/+5
* | add the server roots and version info hash to apcu prefixArthur Schiwon2023-04-211-1/+1
* | Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-212-0/+2
|\ \
| * | add command for getting fileinfo for debuggingRobin Appelman2023-04-172-0/+2
* | | 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-2169-153/+151
|\ \ \ \
| * \ \ \ Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-20196-431/+1128
| |\ \ \ \
| * | | | | 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-0569-150/+148
* | | | | | Fix TypeError in ProfilerCôme Chilliet2023-04-201-1/+1
| |/ / / / |/| | | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2010-0/+10
* | | | | Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-1912-0/+578
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(autoloader): RebuildJoas Schilling2023-04-192-2/+6
| * | | | Fix(docs): Fix parameter type in doc blockJoas Schilling2023-04-191-3/+3
| * | | | Context params: Make userId nullableMarcel Klehr2023-04-195-6/+6
| * | | | SpeechToTextManager#scheduleFileTranscription: Take context params and expose...Marcel Klehr2023-04-196-7/+43
| * | | | 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
| * | | | Run cs:fixMarcel Klehr2023-04-182-2/+0
| * | | | 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/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
| * | | | Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-171-3/+0
| * | | | SpeechToTextManager: Deduplicate transcription jobsMarcel Klehr2023-04-171-0/+3
| * | | | Transcription*Event: Add doc blockMarcel Klehr2023-04-172-0/+8
| * | | | AbstractTranscriptionEvent: Add File paramMarcel Klehr2023-04-174-3/+24
| * | | | Update lib/private/SpeechToText/SpeechToTextManager.phpMarcel Klehr2023-04-131-1/+1
| * | | | Add missing strict_types + author + copyrightMarcel Klehr2023-04-133-0/+72
| * | | | Split TranscriptionFinishedEvent into Successful and Failed eventsMarcel Klehr2023-04-135-41/+74
| * | | | ISpeechToTextManager: Take File as input, drop $contextMarcel Klehr2023-04-133-20/+19
| * | | | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of pathMarcel Klehr2023-04-123-6/+23
| * | | | chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+0
| * | | | chore(coding style): Run cs:fixMarcel Klehr2023-04-111-1/+2
| * | | | feat(SpeechToText): Add autoload changesMarcel Klehr2023-04-112-0/+10
| * | | | feat(SpeechToText): Add SpeechToText provider APIMarcel Klehr2023-04-118-0/+372
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-19156-178/+214
* | | | | Merge pull request #37582 from Jerome-Herbinet/patch-16Simon L2023-04-181-1/+1
|\ \ \ \ \
| * | | | | To be consistent with the list of usersJérôme Herbinet2023-04-181-1/+1
* | | | | | feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-6/+7
|/ / / / /
* | | | | Merge pull request #37772 from nextcloud/enh/30986/follow-upSimon L2023-04-181-0/+4
|\ \ \ \ \
| * | | | | fix php-lintSimon L2023-04-171-1/+0
| * | | | | Update lib/private/Preview/Bundled.phpClaus-Justus Heine2023-04-171-1/+1
| * | | | | Prevent the OpenDocument preview generator from trying to open empty files.Claus-Justus Heine2023-04-171-0/+5
| | |_|_|/ | |/| | |