Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files_reminders): Delete reminders on node deleted | Christopher Ng | 2023-08-15 | 2 | -7/+8 |
* | fix(files_reminders): Always respect json output option | Christopher Ng | 2023-08-15 | 1 | -4/+5 |
* | fix(files_reminders): Allow non-admin | Christopher Ng | 2023-08-15 | 1 | -0/+4 |
* | enh: pass params in subject | Christopher Ng | 2023-08-10 | 2 | -14/+11 |
* | fix: remove non-existing reminder notification | Christopher Ng | 2023-08-10 | 1 | -1/+3 |
* | fix: load script | Christopher Ng | 2023-08-10 | 1 | -0/+9 |
* | enh: add clean up buffer | Christopher Ng | 2023-08-10 | 2 | -2/+7 |
* | feat(files_reminders): integrate load scripts | Christopher Ng | 2023-08-10 | 2 | -0/+47 |
* | enh: handle user deleted | Christopher Ng | 2023-08-08 | 3 | -0/+58 |
* | fix: set endpoint description | Christopher Ng | 2023-08-08 | 1 | -1/+1 |
* | fix: ignore non-existing | Christopher Ng | 2023-08-08 | 1 | -0/+6 |
* | enh: add json output to command | Christopher Ng | 2023-08-08 | 1 | -15/+40 |
* | fix: return null if table exists | Christopher Ng | 2023-08-08 | 1 | -0/+4 |
* | fix: remove unnecessary parsed subject | Christopher Ng | 2023-08-08 | 1 | -5/+0 |
* | enh: highlight filename | Christopher Ng | 2023-08-08 | 1 | -3/+1 |
* | fix: catch NodeNotFoundException in notifier | Christopher Ng | 2023-08-08 | 1 | -2/+5 |
* | fix: exit on reminder not found | Christopher Ng | 2023-08-08 | 2 | -1/+10 |
* | enh: handle node deleted | Christopher Ng | 2023-08-08 | 4 | -0/+73 |
* | fix: construct background jobs | Christopher Ng | 2023-08-08 | 2 | -2/+2 |
* | fix: remove throwable handling | Christopher Ng | 2023-08-08 | 2 | -13/+0 |
* | fix: return ocs data | Christopher Ng | 2023-08-08 | 1 | -18/+18 |
* | enh: does not exist return null | Christopher Ng | 2023-08-08 | 1 | -1/+4 |
* | enh: serialize path | Christopher Ng | 2023-08-08 | 1 | -2/+2 |
* | enh: comment interval | Christopher Ng | 2023-08-08 | 1 | -1/+1 |
* | enh: return created status code | Christopher Ng | 2023-08-08 | 2 | -2/+9 |
* | fix: create only if file exists | Christopher Ng | 2023-08-08 | 2 | -0/+11 |
* | feat(files_reminders): add remove endpoint | Christopher Ng | 2023-08-08 | 2 | -5/+29 |
* | fix: update find due query | Christopher Ng | 2023-08-08 | 1 | -3/+1 |
* | feat(files_reminders): create or update | Christopher Ng | 2023-08-08 | 3 | -15/+25 |
* | enh: add updated at | Christopher Ng | 2023-08-08 | 5 | -8/+18 |
* | fix: catch Throwable | Christopher Ng | 2023-08-08 | 1 | -3/+3 |
* | enh: rename to due date | Christopher Ng | 2023-08-08 | 9 | -34/+35 |
* | feat(files_reminders): add api controller | Christopher Ng | 2023-08-08 | 3 | -0/+143 |
* | enh: implement JsonSerializable | Christopher Ng | 2023-08-08 | 1 | -1/+13 |
* | enh: add created at | Christopher Ng | 2023-08-08 | 4 | -9/+18 |
* | enh: use datetime | Christopher Ng | 2023-08-08 | 4 | -8/+9 |
* | feat(files_reminders): add list command | Christopher Ng | 2023-08-08 | 6 | -27/+229 |
* | feat(files_reminders): add service and notifier | Christopher Ng | 2023-08-08 | 5 | -1/+310 |
* | feat(files_reminders): add background jobs | Christopher Ng | 2023-08-08 | 2 | -0/+112 |
* | feat(files_reminders): add Application | Christopher Ng | 2023-08-08 | 1 | -0/+48 |
* | feat: init files_reminders migration | Christopher Ng | 2023-08-08 | 3 | -0/+194 |