viehlieb
  • freelance software developer @local-it @pragma-shift @foodsoft

  • Joined on 2022-10-12
viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-15 12:16:04 +00:00
a3a6b53128 change openid.md directory, modify openid.md
viehlieb commented on pull request vikunja/vikunja#1393 2023-05-09 11:40:19 +00:00
feat: assign users to teams via OIDC claims

team i suppose.done, tx

viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-09 11:36:32 +00:00
75db9beff9 change error note and append team pointer in GetOrCreateTeamsByOIDCAndNames
5c033c52fc return pointer to team
de5ef2147d add to error.md change error msg
Compare 3 commits »
viehlieb commented on pull request vikunja/vikunja#1393 2023-05-09 10:14:34 +00:00
feat: assign users to teams via OIDC claims

Well actually a note for admins that are interested in using this feature.

viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-08 14:54:08 +00:00
223a6dc552 fix rebase error
viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-08 14:44:40 +00:00
fde22a0ce2 Merge branch '950_reworked_assign_teams_via_oidc' of https://kolaente.dev/viehlieb/api into 950_reworked_assign_teams_via_oidc
fc91fccbbb refactor unused function GetTeamsByName
299d9858c9 work on openid to just start group workflow when teamData is available
5c767a607c work on instructions for openid.md
9007ec4a0a fix limit GetTeamByOidcIDAndName to get a single team
Compare 193 commits »
viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-08 14:05:00 +00:00
10ec7d977d refactor unused function GetTeamsByName
viehlieb pushed to main at viehlieb/api 2023-05-08 13:53:53 +00:00
7d8c42ab98 fix(migration): remove unused is_deleted flag from Todoist api response
9c66b473dd fix(deps): update module golang.org/x/sync to v0.2.0
0000f83592 Revert "fix(deps): update module github.com/swaggo/swag to v1.16.1"
eedc84b5a0 fix(deps): update module github.com/swaggo/swag to v1.16.1
0c4464ae1e fix(deps): update src.techknowlogick.com/xgo digest to 52d704d
Compare 47 commits »
viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-08 13:52:06 +00:00
3fdbd53b3e work on openid to just start group workflow when teamData is available
viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-05-08 13:50:30 +00:00
0b52a6b591 work on instructions for openid.md
df9a77cc3d fix limit GetTeamByOidcIDAndName to get a single team
Compare 2 commits »
viehlieb commented on pull request vikunja/vikunja#1393 2023-05-08 11:43:19 +00:00
feat: assign users to teams via OIDC claims

yes, that's true of course. i do not know why i read it differently.

viehlieb commented on pull request vikunja/vikunja#1393 2023-05-03 15:09:58 +00:00
feat: assign users to teams via OIDC claims

i removed this because of "cyclomatic complexity". But i can try to put it back in.

viehlieb commented on pull request vikunja/vikunja#1393 2023-05-03 15:09:07 +00:00
feat: assign users to teams via OIDC claims

It could well be, that only a single team is received through the oidc token.

viehlieb commented on pull request vikunja/vikunja#1393 2023-04-17 12:42:10 +00:00
feat: assign users to teams via OIDC claims

Can you check the unresolved discussions? Please comment and resolve all discussions which are done now.

Hi. There is one discussion still open and I commented on it. could you check?

viehlieb commented on pull request vikunja/vikunja#1393 2023-04-17 12:40:17 +00:00
feat: assign users to teams via OIDC claims

the edit is:

I think it is intended behavior to sign out from teams when possible, and to leave teams, where error is found.

What's your difference between "signing out from a team"…

viehlieb commented on pull request vikunja/vikunja#1393 2023-04-17 12:28:43 +00:00
feat: assign users to teams via OIDC claims

What's your suggested change here? The Data from oidc needs to be in the form, that is described in openid.md Therefore it is relevant for adminis, that operate authentik, keycloak, etc..

viehlieb commented on pull request vikunja/vikunja#1393 2023-04-04 12:19:18 +00:00
feat: assign users to teams via OIDC claims

hey @konrad . Did you have the chance to look into the changes? main branch development is continuing, which makes it harder to keep up on track.

viehlieb pushed to main at viehlieb/api 2023-04-04 12:06:57 +00:00
c45ad112a2 fix(migration): don't try to fetch task details of tasks whose projects are deleted
84933c08cc feat(users): don't hide user email if it was the search request
dff4e01327 fix: ILIKE helper
a7231e197e feat: allow to find users with access to a project more freely
327bb3bed9 docs: remove outdated information
Compare 110 commits »
viehlieb pushed to 950_reworked_assign_teams_via_oidc at viehlieb/api 2023-03-30 15:15:47 +00:00
146fa2c70a return single team for GetTeamByOidcIDAndName
85307ce666 add swagger files
Compare 2 commits »
viehlieb commented on pull request vikunja/vikunja#1393 2023-03-10 16:23:47 +00:00
feat: assign users to teams via OIDC claims

edited