Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: don't check node access again for listing reminders in davreminder-dont-validiate-node-dav | Robin Appelman | 2025-04-25 | 2 | -3/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(i18n): Aligned spelling of app namerakekniven-patch-2 | rakekniven | 2025-04-12 | 1 | -2/+2 |
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | chore: lint files_reminders using psalmfix/missing-import | Ferdinand Thiessen | 2025-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_reminders): add l10n to constructor of setup check | Ferdinand Thiessen | 2025-04-07 | 1 | -1/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_reminders): add missing import | Ferdinand Thiessen | 2025-04-07 | 2 | -1/+2 |
| | | | | | | - Resolves https://github.com/nextcloud/server/issues/51943 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_info | Louis Chemineau | 2025-04-01 | 3 | -1/+39 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files_reminders): Lower disabled notifications app error to info | Louis Chemineau | 2025-04-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files_reminders): Do not attempt to send reminders after a user has left ↵fix/do-not-remind | Christopher Ng | 2025-02-26 | 1 | -2/+3 |
| | | | | | | a share Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(files_reminders): Use in-memory cache | Christopher Ng | 2025-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(files_reminders): Pre-cache directory | Christopher Ng | 2025-02-21 | 3 | -0/+61 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | chore(files_reminders): Remove unused find | Christopher Ng | 2025-02-21 | 1 | -10/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | chore(files_reminders): Remove unused get | Christopher Ng | 2025-02-21 | 1 | -8/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(files_reminders): Reduce db queries on propfind | Christopher Ng | 2025-02-21 | 4 | -32/+76 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(lint): remove whitespacesfix/reminder-node-access | Andy Scherzinger | 2025-02-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files_reminders): Check for node access when retrieving or removing ↵ | Christopher Ng | 2025-02-20 | 2 | -7/+18 |
| | | | | | | reminders Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files_reminders): Only allow updating reminders if the file is accessible | Christopher Ng | 2025-02-20 | 1 | -4/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(files_reminders): Add an error log message that notifications app isn't ↵ | Faisal Alghamdi | 2024-11-29 | 1 | -0/+3 |
| | | | | | | enabled at files_reminders app load. Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -3/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(AppFramework): Add full support for date / time / datetime columns | Ferdinand Thiessen | 2024-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This adds support for all Doctrine supported types, for the column types only the immutable variants needed to be added. But especially those types are the important ones, as our **Entity** class works by detecting changes through setters. Meaning if it is mutable, changes like `$entity->date->modfiy()` can not be detected, so the immutable types make more sense here. Similar the parameter types needed to be added. `Enity` and `QBMapper` needed to be adjusted so they support (auto map) those types, required when insert or update an entity. Also added more tests, especially to make sure the mapper really serializes the values correctly. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -8/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 18 | -342/+36 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore(files_reminders): Register dav plugin directly | Christopher Ng | 2024-03-08 | 2 | -0/+55 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 3 | -8/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(files_reminders): Add propfind dav plugin | Christopher Ng | 2024-02-14 | 1 | -0/+82 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 3 | -0/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -5/+10 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | chore(files_reminders): upgrade to 28 APIs | John Molakvoæ | 2023-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | files_reminders: Add OpenAPI spec | jld3103 | 2023-08-22 | 1 | -0/+23 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(files_reminders): Delete reminders on node deleted | Christopher Ng | 2023-08-14 | 2 | -7/+8 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files_reminders): Always respect json output option | Christopher Ng | 2023-08-14 | 1 | -4/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files_reminders): Allow non-admin | Christopher Ng | 2023-08-14 | 1 | -0/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh: pass params in subject | Christopher Ng | 2023-08-09 | 2 | -14/+11 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: remove non-existing reminder notification | Christopher Ng | 2023-08-09 | 1 | -1/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: load script | Christopher Ng | 2023-08-09 | 1 | -0/+9 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh: add clean up buffer | Christopher Ng | 2023-08-09 | 2 | -2/+7 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files_reminders): integrate load scripts | Christopher Ng | 2023-08-09 | 2 | -0/+47 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh: handle user deleted | Christopher Ng | 2023-08-03 | 3 | -0/+58 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: set endpoint description | Christopher Ng | 2023-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: ignore non-existing | Christopher Ng | 2023-08-03 | 1 | -0/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh: add json output to command | Christopher Ng | 2023-08-03 | 1 | -15/+40 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: return null if table exists | Christopher Ng | 2023-08-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: remove unnecessary parsed subject | Christopher Ng | 2023-08-03 | 1 | -5/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh: highlight filename | Christopher Ng | 2023-08-03 | 1 | -3/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: catch NodeNotFoundException in notifier | Christopher Ng | 2023-08-03 | 1 | -2/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: exit on reminder not found | Christopher Ng | 2023-08-03 | 2 | -1/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh: handle node deleted | Christopher Ng | 2023-08-03 | 4 | -0/+73 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: construct background jobs | Christopher Ng | 2023-08-03 | 2 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> |