aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-292-0/+56
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-6/+9
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-232-0/+56
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-222-0/+54
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-202-0/+56
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-262-0/+56
* files_reminders: Add OpenAPI specjld31032023-08-222-0/+518
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-212-0/+56
* fix(CS): Use the naming pattern for the URL schemeJoas Schilling2023-08-182-6/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-182-0/+56
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-176-8/+120
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-168-0/+224
* Merge pull request #39876 from nextcloud/fix/files-remindersPytal2023-08-154-11/+17
|\
| * fix(files_reminders): Delete reminders on node deletedChristopher Ng2023-08-142-7/+8
| * fix(files_reminders): Always respect json output optionChristopher Ng2023-08-141-4/+5
| * fix(files_reminders): Allow non-adminChristopher Ng2023-08-141-0/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1514-0/+392
|/
* Add l10n for files_remindersChristopher Ng2023-08-111-0/+0
* enh(files_reminders): Adjust reminder optionsChristopher Ng2023-08-101-20/+19
* enh: set later today to 6pmChristopher Ng2023-08-092-13/+20
* enh: pass params in subjectChristopher Ng2023-08-092-14/+11
* enh: move to 8amChristopher Ng2023-08-091-5/+5
* enh: en dashChristopher Ng2023-08-091-5/+5
* feat: custom date & timeChristopher Ng2023-08-092-0/+63
* enh: remove iconsChristopher Ng2023-08-092-15/+3
* refactor: format optionsChristopher Ng2023-08-091-2/+2
* enh: use alarm iconChristopher Ng2023-08-092-5/+5
* fix: remove non-existing reminder notificationChristopher Ng2023-08-091-1/+3
* fix: load scriptChristopher Ng2023-08-091-0/+9
* fix: eslintChristopher Ng2023-08-091-4/+4
* enh: add clean up bufferChristopher Ng2023-08-092-2/+7
* feat(files_reminders): v1.0.0Christopher Ng2023-08-091-1/+1
* fix: composerChristopher Ng2023-08-091-6/+6
* enh: use vue-material-design-iconsChristopher Ng2023-08-091-19/+17
* fix: indent with tabsChristopher Ng2023-08-091-2/+2
* enh: shorten date string if same dayChristopher Ng2023-08-091-6/+13
* enh: rename to saturday sundayChristopher Ng2023-08-091-7/+7
* enh: later today 3 hours laterChristopher Ng2023-08-091-1/+1
* feat(files_reminders): add set reminder actionsChristopher Ng2023-08-091-0/+225
* feat(files_reminders): add verbose date string utilChristopher Ng2023-08-091-0/+15
* feat(files_reminders): mount set reminder actionsChristopher Ng2023-08-091-0/+102
* feat(files_reminders): add typesChristopher Ng2023-08-091-0/+27
* feat(files_reminders): add loggerChristopher Ng2023-08-091-0/+28
* feat(files_reminders): register file actionChristopher Ng2023-08-091-0/+5
* feat(files_reminders): add datetime utilsChristopher Ng2023-08-091-0/+112
* fix: frontend ocsChristopher Ng2023-08-091-3/+3
* fix: due date nullableChristopher Ng2023-08-091-5/+6
* feat(files_reminders): add reminder serviceChristopher Ng2023-08-091-0/+54
* feat(files_reminders): integrate load scriptsChristopher Ng2023-08-095-6/+55
* enh: handle user deletedChristopher Ng2023-08-036-2/+62