Commit Graph
10985 Commits
Author SHA1 Message Date
kolaente ea42fef2da feat: don't log all headers when debug log is enabled
This reverts commit 9fc6cdd076.
2025-03-19 15:15:04 +01:00
kolaente ffd5a962f5 feat(i18n): add Turkish as language for selection 2025-03-19 14:56:35 +01:00
Leonardo Cossuttaandkonrad 357dbc1c69 feat(labels): show priority labels based on minimum priority setting (#3075)
I think showing the priority of a task regardless of its value can be useful, the option for the user to choose the minimum priority for visualization is exposed in the settings. The default value is `priority.HIGH`, that corresponds to the current behavior.

Co-authored-by: konrad <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3075
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Leonardo Cossutta <leonardo.cossutta@gmail.com>
Co-committed-by: Leonardo Cossutta <leonardo.cossutta@gmail.com>
2025-03-19 12:56:19 +00:00
Frederick [Bot]anddrone 516c764202 chore(i18n): update translations via Crowdin 2025-03-19 00:22:55 +00:00
kolaente 737cf529ae fix(mage): do not check files in hidden directories 2025-03-18 21:21:53 +01:00
kolaente fafcda8dee feat(ldap): do not allow changing user avatar when synced from ldap 2025-03-18 19:55:50 +01:00
kolaente e12ebfebed feat(ldap): sync avatar from ldap 2025-03-18 18:28:54 +01:00
kolaente 26c7ceaed4 chore(avatar): decouple upload from web handler 2025-03-18 18:28:54 +01:00
kolaente 77480814fd fix(i18n): translations json 2025-03-18 18:28:29 +01:00
kolaente 732431773d fix(i18n): remove duplicate api strings 2025-03-18 18:23:47 +01:00
Frederick [Bot]andkolaente 02f9f92232 [skip ci] Updated swagger docs 2025-03-18 16:58:29 +00:00
kolaente ec66d57f7e feat(auth): test ldap in ci 2025-03-18 16:36:00 +00:00
kolaente 99213c66ee chore(openid): use general external team sync 2025-03-18 16:36:00 +00:00
kolaente 216df5bedc feat(ldap): make group sync configurable 2025-03-18 16:36:00 +00:00
kolaente a3b19a7b3c feat(auth): refactor group sync 2025-03-18 16:36:00 +00:00
kolaente c2f286437c feat(auth): ldap group sync 2025-03-18 16:36:00 +00:00
kolaente 9f5c761fd9 chore(auth): rename error 2025-03-18 16:36:00 +00:00
kolaente 06851ca639 chore(auth): rename external team id find methods 2025-03-18 16:36:00 +00:00
kolaente 62beb3db2d feat(auth): rename oidc_id to external_id 2025-03-18 16:36:00 +00:00
Frederick [Bot]anddrone 55a078b171 chore(i18n): update translations via Crowdin 2025-03-18 00:21:21 +00:00
kolaente 12aba8e9b1 chore(openid): move openid team struct to openid package 2025-03-17 17:34:49 +01:00
Frederick [Bot]anddrone e5160bf1fe chore(i18n): update translations via Crowdin 2025-03-17 00:21:14 +00:00
kolaente 87cfe89441 feat(ldap): add tests 2025-03-16 18:23:55 +01:00
kolaente 91f9fe5b96 fix(ldap): return meaningful error when providing wrong credentials 2025-03-16 18:23:55 +01:00
Frederick [Bot]andkolaente 754e1541ae [skip ci] Updated swagger docs 2025-03-16 17:17:37 +00:00
kolaente a0c14826bc fix(i18n): use correct Norwegian dialect for dayjs locales
Resolves https://community.vikunja.io/t/date-format-and-languange-spesific-date-strings/3244/19
2025-03-16 18:02:17 +01:00
kolaente dbb4652fad fix(docs): clarify team member username instead of id 2025-03-16 18:02:17 +01:00
Frederick [Bot]andkolaente 3dc63986b2 [skip ci] Updated swagger docs 2025-03-16 16:35:04 +00:00
kolaente 5c6be117fe fix(kanban): increase dates when moving a task into the done bucket
Resolves https://community.vikunja.io/t/unable-to-drag-a-repeating-task-to-done-bucket/3321/2
Resolves https://github.com/go-vikunja/vikunja/issues/402
2025-03-16 17:19:51 +01:00
Frederick [Bot]anddrone ddf5fab364 chore(i18n): update translations via Crowdin 2025-03-16 00:21:45 +00:00
Frederick [Bot]anddrone 73d69fe95d chore(i18n): update translations via Crowdin 2025-03-15 00:21:29 +00:00
Frederick [Bot]anddrone c0de2e03b7 chore(i18n): update translations via Crowdin 2025-03-14 00:21:16 +00:00
kolaente 0477d8ceb0 chore(deps): bump axios to 1.8.2 2025-03-13 13:59:34 +01:00
kolaente b0dc0aac9a chore(deps): bump @babel/helpers to 7.26.10 2025-03-13 13:58:22 +01:00
kolaente 4dbf7253d5 chore(deps): bump vue-i18n from 11.0.1 to 11.1.2 2025-03-13 13:56:20 +01:00
kolaente 7a9fed4581 chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 2025-03-13 13:54:51 +01:00
Frederick [Bot]anddrone ff53084e93 chore(i18n): update translations via Crowdin 2025-03-13 00:21:11 +00:00
Frederick [Bot]anddrone 5ce93c2fa8 chore(i18n): update translations via Crowdin 2025-03-11 00:21:45 +00:00
Frederick [Bot]anddrone 797f5cdd46 chore(i18n): update translations via Crowdin 2025-03-10 00:21:14 +00:00
Marcandkonrad 25ff8939f6 feat(dev): use proxy server in dev mode (#3069)
In dev environment, this PR allows to proxy to whatever backend without CORS issue by specifying the backend URL in `.env.local` variable.

I believe this would ease contribution by frontend developpers that would only have to run the unstable docker to work on the frontend without need for all the go toolchain to build the whole backend to have a cors enabled backend.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3069
Co-authored-by: Marc <marc88@free.fr>
Co-committed-by: Marc <marc88@free.fr>
2025-03-09 13:40:57 +00:00
kolaente 96ec7b17bc fix(editor): upload image via toolbar button
Resolves https://community.vikunja.io/t/unable-to-add-task-attachments/3329
2025-03-09 12:52:16 +01:00
kolaente ce57d85f04 fix: show close button on mobile popups
Resolves https://community.vikunja.io/t/ios-view-bug-project-info-screen-has-no-way-to-exit/3457/4
2025-03-09 12:32:01 +01:00
kolaente 0e75011c11 fix(quick actions): add close button on mobile 2025-03-09 12:16:30 +01:00
kolaente 23303488da fix(quick actions): do not space between elements on mobile 2025-03-09 12:10:27 +01:00
kolaente 12604bcb0f fix(attachments): left align attachment title 2025-03-09 12:05:18 +01:00
kolaente e5c751fece fix(attachments): always show dropzone 2025-03-09 12:04:15 +01:00
kolaente 80f384a131 feat(labels): sort labels alphabetically 2025-03-09 11:47:41 +01:00
kolaente a28bbfc8df fix(labels): only show each label once
Sometimes™, directly after adding a label, it would show up multiple times. Sometimes, it was reproducible, other times it was not. This now fixes this by only showing labels unique by its id.
2025-03-09 11:43:18 +01:00
kolaente 12eb91365a fix: allow setting task/project color to black 2025-03-09 11:31:53 +01:00
kolaente 7724d62330 fix(task): show new due date immediately after deferring in list view 2025-03-09 11:28:51 +01:00