Kyâne Pichou
19ab5f2b77
Upgrade to 4.7.1 ( #238 )
2018-02-19 20:15:05 +01:00
3_1_3_u
e6c27a7200
Upgrade to 4.7.0 ( #236 )
2018-02-17 23:44:11 +01:00
3_1_3_u
efec6080cc
Use Alpine based image for app ( #208 )
2018-02-09 00:55:45 +01:00
Kyâne Pichou
563aadce3e
Add mime-support to get /etc/mime.types file ( #232 )
2018-02-01 23:59:50 +01:00
3_1_3_u
8ef796f137
Upgrade to 4.6.1 ( #231 )
2018-01-31 11:19:09 +01:00
Kyâne Pichou
bdabd10d4d
Add xmlsec1 package ( #226 )
...
Closes #225
2018-01-18 19:06:48 +01:00
3_1_3_u
5e1aea0555
Upgrade to 4.6 ( #223 )
2018-01-16 11:31:58 +01:00
Dave Lasley
8bb026133d
[FIX] URLEncode PSQL Password ( #219 )
...
* URL Encode the Postgres password, allowing for special characters in the connection string
2018-01-05 19:26:44 +01:00
Veovis
dfe76684f4
Change the working dir for plugins to work ( #218 )
...
Fix https://github.com/mattermost/mattermost-docker/issues/217 with the default configuration on the PluginSettings as they use relative paths.
2018-01-01 17:58:08 +01:00
Tejas Bubane
283d2b71f0
Upgrade mattermost to 4.5.0 ( #216 )
2017-12-16 19:07:52 +01:00
Kyâne Pichou
18c3bec4c5
Upgrade to 4.4.5 ( #213 )
2017-12-12 20:40:00 +01:00
Kyâne Pichou
6421fead62
Upgrade to 4.4.3 ( #212 )
2017-12-05 21:52:00 +01:00
Sven Schliesing
c6c1049552
Fix typo in app Dockerfile ( #210 )
2017-11-26 19:58:56 +01:00
Pan Luo
5de76764be
Merge pull request #209 from andruwa13/4.4.2
...
Upgrade to 4.4.2
2017-11-22 21:03:29 -08:00
Andrew Vityuk
91d4d87df4
Upgrade to 4.4.2
2017-11-23 02:26:09 +02:00
3_1_3_u
48ff02839f
Images Ubuntu 16.04, optimization and reduce image size ( #204 )
2017-11-20 20:29:07 +01:00
3_1_3_u
b4b0aa1866
Upgrade to 4.4.1 ( #197 )
2017-11-16 21:01:36 +01:00
3_1_3_u
a44c046e3c
Upgrade to 4.4 ( #196 )
2017-11-15 17:45:24 -08:00
3_1_3_u
3baace04bb
Upgrade to 4.3.2 ( #194 )
2017-11-11 13:14:51 +01:00
Kyâne Pichou
3715c7aadd
Upgrade to 4.3.1 ( #186 )
2017-10-23 21:47:46 +02:00
Kyâne Pichou
b9491b03ef
Upgrade to 4.3.0 ( #183 )
2017-10-15 22:04:51 +02:00
Kyâne Pichou
29bff18001
Comment and indent app entrypoint ( #182 )
2017-10-14 16:47:44 +02:00
Kyâne Pichou
5cc50eb522
Use best practices for Dockerfiles ( #180 )
2017-10-13 14:12:30 +02:00
PICHOU Kyâne
ae4c36ef95
Remove old and unused Dockerfile-enterprise
2017-09-25 19:43:55 +02:00
Kyâne Pichou
6ee75f4f6b
Merge app dockerfiles ( #146 )
...
* Merge app dockerfiles
* Update readme for choosing team edition
2017-09-24 22:25:47 +02:00
localsnet
250f9e3185
Bash if statement [: missing `]' error 54 line ( #174 )
...
Added space
2017-09-20 12:44:15 +02:00
Tejas Bubane
c4ee11619f
Upgrade to mattermost 4.2 ( #169 )
2017-09-15 14:25:58 +02:00
PICHOU Kyâne
f5ee7c83d7
Upgrade to 4.1.0
...
Close #164
2017-08-16 22:22:59 +02:00
Tejas Bubane
1fceb3b09e
Upgrade mattermost to 4.0.3
2017-08-10 22:14:09 +05:30
PICHOU Kyâne
1f1916794d
Upgrade to 4.0.2
2017-07-29 22:18:49 +02:00
Kyâne PICHOU
c70bab0f3a
Upgrade to 4.0.1
...
Changelog here: https://docs.mattermost.com/administration/changelog.html#release-v4-0-1
2017-07-19 09:41:59 +02:00
Kyâne Pichou
0fddf35ac5
Merge pull request #153 from mattermost/4.0
...
Update to 4.0.0
2017-07-16 10:42:06 +02:00
PICHOU Kyâne
9bb060fa07
Update to 4.0.0
2017-07-15 19:38:12 +02:00
Jonas Thiel
56836d834c
Only configure database connection if needed
2017-07-11 08:11:29 +02:00
Kyâne Pichou
7590cefb53
Do not hardcode/override MM_CONFIG value
2017-06-29 14:11:45 +02:00
Tejas Bubane
05a4fa19b2
Upgrade to mattermost 3.10.0
2017-06-15 13:15:29 +05:30
PICHOU Kyâne
4a71713587
Directly generate salts when modifying config.json with JQ
2017-06-12 22:44:37 +02:00
PICHOU Kyâne
32c24cb08b
Do not use hardcoded value for salts (thanks @pierreozoux)
2017-06-10 23:01:53 +02:00
PICHOU Kyâne
87b26e155e
Do not use env variables to override APP conf.
...
Since setting environment variables override and force a configuration parameters, it is better to not use them.
Should only override and force database configuration.
resolve #136
2017-06-08 22:02:53 +02:00
Kyâne Pichou
6512a09608
Improve app Dockerfile ( #131 )
...
* Improve app Dockerfile
2017-06-07 22:48:41 +02:00
Carlos Schneider
ca43fe3961
Upgrade to Mattermost 3.9.0
2017-05-16 11:33:37 -03:00
PICHOU Kyâne
9e9be71ee4
Upgrade to Mattermost 3.8.2
2017-04-22 17:44:06 +02:00
Eric Sethna
484fc8d04c
Update Dockerfile-enterprise
2017-04-19 13:50:10 -06:00
Eric Sethna
0ce37f1eb9
Update Dockerfile
2017-04-19 13:49:43 -06:00
Tejas Bubane
b15521700e
Upgrade mattermost to 3.8.0
2017-04-15 12:18:12 +05:30
Pan Luo
b252e9fed1
Update Mattermost EE to 3.7.3
2017-03-25 22:06:23 -07:00
Pan Luo
a29f94d497
Update to Mattermost 3.7.3
2017-03-22 16:52:48 -07:00
Pan Luo
a8b4e73882
Update to Mattermost 3.7.2
2017-03-19 21:46:05 -07:00
Pan Luo
fb268003cb
Update to Mattermost 3.7.1
2017-03-15 15:36:18 -07:00
Pan Luo
f0e0d92b3f
Update to Mattermost 3.6.3
2017-03-15 15:35:12 -07:00