summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* enh: use vue-material-design-iconsChristopher Ng2023-08-101-19/+17
* fix: indent with tabsChristopher Ng2023-08-101-2/+2
* enh: shorten date string if same dayChristopher Ng2023-08-101-6/+13
* enh: rename to saturday sundayChristopher Ng2023-08-101-7/+7
* enh: later today 3 hours laterChristopher Ng2023-08-101-1/+1
* feat(files_reminders): add set reminder actionsChristopher Ng2023-08-101-0/+225
* feat(files_reminders): add verbose date string utilChristopher Ng2023-08-101-0/+15
* fix: prevent sidebar from openingChristopher Ng2023-08-101-1/+3
* feat(files_reminders): mount set reminder actionsChristopher Ng2023-08-101-0/+102
* feat(files_reminders): add typesChristopher Ng2023-08-101-0/+27
* feat(files_reminders): add loggerChristopher Ng2023-08-101-0/+28
* fix: action icon colorChristopher Ng2023-08-105-6/+9
* 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
* feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-101-2/+42
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1056-8/+682
* feat: Use viewer to open and compare versionsLouis Chemineau2023-08-094-38/+147
* fix eslint issueJulien Veyssier2023-08-091-1/+1
* fix wrong NcSelect event in AI admin settingsJulien Veyssier2023-08-091-1/+1
* polish AI admin settings UIJulien Veyssier2023-08-091-4/+20
* 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
* 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: 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-091-1/+1
* AI admin settings: Add save mechanismMarcel Klehr2023-08-094-75/+39
* AI Admin settings: Implement mt settings, stt settings and tp settingsMarcel Klehr2023-08-091-26/+59
* First pass at ai admin settingsMarcel Klehr2023-08-097-0/+440
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0918-44/+206
* enh: handle user deletedChristopher Ng2023-08-086-2/+62
* fix: set endpoint descriptionChristopher Ng2023-08-081-1/+1
* fix: ignore non-existingChristopher Ng2023-08-081-0/+6
* enh: add json output to commandChristopher Ng2023-08-081-15/+40
* fix: return null if table existsChristopher Ng2023-08-081-0/+4
* fix: remove unnecessary parsed subjectChristopher Ng2023-08-081-5/+0
* enh: highlight filenameChristopher Ng2023-08-081-3/+1
* fix: catch NodeNotFoundException in notifierChristopher Ng2023-08-081-2/+5
* fix: exit on reminder not foundChristopher Ng2023-08-082-1/+10