Lauri Ojansivu
de772a8c3b
Update changelog.
2019-04-29 01:18:17 +03:00
Lauri Ojansivu
23f1cf5f49
Update translations.
2019-04-29 01:17:52 +03:00
Lauri Ojansivu
723fa11a74
Merge pull request #2385 from faust64/patch-1
...
fix(oidc): can not log in
2019-04-26 23:08:45 +03:00
Lauri Ojansivu
94b602e167
Update translations.
2019-04-26 23:07:38 +03:00
Samuel
b17359ec6f
fix(oidc): can not log in
...
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 .
2019-04-26 18:21:42 +02:00
Lauri Ojansivu
11a91bfc78
Update translations.
2019-04-24 16:12:29 +03:00
Lauri Ojansivu
aeb3dd0220
v2.65
2019-04-24 14:40:04 +03:00
Lauri Ojansivu
9647a33209
Update translations.
2019-04-24 14:01:38 +03:00
Lauri Ojansivu
2d966863e3
Merge branch 'Akuket-edge' into edge
2019-04-24 13:51:00 +03:00
Lauri Ojansivu
a66632f767
Update translations.
2019-04-24 13:41:29 +03:00
Lauri Ojansivu
1c2ee631f4
Update changelog.
2019-04-24 13:37:19 +03:00
guillaume
259ff3436f
fix lints
2019-04-24 12:35:00 +02:00
Lauri Ojansivu
a750ecaafd
- Remove from card menu, because they also exist at card:
...
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
2019-04-24 13:32:36 +03:00
guillaume
8b3601248d
Loading authentication page
2019-04-24 12:28:11 +02:00
Lauri Ojansivu
6420020309
v2.64
2019-04-23 19:49:07 +03:00
Lauri Ojansivu
65d86a42d7
Update translations (es).
2019-04-23 19:45:54 +03:00
Lauri Ojansivu
4eaffdc6a4
[Board Archive: Delete Card/List/Swimlane]( https://github.com/wekan/wekan/pull/2376 ).
...
Thanks to Akuket !
Closes #1625
2019-04-23 19:43:02 +03:00
Lauri Ojansivu
454e8a3962
Update translations.
2019-04-23 19:38:23 +03:00
Lauri Ojansivu
11e8a9d5c4
Merge branch 'Akuket-feature/removeArchived' into edge
2019-04-23 19:30:23 +03:00
guillaume
8137f2692f
remove feature
2019-04-23 18:00:09 +02:00
Lauri Ojansivu
6933424fca
Remove python2 from Dockerfile, to make Docker image smaller.
...
Thanks to xet7 !
2019-04-23 15:10:47 +03:00
Lauri Ojansivu
ff8a10c231
v2.63
2019-04-23 14:41:33 +03:00
Lauri Ojansivu
6a94500170
Remove caddy plugins http.filter, http.ipfilter and http.realip from caddy
...
because they are currently broken, preventing download of caddy
during Wekan Snap build.
Thanks to xet7 !
2019-04-23 14:35:41 +03:00
Lauri Ojansivu
41eb47bc15
v2.62
2019-04-23 14:08:13 +03:00
Lauri Ojansivu
211f772447
Merge pull request #2374 from hupptechnologies/center-card-list-view
...
Issue : Mobile UI Center cards in list view #2371
2019-04-23 14:02:04 +03:00
Lauri Ojansivu
6d6e3fd127
Update translations.
2019-04-23 14:00:12 +03:00
hupptechnologies
14ef0ab6d1
Issue : Mobile UI Center cards in list view #2371
...
Resolved #2371
2019-04-23 15:09:09 +05:30
Lauri Ojansivu
8434069539
v2.61
2019-04-20 17:11:14 +03:00
Lauri Ojansivu
c7621f251f
Fix release build script. package repos are included to Wekan now.
2019-04-20 17:04:59 +03:00
Lauri Ojansivu
a5122cc076
Update translations.
2019-04-20 16:47:54 +03:00
Lauri Ojansivu
5993d6862b
Change enter => search
2019-04-20 16:46:26 +03:00
Lauri Ojansivu
348b612f98
Fix rebuild script.
2019-04-20 16:34:16 +03:00
Lauri Ojansivu
f714b59c88
Uncomment not needed lines.
2019-04-20 16:31:10 +03:00
Lauri Ojansivu
b627499acd
Merge branch 'Akuket-edge' into edge
2019-04-20 16:29:08 +03:00
Lauri Ojansivu
43beccc2eb
Update translations.
2019-04-20 16:28:03 +03:00
Lauri Ojansivu
b8275b3404
Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edge
2019-04-20 16:22:20 +03:00
Lauri Ojansivu
6e4da08164
LDAP issues now at main Wekan repo.
2019-04-20 16:21:21 +03:00
Lauri Ojansivu
f2ac52bcdf
Update changelog.
2019-04-20 16:20:00 +03:00
Lauri Ojansivu
46e976513b
Move https://github.com/wekan/wekan-postgresql to
...
wekan/torodb-postgresql at https://github.com/wekan/wekan
Thanks to xet7 !
2019-04-20 16:05:54 +03:00
Lauri Ojansivu
816ccf6509
Update package names.
2019-04-20 15:24:09 +03:00
Lauri Ojansivu
73e265d8fd
Include to Wekan packages directory contents, so that meteor command would build all directly.
...
This also simplifies build scripts.
Thanks to xet7 !
2019-04-20 15:18:33 +03:00
Lauri Ojansivu
6117097a93
- Upgrade to Node 8.16.0
...
- Change git repo urls from git:// to https://
Thanks to xet7 !
2019-04-20 14:52:37 +03:00
Lauri Ojansivu
fee732dba1
Fix repo urls.
2019-04-20 14:47:33 +03:00
Lauri Ojansivu
1138e8062f
Fix repo url.
2019-04-20 14:46:11 +03:00
Lauri Ojansivu
123cf0d7b8
Fix typos in directory names.
2019-04-20 14:03:35 +03:00
Lauri Ojansivu
bd14ee3b1f
Ubuntu base image to ubuntu:disco
...
Thanks to Ubuntu and xet7 !
2019-04-20 13:44:14 +03:00
guillaume
e63eee0c68
fix lints
2019-04-19 16:39:14 +02:00
guillaume
070feb4b66
Number of users
2019-04-19 16:17:17 +02:00
guillaume
308417852c
Search user in admin panel
2019-04-19 14:57:52 +02:00
Lauri Ojansivu
9c3a976250
- Remove [extra]( https://github.com/wekan/wekan/pull/2332 ) [quotes]( https://github.com/wekan/wekan/pull/2333 ) from docker-compose.yml.
...
Thanks to hibare !
2019-04-18 13:42:00 +03:00