| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #38016 from nextcloud/oracle-limit-workaround | Daniel | 2023-05-03 | 1 | -0/+1 |
|\ \ |
|
| * | | fix: add workaround for oci and limit queries | Daniel Kesselberg | 2023-05-02 | 1 | -0/+1 |
* | | | Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-api | Joas Schilling | 2023-05-03 | 2 | -3/+49 |
|\ \ \ |
|
| * | | | feat(translation): Return the detected language so clients can show more details | Joas Schilling | 2023-05-02 | 2 | -3/+49 |
| |/ / |
|
* | | | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-type | Arthur Schiwon | 2023-05-03 | 3 | -2/+3 |
|\ \ \ |
|
| * | | | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 3 | -2/+3 |
* | | | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam... | Côme Chilliet | 2023-05-02 | 3 | -3/+56 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Update version number in since and deprecated annotations | Côme Chilliet | 2023-04-27 | 2 | -3/+3 |
| * | | | Clear up return types | Côme Chilliet | 2023-04-27 | 2 | -3/+2 |
| * | | | Let OC\Group\Group handle the fallback and remove default implementation from... | Côme Chilliet | 2023-04-27 | 1 | -14/+1 |
| * | | | Split new method in a new group backend interface | Carl Schwan | 2023-04-27 | 3 | -25/+55 |
| * | | | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 3 | -2/+39 |
| |/ / |
|
* | | | fix(psalm): systemtags | John Molakvoæ | 2023-04-28 | 1 | -2/+2 |
* | | | fix: Empty fallback for template creator action label | Julius Härtl | 2023-04-27 | 1 | -1/+1 |
|/ / |
|
* | | Create new file/folder labels | Christopher Ng | 2023-04-27 | 1 | -1/+21 |
* | | Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-d... | Christoph Wurst | 2023-04-26 | 1 | -1/+1 |
|\ \ |
|
| * | | fix(ocp): Add deprecation version to ILogFactory::getCustomLogger | Christoph Wurst | 2023-03-30 | 1 | -1/+1 |
* | | | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem... | Joas Schilling | 2023-04-25 | 10 | -1/+329 |
|\ \ \ |
|
| * | | | feat(security): Add PHP \Attribute for remaining security annotations | Joas Schilling | 2023-04-25 | 10 | -1/+329 |
* | | | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runs | Côme Chilliet | 2023-04-25 | 3 | -3/+86 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix BackgroundJob tests | Marcel Klehr | 2023-04-23 | 1 | -2/+4 |
| * | | | IParallelAwareJob: Add missing boilerplate | Marcel Klehr | 2023-04-23 | 1 | -0/+27 |
| * | | | Add IParallelAwareJob interface | Marcel Klehr | 2023-04-23 | 2 | -2/+22 |
| * | | | feat(BackgroundJobs): Allow preventing parallel runs for a job class | Marcel Klehr | 2023-04-23 | 2 | -0/+34 |
* | | | | feat(ratelimit): Add Attributes support to rate limit middleware | Joas Schilling | 2023-04-24 | 3 | -0/+133 |
|/ / / |
|
* | | | Merge pull request #37674 from nextcloud/feature/speech-to-text | Joas Schilling | 2023-04-19 | 6 | -0/+310 |
|\ \ \ |
|
| * | | | Fix(docs): Fix parameter type in doc block | Joas Schilling | 2023-04-19 | 1 | -3/+3 |
| * | | | Context params: Make userId nullable | Marcel Klehr | 2023-04-19 | 4 | -5/+5 |
| * | | | SpeechToTextManager#scheduleFileTranscription: Take context params and expose... | Marcel Klehr | 2023-04-19 | 4 | -5/+28 |
| * | | | Run cs:fix | Marcel Klehr | 2023-04-18 | 2 | -2/+0 |
| * | | | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+0 |
| * | | | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+1 |
| * | | | Update lib/public/SpeechToText/ISpeechToTextManager.php | Marcel Klehr | 2023-04-17 | 1 | -1/+1 |
| * | | | Transcription*Event: Add doc block | Marcel Klehr | 2023-04-17 | 2 | -0/+8 |
| * | | | AbstractTranscriptionEvent: Add File param | Marcel Klehr | 2023-04-17 | 3 | -3/+16 |
| * | | | Add missing strict_types + author + copyright | Marcel Klehr | 2023-04-13 | 2 | -0/+48 |
| * | | | Split TranscriptionFinishedEvent into Successful and Failed events | Marcel Klehr | 2023-04-13 | 3 | -28/+54 |
| * | | | ISpeechToTextManager: Take File as input, drop $context | Marcel Klehr | 2023-04-13 | 1 | -2/+5 |
| * | | | ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path | Marcel Klehr | 2023-04-12 | 2 | -2/+3 |
| * | | | chore(coding style): Run cs:fix | Marcel Klehr | 2023-04-11 | 1 | -1/+0 |
| * | | | feat(SpeechToText): Add SpeechToText provider API | Marcel Klehr | 2023-04-11 | 4 | -0/+192 |
* | | | | feat(app-framework): Add native argument types for middleware | Christoph Wurst | 2023-04-18 | 1 | -6/+7 |
* | | | | fix: Allow to catch `IMapperException` by implementing `Throwable` | Ferdinand Thiessen | 2023-04-17 | 1 | -1/+1 |
|/ / / |
|
* | | | Add type hints for mappers | jld3103 | 2023-04-07 | 1 | -2/+1 |
* | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 5 | -10/+10 |
|\ \ \ |
|
| * | | | More type cleanup in View and FileInfo | Côme Chilliet | 2023-04-03 | 2 | -2/+2 |
| * | | | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 3 | -7/+7 |
| * | | | Improve typing for fopen/toTmpFile | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
* | | | | Merge pull request #37278 from nextcloud/feature/document-talk-icon-url-defin... | Joas Schilling | 2023-04-04 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Fix the example URL | Vitor Mattos | 2023-03-20 | 1 | -1/+1 |