Tobias Wolf
452e2e2408
Fix "PROPAGATE_OIDC_DATA" mechanism if "info.groups" is undefined
...
This may happen if no group information is shared via OAuth2/OIDC but synchronization of user data is intended by WeKan administration. Without the patch the following exception is raised:
Error in OAuth Server: groups is not iterable
2 years ago
Lauri Ojansivu
df40384200
Found and fixed more InvisibleBleed of WeKan. Part 2.
...
Thanks to xet7 !
2 years ago
Lauri Ojansivu
4c016169c5
Found and fixed more InvisibleBleed of WeKan.
...
Thanks to xet7 !
2 years ago
Lauri Ojansivu
167863d957
Escape HTML comment tags so that HTML comments are visible.
...
Thanks to xet7 !
2 years ago
Lauri Ojansivu
2da7b1d542
Fix LDAP Group Filtering does not work.
...
Thanks to emilburggraf, psteinforth, craig-silva, Daniel-H76, benh57, falkheiland and xet7 !
Fixes wekan/ldap#64
2 years ago
Lauri Ojansivu
67500abcd4
Removed Mermaid, because newest Mermaid does not work anymore.
...
Thanks to xet7 !
2 years ago
Lauri Ojansivu
fd9478dc57
Try to fix build errors on some platforms.
...
Thanks to xet7 !
Related #4842
2 years ago
Lauri Ojansivu
382168a5b4
Try to fix some security issues. Part 2.
...
Thanks to responsible security disclosure contributors and xet7 !
2 years ago
Lauri Ojansivu
ff993e7c91
Try to fix some security issues.
...
Thanks to responsible security disclosure contributors and xet7 !
2 years ago
Lauri Ojansivu
bc67b5c3bc
Fix OIDC login loop for integer user ID.
...
Thanks to danielkaiser !
Fixes #4795 ,
related f2a92be01a
2 years ago
Lauri Ojansivu
f2a92be01a
Fix OIDC login loop for integer user ID.
...
Thanks to danielkaiser and xet7 !
Fixes #4795
2 years ago
viehlieb
1914422181
remove Meteor call for starting group routine onLogin - since hook is not called
2 years ago
viehlieb
d90e78e417
move logic for group routine to wekan-oidc package
2 years ago
Johannes Zellner
2ad56af57b
Provide a copy of escapedToHex() from ldapjs
...
Since this is not exported by the upstream module, a copy was made.
3 years ago
Lauri Ojansivu
252b2f6f87
Try to fix #4754 LDAP CN escape. Please test.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
743d9d2be8
Try to fix Unescaped char in CN at LDAP, by updating to ldapjs to 2.3.3 and adding escape.
...
Thanks to xUndero, mfilser, gramakri and xet7 !
Fixes #4754
3 years ago
Lauri Ojansivu
2573d325e6
Try to fix Mermaid Diagram error in Chrome: Maximum call stack size exceeded.
...
Thanks to xet7 !
3 years ago
Justin Zhang
bfb0c05e83
Support subpath deployment
...
- Make css font reference relative
- Fix cover image loading error
3 years ago
Lauri Ojansivu
aeac6e605b
Try to fix Mermaid Diagram error: Maximum call stack size exceeded.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
0e5f98fd96
Try to fix again Mermaid Diagram error: Maximum call stack size exceeded.
...
Thanks to xet7 !
Fixes #4251
3 years ago
Lauri Ojansivu
1e4fba3ec8
Added back autologin, because reverting it broke Google OIDC login.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
43a7096753
Revert autologin, because it broke OIDC login with Keycloak.
...
Thanks to wb9688 and xet7 !
Fixes #4660 ,
related https://github.com/wekan/wekan/pull/4588
3 years ago
Lauri Ojansivu
e81900178e
Added LaTex support to all input fields with markdown-it-mathjax3.
...
Examples: https://github.com/wekan/wekan/wiki/LaTeX
Thanks to DoktorScience !
Fixes #4589
3 years ago
viehlieb
c5dd0b729d
get ServiceConfiguration from server
3 years ago
viehlieb
84d51393e4
enable redirect to oidc provider to empower sso solutions even further
3 years ago
Lauri Ojansivu
4f44c5bf87
Removed wekan-accounts-sandstorm .test-app directory, that could not be git cloned on Windows.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
3ed1fc3e6b
Fix redirects needs to be done in sync.
...
Thanks to nebulade and xet7 !
Fixes #4514
3 years ago
Lauri Ojansivu
00768b4392
Added back WeKan lockout, ldap, oidc, cas.
...
Thanks to xet7 !
3 years ago
viehlieb
2e354f9b1e
wip redirect on landing page and logout to oidc provider
3 years ago
Martin Filser
2856cf9baa
Upgrade wekan-accounts-sandstorm to Meteor 2.7 dependencies
...
Clone of Repository:
3ba279df92
3 years ago
Lauri Ojansivu
255eac9f98
Fix typos.
3 years ago
Lauri Ojansivu
f260b7ba88
Added Sandstorm Accounts.
3 years ago
Martin Filser
6d0f0c3606
meteor-autosize, on_use replaced with onUse, add_files replaced with addFiles
3 years ago
Jan Dvorak
eb745106d8
Replace Picker for community packages version & small
3 years ago
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
3 years ago
Lauri Ojansivu
3394f54fb4
Fixed LDAP authentication doesn't support mutliple emails in LDAP accounts.
...
Thanks to buzztiaan !
Fixes #4452
3 years ago
Daniel Kaiser
ada770c9e6
Update oidc_server.js
3 years ago
viehlieb
9179e5ea71
added Readme
3 years ago
viehlieb
f90875d8ef
updating teams from oidc possible, fixed undefined error, no need for extra login to assign/create teams/orgs
3 years ago
viehlieb
263b405fc8
minor changes to README
3 years ago
viehlieb
a0dbfa1f7e
add README and functionality for more control through oidc - create teams/orgs if not exist and addto user - make user admin when flag is set
3 years ago
viehlieb
db6fc57515
fix userwas used before assignment
3 years ago
viehlieb
6b404da9f8
add functionality for oidc login to change MongoDB data for email, fullname, username, user.teams
3 years ago
Lauri Ojansivu
0e0bea0139
Merged meteor-files changes PR and removed wekan-cfs.
3 years ago
Lauri Ojansivu
40265144af
Upgrade to Meteor 2.3.4
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
443b40cff3
Fixed Mermaid Diagram error: Maximum call stack size exceeded.
...
Thanks to xet7 !
Fixes #4251
3 years ago
Lauri Ojansivu
998d2f5b44
Part 2: Temporarily remove Mermaid Diagram because even after updating to newest Mermaid it still has bug https://github.com/wekan/wekan/issues/4251
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
23a403644c
Temporarily remove Mermaid Diagram because even after updating to newest Mermaid it still has bug https://github.com/wekan/wekan/issues/4251
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
f67a174c4a
Re-enables custom schemes auto linking.
...
Thanks to chrisi51 !
Related https://github.com/wekan/wekan/pull/4059
4 years ago
Lauri Ojansivu
a3d41c560b
Revert "Re-enables custom schemes auto linking" https://github.com/wekan/wekan/pull/4059 because Markdown links did not work, commented out some code.
...
Thanks to mfilser and xet7 !
Related https://github.com/wekan/wekan/pull/4059
4 years ago