Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 1 | -19/+2 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+2 |
* | enh: pass params in subject | Christopher Ng | 2023-08-09 | 1 | -1/+3 |
* | enh: add clean up buffer | Christopher Ng | 2023-08-09 | 1 | -1/+4 |
* | enh: handle user deleted | Christopher Ng | 2023-08-03 | 1 | -0/+7 |
* | fix: exit on reminder not found | Christopher Ng | 2023-08-03 | 1 | -0/+3 |
* | enh: handle node deleted | Christopher Ng | 2023-08-03 | 1 | -0/+8 |
* | enh: return created status code | Christopher Ng | 2023-08-03 | 1 | -1/+5 |
* | fix: create only if file exists | Christopher Ng | 2023-08-03 | 1 | -0/+8 |
* | feat(files_reminders): add remove endpoint | Christopher Ng | 2023-08-03 | 1 | -0/+8 |
* | feat(files_reminders): create or update | Christopher Ng | 2023-08-03 | 1 | -7/+17 |
* | fix: catch Throwable | Christopher Ng | 2023-08-03 | 1 | -3/+3 |
* | enh: rename to due date | Christopher Ng | 2023-08-03 | 1 | -4/+4 |
* | feat(files_reminders): add api controller | Christopher Ng | 2023-08-03 | 1 | -0/+18 |
* | enh: use datetime | Christopher Ng | 2023-08-03 | 1 | -1/+1 |
* | feat(files_reminders): add list command | Christopher Ng | 2023-08-03 | 1 | -1/+23 |
* | feat(files_reminders): add service and notifier | Christopher Ng | 2023-08-03 | 1 | -0/+87 |