Gavin Lilly
905c45f225
Replaced Kadira by meteor-apm-agent
2019-02-11 16:43:52 +00:00
Lauri Ojansivu
8e02170dd1
- Add option DEBUG=true for docker-compose.yml/Snap/Source.
...
Thanks to xet7 !
2019-02-11 16:32:24 +02:00
Gavin Lilly
7b5f02b4c8
Added Kadira packages and env settings in Docker Compose
2019-02-09 23:22:22 +00:00
Lauri Ojansivu
c61e44d55b
- Add optional Nginx reverse proxy config to docker-compose.yml and nginx directory.
...
Thanks to MyTheValentinus !
2018-12-28 17:26:30 +02:00
Lauri Ojansivu
2d88afb77e
- docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container does not exist yet.
...
Thanks to xet7 !
2018-12-26 23:57:00 +02:00
Lauri Ojansivu
77ff6349f6
- Use Node 8.15.0 and MongoDB 3.2.22.
...
- Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken.
Thanks to xet7 !
2018-12-26 22:29:04 +02:00
Lauri Ojansivu
f60429efdf
- Comment out docker build from source part of docker-compose.yml
...
Thanks to xet7 !
2018-12-24 18:24:32 +02:00
Lauri Ojansivu
c502ab9500
- Revert "Improve authentication" and "Default Authentication Method"
...
to make login work again.
- Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work.
Most likely Meteor 1.8.x version is still broken.
Thanks to xet7 !
2018-12-24 18:18:41 +02:00
Lauri Ojansivu
e9006a234b
- Fix docker-compose.yml to use Meteor 1.6.x based Wekan,
...
because currently Meteor 1.8.x based version is broken.
Thanks to xet7 !
2018-12-24 16:29:53 +02:00
Lauri Ojansivu
ef6aa4e415
- Move wekan-postgresql back to https://github.com/wekan/wekan-postgresql
...
because there is many differences in database settings.
Thanks to xet7 !
2018-12-22 21:40:34 +02:00
Lauri Ojansivu
1901c3c798
Fix typo.
2018-12-22 19:04:43 +02:00
Lauri Ojansivu
3f948ba49b
- Combine all docker-compose.yml files.
...
Thanks to xet7 !
2018-12-22 18:44:08 +02:00
Lauri Ojansivu
1e034a794f
- Update translated text.
2018-12-21 19:47:34 +02:00
guillaume
6b145bb3cc
Add a new env var to select the default authentication method
2018-12-19 13:42:51 +01:00
Lauri Ojansivu
b788deb002
- Add CORS https://enable-cors.org/server_meteor.html
...
- Add missing LDAP and TIMER environment variables.
Thanks to xet7 !
Closes wekan/wekan-snap#69
2018-12-03 16:05:24 +02:00
guillaume
f23448be33
revert changes for patch authentication
2018-11-22 18:00:21 +01:00
Lauri Ojansivu
8e3f530217
- Add [LDAP_FULLNAME_FIELD]( https://github.com/wekan/wekan-ldap/issues/10 ). Thanks to alkemyst and xet7.
...
Closes wekan/wekan-ldap#21 ,
closes wekan/wekan-ldap#10
2018-11-20 12:11:37 +02:00
Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
2018-11-17 16:50:42 +02:00
guillaume
3646a9c259
Logout with timer
2018-11-06 17:48:12 +01:00
Robin BRUCKER
13aab4d410
Fix typo about ldaps
...
Documentation said to set LDAP_ENCRYPTION to true if we want to use
ldaps, but the code in wekan-ldap does not check if it is set to true,
but if the value equals to 'ssl' instead.
2018-10-31 18:59:16 +01:00
Lauri Ojansivu
a06fd63690
Fix syntax.
2018-10-30 16:32:58 +02:00
Lauri Ojansivu
27bc03d452
docker-compose.yml and docker-compose-build.yml:
...
- Remove single quotes, because settings are quoted automatically.
- Comment out most settings that have default values.
Thanks to xet7 !
2018-10-26 17:10:14 +03:00
Lauri Ojansivu
4cb25a5bcf
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7 !
...
- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119
- Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
2018-10-24 11:39:45 +03:00
Lauri Ojansivu
5188f2f2c9
- This docker-compose.yml uses prebuilt image.
...
Thanks to xet7 !
2018-10-23 14:18:17 +03:00
Lauri Ojansivu
20af78e50b
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
...
Thanks to xet7 !
2018-10-23 14:15:33 +03:00
Lauri Ojansivu
ced56ed83f
- Add info about using prebuild image.
...
Thanks to xet7 !
2018-10-17 12:11:26 +03:00
Lauri Ojansivu
f6040ab43c
- Add experimental Docker edge that works.
...
Thanks to xet7 !
2018-10-11 01:59:47 +03:00
guillaume
3b4f285fea
add ldap support | simplify authentications
2018-10-09 14:14:39 +02:00
Lauri Ojansivu
0cb3aee803
- Upgrade to MongoDB v3.2.21
...
Thanks to xet7 !
2018-09-10 00:54:08 +03:00
Lauri Ojansivu
39312a075e
- [OAuth2 Login on Standalone Wekan]( https://github.com/wekan/wekan/wiki/OAuth2 ). For example, Rocket.Chat can provide OAuth2 login to Wekan.
...
Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when
Rocket.Chat is providing OAuth2 login to Wekan.
Thanks to salleman33 and xet7 !
Closes #234
2018-08-25 00:49:02 +03:00
Lauri Ojansivu
d165733242
- Add webhooks-attributes to Snap and Docker.
...
Thanks to xet7 !
2018-08-22 22:19:06 +03:00
Lauri Ojansivu
807c6ce09e
- Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console.
...
- Set default matomo settings to disabled.
Thanks to xet7 !
2018-08-15 23:41:01 +03:00
Lauri Ojansivu
eea077e57e
Fix quotes.
2018-08-14 18:43:09 +03:00
Lauri Ojansivu
9407992312
Fix typo.
2018-08-14 17:29:53 +03:00
Lauri Ojansivu
c7e02ad2ee
Fix trusted url on docker-compose.yml.
2018-08-14 17:09:46 +03:00
Lauri Ojansivu
b9929dc682
- When Content Policy is enabled, allow one URL to have iframe that embeds Wekan
...
- Add option to turn off Content Policy
- Allow always in Wekan markdown <img src="any-image-url-here">
Thanks to xet7 !
Closes #1676
2018-08-13 19:24:07 +03:00
Lauri Ojansivu
95b21943ee
Fix port order, hopefully correctly.
...
Related #1778
Thanks to xet7 !
2018-08-02 16:47:50 +03:00
Thibaut Demaret
53d545eeef
Change Run User for Openshift compliance
2018-08-02 15:09:34 +02:00
Lauri Ojansivu
da6c2b5503
Add Matomo options.
2018-08-01 22:04:33 +03:00
Lauri Ojansivu
57d43f916f
Optional integration with Matomo.
2018-08-01 21:45:11 +03:00
Lauri Ojansivu
b2eeff9697
Enable Wekan API by default, so that Export Board to JSON works.
2018-08-01 21:21:14 +03:00
guillaume
6173a73381
enable/disable api with env var
2018-07-24 18:09:30 +02:00
Lauri Ojansivu
8101d7ade8
MongoDB v3.2.20
2018-05-19 17:05:28 +03:00
Lauri Ojansivu
75512043e8
Try to fix travis
2018-04-04 17:36:19 +03:00
Lauri Ojansivu
e3d1fbc7f4
Update all from wekan-mongodb to main wekan repo docker-compose.yml file
2018-04-04 14:22:59 +03:00
Lauri Ojansivu
05f1d197f5
Remove warnings about Docker. MongoDB to 3.2.19.
2018-04-04 13:42:45 +03:00
Lauri Ojansivu
c1c3421006
Change to previous MongoDB version 3.2.18 because of data loss:
...
https://github.com/wekan/wekan-mongodb/issues/9
2018-03-15 18:53:28 +02:00
Lauri Ojansivu
65beb89944
MongoDB 3.2.19
2018-03-06 01:08:56 +02:00
Lauri Ojansivu
e2f768c6a0
Update Node to 4.8.6 and MongoDB to 3.2.18
2017-12-02 23:10:59 +02:00
Lauri Ojansivu
e85d6d6c5e
MongoDB v3.2.17
2017-10-06 19:14:23 +03:00