summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-108-6/+53
|\
| * v2.67v2.67Lauri Ojansivu2019-05-104-5/+5
| |
| * Update changelog.Lauri Ojansivu2019-05-101-0/+2
| |
| * Update changelog.Lauri Ojansivu2019-05-101-0/+9
| |
| * - Add Feature: Move board to Archive button at each board at All Boards page.Lauri Ojansivu2019-05-104-2/+38
| | | | | | | | | | | | Thanks to xet7 ! Related #2389
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-0910-8/+86
|\|
| * v2.66v2.66Lauri Ojansivu2019-05-094-5/+5
| |
| * Delete user feature.Lauri Ojansivu2019-05-091-1/+9
| |
| * Prevent data loss.Lauri Ojansivu2019-05-091-10/+16
| | | | | | | | Thanks to xet7 !
| * Merge pull request #2384 from Akuket/origin/edgeLauri Ojansivu2019-05-096-2/+62
| |\ | | | | | | Delete user feature
| | * Delete user featureguillaume2019-04-266-2/+62
| | |
| * | Update changelog.Lauri Ojansivu2019-05-091-0/+4
| | |
| * | Fix missing profile checks.Lauri Ojansivu2019-05-0914-36/+42
| | | | | | | | | | | | Thanks to justinr1234 !
* | | Merge branch 'meteor-1.8' of github.com:wekan/wekan into meteor-1.8Lauri Ojansivu2019-05-091-5/+5
|\ \ \
| * | | Update packages.Lauri Ojansivu2019-05-091-5/+5
| | | |
* | | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-05-0921-99/+810
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #2395 from guyzyl/develLauri Ojansivu2019-05-097-12/+13
| |\ \ | | | | | | | | Fixed RTL issue #884
| | * | Fixed RTL issue #884Guy Zylberberg2019-05-087-12/+13
| | | |
| * | | Update translations.Lauri Ojansivu2019-05-082-5/+5
| | | |
| * | | Update translations. Add Chinese (Hong Kong).Lauri Ojansivu2019-05-069-58/+759
| | | |
| * | | Update changelog.Lauri Ojansivu2019-04-291-0/+9
| | | |
| * | | Update translations.Lauri Ojansivu2019-04-292-8/+8
| |/ /
| * | Merge pull request #2385 from faust64/patch-1Lauri Ojansivu2019-04-261-6/+6
| |\ \ | | | | | | | | fix(oidc): can not log in
| | * | 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 .
| * / Update translations.Lauri Ojansivu2019-04-265-15/+15
| |/
* | Merge pull request #2396 from justinr1234/wekan-profile-checksLauri Ojansivu2019-05-0912-35/+39
|\ \ | | | | | | Fix missing profile checks
| * | Fix missing profile checksJustin Reynolds2019-05-0812-35/+39
|/ /
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-242-4/+4
|\|
| * Update translations.Lauri Ojansivu2019-04-242-4/+4
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-2458-105/+293
|\|
| * v2.65v2.65Lauri Ojansivu2019-04-244-6/+12
| |
| * Update translations.Lauri Ojansivu2019-04-2449-49/+97
| |
| * Merge branch 'Akuket-edge' into edgeLauri Ojansivu2019-04-245-28/+152
| |\
| | * fix lintsguillaume2019-04-241-3/+3
| | |
| | * Loading authentication pageguillaume2019-04-245-26/+150
| | |
| * | Update translations.Lauri Ojansivu2019-04-246-24/+24
| | |
| * | Update changelog.Lauri Ojansivu2019-04-241-0/+10
| | |
| * | - Remove from card menu, because they also exist at card:Lauri Ojansivu2019-04-241-7/+7
| |/ | | | | | | | | | | | | | | | | members, labels, attachments, dates received/start/due/end. Thanks to sfahrenholz, jrsupplee and xet7 ! Closes #2242, related https://community.vanila.io/?t=517527b6-3d84-4e9d-b2ec-6f560a9cfdf7
* | Merge branch 'meteor-1.8' of github.com:wekan/wekan into meteor-1.8Lauri Ojansivu2019-04-230-0/+0
|\ \
| * | Upgrade pip also.Lauri Ojansivu2019-04-231-1/+1
| | |
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-2363-66/+388
|\ \ \ | |/ / |/| / | |/
| * v2.64v2.64Lauri Ojansivu2019-04-234-6/+6
| |
| * Update translations (es).Lauri Ojansivu2019-04-231-2/+2
| |
| * [Board Archive: Delete ↵Lauri Ojansivu2019-04-231-0/+9
| | | | | | | | | | | | | | | | Card/List/Swimlane](https://github.com/wekan/wekan/pull/2376). Thanks to Akuket ! Closes #1625
| * Update translations.Lauri Ojansivu2019-04-2349-49/+241
| |
| * Merge branch 'Akuket-feature/removeArchived' into edgeLauri Ojansivu2019-04-2310-14/+135
| |\
| | * remove featureguillaume2019-04-2310-14/+135
| |/
| * Remove python2 from Dockerfile, to make Docker image smaller.Lauri Ojansivu2019-04-231-1/+2
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-235-5/+15
|\|
| * v2.63v2.63Lauri Ojansivu2019-04-234-4/+14
| |