| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -3/+3 |
* | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -1/+1 |
* | feat(AppFramework): Add full support for date / time / datetime columns | Ferdinand Thiessen | 2024-10-17 | 1 | -1/+1 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+1 |
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -8/+5 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 18 | -342/+36 |
* | chore(files_reminders): Register dav plugin directly | Christopher Ng | 2024-03-08 | 2 | -0/+55 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 3 | -8/+6 |
* | feat(files_reminders): Add propfind dav plugin | Christopher Ng | 2024-02-14 | 1 | -0/+82 |
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -3/+3 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 3 | -0/+3 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -5/+10 |
* | chore(files_reminders): upgrade to 28 APIs | John Molakvoæ | 2023-11-08 | 1 | -1/+1 |
* | files_reminders: Add OpenAPI spec | jld3103 | 2023-08-22 | 1 | -0/+23 |
* | fix(files_reminders): Delete reminders on node deleted | Christopher Ng | 2023-08-14 | 2 | -7/+8 |
* | fix(files_reminders): Always respect json output option | Christopher Ng | 2023-08-14 | 1 | -4/+5 |
* | fix(files_reminders): Allow non-admin | Christopher Ng | 2023-08-14 | 1 | -0/+4 |
* | enh: pass params in subject | Christopher Ng | 2023-08-09 | 2 | -14/+11 |
* | fix: remove non-existing reminder notification | Christopher Ng | 2023-08-09 | 1 | -1/+3 |
* | fix: load script | Christopher Ng | 2023-08-09 | 1 | -0/+9 |
* | enh: add clean up buffer | Christopher Ng | 2023-08-09 | 2 | -2/+7 |
* | feat(files_reminders): integrate load scripts | Christopher Ng | 2023-08-09 | 2 | -0/+47 |
* | enh: handle user deleted | Christopher Ng | 2023-08-03 | 3 | -0/+58 |
* | fix: set endpoint description | Christopher Ng | 2023-08-03 | 1 | -1/+1 |
* | fix: ignore non-existing | Christopher Ng | 2023-08-03 | 1 | -0/+6 |
* | enh: add json output to command | Christopher Ng | 2023-08-03 | 1 | -15/+40 |
* | fix: return null if table exists | Christopher Ng | 2023-08-03 | 1 | -0/+4 |
* | fix: remove unnecessary parsed subject | Christopher Ng | 2023-08-03 | 1 | -5/+0 |
* | enh: highlight filename | Christopher Ng | 2023-08-03 | 1 | -3/+1 |
* | fix: catch NodeNotFoundException in notifier | Christopher Ng | 2023-08-03 | 1 | -2/+5 |
* | fix: exit on reminder not found | Christopher Ng | 2023-08-03 | 2 | -1/+10 |
* | enh: handle node deleted | Christopher Ng | 2023-08-03 | 4 | -0/+73 |
* | fix: construct background jobs | Christopher Ng | 2023-08-03 | 2 | -2/+2 |
* | fix: remove throwable handling | Christopher Ng | 2023-08-03 | 2 | -13/+0 |
* | fix: return ocs data | Christopher Ng | 2023-08-03 | 1 | -18/+18 |
* | enh: does not exist return null | Christopher Ng | 2023-08-03 | 1 | -1/+4 |
* | enh: serialize path | Christopher Ng | 2023-08-03 | 1 | -2/+2 |
* | enh: comment interval | Christopher Ng | 2023-08-03 | 1 | -1/+1 |
* | enh: return created status code | Christopher Ng | 2023-08-03 | 2 | -2/+9 |
* | fix: create only if file exists | Christopher Ng | 2023-08-03 | 2 | -0/+11 |
* | feat(files_reminders): add remove endpoint | Christopher Ng | 2023-08-03 | 2 | -5/+29 |
* | fix: update find due query | Christopher Ng | 2023-08-03 | 1 | -3/+1 |
* | feat(files_reminders): create or update | Christopher Ng | 2023-08-03 | 3 | -15/+25 |
* | enh: add updated at | Christopher Ng | 2023-08-03 | 5 | -8/+18 |
* | fix: catch Throwable | Christopher Ng | 2023-08-03 | 1 | -3/+3 |
* | enh: rename to due date | Christopher Ng | 2023-08-03 | 9 | -34/+35 |
* | feat(files_reminders): add api controller | Christopher Ng | 2023-08-03 | 3 | -0/+143 |
* | enh: implement JsonSerializable | Christopher Ng | 2023-08-03 | 1 | -1/+13 |
* | enh: add created at | Christopher Ng | 2023-08-03 | 4 | -9/+18 |
* | enh: use datetime | Christopher Ng | 2023-08-03 | 4 | -8/+9 |