Lauri Ojansivu
fc91d866db
Try to fix Travis.
2019-12-05 10:35:28 +02:00
Lauri Ojansivu
467a3be850
Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.
...
Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1.
Add MongoDB option --quiet to docker-compose.yml.
Update snap fibers to 4.0.1.
Thanks to xet7 !
2019-12-05 10:00:07 +02:00
Akuket
07724f99ae
Add LINKED_CARDS_ENABLED env var
2019-11-28 11:55:36 +01:00
Sam X. Chen
e60926f847
#2738 adding all pertinent help file for due days, plus modified the .list-header-name when in mobile mode
2019-10-01 10:39:36 -04:00
Lauri Ojansivu
6cbd4cabc7
LDAP: Fix USERDN example, when parameters contain spaces:
...
LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan"
Thanks to compumatter !
2019-09-06 01:22:15 +03:00
Lauri Ojansivu
e21c47d3cf
Upgrade node, mongo and fibers.
...
Thanks to xet7 !
2019-08-29 00:18:15 +03:00
Lauri Ojansivu
0083215ea3
Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email
...
notifications.
Thanks to rinnaz and xet7 !
Closes #2646 ,
closes #2617
2019-08-26 22:27:45 +03:00
Lauri Ojansivu
b8c527d52b
Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.
...
Thanks to xet7 !
Related 843478ac40
,
related #2518
2019-08-15 00:29:00 +03:00
Sam X. Chen
c569565ec0
Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem attachment while reading
2019-08-10 00:48:05 -04:00
Lauri Ojansivu
cf9ad221f8
Update docker-compose.yml, quay works now again.
2019-08-07 04:13:36 +03:00
Lauri Ojansivu
c74934836f
Merge branch 'master' of https://github.com/Trekky12/wekan into Trekky12-master
2019-08-04 13:59:43 +03:00
Lauri Ojansivu
ec35c544b7
Upgrade to MongoDB 4.0.11
2019-08-04 13:58:37 +03:00
Tobias
2bd48bc45c
add settings field for LDAP user authentication field
2019-08-04 11:12:21 +02:00
Lauri Ojansivu
268f9de23c
Add RICHER_CARD_COMMENT_EDITOR=true to docker-compose.yml.
2019-07-26 22:30:43 +03:00
Lauri Ojansivu
fff144a827
- Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works
...
and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722 ).
Thanks to benh57 and xet7 !
Closes #2354
2019-07-26 09:11:28 +03:00
Lauri Ojansivu
95698911f9
Now Docker works, fixed docker-compose.yml.
...
Thanks to xet7 !
Related #2533
2019-07-25 01:16:52 +03:00
Lauri Ojansivu
ec80acf36b
Allow to shrink attached/pasted image: Add to Snap/Docker/Source.
...
Thanks to xet7 !
2019-07-18 04:52:19 +03:00
Lauri Ojansivu
d7c09df7d2
Add BIGEVENTS_PATTERN to Source/Snap/Docker.
...
Thanks to xet7 !
2019-07-11 17:14:34 -04:00
Lauri Ojansivu
5084cddf37
Notify Due Days: Add settings to Snap/Docker/Source.
...
Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY.
Thanks to xet7 !
2019-07-10 13:45:37 -04:00
Lauri Ojansivu
202cc5a797
Fix docker-compose.yml to use correct master branch that has meteor 1.8.1.
2019-07-06 06:58:12 -04:00
Lauri Ojansivu
0d10282dbe
Update build scripts.
2019-06-29 10:40:03 -04:00
Lauri Ojansivu
60a9b4b934
Merge branch 'edge' into meteor-1.8
2019-06-14 16:31:48 +03:00
Lauri Ojansivu
bddbaa7bc2
- Fix OIDC Docker login. Empty string results to empty array at wekan/server/authentication.js
...
Thanks to xet7 !
Closes #2206
2019-06-14 16:23:18 +03:00
Lauri Ojansivu
375fda0eff
Merge branch 'edge' into meteor-1.8
2019-06-13 18:23:24 +03:00
Dominik Pfeifer
eb49bb5e10
fix oauth2 typos in dockerfile & compose
2019-06-12 13:41:10 +02:00
Lauri Ojansivu
f154c03385
Merge branch 'edge' into meteor-1.8
2019-06-11 17:48:08 +03:00
Lauri Ojansivu
a7fb9662e3
Merge branch 'risacher-master' into edge
2019-05-24 22:35:35 +03:00
Daniel Risacher
cb00cfc1b7
Add support for more CORS headers
2019-05-24 12:39:54 -04:00
DominikPf
892ee60527
Fix Scope parsing Issue for OAuth2 Login
2019-05-23 10:28:08 +02:00
Lauri Ojansivu
526e10865f
Merge branch 'edge' into meteor-1.8
2019-05-22 21:48:52 +03:00
Lauri Ojansivu
634df8f6f2
- Fix: OAuth2 Requested Scopes are wrong / cannot be configured.
...
Thanks to DominikPf and xet7 !
Closes #2412
2019-05-22 21:37:01 +03:00
Lauri Ojansivu
df69ade422
Merge branch 'edge' into meteor-1.8
2019-05-10 23:20:17 +03:00
Lauri Ojansivu
3bbc805ee4
Option to login to the LDAP server with the user's own username and 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
2019-05-10 23:04:51 +03:00
Lauri Ojansivu
30e3b448fd
Update docker-compose.yml to use meteor-1.8 branch with MongoDB 4.0.9.
2019-04-20 13:56:32 -04:00
Shubham Hibare
b8c10def8e
Removed quotes
2019-04-12 00:44:54 +05:30
Lauri Ojansivu
561cd77e68
Replace header login example variable names.
...
Related #2019
2019-04-08 12:01:26 +03:00
Lauri Ojansivu
db6dbe34c3
Fix docker-compose.yml
2019-03-23 21:13:03 +02:00
Lauri Ojansivu
506acda70b
- Add LDAP config example, remove extra text.
...
Thanks to xet7 !
2019-03-21 22:22:46 +02:00
Lauri Ojansivu
7919ae3628
- OAUTH2_LOGIN_STYLE popup or redirect, part 2.
...
Thanks to xet7 !
2019-03-21 21:37:38 +02:00
Lauri Ojansivu
b7c000b78b
Changed brute force protection package from eluck:accounts-lockout to
...
lucasantoniassi:accounts-lockout that is maintained and works.
Added Snap/Docker/Source settings.
Thanks to xet7 !
Closes #1572 ,
closes #1821
2019-03-11 19:47:23 +02:00
Lauri Ojansivu
ff825d6123
[HTTP header automatic login. Not tested yet.]( https://github.com/wekan/wekan/issues/2019 ).
...
Thanks to xet7 !
Related #2019
2019-03-08 18:40:43 +02:00
Lauri Ojansivu
7e451d9033
[Add support for admin status sync]( https://github.com/wekan/wekan-ldap/pull/40 ).
...
Examples: LDAP_SYNC_ADMIN_STATUS=true, LDAP_SYNC_ADMIN_GROUP=group1,group2
Thanks to JulianJacobi and xet7 !
2019-03-06 02:47:27 +02:00
Lauri Ojansivu
05351c0ac1
- Fix OIDC error "a.join is not a function" b reverting
...
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
2019-02-27 06:02:00 +02:00
Lauri Ojansivu
7c1d6e4d2e
- Add setting EMAIL_NOTIFICATION_TIMEOUT. Defaut 30000 ms (30s).
...
Thanks to xet7 !
Closes #2203
2019-02-25 18:10:36 +02:00
Steven Waters
402d484182
Added LDAP email environment variables
...
Support for LDAP matching existing accounts with e-mail address.
2019-02-21 09:02:47 +00:00
Lauri Ojansivu
b66f471e53
- Add configurable settings OAUTH2_ID_TOKEN_WHITELIST_FIELDS
...
and OAUTH2_REQUEST_PERMISSIONS.
Thanks to xet7.
Related #1874
2019-02-13 03:01:10 +02:00
Lauri Ojansivu
f53e8fbd21
Merge pull request #2187 from GavinLilly/kadira-integration
...
Kadira integration
2019-02-13 02:13:46 +02:00
Gavin Lilly
595a2d2baa
Cleaning up docker-compose for merge
2019-02-13 00:00:34 +00:00
Lauri Ojansivu
59314ab17d
- Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.
...
Thanks to xet7 !
2019-02-12 03:09:30 +02:00
Gavin Lilly
c1ea3f49ca
Merge branch 'devel' of github.com:wekan/wekan into devel
2019-02-11 16:43:57 +00:00