summaryrefslogtreecommitdiffstats
path: root/apps/files_reminders
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-172-0/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-122-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-112-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1014-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0942-210/+292
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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(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>
* 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-192-6/+6
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> (cherry picked from commit bf2a9aa46d886d9032f1c6f2e95e44aa97f30525)
* 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>
* fix(files_reminders): Delete reminders on node deletedChristopher Ng2023-08-152-7/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files_reminders): Always respect json output optionChristopher Ng2023-08-151-4/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files_reminders): Allow non-adminChristopher Ng2023-08-151-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-141-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> (cherry picked from commit 9d93588a5d757fb34cd851e0d140a8f8883120dc)
* enh: set later today to 6pmChristopher Ng2023-08-102-13/+20
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 9d43583b473d72aad1ce0912ec8c42204f99db89)
* enh: pass params in subjectChristopher Ng2023-08-102-14/+11
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 86db2d7f15f8507e9c563507491b7dba3c63e932)
* enh: move to 8amChristopher Ng2023-08-101-5/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit ffd68a80fc5f44b7fa7b4a40a929d8bebb9d2bd3)
* enh: en dashChristopher Ng2023-08-101-5/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit ce3119ef078e9685b3a1b6a3148cfe473b01bebd)
* feat: custom date & timeChristopher Ng2023-08-102-0/+63
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 597abe0a1eefc4e985de4c4b0c58aa87d7249aff)
* enh: remove iconsChristopher Ng2023-08-102-15/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit d086fe38cc118aaafe5d12742eaff7802926e3f5)
* refactor: format optionsChristopher Ng2023-08-101-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit dbe8ba2b1da86ff4dbc43b4fa374730b23de2f33)
* enh: use alarm iconChristopher Ng2023-08-102-5/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 893da9c395a5187131f35ca806de70a6d647f187)
* fix: remove non-existing reminder notificationChristopher Ng2023-08-101-1/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 0b15feec7ff5e89acee3d918a38e32387fe2f1ce)
* fix: load scriptChristopher Ng2023-08-101-0/+9
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 89692cf8a1dac636302b7918580960f6a8a1d690)
* fix: eslintChristopher Ng2023-08-101-4/+4
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 683041cdb826b7b4b79bfb28e400efdd459a6b0b)
* enh: add clean up bufferChristopher Ng2023-08-102-2/+7
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 18fb955a41ecd8e44849c25c9bc43e4aa9d2b8a4)
* feat(files_reminders): v1.0.0Christopher Ng2023-08-101-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 7af30fcf873ef1e4d361285a692565a947dc1234)
* fix: composerChristopher Ng2023-08-101-6/+6
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 7a4c200db33b809a8be47649732457a669ccb15c)
* enh: use vue-material-design-iconsChristopher Ng2023-08-101-19/+17
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit d1367ec7798f4031c767b917e4388bbff1fe364a)
* fix: indent with tabsChristopher Ng2023-08-101-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 41856fb8ca3451d51ce0d60b9807db0d1ad1105d)
* enh: shorten date string if same dayChristopher Ng2023-08-101-6/+13
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 440959a014f4645d1d0154662d184eaea4bf014e)
* enh: rename to saturday sundayChristopher Ng2023-08-101-7/+7
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit c2dfc42899eaa8110e533ba9e09ea7b0fe5308aa)
* enh: later today 3 hours laterChristopher Ng2023-08-101-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 07c0f7e25b011502fa5d5cac24ff6c18084ae2c7)
* feat(files_reminders): add set reminder actionsChristopher Ng2023-08-101-0/+225
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 5e4881b90c37d676f904b49c585f74fe58ad93bd)
* feat(files_reminders): add verbose date string utilChristopher Ng2023-08-101-0/+15
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 419bea67ddc941a28ac9eace93b9566ff9239dc0)
* feat(files_reminders): mount set reminder actionsChristopher Ng2023-08-101-0/+102
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 10b0d6737eeb60bbb3ccd144a010b01dcba19607)
* feat(files_reminders): add typesChristopher Ng2023-08-101-0/+27
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit fdfdb2ac3b7cdf738998fe9dfaa18e2b3c3d8fb9)
* feat(files_reminders): add loggerChristopher Ng2023-08-101-0/+28
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 5ca3770fb0e252e4ca9ec12c221202da9b666ad6)
* feat(files_reminders): register file actionChristopher Ng2023-08-101-0/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit d6bf9e3c10846d403468e70b39ef34af61458094)
* feat(files_reminders): add datetime utilsChristopher Ng2023-08-101-0/+112
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit e97206bb0605f66842d51b7cb707e38c35fa3f61)