summaryrefslogtreecommitdiffstats
path: root/server/authentication.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix checkBoardAccess authentication checkRobert Lebedeu2019-12-161-1/+1
|
* Add check for isActive.Lauri Ojansivu2019-07-171-1/+1
| | | | Thanks to xet !
* Prettier & eslint project style updateJustin Reynolds2019-06-281-14/+13
|
* Add back [OAuth2 idTokenWhitelistFields default empty ↵Lauri Ojansivu2019-06-131-1/+1
| | | | | | array](https://github.com/wekan/wekan/commit/8b31c0768c34fc4557b54cec936a0b4288a8e722#commitcomment-33921882). Thanks to moserben16 !
* Try to fix OIDC login.Lauri Ojansivu2019-06-121-2/+4
| | | | Thanks to xet7 !
* Fix Scope parsing Issue for OAuth2 LoginDominikPf2019-05-231-1/+1
|
* - Fix: OAuth2 Requested Scopes are wrong / cannot be configured.Lauri Ojansivu2019-05-221-2/+2
| | | | | | Thanks to DominikPf and xet7 ! Closes #2412
* - OAUTH2_LOGIN_STYLE popup or redirect, part 2.Lauri Ojansivu2019-03-211-1/+1
| | | | Thanks to xet7 !
* - Fix OIDC error "a.join is not a function" b revertingLauri Ojansivu2019-02-271-2/+2
| | | | | | | | | | | configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. Thanks to xet7 ! Closes #2206, Related #1874, Related #1722
* - Fix OAuth2 requestPermissions.Lauri Ojansivu2019-02-251-1/+1
| | | | | | Thanks to xet7 ! Closes #1722
* - Add missing text .envLauri Ojansivu2019-02-231-1/+1
| | | | Thanks to Vanila Chat user .gitignore !
* - Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDSLauri Ojansivu2019-02-131-2/+2
| | | | | | | | and OAUTH2_REQUEST_PERMISSIONS. Thanks to xet7. Related #1874
* - Revert [Sandstorm API ↵Lauri Ojansivu2019-01-301-21/+0
| | | | | | | | | | | changes](https://github.com/wekan/wekan/commit/be03a191c4321c2f80116c0ee1ae6c826d882535 that were done at [Wekan v2.05](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v205-2019-01-27-wekan-release) to fix #2143. Thanks to pantraining and xet7 ! Closes #2143
* - Try to have some progress on Wekan Sandstorm API. I did not get it fully ↵Lauri Ojansivu2019-01-271-0/+21
| | | | | | working yet. Thanks to xet7.
* Remove console.logLauri Ojansivu2018-10-251-1/+0
|
* - Try to fix: Impossible to connect to LDAP if UserDN contain space(s) #1970Lauri Ojansivu2018-10-251-1/+1
| | | | Thanks to Akuket and xet7 !
* - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-15/+19
| | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
* Merge branch 'devel' of https://github.com/salleman33/wekan into ↵Lauri Ojansivu2018-08-241-0/+19
|\ | | | | | | salleman33-devel
| * authentification oauth2Allemand Sylvain2018-04-091-0/+19
| |
* | Fix lint error in Fibers size settingLauri Ojansivu2018-04-181-1/+2
| |
* | Fix Node Fibers 100% CPU issue.Lauri Ojansivu2018-04-161-0/+7
|/ | | | | | Thanks to kentonv ! Related wekan/wekan-mongodb#2, related meteor/meteor#9796
* Fix: Error after sending invitation and joining board:Lauri Ojansivu2017-11-191-1/+2
| | | | | Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined. Thanks to nztqa ! Closes #1331
* Add the ability for the admin :soohwa2017-10-131-0/+5
| | | | | | - disabling a login for a user (not himself) - enabling a login for a user - transfering the ownership of all user's boards to himself
* Fixed eslint errorsmayjs2017-05-151-3/+3
|
* Extracted board access check functionmayjs2017-05-151-0/+9
|
* Added a simple authorization functionmayjs2017-05-151-0/+12
|
* Added a non restrictive authentication functionmayjs2017-05-151-0/+10
|
* add token authentication, only admin can use apihuneau romain2017-05-111-0/+21