Melroy van den Berg
|
d84eeaae9c
|
Feat: Add clear notification feature
|
2026-06-24 17:33:31 +02:00 |
kolaente
|
c9c250fb1c
|
fix: add missing Commit() to write callers
After NewSession() auto-begins a transaction, callers that perform
writes must explicitly call Commit() for changes to persist. Without
this, writes are silently rolled back when Close() is called.
Affected callers:
- user deletion notification cron
- caldav token generation/deletion
- token cleanup cron
- mark-all-notifications-read endpoint
- saved filter view cron
- project background delete
- typesense reindex
- export cleanup cron
- task last-updated listener
- saved filter view listener
- SSO team cleanup cron
- migration status start/finish
- background set/remove handlers
- orphaned task position cleanup
- file creation
|
2026-02-25 11:03:02 +01:00 |
renovate[bot]
|
9a61453e86
|
fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131)
Closes https://github.com/go-vikunja/vikunja/pull/2133
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kolaente <k@knt.li>
|
2026-01-24 20:38:32 +01:00 |
Dominik Pschenitschni
|
296577a875
|
fix: correct license header references (#882)
See originals:
- https://www.gnu.org/licenses/agpl-3.0.txt
- https://www.gnu.org/licenses/gpl-3.0.txt
|
2025-06-10 12:18:38 +02:00 |
kolaente
|
8a4856ad87
|
feat: convert all markdown content to html (#1625)
Migration for https://kolaente.dev/vikunja/frontend/pulls/2222
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1625
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
|
2023-10-22 13:48:22 +00:00 |
kolaente
|
10c9913e12
|
feat(notifications): add endpoint to mark all notifications as read
|
2023-10-20 16:40:47 +02:00 |