lebaudantoine
a6c8f1bc23
ref: Parametrize OIDC authorization response mode
...
Planka used a default response_mode 'fragment', which is not supported by all
OIDC providers.
Planka supports only the Authorization Code flow. The default response mode
for the authorization code flow is 'query', meaning the authorization server
appends the authorization code to the redirect URI as a query parameter.
I have added two environment variables: one to use the default response mode
from the OIDC provider, and one to customize the response mode if needed.
Using the default response mode is recommended by the OIDC specification:
"This use of this parameter is NOT RECOMMENDED when the Response Mode that
would be requested is the default mode specified for the Response Type."
To avoid any breaking changes, I kept the default value as 'fragment'. Ideally,
the environment variable should be undefined by default.
2024-07-15 21:56:52 +02:00
Maksim Eltyshev
8d74cc1732
chore: Update version
2024-07-15 16:24:31 +02:00
Emmanuel Guyot
ea94fe8bf3
fix: Order users by name ( #806 )
2024-07-15 15:26:26 +02:00
Αλέξανδρος
6052f8999f
fix: Fix application crashing when webhook is unavailable ( #815 )
2024-07-15 14:40:33 +02:00
ItzAndriss
67d1b1c194
fix: Update Hungarian translation ( #823 )
2024-07-15 14:25:31 +02:00
Stephan Michard
b3cb8405f5
fix: Update German translation ( #821 )
2024-07-15 14:19:06 +02:00
Maksim Eltyshev
7acaec6d04
fix: Fix incorrect related data when transferring card
...
Closes #431 , closes #803
2024-07-15 14:01:06 +02:00
Maksim Eltyshev
72896a66b3
chore: Update version
2024-06-21 12:11:15 +02:00
Maksim Eltyshev
4be4783251
fix: Fix icon spacing for action buttons
2024-06-21 12:01:46 +02:00
HannesOberreiter
5c6c6a0bcf
feat: Add copy link action to card modal ( #804 )
2024-06-21 11:48:36 +02:00
HannesOberreiter
ba178d66fa
docs: Add types to webhook function ( #796 )
2024-06-18 15:41:12 +02:00
HannesOberreiter
270ce29f87
feat: Add custom user agent with base url to webhook ( #799 )
2024-06-18 15:36:51 +02:00
HannesOberreiter
de1ed3c784
ref: Define all possible event types in webhook module ( #795 )
2024-06-18 15:32:39 +02:00
Maksim Eltyshev
caf8790f28
chore: Update version
2024-06-14 17:18:42 +02:00
Sarah Soo
81436b373d
feat: Ability to specify existing secrets for values in Helm ( #791 )
...
Closes #790
2024-06-14 16:41:10 +02:00
NathanVss
cc1e886a31
feat: Ability to allow everyone to create projects ( #787 )
2024-06-14 16:38:06 +02:00
Maksim Eltyshev
f0e9fe7904
chore: Update version
2024-06-12 09:06:20 +02:00
Gavin Mogan
5fcea5d651
fix: Handle WEBHOOKS env variable being unset ( #785 )
...
Closes #784
2024-06-12 08:59:36 +02:00
Maksim Eltyshev
a963d85a66
chore: Update version
2024-06-12 01:02:55 +02:00
Samuel
04b42decef
meta: Add issue templates ( #782 )
2024-06-12 00:59:37 +02:00
Maksim Eltyshev
c065566c15
feat: Webhooks configuration, all events support, refactoring
2024-06-12 00:51:36 +02:00
HannesOberreiter
3779bdb053
feat: Events via webhook ( #771 )
...
Closes #215 , closes #656
2024-06-06 20:22:14 +02:00
HannesOberreiter
4124ab17d2
fix: Focus end of field when editing ( #779 )
2024-06-06 20:06:16 +02:00
Maksim Eltyshev
0e3bc92a61
chore: Update version
2024-06-02 01:36:29 +02:00
Maksim Eltyshev
b8d7e713b9
chore: Update dependencies
2024-06-02 01:34:03 +02:00
Emmanuel Guyot
017eee8302
fix: Use server base path for socket connection ( #772 )
...
Closes #768
2024-05-23 23:59:44 +02:00
Mitch Harvey
1b28892cf5
fix: Fix Helm template for dburl secret ( #770 )
2024-05-21 23:32:07 +02:00
Maksim Eltyshev
013ea1b869
chore: Update version
2024-05-21 13:58:28 +02:00
Blyamur
4975fa2eeb
fix: Update Russian translation ( #767 )
2024-05-21 13:51:57 +02:00
Blyamur
3e28ad87c7
fix: Update Russian translation ( #766 )
2024-05-21 13:51:34 +02:00
Smiley3112
2d6666d693
feat: Add SMTP_NAME environment variable ( #761 )
...
Closes #758
2024-05-18 15:02:21 +02:00
Maksim Eltyshev
4cbd2f85c7
chore: Update version
2024-05-16 21:06:30 +02:00
Maksim Eltyshev
fae9de4e1c
fix: Prevent loading fonts from third-party resources
...
Closes #538 , closes #712 , closes #742 , closes #755
2024-05-16 21:02:58 +02:00
IT Creativity + Art Team
89c1ed71e1
feat: Add Bulgarian translation ( #753 )
2024-05-13 13:05:20 +02:00
Mitch Harvey
1725f3cb8a
feat: Ability to specify existing secret as database url ( #751 )
...
Closes #750
2024-05-13 11:07:57 +02:00
Christopher Greaves
f7be49e402
docs: Update Kubernetes README ( #740 )
2024-05-03 21:04:34 +02:00
Maksim Eltyshev
c8d732d936
chore: Update version
2024-05-03 12:44:51 +02:00
Maksim Eltyshev
5a32b6327c
fix: Fix actions with members
...
Closes #737
2024-05-03 12:42:51 +02:00
Emmanuel Guyot
8488105810
feat: Search in card descriptions ( #729 )
2024-04-26 21:52:57 +02:00
Niccolò Pedrini
57ebfa51d8
fix: Update Italian translation ( #727 )
Build and push Docker DEV image / build (push) Has been cancelled
2024-04-24 18:49:27 +02:00
Maksim Eltyshev
40170fdf90
chore: Update version
Build and push Docker DEV image / build (push) Waiting to run
Release Charts / release (push) Has been cancelled
2024-04-23 15:57:14 +02:00
leroyloren
1629f62d09
fix: Update Czech translation ( #725 )
2024-04-23 15:53:10 +02:00
Maksim Eltyshev
fff0552081
chore: Update dependencies
...
Closes #726
2024-04-23 15:45:47 +02:00
Maksim Eltyshev
e792cb26b1
chore: Update version
Build and push Docker DEV image / build (push) Waiting to run
Release Charts / release (push) Waiting to run
2024-04-22 23:25:09 +02:00
Maksim Eltyshev
7ee2d76be4
feat: Display avatar next to user name in top bar
2024-04-22 23:23:36 +02:00
Emmanuel Guyot
eb56b2147b
feat: Filter cards by keyword with advanced capabilities ( #713 )
...
Closes #706
2024-04-22 23:15:31 +02:00
Maksim Eltyshev
8747aa59de
fix: Fix title of sort menu item
Build and push Docker DEV image / build (push) Waiting to run
2024-04-22 22:02:51 +02:00
Samuel
934dcdf39b
feat: Sort cards within list ( #717 )
...
Closes #390
2024-04-22 21:56:07 +02:00
Felipe
2c84316fe0
fix: Limit amount of displayed board members ( #715 )
...
Closes #617
2024-04-22 15:28:57 +02:00
Daniel Hiller
03825c3bed
CI: Fix dev Build
2024-04-16 03:43:54 +02:00