aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-182-2/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-172-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-292-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-6/+9
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-232-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-222-0/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-202-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-262-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* files_reminders: Add OpenAPI specjld31032023-08-222-0/+518
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-212-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(CS): Use the naming pattern for the URL schemeJoas Schilling2023-08-182-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-182-0/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-176-8/+120
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-168-0/+224
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files_reminders): Always respect json output optionChristopher Ng2023-08-141-4/+5
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(files_reminders): Allow non-adminChristopher Ng2023-08-141-0/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1514-0/+392
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add l10n for files_remindersChristopher Ng2023-08-111-0/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(files_reminders): Adjust reminder optionsChristopher Ng2023-08-101-20/+19
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: set later today to 6pmChristopher Ng2023-08-092-13/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: pass params in subjectChristopher Ng2023-08-092-14/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: move to 8amChristopher Ng2023-08-091-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: en dashChristopher Ng2023-08-091-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: custom date & timeChristopher Ng2023-08-092-0/+63
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: remove iconsChristopher Ng2023-08-092-15/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: format optionsChristopher Ng2023-08-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: use alarm iconChristopher Ng2023-08-092-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: remove non-existing reminder notificationChristopher Ng2023-08-091-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: load scriptChristopher Ng2023-08-091-0/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: eslintChristopher Ng2023-08-091-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: add clean up bufferChristopher Ng2023-08-092-2/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): v1.0.0Christopher Ng2023-08-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: composerChristopher Ng2023-08-091-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: use vue-material-design-iconsChristopher Ng2023-08-091-19/+17
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: indent with tabsChristopher Ng2023-08-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: shorten date string if same dayChristopher Ng2023-08-091-6/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: rename to saturday sundayChristopher Ng2023-08-091-7/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: later today 3 hours laterChristopher Ng2023-08-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add set reminder actionsChristopher Ng2023-08-091-0/+225
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add verbose date string utilChristopher Ng2023-08-091-0/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): mount set reminder actionsChristopher Ng2023-08-091-0/+102
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add typesChristopher Ng2023-08-091-0/+27
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add loggerChristopher Ng2023-08-091-0/+28
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): register file actionChristopher Ng2023-08-091-0/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add datetime utilsChristopher Ng2023-08-091-0/+112
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: frontend ocsChristopher Ng2023-08-091-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: due date nullableChristopher Ng2023-08-091-5/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>