Lauri Ojansivu
c936d83b38
Reverted all previous Oauth2 filepath code, thinking is there some better way.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/5619 ,
related https://github.com/wekan/wekan/pull/5616
2024-12-13 01:51:42 +02:00
Lauri Ojansivu
83d22c9ebf
Updated translations.
2024-12-12 04:47:22 +02:00
Lauri Ojansivu
02f45f4e65
Merge pull request #5614 from NadavTasher/feature/change-default-maximum-width-for-lists
...
Changed the default maximum list width
2024-12-12 03:13:05 +02:00
Lauri Ojansivu
da2ba45456
Merge pull request #5618 from NadavTasher/bugfix/weird-dragscroll-behaviour-in-lists-view
...
Fix buggy behaviours in board dragscrolling
2024-12-12 03:12:49 +02:00
Lauri Ojansivu
0566f7c89b
Merge pull request #5616 from walster001/main
...
Add functionality to cross-check emails against a known local server-side file on OIDC login.
2024-12-12 03:11:24 +02:00
Nadav Tasher
30a2e8b990
Fix dragscroll getting stuck on view changes
2024-12-11 23:04:10 +02:00
Nadav Tasher
81b2bce385
Allow dragscrolling the board in Lists view mode
2024-12-11 22:19:52 +02:00
walster001
a5347cfcac
Update wekan-help with local file email changes.
2024-12-12 00:52:28 +10:30
walster001
3422db31ee
Local email checking modifications
2024-12-12 00:47:14 +10:30
walster001
755880ec90
Add OAUTH2 Email check keys
2024-12-12 00:41:19 +10:30
walster001
30273709ae
Add support for external email verification
...
Add support for external email verification against OIDC login script. This will check local file for presence of email and log the user in if it is or deny them if it isn't.
2024-12-12 00:34:22 +10:30
Nadav Tasher
17f4bbde20
Changed the default maximum list width
2024-12-10 21:23:12 +02:00
Lauri Ojansivu
575e3750f1
Updated translations.
2024-12-09 23:05:57 +02:00
Lauri Ojansivu
d7c8eced81
Revert changing URLs and email addresses.
2024-12-09 18:00:14 +02:00
Lauri Ojansivu
86fda62a48
Merge branch 'main' of github.com:wekan/wekan
2024-12-08 17:07:46 +02:00
Lauri Ojansivu
a4ec20a7c8
Merge remote-tracking branch 'origin/feature-accessibility'
2024-12-08 17:07:39 +02:00
Lauri Ojansivu
90653c1472
Updated translations.
2024-12-08 17:06:29 +02:00
Lauri Ojansivu
30ec59140c
Updated ChangeLog.
2024-12-08 15:04:17 +02:00
Lauri Ojansivu
f689d1688a
Updated URLs and email addresses.
...
Thanks to xet7 !
2024-12-08 15:02:43 +02:00
Lauri Ojansivu
57e545e7c4
Updated translations.
2024-12-08 15:01:48 +02:00
Lauri Ojansivu
d0ea8e3a81
v7.72
2024-12-08 03:08:28 +02:00
Lauri Ojansivu
c188d2bf65
Updated translations.
2024-12-08 03:01:51 +02:00
Lauri Ojansivu
75b3421222
Updated ChangeLog.
2024-12-08 02:59:15 +02:00
Lauri Ojansivu
c062bd63bb
Fix in API user role is not considered.
...
Thanks to mohammadZahedian and xet7 !
Fixes #5422
2024-12-08 02:56:37 +02:00
Lauri Ojansivu
0c753e85a8
Updated ChangeLog.
2024-12-08 02:02:26 +02:00
Lauri Ojansivu
32770c02ad
Updated translations.
2024-12-08 01:02:19 +02:00
Lauri Ojansivu
133dd55f4c
Merge branch 'feature/optional-auto-width' of https://github.com/NadavTasher/wekan
2024-12-08 00:33:58 +02:00
Nadav Tasher
d1e2db9cb8
Replace Session.get with utility call
2024-12-07 21:26:25 +02:00
Nadav Tasher
52a02409f0
Use utility function instead of Session.get
2024-12-07 20:37:11 +02:00
Nadav Tasher
eb3377deb8
Revert "Use utility function is autoWidth function"
...
This reverts commit c06bcac9f3
.
2024-12-07 20:35:15 +02:00
Nadav Tasher
c06bcac9f3
Use utility function is autoWidth function
2024-12-07 19:47:19 +02:00
Nadav Tasher
f9f0523112
Updated translations with new texts for auto-width support
2024-12-07 19:00:51 +02:00
Nadav Tasher
f7aa5d0871
Add auto-width and constraint support in list
2024-12-07 19:00:08 +02:00
Nadav Tasher
9576f6807b
Add missing functions to users model for auto-width
2024-12-07 18:59:30 +02:00
Nadav Tasher
efe50a65ee
Add list constraint support in set-width popup
2024-12-07 18:59:01 +02:00
Nadav Tasher
fb34dd6114
Add auto-width board-header toggle
2024-12-07 18:57:34 +02:00
Nadav Tasher
2ebff3a864
Revert adding migration
2024-12-07 18:56:40 +02:00
Lauri Ojansivu
a3f70735ac
Fix WeKan Snap Candidate v7.71 build. There was old version number.
...
Thanks to xet7 !
2024-12-06 11:22:07 +02:00
Lauri Ojansivu
e1fd915ecd
Updated ChangeLog.
2024-12-06 08:31:39 +02:00
Nadav Tasher
0097674fc0
Added initial support for auto-width lists option
2024-12-05 21:46:35 +02:00
Lauri Ojansivu
f6341de610
Updated ChangeLog.
2024-12-05 15:55:49 +02:00
Lauri Ojansivu
17d5fae7bb
Updated release scripts: Disabled Docker registry sync. Only pushing WeKan to GitHub, Quay and Docker Hub.
...
Thanks to xet7 !
2024-12-05 15:52:14 +02:00
Lauri Ojansivu
05eca83b15
v7.71
2024-12-05 13:35:32 +02:00
Lauri Ojansivu
6d004b2095
Updated ChangeLog.
2024-12-05 10:33:31 +02:00
Lauri Ojansivu
46327f19a1
To menu right top username, added Support, to have info about from where to get support.
...
Thanks to xet7 !
2024-12-05 10:29:15 +02:00
Lauri Ojansivu
d4c8ea9361
v7.70
2024-12-04 18:41:05 +02:00
Lauri Ojansivu
7af0ddc226
Updated ChangeLog.
2024-12-04 14:18:43 +02:00
Lauri Ojansivu
80ea1782f9
Move card to archive, add shortcut key ÷ for Persian keyboard.
...
Thanks to mohammadZahedian and xet7 !
Fixes https://github.com/wekan/wekan/pull/5589 ,
fixes https://github.com/wekan/wekan/pull/5576 .
2024-12-04 14:11:10 +02:00
Lauri Ojansivu
aa46b42356
Updated ChangeLog.
2024-12-04 13:08:25 +02:00
Lauri Ojansivu
3cd069ffb9
Merge pull request #5598 from wekan/dependabot/github_actions/docker/build-push-action-6.10.0
...
Bump docker/build-push-action from 6.9.0 to 6.10.0
2024-12-03 13:39:14 +02:00