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.
4 years ago
tod31
aa22d4e569
Update template-integration.js
...
add custom URL schemes for SolidWorks PDM (conisio:) and abas ERP (abasurl:)
4 years ago
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
4 years ago
Robert Scheck
31f89121fe
Reject by default LDAP connections not authorized via CA trust store
...
See also: https://github.com/wekan/wekan/issues/3482
4 years ago
Lauri Ojansivu
1a049e4499
Fixed LDAP Group Filters not working in docker.
...
Thanks to Sancretor !
Fixes wekan/wekan-ldap#86
4 years ago
Lauri Ojansivu
3977f2187a
Try to allow links to onenote, mailspring and file.
...
Thanks to lime918, rgalonso, ocdtrekkie, gkarachuk and xet7 !
Fixes #1615
4 years ago
Lauri Ojansivu
5f647fd2ab
Try to fix Color picker of lists is empty. Part 3.
...
Thanks to bronger and xet7 !
Related #3418
4 years ago
Lauri Ojansivu
6007fe263e
Try to fix Color picker of lists is empty. Part 2.
...
Thanks to bronger and xet7 !
Related #3418
4 years ago
Lauri Ojansivu
26921a9c36
Try to fix Color picker of lists is empty.
...
Thanks to bronger and xet7 !
Related #3418
4 years ago
brian-j
1741808e53
Replace tabs with spaces
5 years ago
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.
5 years ago
Girish Ramakrishnan
e79e0cfb66
ldap: sync email address
5 years ago
Samuel MARTIN MORO
ae9d82430a
fix(oidc): wekan/wekan#3299
5 years ago
Lauri Ojansivu
ec8a78537f
Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
7173e293ef
Try to fix Snap.
5 years ago
Lauri Ojansivu
d2b84c7773
Try to fix Snap.
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
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
5 years ago
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 !
5 years ago
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
5 years ago
Lauri Ojansivu
cfcbf640d6
Update dependencies.
...
Thanks to developers of dependencies.
5 years ago
Lauri Ojansivu
d344c39d49
Delete markdown demo that is not in use.
...
Thanks to xet7 !
5 years ago
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
Lauri Ojansivu
7e4b791c29
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
...
Thanks to danger89 and xet7 !
Related #2949
5 years ago
Lauri Ojansivu
f57ed2990f
Update dependencies.
5 years ago
Lauri Ojansivu
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f245b6b7fa
Update users.js etc with global search replace, to try to fix selecting correct user.
...
Thanks to xet7 !
5 years ago
Marc Hartmayer
1f85b25549
WIP: markdown
5 years ago
Marc Hartmayer
399ddd2dab
Update `markedjs` package
...
Update `markedjs` to commit
7b3036f8c0
.
This fixes the issue https://github.com/wekan/wekan/issues/3148 .
5 years ago
Cansu Kavili
2c792363bf
ocp hack added
5 years ago
Lauri Ojansivu
ed9ba169fe
Update dependencies.
5 years ago
Lauri Ojansivu
4720a6fbc3
Fix to be valid JSON.
5 years ago
Lauri Ojansivu
f4e2bc0d32
Update dependencies.
5 years ago
Lauri Ojansivu
6e0fa78022
Update markdown.
5 years ago
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
5 years ago
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
5 years ago
Benoit MOUQUET
b26e65c70c
Fix: Error when retrieve token from some OIDC due to not necessary scope parameter
5 years ago
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
5 years ago
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
5 years ago
Lauri Ojansivu
599ace1db7
Fix slow scroll on card detail by setting scrollInertia to 0.
...
Thanks to cafeoh !
Closes #2179
6 years ago
Tobias
2bd48bc45c
add settings field for LDAP user authentication field
6 years ago
Jean-Christophe Haessig
be44fb8aea
Makes LDAP background sync work. If the sync interval is unspecified, falls back to a hourly default.
6 years ago
Lauri Ojansivu
22319e8dfe
Revert including local wekan-cfs-access-point, because it did not work.
6 years ago
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 !
6 years ago
Justin Reynolds
3d63b6006b
Auto linting on commit
6 years ago
Justin Reynolds
c60e80d25b
Add createdAt and modifiedAt to all collections
6 years ago
Lauri Ojansivu
8b31c0768c
Try to fix OIDC login.
...
Thanks to xet7 !
6 years ago