Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ignore errors while trying to update parent storage_mtime | Robin Appelman | 2023-04-20 | 1 | -1/+13 | |
| |/ / / / / | ||||||
* | | / / / | Read mtime of version.php only once | Arthur Schiwon | 2023-04-21 | 1 | -3/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #37062 from nextcloud/free-space | Robin Appelman | 2023-04-21 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add function_exists() check | Git'Fellow | 2023-03-07 | 1 | -1/+1 | |
| * | | | | | Fix free space problems | Git'Fellow | 2023-03-07 | 1 | -1/+1 | |
* | | | | | | Merge pull request #37596 from nextcloud/enh/type-iconfig-getter-calls | Robin Appelman | 2023-04-21 | 68 | -149/+147 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 28 | -235/+559 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 2 | -4/+4 | |
| * | | | | | | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 68 | -146/+144 | |
* | | | | | | | | Fix TypeError in Profiler | Côme Chilliet | 2023-04-20 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #37674 from nextcloud/feature/speech-to-text | Joas Schilling | 2023-04-19 | 4 | -0/+254 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Context params: Make userId nullable | Marcel Klehr | 2023-04-19 | 1 | -1/+1 | |
| * | | | | | | SpeechToTextManager#scheduleFileTranscription: Take context params and expose... | Marcel Klehr | 2023-04-19 | 2 | -2/+15 | |
| * | | | | | | TranscriptionJob: Add owner argument to simplify filesystem setup | Marcel Klehr | 2023-04-19 | 2 | -53/+7 | |
| * | | | | | | TranscriptionJob: Ensure filesystem is setup before trying to retrieve file | Marcel Klehr | 2023-04-18 | 1 | -2/+54 | |
| * | | | | | | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-18 | 1 | -2/+2 | |
| * | | | | | | Fix missing import | Joas Schilling | 2023-04-18 | 1 | -1/+2 | |
| * | | | | | | SpeechToTextManager#transcribeFile: Try next provider if one fails | Marcel Klehr | 2023-04-17 | 1 | -7/+9 | |
| * | | | | | | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -3/+0 | |
| * | | | | | | SpeechToTextManager: Deduplicate transcription jobs | Marcel Klehr | 2023-04-17 | 1 | -0/+3 | |
| * | | | | | | AbstractTranscriptionEvent: Add File param | Marcel Klehr | 2023-04-17 | 1 | -0/+8 | |
| * | | | | | | Update lib/private/SpeechToText/SpeechToTextManager.php | Marcel Klehr | 2023-04-13 | 1 | -1/+1 | |
| * | | | | | | Add missing strict_types + author + copyright | Marcel Klehr | 2023-04-13 | 1 | -0/+24 | |
| * | | | | | | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 2 | -13/+20 | |
| * | | | | | | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 2 | -18/+14 | |
| * | | | | | | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path | Marcel Klehr | 2023-04-12 | 1 | -4/+20 | |
| * | | | | | | chore(coding style): Run cs:fix | Marcel Klehr | 2023-04-11 | 1 | -1/+2 | |
| * | | | | | | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 4 | -0/+180 | |
* | | | | | | | To be consistent with the list of users | Jérôme Herbinet | 2023-04-18 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #37772 from nextcloud/enh/30986/follow-up | Simon L | 2023-04-18 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix php-lint | Simon L | 2023-04-17 | 1 | -1/+0 | |
| * | | | | | | | Update lib/private/Preview/Bundled.php | Claus-Justus Heine | 2023-04-17 | 1 | -1/+1 | |
| * | | | | | | | Prevent the OpenDocument preview generator from trying to open empty files. | Claus-Justus Heine | 2023-04-17 | 1 | -0/+5 | |
* | | | | | | | | Merge pull request #36617 from nextcloud/update/psr-container | Simon L | 2023-04-18 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 1 | -3/+3 | |
* | | | | | | | | | Merge pull request #37316 from nextcloud/fix/security/strict-cookie-check-sta... | Simon L | 2023-04-18 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix(security)!: Use consistent HTTP status for strict cookie checks | Christoph Wurst | 2023-04-17 | 1 | -0/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodes | Simon L | 2023-04-18 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix: Use proper path when creating node instances | Julius Härtl | 2023-04-17 | 1 | -1/+5 | |
* | | | | | | | | | | Merge pull request #37534 from Rsplwe/master | Simon L | 2023-04-18 | 1 | -7/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update lib/private/Files/ObjectStore/S3.php | Rsplwe | 2023-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | s3: get remaining truncation part | Rsplwe | 2023-04-01 | 1 | -7/+18 | |
| * | | | | | | | | | | Adjust the value of 'maxparts' to 1000 | Rsplwe | 2023-04-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #37676 from nextcloud/fix/auth/atomic-password-db-statements | Simon L | 2023-04-17 | 1 | -51/+55 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | fix(auth): Run token statements in atomic transaction | Christoph Wurst | 2023-04-12 | 1 | -51/+55 | |
* | | | | | | | | | | | Merge pull request #32314 from nextcloud/object-mkdir-logging | Simon L | 2023-04-17 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | additional logging when mkdir fails for object storage | Robin Appelman | 2023-04-05 | 1 | -0/+3 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #35129 from Glandos/previewperf2 | Simon L | 2023-04-17 | 1 | -93/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | try to make linters happy | Glandos | 2023-04-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | gather code from small and max preview | Glandos | 2023-04-17 | 1 | -90/+36 |