Commit Graph

233 Commits

Author SHA1 Message Date
Maksim Eltyshev
14519c206e feat: Display avatar next to user name in top bar 2024-04-22 23:23:36 +02:00
Emmanuel Guyot
25a7a3bd3b feat: Filter cards by keyword with advanced capabilities (#713)
Closes #706
2024-04-22 23:15:31 +02:00
Maksim Eltyshev
0830db210c fix: Fix title of sort menu item 2024-04-22 22:02:51 +02:00
Samuel
3ce2e8ef91 feat: Sort cards within list (#717)
Closes #390
2024-04-22 21:56:07 +02:00
Felipe
e70b92b52b fix: Limit amount of displayed board members (#715)
Closes #617
2024-04-22 15:28:57 +02:00
ItzAndriss
6d9f825224 feat: Add Hungarian translation (#590) 2024-04-15 18:30:18 +02:00
Maksim Eltyshev
d9b17d72f9 fix: Fix error output when sending email or message to Slack 2024-04-12 12:07:19 +02:00
HannesOberreiter
800d2d012d feat: Display clickable links in tasks (#694)
Closes #330
2024-04-10 15:53:05 +02:00
Maksim Eltyshev
4fe77c305c feat: Automatic logout when session expires
Closes #693
2024-04-09 15:12:46 +02:00
Niccolò Pedrini
841f76f6ea fix: Update Italian translation (#688) 2024-04-08 00:50:52 +02:00
Blyamur
89aba92b01 fix: Update Russian translation (#686) 2024-04-07 22:05:22 +02:00
leroyloren
99844ac8ef fix: Update Czech translation (#679) 2024-04-07 21:58:27 +02:00
Matthieu Bollot
408ad9ff81 feat: Add ability to duplicate card (#668) 2024-04-05 22:40:35 +02:00
Maksim Eltyshev
6c472dc252 fix: Fix OIDC authentication error when redirecting from another tab
Closes #650
2024-03-26 14:07:07 +01:00
Maksim Eltyshev
5484dd09a5 fix: Fix scrollbar styles 2024-03-22 14:26:23 +01:00
Maksim Eltyshev
0bb2c71780 fix: Add date-fns locale to Portuguese translation 2024-03-21 12:41:31 +01:00
Jeffrey
6dd386cc54 feat: Add Dutch translation (#644) 2024-03-21 12:38:26 +01:00
Reuben Hu
fb3570f80b feat: Add Indonesian translation (#643) 2024-03-21 11:46:33 +01:00
IV16SL
8eb89ebe21 fix: Fix Chinese translation (#641) 2024-03-20 19:13:21 +01:00
Chris
4cb44d24cc feat: Add Portuguese translation (#640) 2024-03-20 14:55:17 +01:00
Maksim Eltyshev
77ba21c4a7 fix: Remove overflow of attachment dropzone 2024-02-05 13:24:50 +01:00
Maksim Eltyshev
5e8027f5d6 feat: Add ability to enforce SSO
Closes #543, closes #545
2024-02-01 00:31:15 +01:00
Maksim Eltyshev
856e2efc3c feat: Add ability to map OIDC attributes and ignore username
Closes #554
2024-01-25 23:01:59 +01:00
Maksim Eltyshev
dcdb36a854 fix: Add missing date formats to Ukrainian translation 2023-12-20 12:58:43 +01:00
Denis Polishchuk
2f3a0c34c6 feat: Add Ukrainian translation (#571) 2023-12-20 12:39:51 +01:00
ossdate
635f16b401 fix: Update Chinese translation (#569) 2023-12-20 12:33:37 +01:00
Yu Inoue
db9e877506 fix: Display year when date is outside of current year (#567) 2023-12-20 12:26:01 +01:00
NavyStack
d926907b8e fix: Fine-tune Korean and Japanese translations, fix full stops (#561) 2023-12-10 23:47:04 +01:00
Maksim Eltyshev
a64a8c6f88 fix: Attempt to fix error that occurs during reconnection 2023-12-09 17:19:40 +01:00
Maksim Eltyshev
28e4abaf76 fix: Add state parameter to OIDC authorization url
Closes #558
2023-12-09 17:06:45 +01:00
Maksim Eltyshev
92e9ddde9e fix: Fix Korean translation linting 2023-12-04 11:42:15 +01:00
NavyStack
5032ad6016 fix: Update Korean translation (#560) 2023-12-04 11:40:04 +01:00
Maksim Eltyshev
709952ac4b fix: Fix Romanian translation linting 2023-11-24 12:43:00 +01:00
Andrei Covali
4db9d8f826 feat: Add Romanian translation (#555) 2023-11-22 14:58:13 +01:00
Maksim Eltyshev
22aa3c4adf chore: Update dependencies 2023-11-17 14:34:10 +01:00
Yu Inoue
064b9a915c fix: Fix time format in Japanese locale (#546)
Closes #542
2023-11-13 12:51:00 +01:00
Maksim Eltyshev
d951ba59dd fix: Disable role change when OIDC roles are not ignored 2023-10-25 23:39:34 +02:00
Maksim Eltyshev
4e7e57dfd9 fix: Fix logging out with invalid token 2023-10-20 22:34:58 +02:00
Vishnu Kaushik
e3d3130797 fix: Add task counter in card modal (#525)
Closes #467
2023-10-21 00:20:04 +05:00
Maksim Eltyshev
ff2223c490 fix: Fallback to query if there is no fragment 2023-10-19 23:06:37 +02:00
Maksim Eltyshev
0fab6075bd ref: Refactoring 2023-10-19 16:05:34 +02:00
Lorenz Brun
9011ee61da feat: Improve OIDC SSO (#524)
The OIDC implementation merged in https://github.com/plankanban/planka/pull/491 is flawed for multiple reasons.

It assumes that the access_token returned by the IDP has to be a JWT parseable by the RP which is not the case [1].
Many major IDPs do issue tokens which are not JWTs and RPs should not rely on the contents of these at all.
The only signed token which has a standardized format for direct RP consumption is the OIDC ID token (id_token), but this by default doesn't contain many claims, especially role claims are omitted from them by default for size reasons. To get these additional claims into the ID token, one needs an IDP with support for the "claims" parameter.

It requires manual specification of the JWKS URL which is mandatory in any OIDC discovery document and thus never needs to be manually specified.

It also makes the questionable decision to use a client-side code flow with PKCE where a normal code flow would be much more appropriate as all user data is processed in the backend which can securely hold a client secret (confidential client). This has far wider IDP support, is safer (due to direct involvement of the IDP in obtaining user information) and doesn't require working with ID tokens and claim parameters.

By using a server-side code flow we can also offload most complexity to the server alone, no longer requiring an additional OIDC library on the web client.

Also silent logout doesn't work on most IDPs for security reasons, one needs to actually redirect the user over to the IDP, which then prompts them once more if they actually want to log out.

This implementation should work with any OIDC-compliant IDP and even OAuth 2.0-only IDPs as long as they serve and OIDC discovery document.

[1] rfc-editor.org/rfc/rfc6749#section-5.1
2023-10-19 17:39:21 +05:00
Maksim Eltyshev
b9716c6e3a fix: OIDC finalization and refactoring 2023-10-17 19:18:19 +02:00
Maksim Eltyshev
e59535b9b4 feat: Use environment variables for default admin configuration 2023-09-12 01:12:38 +02:00
Gilberto Vidal
2dfa79801f fix: Fix Turkish translation linting (#504) 2023-09-11 22:21:46 +05:00
gorrilla10101
6941500c7b feat: OIDC with PKCE flow (#491) 2023-09-04 20:06:59 +05:00
creador30
e254443272 feat: Add Turkish translation (#501) 2023-09-04 19:41:11 +05:00
Andrey
d91b047be4 fix: Update Russian translation (#497) 2023-08-22 14:34:45 +05:00
Maksim Eltyshev
ae14f97592 fix: Fix Czech translation linting
Closes #487
2023-07-31 11:54:50 +02:00
leroyloren
c4cc715443 fix: Update Czech translation (#485) 2023-07-27 04:07:47 +05:00