Commit Graph

111 Commits

Author SHA1 Message Date
Cédric Alfonsi 4c3c18551b PHP7 Dev 2017-10-17 18:20:56 +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
Robin Parker 84b0f8cede Update Readme to use of uppercase ENV-Variables 2017-07-28 01:09:19 +02:00
Robin Parker f33c90b280 make it compliant to ENV-VARS convention
Make it compliant to convention, so that all env-vars should be uppercased.

REQUIRED for use with PLESK Hosting Panel (e.g.).
2017-07-28 01:07:44 +02:00
Diego Lendoiro 3c5647529b Merge branch 'kyoda-develop' into develop
Merged PR #37
2017-07-26 12:09:37 +01:00
Diego Lendoiro 1bff5a9675 Merge branch 'develop' of git://github.com/kyoda/passbolt_docker into kyoda-develop 2017-07-26 11:57:30 +01:00
Diego Lendoiro 3d07473abd Merge branch 'realfake-patch-1'
Merged PR #2
2017-07-26 11:55:13 +01:00
Diego Lendoiro 2a25d2df46 Merge branch 'patch-1' of git://github.com/realfake/passbolt_docker into realfake-patch-1 2017-07-26 10:11:15 +01:00
Diego Lendoiro 85b71ffeb5 Merge branch 'japidei-master'
Merged PR #35
2017-07-26 10:03:19 +01:00
Shigehisa KYODA 263e87f683 added registration env support 2017-07-26 11:52:52 +09:00
Javier Ruiz aedab3d98d On MacOS systems note you should access it using https 2017-07-13 20:17:20 +02:00
Luk Burchard 3201b4eb1e Only check for links and normal files 2017-07-06 22:51:09 +02:00
Luk Burchard e48fc61061 Allow Config files to be symbolic links
The `-f` operator checks if a files exists and i must not be a symlink, however this creates problems when using tool like Kubernetes.
When using the `-e` option it will be checked if the file exist regardless of it's type.
2017-07-06 16:41:05 +02:00
Diego Lendoiro f808804722 updated changelog 2017-06-29 16:39:08 +02:00
Diego Lendoiro 2f16af99fd Merge pull request #20 from thperret/master
Allow no db environment variable setting
2017-06-29 16:26:25 +02:00