summaryrefslogtreecommitdiffstats
path: root/apps/files_reminders
Commit message (Expand)AuthorAgeFilesLines
...
* fix: frontend ocsChristopher Ng2023-08-101-3/+3
* fix: due date nullableChristopher Ng2023-08-101-5/+6
* feat(files_reminders): add reminder serviceChristopher Ng2023-08-101-0/+54
* feat(files_reminders): integrate load scriptsChristopher Ng2023-08-105-6/+55
* enh: handle user deletedChristopher Ng2023-08-086-2/+62
* fix: set endpoint descriptionChristopher Ng2023-08-081-1/+1
* fix: ignore non-existingChristopher Ng2023-08-081-0/+6
* enh: add json output to commandChristopher Ng2023-08-081-15/+40
* fix: return null if table existsChristopher Ng2023-08-081-0/+4
* fix: remove unnecessary parsed subjectChristopher Ng2023-08-081-5/+0
* enh: highlight filenameChristopher Ng2023-08-081-3/+1
* fix: catch NodeNotFoundException in notifierChristopher Ng2023-08-081-2/+5
* fix: exit on reminder not foundChristopher Ng2023-08-082-1/+10
* enh: handle node deletedChristopher Ng2023-08-087-6/+81
* fix: construct background jobsChristopher Ng2023-08-082-2/+2
* fix: remove throwable handlingChristopher Ng2023-08-082-13/+0
* fix: return ocs dataChristopher Ng2023-08-081-18/+18
* enh: does not exist return nullChristopher Ng2023-08-081-1/+4
* enh: serialize pathChristopher Ng2023-08-081-2/+2
* enh: comment intervalChristopher Ng2023-08-081-1/+1
* enh: return created status codeChristopher Ng2023-08-082-2/+9
* fix: create only if file existsChristopher Ng2023-08-082-0/+11
* feat(files_reminders): add remove endpointChristopher Ng2023-08-083-5/+30
* fix: update find due queryChristopher Ng2023-08-081-3/+1
* feat(files_reminders): create or updateChristopher Ng2023-08-084-17/+27
* enh: add updated atChristopher Ng2023-08-085-8/+18
* fix: catch ThrowableChristopher Ng2023-08-081-3/+3
* enh: rename to due dateChristopher Ng2023-08-089-34/+35
* fix: add composer autoloadChristopher Ng2023-08-0813-0/+1171
* feat(files_reminders): add api controllerChristopher Ng2023-08-084-0/+179
* enh: implement JsonSerializableChristopher Ng2023-08-081-1/+13
* enh: add created atChristopher Ng2023-08-084-9/+18
* enh: use datetimeChristopher Ng2023-08-084-8/+9
* feat(files_reminders): add list commandChristopher Ng2023-08-086-27/+229
* feat(files_reminders): add service and notifierChristopher Ng2023-08-085-1/+310
* feat(files_reminders): add background jobsChristopher Ng2023-08-082-0/+112
* feat(files_reminders): add info xmlChristopher Ng2023-08-081-0/+32
* feat(files_reminders): add ApplicationChristopher Ng2023-08-081-0/+48
* feat: init files_reminders migrationChristopher Ng2023-08-083-0/+194