summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | feat(files_reminders): emit action menu openedChristopher Ng2023-08-101-1/+5
| * | | | | | feat(files_reminders): register file actionChristopher Ng2023-08-102-0/+21
| * | | | | | feat(files_reminders): add datetime utilsChristopher Ng2023-08-101-0/+112
| * | | | | | fix: frontend ocsChristopher Ng2023-08-101-3/+3
| * | | | | | fix: due date nullableChristopher Ng2023-08-101-5/+6
| * | | | | | feat(files_reminders): add reminder serviceChristopher Ng2023-08-101-0/+54
| * | | | | | feat(files_reminders): integrate load scriptsChristopher Ng2023-08-105-6/+55
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #39795 from nextcloud/backport/39780/stable27Simon L2023-08-101-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | log imaginary errors as info to not spam the server logsSimon L2023-08-101-2/+2
|/ / / / /
* | | | | Merge pull request #39784 from nextcloud/feat/caldav/linkify-location-in-emai...Christoph Wurst2023-08-101-2/+42
|\ \ \ \ \
| * | | | | feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-101-2/+42
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1064-10/+1060
* | | | | Merge pull request #39763 from nextcloud/backport/39171/stable27Julius Härtl2023-08-099-44/+175
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2023-08-095-6/+28
| * | | | | feat: Use viewer to open and compare versionsLouis Chemineau2023-08-094-38/+147
|/ / / / /
* | | | | Merge pull request #39776 from nextcloud/backport/39680/stable27Marcel Klehr2023-08-0979-55/+3089
|\ \ \ \ \
| * | | | | compile assetsJulien Veyssier2023-08-0917-20/+47
| * | | | | bump last version digitJulien Veyssier2023-08-091-1/+1
| * | | | | fix psalm issuesJulien Veyssier2023-08-091-10/+5
| * | | | | fix eslint issueJulien Veyssier2023-08-091-1/+1
| * | | | | fix psalm issueJulien Veyssier2023-08-091-1/+2
| * | | | | feat: Add delete task APIJulius Härtl2023-08-094-0/+51
| * | | | | change sql where order to match index orderJulien Veyssier2023-08-091-2/+2
| * | | | | allow anon text processing schedulingJulien Veyssier2023-08-099-36/+180
| * | | | | start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-095-1/+78
| * | | | | Fix TextProcessing test for 32bitMarcel Klehr2023-08-091-1/+1
| * | | | | fix: missing argument for TextProcessing ManagerDaniel Kesselberg2023-08-091-0/+7
| * | | | | fix composer autoload filesJulien Veyssier2023-08-092-0/+2
| * | | | | fix wrong NcSelect event in AI admin settingsJulien Veyssier2023-08-091-1/+1
| * | | | | polish AI admin settings UIJulien Veyssier2023-08-091-4/+20
| * | | | | use DB type constantsJulien Veyssier2023-08-091-1/+1
| * | | | | move long click handlers into methodsJulien Veyssier2023-08-091-3/+19
| * | | | | Admin AI settings: Use ContainerInterface instead of IServerContainerMarcel Klehr2023-08-091-2/+2
| * | | | | Admin AI settings: Improve a11y of machine translation precendenceMarcel Klehr2023-08-091-1/+12
| * | | | | Update apps/settings/src/components/AdminAI.vueMarcel Klehr2023-08-091-1/+1
| * | | | | Update apps/settings/src/components/AdminAI.vueMarcel Klehr2023-08-091-1/+1
| * | | | | Fix typoMarcel Klehr2023-08-091-1/+1
| * | | | | Migration: Drop llm_tasks table and add textprocessing_tasksMarcel Klehr2023-08-092-1/+112
| * | | | | AI admin settings: lint:fixMarcel Klehr2023-08-091-1/+1
| * | | | | AI admin settings: lint:fixMarcel Klehr2023-08-091-15/+17
| * | | | | AI admin settings: lint:fixMarcel Klehr2023-08-0915-30/+73
| * | | | | AI admin settings: cs:fixMarcel Klehr2023-08-091-1/+0
| * | | | | AI admin settings: strict_typesMarcel Klehr2023-08-092-0/+6
| * | | | | AI admin settings: Update composer autoloadersMarcel Klehr2023-08-092-0/+6
| * | | | | AI admin settings: Add a draggable icon in UI for translation provider preced...Marcel Klehr2023-08-091-2/+13
| * | | | | AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-094-6/+54
| * | | | | AI admin settings: Add save mechanismMarcel Klehr2023-08-094-75/+39
| * | | | | fix(TextProcessing): Inject L10N\IFactory instead of IL10NMarcel Klehr2023-08-094-9/+26
| * | | | | AI Admin settings: Implement mt settings, stt settings and tp settingsMarcel Klehr2023-08-091-26/+59
| * | | | | First pass at ai admin settingsMarcel Klehr2023-08-0911-0/+459