1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 07:55:27 +02:00
Commit graph

390 commits

Author SHA1 Message Date
Jeffrey
b0e73700d6 - added the ability to skip user info
- added error handling if values are missing.
2023-09-01 06:28:39 -05:00
Jeffrey
b60f3fe463 included profile and email in scopes by default 2023-09-01 05:43:48 -05:00
Jeffrey
8ccc3c4e1e associate auth with login. 2023-09-01 05:41:13 -05:00
Jeffrey
af9bdda192 used base url 2023-09-01 05:21:28 -05:00
Jeffrey
aa392b0b3c - removed logs
- added scope configuration
- made jwks configurable
2023-08-24 21:18:35 -05:00
Jeffrey
b5cf77a718 removed import 2023-08-10 20:48:12 -05:00
Jeffrey
41cb6c3605 removed other library 2023-08-10 20:16:11 -05:00
Jeffrey
3147de54c8 added locked field. 2023-08-09 18:22:59 -05:00
Jeffrey
c2dc8a78c5 made password nullable 2023-08-08 21:55:24 -05:00
Jeffrey
d4ab6e8f0f added missing columns 2023-08-08 21:55:05 -05:00
Jeffrey
53850201a1 - created identity_provider_user table
- updated exchange to use new table
2023-08-08 21:40:11 -05:00
Jeffrey
827e51a590 Created IdentityProviderUser 2023-08-07 19:04:57 -05:00
Jeffrey
f08626acb7 Button for login. 2023-08-02 22:45:24 -05:00
Jeffrey
f2536c6bb7 switched to react-oidc-context 2023-08-02 22:35:14 -05:00
Jeffrey
8f13411ca0 loaded config from server 2023-07-30 14:09:35 -05:00
Jeffrey
630dc0976e logout 2023-07-30 10:05:04 -05:00
Jeffrey
07e8b4ec6b initial login with oidc 2023-07-30 09:15:19 -05:00
Jeffrey
5bff0840ee frontend ui configured. 2023-07-29 13:12:54 -05:00
Jeffrey
5e84e0a76f add openid-client package 2023-07-29 09:58:58 -05:00
Jeffrey
c9d1a14044 installed react-oidc 2023-07-28 22:54:17 -05:00
leroyloren
080e29aa03
fix: Update Czech translation (#485) 2023-07-27 04:07:47 +05:00
[object Object]
48c532b2c2
feat: Add edit icon to project name (#457) 2023-07-09 20:49:08 +05:00
Maksim Eltyshev
a62815f825 ref: Little refactoring 2023-06-13 12:06:28 +02:00
Maksim Eltyshev
6938232dc4 fix: Keep task edits when textarea loses focus 2023-06-13 12:04:49 +02:00
[object Object]
4c4cfa9c66
fix: Keep comment edits when textarea loses focus (#443)
Closes #441
2023-06-13 14:49:54 +05:00
Maksim Eltyshev
ba89d41b19 chore: Update chart version 2023-06-13 00:46:17 +02:00
Maksim Eltyshev
5c435414f7 chore: Update version 2023-06-13 00:25:40 +02:00
Maksim Eltyshev
2d7812a679 fix: Use creation timestamp instead of id for ordering
Closes #465
2023-06-13 00:19:17 +02:00
Maksim Eltyshev
d386c82973 fix: Fix saving milliseconds for timestamps 2023-06-12 23:54:57 +02:00
ULiiAn
6c4db967c2
fix: Fix Chinese translation (#464)
Closes #463
2023-06-12 14:51:31 +05:00
Christopher Greaves
932d8225ed
feat: Add official Helm Chart (#442)
Closes #192
2023-05-25 20:23:11 +05:00
orbatschow
0d481703da
feat: Allow postgres connections that require ssl mode (#409)
Closes #261
2023-03-06 17:54:52 +05:00
Zsh
23e2b4a622
fix: Update Chinese translation (#410) 2023-03-06 17:12:59 +05:00
LuisLiu
f4cc51e1c0
feat: Add Chinese translation (#398) 2023-03-06 17:07:00 +05:00
Maksim Eltyshev
793ddd5e20 chore: Update version 2023-02-27 22:57:52 +01:00
Maksim Eltyshev
3d84888eb1
revert: Allow postgres connections that require ssl mode (#408)
This reverts commit eea57ff121.
2023-02-28 02:56:16 +05:00
Maksim Eltyshev
02eabd203c chore: Update version 2023-02-27 19:12:59 +01:00
Maksim Eltyshev
d0a2734161 fix: Rename timer to stopwatch
Closes #392
2023-02-27 19:09:51 +01:00
orbatschow
eea57ff121
feat: Allow postgres connections that require ssl mode (#404)
Closes #261
2023-02-27 21:16:51 +05:00
Maksim Eltyshev
7e2b74627c fix: Prevent board from scrolling when it starts with non-left-click 2023-02-25 15:09:46 +01:00
Maksim Eltyshev
bee199c13b docs: Add installation link for windows 2023-02-23 16:40:16 +01:00
Maksim Eltyshev
8dd331b895 fix: Fix paths in css files when building on windows 2023-02-22 19:59:40 +01:00
Maksim Eltyshev
13f26b4be1 docs: Update information, links to documentation 2023-02-20 23:36:52 +01:00
Maksim Eltyshev
b9e64d4e91 chore: Update version 2023-02-20 11:43:04 +01:00
Maksim Eltyshev
9d35b8535b feat: Display current project and board in page title 2023-02-20 11:41:22 +01:00
Maksim Eltyshev
d622b9df4e fix: Fix line breaks in task preview
Closes #391
2023-02-20 11:33:27 +01:00
Maksim Eltyshev
8012f5319c fix: Fix import from Trello
Closes #397
2023-02-20 11:24:17 +01:00
Maksim Eltyshev
b880559134 meta: Fix documentation for installation without docker 2023-02-02 00:10:21 +01:00
Maksim Eltyshev
8a46a2e0b9 ref: Creating popups with hook, fix translation keys passing 2023-01-24 18:53:13 +01:00
Maksim Eltyshev
0f50dbde92 fix: Preserve orientation of images
Closes #384
2023-01-17 22:14:39 +01:00