kolaente
|
9acba7a245
|
refactor: schedule user deletion
|
2025-08-01 17:06:02 +02:00 |
kolaente
|
e5c860afec
|
feat(plugins): allow plugins to register routes
|
2025-08-01 17:06:02 +02:00 |
kolaente
|
b08b43953b
|
feat(plugins): add rudimentary plugin system
|
2025-08-01 17:06:02 +02:00 |
Frederick [Bot]
|
78bbadbd25
|
chore(i18n): update translations via Crowdin
|
2025-07-31 01:01:45 +00:00 |
Frederick [Bot]
|
ec7446684e
|
[skip ci] Updated swagger docs
|
2025-07-30 16:00:27 +00:00 |
kolaente
|
4042f66efa
|
feat: show user export status in settings (#1200)
|
2025-07-30 15:50:26 +00:00 |
kolaente
|
388af80ece
|
fix: log correct response status
|
2025-07-28 13:27:12 +02:00 |
kolaente
|
de917467cb
|
fix(openid): manually fetch providers
Partially reverts fcdcdcf46a
Resolves https://github.com/go-vikunja/vikunja/issues/1165
|
2025-07-28 11:40:09 +02:00 |
Frederick [Bot]
|
84a9428b4e
|
[skip ci] Updated swagger docs
|
2025-07-28 09:06:26 +00:00 |
kolaente
|
2fd3046acc
|
chore: rename user_id field to username
The field is actually the username, but it was called user_id for some reason. This change makes this more clear
|
2025-07-28 10:56:36 +02:00 |
kolaente
|
e10837476a
|
fix: subscription should only be visible for the user who subscribed (#1183)
|
2025-07-28 10:32:59 +02:00 |
kolaente
|
bbd3567e43
|
chore: add debug logging around provider failure
https://github.com/go-vikunja/vikunja/issues/1165
|
2025-07-24 16:00:03 +02:00 |
kolaente
|
7243a10fb2
|
fix(openid): check different provider types
Related to https://github.com/go-vikunja/vikunja/issues/1165
|
2025-07-23 15:40:51 +02:00 |
kolaente
|
4faf50a91f
|
fix(user): ensure deletion tokens can only be used by the user who created them
|
2025-07-23 11:18:37 +02:00 |
kolaente
|
2b497e6265
|
fix: pass pointer when fetching provider
Resolves https://github.com/go-vikunja/vikunja/issues/1165
|
2025-07-23 11:09:09 +02:00 |
Tobias
|
a31255707e
|
fix "null" in project views (#1158)
Co-authored-by: kolaente <k@knt.li>
|
2025-07-22 17:43:04 +00:00 |
Copilot
|
9712dbe2ab
|
fix: MySQL constraint violations returning HTTP 500 instead of 400 for task bucket duplicates (#1154)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>
Co-authored-by: kolaente <k@knt.li>
|
2025-07-22 08:59:12 +00:00 |
kolaente
|
ad0cf7a13c
|
fix: improve ldap sanitization (#1155)
|
2025-07-21 21:06:38 +00:00 |
kolaente
|
62200f6e0f
|
feat!: remove echo log options - unify with general http logging
|
2025-07-21 18:15:39 +02:00 |
kolaente
|
ca83ad1f98
|
feat: move to slog for logging
|
2025-07-21 18:15:39 +02:00 |
kolaente
|
7985a6500a
|
fix: use assertions which are more specific
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
07d83e67d7
|
feat(projects): add support for ParadeDB when searching for project
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
1e3a68210a
|
chore(db): simplify MultiFieldSearch
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
22579dffae
|
chore: cleanup unused helper
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
a571d42f46
|
chore: refactor searching for link shares
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
3db1ddcee4
|
feat(tasks): add support for ParadeDB when searching tasks
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
e7f5142e3d
|
fix: adjust benchmark so that it only checks the task fetching
|
2025-07-18 23:18:04 +02:00 |
kolaente
|
a5591c1603
|
fix: correctly cache unsplash background
Resolves
https://vikunja.sentry.io/issues/6753151793/events/3d8773d79b9c4da0bf65140e4b7617b4/
|
2025-07-18 18:38:12 +02:00 |
kolaente
|
c3fd659851
|
fix: correctly return cached intitals avatar
Resolves https://vikunja.sentry.io/issues/6752872121/events/92ff6a64c4b64aa3aecc6973611bd449/
|
2025-07-18 18:38:12 +02:00 |
kolaente
|
566657c54a
|
fix: correctly return cached provider
|
2025-07-18 18:38:12 +02:00 |
kolaente
|
45e7f6e316
|
fix: upload avatar caching
|
2025-07-18 18:38:12 +02:00 |
kolaente
|
fcdcdcf46a
|
feat: use keyvalue.Remember where it makes sense
|
2025-07-17 16:19:13 +02:00 |
kolaente
|
c7a98386c2
|
feat: add keyvalue.Remember function
|
2025-07-17 16:19:13 +02:00 |
Quiwy
|
5ee3077f5d
|
docs: fix typo (#1122)
|
2025-07-16 11:01:49 +00:00 |
kolaente
|
42534cdd79
|
fix: don't panic when using api token when not correctly put into context (#1119)
|
2025-07-15 21:26:28 +00:00 |
Tobias
|
ecc95e9139
|
fix: panic on restoring with numeric position fields (#1089)
Co-authored-by: kolaente <k@knt.li>
|
2025-07-15 15:44:21 +00:00 |
kolaente
|
4da4bf69ca
|
fix(background): validate unsupported formats and show error message (#1123)
|
2025-07-15 13:21:48 +02:00 |
Vlad Yarotsky
|
d4347f00f6
|
fix(caldav): make CalDAV REPORT request properly respond with VTODO objects (#1116)
|
2025-07-14 21:57:55 +00:00 |
Dominik Pschenitschni
|
efff6955c5
|
fix: remove fmt output in token check
|
2025-07-03 17:09:41 +02:00 |
Dominik Pschenitschni
|
20bd961c20
|
fix(config): log fatal when timezone parse fails (#1077)
|
2025-07-03 17:06:54 +02:00 |
Dominik Pschenitschni
|
9efdde8f1a
|
docs: delete caldav token uses DELETE instead of GET
|
2025-07-03 17:06:20 +02:00 |
kolaente
|
510b1f246a
|
refactor: move test
|
2025-07-02 23:16:05 +02:00 |
kolaente
|
9b579d282c
|
fix(tasks): do not return subtasks multiple times when they are related
to multiple tasks
Resolves https://community.vikunja.io/t/tasks-with-parent-tasks-appear-duplicated-in-list-views/3676
|
2025-07-02 23:16:05 +02:00 |
kolaente
|
4d36771362
|
feat: introduce shared health check logic (#1073)
|
2025-07-02 21:01:41 +00:00 |
Dominik Pschenitschni
|
ef80fa77b4
|
docs: fix comments in web package
|
2025-07-02 17:46:21 +02:00 |
Dominik Pschenitschni
|
d48d88d442
|
fix: comment typo and misspellings
|
2025-07-02 17:46:21 +02:00 |
Dominik Pschenitschni
|
342bbd6192
|
fix: correct comments
|
2025-07-02 17:46:21 +02:00 |
kolaente
|
3b05f7859f
|
fix(users): refresh initials avatar refresh after name change (#1047)
|
2025-06-30 16:20:54 +00:00 |
kolaente
|
59130766e8
|
fix(avatar): fallback to username when no name is set
|
2025-06-27 14:30:33 +02:00 |
kolaente
|
99bc065272
|
feat(user): use name for initals avatar, not username
For external auth providers, the username might be randomly generated,
which results in a random initial - this is unexpected and confusing for
users.
|
2025-06-27 14:13:49 +02:00 |