Commit Graph

324 Commits

Author SHA1 Message Date
Diego Lendoiro 9acd8eb089 updated changelog 2017-09-14 16:41:43 +02:00
Diego Lendoiro e40beb80e8 version bump to 1.6.5 2017-09-14 16:27:42 +02:00
Diego Lendoiro 5f5e97e516 better check of the crontabs and nginx as final command 2017-09-14 16:26:14 +02:00
Diego Lendoiro 6bc808fde0 output supressed 2017-09-14 16:02:20 +02:00
Diego Lendoiro f888662faa remove continuation lines 2017-09-14 15:59:11 +02:00
Diego Lendoiro e3458ab264 added redis instead memcached 2017-09-14 15:37:32 +02:00
Diego Lendoiro b3e4bfbd78 Merge branch 'feature/PASSBOLT-2410' into develop 2017-09-14 15:12:06 +02:00
Diego Lendoiro 18e05a5eee removed duplicate 2017-09-14 15:03:11 +02:00
Diego Lendoiro 9674afb4d5 removed support for TLSv1 and TLSv1.1. Fixes #66 2017-09-14 14:54:25 +02:00
Diego Lendoiro 4db19ba453 strict cipher suite definitions 2017-09-14 14:42:33 +02:00
Diego Lendoiro 5bf046ee78 removed duplicated header line for hsts. Fixes #65 2017-09-14 14:31:31 +02:00
Diego Lendoiro 4555b82bf4 added check to avoid duplicated emails. Fixes #63 2017-09-14 12:11:17 +02:00
Diego Lendoiro e0993db80c add label instead of deprecated maintainer. Fixes #69 2017-09-14 11:56:15 +02:00
Diego Lendoiro edd0dec7a5 Merge tag 'v1.6.3' into develop
Refer to [passbolt_api CHANGELOG](https://github.com/passbolt/passbolt_api/blob/master/CHANGELOG.md) for a list of new features and fixes.
2017-08-31 11:05:16 +02:00
Diego Lendoiro 2beb74d06f Merge branch 'release/v1.6.3' 2017-08-31 11:04:22 +02:00
Diego Lendoiro 79f6f9695e updated changelog 2017-08-31 11:03:57 +02:00
Diego Lendoiro 4130c06472 v1.6.3 2017-08-31 11:00:56 +02:00
Diego Lendoiro 7cfa4ae814 Merge tag 'v1.6.2+1' into develop
PASSBOLT-2295: Added environment variable DB_PORT for non standard database ports (reopened) [#43](https://github.com/passbolt/passbolt_docker/issues/43)
2017-08-16 18:03:29 +01:00
Diego Lendoiro c3732ccb79 Merge branch 'hotfix/v1.6.2+1' 2017-08-16 18:03:17 +01:00
Diego Lendoiro 1f89c13431 updated CHANGELOG 2017-08-16 18:03:12 +01:00
Diego Lendoiro f2386309a5 Merge branch 'hotfix/v1.6.2+1' 2017-08-16 18:01:13 +01:00
Diego Lendoiro fa2c646e08 updated changelog 2017-08-16 17:59:12 +01:00
Diego Lendoiro bcc9901b86 gets the correct port from database.php. Fixes #43 2017-08-16 17:53:28 +01:00
Diego Lendoiro 52e4832174 Merge tag 'v1.6.2' into develop
[1.6.2](https://github.com/passbolt/passbolt_docker/compare/v1.6.1+1...v1.6.2) - 2017-08-16

Added

- PASSBOLT-2295: Added environment variable DB_PORT for non standard database ports. [#43](https://github.com/passbolt/passbolt_docker/issues/43)
- PASSBOLT-2321: Upgraded passbolt container to latest stable alpine (3.6)

Fixed
- PASSBOLT-2319: Fullbaseurl parameter was not changing when specifying URL [#50](https://github.com/passbolt/passbolt_docker/issues/50)
- PASSBOLT-2320: TLS value on email.php should not be quoted PR[#53](https://github.com/passbolt/passbolt_docker/pull/53)
2017-08-16 16:52:37 +01:00
Diego Lendoiro e6cfd09b1d Merge branch 'release/v1.6.2' 2017-08-16 16:51:05 +01:00
Diego Lendoiro 5ea11f2224 updated changelog 2017-08-16 16:50:50 +01:00
Diego Lendoiro 2b83e5b274 passbolt-1.6.2 version bump 2017-08-16 16:50:17 +01:00
Diego Lendoiro dfe5c7b04d dockerfile readability 2017-08-16 16:31:22 +01:00
Diego Lendoiro e1bac61987 memcache extension enabled 2017-08-16 16:10:42 +01:00
Diego Lendoiro 5f3bd67a50 symlinks for php5 and php5ize 2017-08-16 15:58:14 +01:00
Diego Lendoiro 3bcd72a1ab upgraded alpine version 2017-08-16 12:54:30 +01:00
Diego Lendoiro 765683bf8f Looks for the correct default pattern. fixes #50 2017-08-16 12:50:39 +01:00
Diego Lendoiro 069a0ac200 added support for non standard database ports using DB_PORT 2017-08-16 12:45:57 +01:00
Diego Lendoiro 47f99694f4 Merge branch 'pierlon-patch-2' into develop 2017-08-16 11:07:48 +01:00
Pierre Gordon 09e972eef9 Update docker-entrypoint.sh
Remove quotes from 'EMAIL_TLS' option
2017-08-14 09:27:16 -05:00
Diego Lendoiro e28b0ce526 markdown section typo 2017-08-04 10:39:49 +01:00
Diego Lendoiro 82fdb26c6a clarification on the examples section 2017-08-04 10:37:01 +01:00
Diego Lendoiro e1503db73c updated with DB_HOST defaults 2017-08-04 10:35:06 +01:00
Diego Lendoiro 3061f320ac Merge tag '1.6.1+1' into develop
v1.6.1+1 - 2017-07-31

Notes
This release aims to distribute passbolt-1.6.1 and include most relevant community contributions
The most notable change from user perspective is the switch from lowercase to uppercase environment variables. Users will
have to review their previous scripts and update any environment variable to match the new naming convention. Please refer to PR#39

Added
- PASSBOLT-2276: ENV-Variable uppercase convention PR[#39](https://github.com/passbolt/passbolt_docker/pull/39)
- PASSBOLT-2279: Allow Config files to be symbolic links PR[#32](https://github.com/passbolt/passbolt_docker/pull/32)
- PASSBOLT-2278: Allow no db environment variable setting PR[#20](https://github.com/passbolt/passbolt_docker/pull/20)
- PASSBOLT-2280: On MacOS systems note you should access it using https PR[#35](https://github.com/passbolt/passbolt_docker/pull/35)

Fixed
- PASSBOLT-2159: Added registration env support PR[#37](https://github.com/passbolt/passbolt_docker/pull/37)
2017-08-01 11:51:47 +02:00
Diego Lendoiro a1a12d2da6 Merge branch 'release/1.6.1+1'
[1.6.1+1](https://github.com/passbolt/passbolt_docker/compare/v1.6.1...v1.6.1+1) - 2017-07-31

Notes
This release aims to distribute passbolt-1.6.1 and include most relevant community contributions
The most notable change from user perspective is the switch from lowercase to uppercase environment variables. Users will
have to review their previous scripts and update any environment variable to match the new naming convention. Please refer to PR#39

Added
- PASSBOLT-2276: ENV-Variable uppercase convention PR[#39](https://github.com/passbolt/passbolt_docker/pull/39)
- PASSBOLT-2279: Allow Config files to be symbolic links PR[#32](https://github.com/passbolt/passbolt_docker/pull/32)
- PASSBOLT-2278: Allow no db environment variable setting PR[#20](https://github.com/passbolt/passbolt_docker/pull/20)
- PASSBOLT-2280: On MacOS systems note you should access it using https PR[#35](https://github.com/passbolt/passbolt_docker/pull/35)

Fixed
- PASSBOLT-2159: Added registration env support PR[#37](https://github.com/passbolt/passbolt_docker/pull/37)
2017-08-01 11:48:14 +02:00
Diego Lendoiro 27a519ef9a version follows semver 2017-08-01 11:48:09 +02:00
Diego Lendoiro 5f56ae9378 Merge branch 'release/1.6.1+1' 2017-08-01 11:42:23 +02:00
Diego Lendoiro c4b92dff1b updated note for changelog on env vars 2017-07-31 16:35:45 +01:00
Diego Lendoiro c007d4ddf4 Registration default description 2017-07-31 12:45:34 +01:00
Diego Lendoiro ce1394a8ff version bump passbolt_api 2017-07-31 11:52:16 +01:00
Diego Lendoiro 746c28c84f better defaults for dummy domain example.com -> passbolt.local 2017-07-31 11:51:39 +01:00
Diego Lendoiro 31ebf7bf82 updated changelog for 1.6.1-1 2017-07-31 11:46:20 +01:00
Diego Lendoiro b4574ed488 Merge branch 'master' into develop 2017-07-31 11:10:48 +01:00
Diego Lendoiro 59bd17dde4 Merge branch 'theolymp-master'
Merged PR #39
2017-07-31 10:49:44 +01:00
Diego Lendoiro eacbf5aafb wordsmithing 2017-07-31 10:47:10 +01:00