| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-24 | 1 | -3/+21 |
* | fix(userstatus): Fix docs of user status manager | Joas Schilling | 2024-05-08 | 2 | -2/+2 |
* | perf: Avoid updating the folder size if we know the size difference | Julius Härtl | 2024-04-09 | 1 | -1/+1 |
* | fix(IUrlGenerator): Add `throws` documentation for `imagePath` function | Ferdinand Thiessen | 2024-03-04 | 1 | -0/+1 |
* | restore shared lock ttl when releasing | Robin Appelman | 2024-01-02 | 1 | -1/+18 |
* | fix(TextProcessing): Make task type template param covariant | Marcel Klehr | 2023-12-04 | 2 | -9/+7 |
* | optimize UserMountCache::registerStorage | Robin Appelman | 2023-11-16 | 1 | -0/+8 |
* | fix: Extend docblock of hasReservedJob | Marcel Klehr | 2023-11-09 | 1 | -1/+2 |
* | Merge pull request #41215 from nextcloud/backport/41214/stable27 | Joas Schilling | 2023-11-08 | 1 | -0/+7 |
|\ |
|
| * | Adjust since version | Joas Schilling | 2023-11-08 | 1 | -1/+1 |
| * | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -0/+7 |
* | | Merge pull request #41150 from nextcloud/backport/40885/stable27 | Joas Schilling | 2023-11-06 | 2 | -25/+52 |
|\ \
| |/
|/| |
|
| * | fix(OCM): Make the public API only rely on OCP | Joas Schilling | 2023-10-27 | 2 | -25/+52 |
* | | Fix version number in ITimeFactory after it was delayed | Joas Schilling | 2023-10-16 | 1 | -1/+1 |
|/ |
|
* | Fix Dashboard IManager getWidgets return annotation | jld3103 | 2023-10-05 | 1 | -1/+1 |
* | ocm services | Maxence Lange | 2023-09-22 | 5 | -0/+358 |
* | Merge pull request #40286 from nextcloud/backport/40233/stable27 | Arthur Schiwon | 2023-09-07 | 1 | -0/+33 |
|\ |
|
| * | Detect aborted connection in OC\Files\View and stop writing data to the outpu... | Benjamin Gaussorgues | 2023-09-06 | 1 | -0/+33 |
* | | more share permission logic to storage wrapper | Robin Appelman | 2023-09-04 | 1 | -0/+8 |
|/ |
|
* | fix(utility): De- deprecate getDateTime as now() only returns immutable objects | Anna Larch | 2023-08-28 | 1 | -2/+0 |
* | fix: Make bypass function public API | Joas Schilling | 2023-08-23 | 1 | -0/+10 |
* | feat(security): Add a bruteforce protection backend base on memcache | Joas Schilling | 2023-08-23 | 1 | -1/+18 |
* | feat(dashboard): implement widget item api v2 | Richard Steinmetz | 2023-08-22 | 4 | -3/+206 |
* | feat: Add delete task API | Julius Härtl | 2023-08-09 | 1 | -0/+8 |
* | allow anon text processing scheduling | Julien Veyssier | 2023-08-09 | 2 | -2/+13 |
* | start implementing ocs endpoint to get task list from user+appId+identifier | Julien Veyssier | 2023-08-09 | 1 | -0/+8 |
* | AI admin settings: cs:fix | Marcel Klehr | 2023-08-09 | 1 | -1/+0 |
* | fix(TextProcessing): Inject L10N\IFactory instead of IL10N | Marcel Klehr | 2023-08-09 | 4 | -9/+26 |
* | First pass at ai admin settings | Marcel Klehr | 2023-08-09 | 3 | -0/+18 |
* | Remove Task::factory method | Marcel Klehr | 2023-08-09 | 1 | -17/+0 |
* | Fix psalm errors | Marcel Klehr | 2023-08-09 | 5 | -0/+9 |
* | cs:fix | Marcel Klehr | 2023-08-09 | 1 | -2/+0 |
* | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -7/+0 |
* | Fix psalm errors | Marcel Klehr | 2023-08-09 | 1 | -6/+9 |
* | Fix psalm errors | Marcel Klehr | 2023-08-09 | 1 | -1/+0 |
* | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-08-09 | 19 | -535/+353 |
* | Since 27.1.0 | Marcel Klehr | 2023-08-09 | 16 | -81/+81 |
* | LLM OCP API: Improve scheduleTask docblock | Marcel Klehr | 2023-08-09 | 1 | -1/+2 |
* | LLM OCP API: Avoid using OC in OCP | Marcel Klehr | 2023-08-09 | 1 | -16/+0 |
* | OCP\Common\NotFoundException: Add param type | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/ | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | Update lib/public/LanguageModel/Events/TaskFailedEvent.php | Marcel Klehr | 2023-08-09 | 1 | -2/+4 |
* | Update lib/public/LanguageModel/ILanguageModelProvider.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 |
* | LLM OCP API: Fix psam errors | Marcel Klehr | 2023-08-09 | 1 | -2/+6 |
* | LLM OCP API: Fix psalm error | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | LLM OCP API: Add identifier param | Marcel Klehr | 2023-08-09 | 2 | -3/+21 |
* | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -2/+2 |
* | Make tests pass | Marcel Klehr | 2023-08-09 | 1 | -4/+5 |
* | ILanguageModelTask: Use php type checking along with psalm parameterized types | Marcel Klehr | 2023-08-09 | 5 | -12/+14 |
* | ILanguageModelManager: Add docblock description | Marcel Klehr | 2023-08-09 | 1 | -0/+2 |