summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-102-98/+136
|\
| * Update loginHandler.jsThiago Fernando2019-05-101-21/+31
| | | | | | additional option to login in ldap server with user account
| * Update ldap.jsThiago Fernando2019-05-101-77/+105
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-091-6/+6
|\|
| * fix(oidc): can not log inSamuel2019-04-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to configure wekan authenticating against LemonLDAP-NG, I used to read about errors like the following: ``` XXX: getUserInfo response: { sub: 'demoone' } XXX: userinfo: { sub: 'demoone' } {"line":"431","file":"oauth.js","message":"Error in OAuth Server: id is not defined","time":{"$date":1556286530412},"level":"warn"} Exception while invoking method 'login' { stack: 'ReferenceError: id is not defined\n at Object.handleOauthRequest (packages/wekan-oidc.js:39:68)\n at OAuth._requestHandlers.(anonymous function) (packages/oauth2.js:27:31)\n at middleware (packages/oauth.js:203:5)\n at packages/oauth.js:176:5', source: 'method' } ``` Looking at the sources, that error message seems to be right: we have several references to `id`, `uid`, `displayName` or `email`, which are not defined. Probably a typo, assuming we meant these to be strings. Applying that patch, I confirm I can finally log in: ``` XXX: getUserInfo response: { sub: 'demoone' } XXX: userinfo: { sub: 'demoone' } XXX: serviceData: { id: undefined, username: undefined, fullname: undefined, accessToken: 'e57dc4e9e81cc98c279db3ed08b1c72f', expiresAt: 1556298699213, email: undefined } XXX: profile: { name: undefined, email: undefined } ``` All the credit goes to @pcurie .
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-20348-0/+36854
|\|
| * Update package names.Lauri Ojansivu2019-04-202-3/+4
| |
| * Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-20348-0/+36853
| | | | | | | | | | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
* | Fix quotes.Lauri Ojansivu2019-04-121-5/+5
| |
* | Update packages.Lauri Ojansivu2019-04-121-0/+13
|/
* Removing submodules. Closes #977Lauri Ojansivu2017-06-231-0/+0
|
* Updated flow-router commit. Changed urlSerubin2017-03-231-0/+0
|
* Added local dependency for flow-routerSerubin2017-03-221-0/+0