aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/src
Commit message (Collapse)AuthorAgeFilesLines
* fix: Vue app namesLouis Chemineau2024-10-091-5/+5
| | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-3/+4
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-5/+5
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-3013-247/+26
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Remove reminder action from trashChristopher Ng2024-05-143-5/+22
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files_reminders): Fix translationsChristopher Ng2024-03-083-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(files_reminders): Drop moment in favour of native js Date APIChristopher Ng2024-03-081-43/+63
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files_reminders): Add year to date string if not in the same yearChristopher Ng2024-03-081-3/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): Add reminder status indicatorChristopher Ng2024-03-084-48/+122
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(files_reminders): Allow clearing remindersChristopher Ng2024-02-144-5/+90
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(papercut): rerendered submenu actions for time sensitive actionsEduardo Morales2023-12-081-11/+37
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-085-15/+25
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-089-374/+505
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(CS): Use the naming pattern for the URL schemeJoas Schilling2023-08-181-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.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: 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>
* fix: eslintChristopher Ng2023-08-091-4/+4
| | | | 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): 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>
* feat(files_reminders): add reminder serviceChristopher Ng2023-08-091-0/+54
Signed-off-by: Christopher Ng <chrng8@gmail.com>