Robert Scheck
4c6084ab68
Repair LDAP_REJECT_UNAUTHORIZED=false (broken by commit 31f8912, fixes #3493 )
...
Previous commit 31f89121fe happened to fix
CVE-2021-3309, but unfortunately breaks LDAP_REJECT_UNAUTHORIZED=false.
2021-01-28 11:31:50 +01:00
tod31
aa22d4e569
Update template-integration.js
...
add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
2021-01-26 13:50:56 +01:00
Lauri Ojansivu
ba336de74b
Merge pull request #3485 from robert-scheck/ldap_ca_cert_line_breaks
...
Handle '\n' line breaks in PEM-encoded SSL/TLS certificates
2021-01-26 00:49:59 +02:00
Robert Scheck
927d15f2d8
Handle '\n' line breaks in PEM-encoded SSL/TLS certificates
...
For example Podman, handling OCI containers, does not seem to have
a way to pass multi-line strings via env files (and Docker seems to
have the same issue at least outside of docker-compose). Thus this
change allows 'LDAP_CA_CERT' to handle a string with '\n', because
currently only 0x0A aka LF might work. An example for additionally
supported format:
LDAP_CA_CERT=-----BEGIN CERTIFICATE-----\n...\n...\n...\n-----END CERTIFICATE-----
See also: https://github.com/wekan/wekan/issues/3484
2021-01-25 23:46:48 +01:00
Robert Scheck
31f89121fe
Reject by default LDAP connections not authorized via CA trust store
...
See also: https://github.com/wekan/wekan/issues/3482
2021-01-25 23:42:22 +01:00
Lauri Ojansivu
1a049e4499
Fixed LDAP Group Filters not working in docker.
...
Thanks to Sancretor !
Fixes wekan/wekan-ldap#86
2021-01-19 19:31:10 +02:00
Lauri Ojansivu
3977f2187a
Try to allow links to onenote, mailspring and file.
...
Thanks to lime918, rgalonso, ocdtrekkie, gkarachuk and xet7 !
Fixes #1615
2021-01-13 00:02:17 +02:00
Lauri Ojansivu
5f647fd2ab
Try to fix Color picker of lists is empty. Part 3.
...
Thanks to bronger and xet7 !
Related #3418
2021-01-06 15:47:21 +02:00
Lauri Ojansivu
6007fe263e
Try to fix Color picker of lists is empty. Part 2.
...
Thanks to bronger and xet7 !
Related #3418
2021-01-06 15:43:46 +02:00
Lauri Ojansivu
26921a9c36
Try to fix Color picker of lists is empty.
...
Thanks to bronger and xet7 !
Related #3418
2021-01-06 15:32:47 +02:00
brian-j
1741808e53
Replace tabs with spaces
2020-11-10 22:01:04 -03:00
brian-j
0180196d7e
Alter call to sanitizeXss
...
Addressing feature: Custom URL Schemes autolinked #3218
Create a custom SafeAttrValue function which can allow non-standard protocols such as thunderlink: cbthunderlink: and aodroplink: to operate correctly without getting the value stripped away. Any other protocols and code remain to be processed by the default safeAttrValue routine.
2020-11-10 18:03:17 -03:00
Girish Ramakrishnan
e79e0cfb66
ldap: sync email address
2020-11-03 14:25:42 -08:00
Samuel MARTIN MORO
ae9d82430a
fix(oidc): wekan/wekan#3299
2020-11-01 20:48:50 +01:00
Lauri Ojansivu
ec8a78537f
Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true.
...
Thanks to xet7 !
2020-10-02 23:15:39 +03:00
Lauri Ojansivu
7173e293ef
Try to fix Snap.
2020-09-14 21:26:35 +03:00
Lauri Ojansivu
d2b84c7773
Try to fix Snap.
2020-09-14 20:55:04 +03:00
Lauri Ojansivu
214c86cc22
Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work.
...
See https://github.com/wekan/wekan/wiki/SAML and https://github.com/wekan/wekan/wiki/CAS
Thanks to xet7 !
Related #3204 ,
related #708
2020-09-14 19:57:50 +03:00
Lauri Ojansivu
f6bdb4d694
- Remove mouse scroll settings of already removed custom scrollbar.
...
- Add setting OAUTH2_ADFS_ENABLED=false
- Add testing for both string and boolean version of true
Thanks to xet7 !
Fixes #2949
2020-09-13 09:41:53 +03:00
phaseshift3r
a1f9536657
Update oidc_server.js
...
added hack for getting the claims in the accessToken instead of the /adfs/oauth2/userinfo endpoint
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/overview/ad-fs-faq#i-am-trying-to-get-additional-claims-on-the-user-info-endpoint-but-its-only-returning-subject-how-can-i-get-additional-claims
Environment variable needed set
OAUTH2_ADFS=true
2020-09-11 11:16:28 +02:00
Lauri Ojansivu
20b0177105
Changed markdown from marked to markdown-it. Added emoji support https://github.com/wekan/wekan/wiki/Emoji
...
Thanks to xet7 !
Fixes #2696 ,
fixes #1537
2020-09-11 02:04:17 +03:00
Lauri Ojansivu
bf18792d77
Reverted incomplete fix for "Checklist + card title with starting number and point", because it disabled some markdown. Related #2696
...
More fixes to GFM checklist not displayed properly in card title, fixes #2818
Thanks to xet7 !
2020-09-09 08:52:37 +03:00
Lauri Ojansivu
41b1c55988
Disable list formatting and converting to HTML.
...
Fixes:
- Checklist + card title with starting number and point #2696
- How to begin a card title with "3. "? #1421
- GFM checklist not displayed properly in card title #2818
Thanks to xet7 !
Fixes #2696 ,
fixes #1421 ,
fixes #2818
2020-09-05 02:50:36 +03:00
Lauri Ojansivu
cfcbf640d6
Update dependencies.
...
Thanks to developers of dependencies.
2020-09-05 01:36:43 +03:00
Lauri Ojansivu
d344c39d49
Delete markdown demo that is not in use.
...
Thanks to xet7 !
2020-09-04 22:44:40 +03:00
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
2020-08-28 11:46:51 +01:00
Lauri Ojansivu
7e4b791c29
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
...
Thanks to danger89 and xet7 !
Related #2949
2020-08-27 03:15:00 +03:00
Lauri Ojansivu
f57ed2990f
Update dependencies.
2020-07-18 09:54:37 +03:00
Lauri Ojansivu
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
2020-06-18 02:00:51 +03:00
Lauri Ojansivu
f245b6b7fa
Update users.js etc with global search replace, to try to fix selecting correct user.
...
Thanks to xet7 !
2020-06-17 20:21:44 +03:00
Marc Hartmayer
1f85b25549
WIP: markdown
2020-06-06 11:26:56 +02:00
Marc Hartmayer
399ddd2dab
Update markedjs package
...
Update `markedjs` to commit
7b3036f8c0 .
This fixes the issue https://github.com/wekan/wekan/issues/3148 .
2020-06-03 23:10:25 +02:00
Cansu Kavili
2c792363bf
ocp hack added
2020-04-13 14:03:19 +02:00
Lauri Ojansivu
ed9ba169fe
Update dependencies.
2020-03-14 14:08:48 +02:00
Lauri Ojansivu
4720a6fbc3
Fix to be valid JSON.
2020-03-14 14:07:15 +02:00
Lauri Ojansivu
f4e2bc0d32
Update dependencies.
2020-03-14 13:06:17 +02:00
Lauri Ojansivu
6e0fa78022
Update markdown.
2020-03-14 12:03:34 +02:00
Lauri Ojansivu
2b26bbe78a
Fix: img tag did not allow width and height.
...
Removed swipebox from markdown editor img tag and
updated marked markdown to newest version.
Thanks to hradec and xet7 !
Closes #2956
2020-03-06 03:52:12 +02:00
Lauri Ojansivu
9d13001b90
Add settings for mouse wheen scroll inertia and scroll amount.
...
For example:
sudo snap set scrollinertia='200'
sudo snap set scrollamount='200'
Thanks to danger89 and xet7 !
Related #2949
2020-03-05 21:51:03 +02:00
Benoit MOUQUET
b26e65c70c
Fix: Error when retrieve token from some OIDC due to not necessary scope parameter
2020-03-05 12:52:46 +01:00
Bojan Hartmann
7bba07ccbf
Implemented Nextcloud OAuth2 Hack
...
Fixed: OAuth2 authentication via Nextcloud(tested Nextcloud 17.0.2-18.0.0)
Todo: actually use the profile data: Fullname and Email in Profile
2020-01-22 22:28:03 +01:00
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
2020-01-18 16:01:02 +02:00
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
2020-01-11 13:08:29 +02:00
Lauri Ojansivu
599ace1db7
Fix slow scroll on card detail by setting scrollInertia to 0.
...
Thanks to cafeoh !
Closes #2179
2019-11-20 23:40:04 +02:00
Tobias
2bd48bc45c
add settings field for LDAP user authentication field
2019-08-04 11:12:21 +02:00
Jean-Christophe Haessig
be44fb8aea
Makes LDAP background sync work. If the sync interval is unspecified, falls back to a hourly default.
2019-07-19 09:30:35 +02:00
Lauri Ojansivu
22319e8dfe
Revert including local wekan-cfs-access-point, because it did not work.
2019-07-14 21:27:23 +03:00
Lauri Ojansivu
72604d5d73
Add cfs-access-point as local package included in Wekan repo,
...
to hopefully make Wekan all deps work directly with command `meteor`.
Thanks to xet7 !
2019-07-14 21:09:47 +03:00
Lauri Ojansivu
38a238df80
Merge branch 'edge' into meteor-1.8
2019-06-12 06:37:34 +03:00
Lauri Ojansivu
8b31c0768c
Try to fix OIDC login.
...
Thanks to xet7 !
2019-06-12 06:29:57 +03:00