waza-ari
  • Joined on 2023-11-16
waza-ari created pull request vikunja/vikunja#2187 2024-03-10 15:06:14 +00:00
fix(teams): fix duplicate teams being shown when new public team visibility feature is enabled
waza-ari created branch fix-duplicate-teams-when-sharing in waza-ari/vikunja 2024-03-10 15:03:28 +00:00
waza-ari pushed to fix-duplicate-teams-when-sharing at waza-ari/vikunja 2024-03-10 15:03:28 +00:00
53631f5d09 fix(teams): fix duplicate teams being shown when
4bb1d5edfc fix(docs): openid docs whitespace formatting (#2186)
Compare 2 commits »
waza-ari created pull request vikunja/vikunja#2186 2024-03-10 14:26:12 +00:00
fix(docs): openid docs whitespace formatting
waza-ari created branch fix-openid-doc-spacing in waza-ari/vikunja 2024-03-10 14:25:29 +00:00
waza-ari pushed to fix-openid-doc-spacing at waza-ari/vikunja 2024-03-10 14:25:29 +00:00
a00473ae2a fix(docs): openid docs whitespace formatting
4b4a7f3c0a docs: fix broken link in migration docs (#2185)
ffa82556e0 feat(teams): add public flags to teams to allow easier sharing with other teams (#2179)
d7fdefcead chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#2099)
1d5517b53a docs: add migrations setup doc (#2183)
Compare 10 commits »
waza-ari pushed to 2173-teams-public-flag at waza-ari/vikunja 2024-03-10 13:46:43 +00:00
8d2f31af02 fix(i18n): rename label for public team checkbox
waza-ari commented on pull request vikunja/vikunja#2179 2024-03-10 13:32:13 +00:00
feat(teams): add public flags to teams to allow easier sharing with other teams

Hm, I'm uncertain if my changes could cause CI to fail, not sure if anything else was changed?

waza-ari pushed to 2173-teams-public-flag at waza-ari/vikunja 2024-03-10 13:03:39 +00:00
4b72a28f04 tests: split test to check public team discovery in two runs
25f0c0480c fix: add more details to pubic team flag in UI
76a7f1ae96 remove console.log
7114847807 fix(config): fix whitespace in comment for enablepublicteams
Compare 4 commits »
waza-ari commented on pull request vikunja/vikunja#2179 2024-03-10 12:35:46 +00:00
feat(teams): add public flags to teams to allow easier sharing with other teams

I was thinking about that as well, but the entire point of having the abstract searchService is that it can be used both for searching teams and users. While the team search service understands…

waza-ari commented on pull request vikunja/vikunja#2179 2024-03-09 22:21:01 +00:00
feat(teams): add public flags to teams to allow easier sharing with other teams

Question: right now (even before this PR), empty groups (no team members) are not returned, as INNER JOIN is used and therefore those are filtered out. Now I'm struggling to think about any…

waza-ari pushed to 2173-teams-public-flag at waza-ari/vikunja 2024-03-09 21:39:06 +00:00
8cefe76af5 test: add test to compare getting teams with and without public team feature flag enabled
waza-ari pushed to 2173-teams-public-flag at waza-ari/vikunja 2024-03-09 21:10:34 +00:00
5975bfd501 fix my stupidity and hope that commits will be squashed during pr...
waza-ari created pull request vikunja/vikunja#2181 2024-03-09 20:58:59 +00:00
fix(teams): do not show leave button for OIDC teams
waza-ari created branch oidc-prevent-leaving-team in waza-ari/vikunja 2024-03-09 20:58:36 +00:00
waza-ari pushed to oidc-prevent-leaving-team at waza-ari/vikunja 2024-03-09 20:58:36 +00:00
50566ad516 fix(teams): do not show leave button for OIDC teams
waza-ari pushed to 2173-teams-public-flag at waza-ari/vikunja 2024-03-09 20:52:29 +00:00
1b25245a2d fix: default value for migration should be boolean
waza-ari created pull request vikunja/vikunja#2180 2024-03-09 20:50:33 +00:00
docs: clarify what to use for OIDC authurl
waza-ari created branch openid-doc-changes in waza-ari/vikunja 2024-03-09 20:46:58 +00:00
waza-ari pushed to openid-doc-changes at waza-ari/vikunja 2024-03-09 20:46:58 +00:00
23f1223ac3 docs: clarify what to use for authurl