summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - [View markdown on List names, Custom Fields (Text and Dropdown), Label names,Lauri Ojansivu2019-05-118-13/+32
| | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
* v2.69v2.69Lauri Ojansivu2019-05-114-5/+5
|
* Update changelog.Lauri Ojansivu2019-05-111-0/+9
|
* - Fix translation name in Wekan menu: oc to Occitan.Lauri Ojansivu2019-05-112-0/+4
| | | | Thanks to xet7 !
* v2.68v2.68Lauri Ojansivu2019-05-104-6/+6
|
* Update changelog.Lauri Ojansivu2019-05-101-0/+13
|
* Option to login to the LDAP server with the user's own username and ↵Lauri Ojansivu2019-05-107-1/+19
| | | | | | | | | | | password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399
* Merge branch 'thiagofernando-devel' into develLauri Ojansivu2019-05-102-98/+136
|\
| * Merge branch 'devel' of https://github.com/thiagofernando/wekan into ↵Lauri Ojansivu2019-05-102-98/+136
|/| | | | | | | thiagofernando-devel
| * 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 pull request #1 from wekan/develThiago Fernando2019-05-10660-4984/+77480
| |\ | | | | | | ldap changes
* | | 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
* | 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 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
|/ /
* | Update translations.Lauri Ojansivu2019-04-242-4/+4
| |
* | 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
* | 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 !
* | v2.63v2.63Lauri Ojansivu2019-04-234-4/+14
| |
* | Remove caddy plugins http.filter, http.ipfilter and http.realip from caddyLauri Ojansivu2019-04-231-1/+1
| | | | | | | | | | | | | | because they are currently broken, preventing download of caddy during Wekan Snap build. Thanks to xet7 !