aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/Model
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* enh: serialize pathChristopher Ng2023-08-031-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: add updated atChristopher Ng2023-08-031-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: rename to due dateChristopher Ng2023-08-031-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: implement JsonSerializableChristopher Ng2023-08-031-1/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add list commandChristopher Ng2023-08-031-0/+62
Signed-off-by: Christopher Ng <chrng8@gmail.com>