aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot6 days4-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-294-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52443 from nextcloud/reminder-dont-validiate-node-davAndy Scherzinger2025-04-282-3/+5
|\ | | | | fix: don't check node access again for listing reminders in dav
| * fix: don't check node access again for listing reminders in davreminder-dont-validiate-node-davRobin Appelman2025-04-252-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-04-282-2/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-04-262-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-222-0/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-212-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-202-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-174-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-1612-20/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-1524-72/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(i18n): Aligned spelling of app namerakekniven-patch-2rakekniven2025-04-121-2/+2
| | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-122-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: lint files_reminders using psalmfix/missing-importFerdinand Thiessen2025-04-071-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen2025-04-071-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_reminders): add missing importFerdinand Thiessen2025-04-074-1/+4
| | | | | | - Resolves https://github.com/nextcloud/server/issues/51943 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-072-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-046-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0316-4/+110
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_infoLouis Chemineau2025-04-013-1/+39
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau2025-04-011-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files_reminders): Fix reminder actions being displayed on invalid nodesChristopher Ng2025-03-263-6/+30
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51079 from nextcloud/fix/do-not-remindPytal2025-02-271-2/+3
|\ | | | | fix(files_reminders): Do not attempt to send reminders after a user has left a share
| * fix(files_reminders): Do not attempt to send reminders after a user has left ↵fix/do-not-remindChristopher Ng2025-02-261-2/+3
| | | | | | | | | | | | a share Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2766-314/+314
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(ci): Update autoloadersChristopher Ng2025-02-212-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* perf(files_reminders): Use in-memory cacheChristopher Ng2025-02-211-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* perf(files_reminders): Pre-cache directoryChristopher Ng2025-02-213-0/+61
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(files_reminders): Remove unused findChristopher Ng2025-02-211-10/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(files_reminders): Remove unused getChristopher Ng2025-02-211-8/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* perf(files_reminders): Reduce db queries on propfindChristopher Ng2025-02-214-32/+76
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(lint): remove whitespacesfix/reminder-node-accessAndy Scherzinger2025-02-201-2/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files_reminders): Check for node access when retrieving or removing ↵Christopher Ng2025-02-202-7/+18
| | | | | | reminders Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files_reminders): Only allow updating reminders if the file is accessibleChristopher Ng2025-02-201-4/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-052-0/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-242-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Bump app versions and requirementsJoas Schilling2025-01-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-142-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-052-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-162-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-142-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1362-124/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-092-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-074-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>