Commit Graph

83 Commits

Author SHA1 Message Date
Diego Lendoiro 27a519ef9a version follows semver 2017-08-01 11:48:09 +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
Thomas Perret 48c4f354e0 Fix bad variable name 2017-06-29 16:16:06 +02:00
Diego Lendoiro cb392cf2d6 url reference fixed 2017-06-29 09:40:16 +02:00
Diego Lendoiro 75cb8050a0 Merge tag 'v1.6.1' into develop
- PASSBOLT-2158: corrected management of fullbaseurl throug url env variable.
- PASSBOLT-2164: corrected typo on email_transport env variable. [#24](https://github.com/passbolt/passbolt_docker/issues/24)
- PASSBOLT-2166: http to https redirection fixed. [#19](https://github.com/passbolt/passbolt_docker/issues/19)
- PASSBOLT-2167: healthcheck does not work on container. [#26](https://github.com/passbolt/passbolt_docker/issues/26)

- PASSBOLT-2165: Added TLS support through email_tls env variable. [#25](https://github.com/passbolt/passbolt_docker/issues/25)
2017-06-29 09:22:49 +02:00
Diego Lendoiro 85bd8a036c Merge branch 'release/v1.6.1'
- PASSBOLT-2158: corrected management of fullbaseurl throug url env variable.
- PASSBOLT-2164: corrected typo on email_transport env variable. [#24](https://github.com/passbolt/passbolt_docker/issues/24)
- PASSBOLT-2166: http to https redirection fixed. [#19](https://github.com/passbolt/passbolt_docker/issues/19)
- PASSBOLT-2167: healthcheck does not work on container. [#26](https://github.com/passbolt/passbolt_docker/issues/26)

- PASSBOLT-2165: Added TLS support through email_tls env variable. [#25](https://github.com/passbolt/passbolt_docker/issues/25)
2017-06-29 09:20:54 +02:00
Diego Lendoiro 74fdc414c1 Updated changelog 2017-06-29 09:20:48 +02:00
Diego Lendoiro 3b3223e80f updated CHANGELOG 2017-06-28 19:21:27 +02:00
Diego Lendoiro 8a9dedae90 added php5-posix package. Fixes #26 2017-06-28 19:17:51 +02:00
Diego Lendoiro 64679be946 added server_name param to php-fpm. Fixes #19 2017-06-28 17:49:08 +02:00
Diego Lendoiro 23b4647b3f updated changelog 2017-06-28 17:25:36 +02:00
Diego Lendoiro 189732d2aa Merge branch 'feature/PASSBOLT-2165' into develop
Adds TLS support. Fixes #25
2017-06-28 17:04:51 +02:00
Diego Lendoiro d046022544 added tls support 2017-06-28 17:04:46 +02:00
Diego Lendoiro 2cd079cd11 variable name corrected 2017-06-28 16:37:21 +02:00
Diego Lendoiro 50b7fa3347 email_transport typo and updated README. Fixes #24 2017-06-28 16:32:50 +02:00
Diego Lendoiro 922bf77a25 Merge branch 'feature/PASSBOLT-2158' into develop
Fixes PASSBOLT-2158
2017-06-28 16:31:01 +02:00
Diego Lendoiro 3fbf44fc0c fullbaseurl configuration param fixed. 2017-06-28 16:30:55 +02:00
Diego Lendoiro b566f4fed4 set the protocol, https unless ssl env var declared false 2017-06-28 16:11:47 +02:00
Diego Lendoiro 7a154fd965 useless local variable 2017-06-28 16:03:18 +02:00
Diego Lendoiro 9d5a39213d remove app baseurl comment 2017-06-24 21:16:41 +02:00
Diego Lendoiro fcc7177e5c Merge tag 'v1.6.0' into develop
[1.6.0] - 2017-06-23
Added
- Added email set up support though environment variables
- Added cronjob to send queued emails
- Automated builds on the docker hub
- Updated README documentation

Fixed
- Image build fails when using alpine:latest. Switched to alpine:3.5
- Deletion of passwords on docker image
- Avoid importing already imported secret keys on the gpg keyring
2017-06-23 17:12:22 +02:00
Diego Lendoiro 85d588cbe2 Merge branch 'release/v1.6.0' 2017-06-23 17:07:17 +02:00
Diego Lendoiro 1ffcefe375 Text details 2017-06-23 17:07:12 +02:00
Diego Lendoiro c0e804f6da Added images persistency directory path. Fixes #21 2017-06-23 17:05:17 +02:00
Diego Lendoiro b51f0b7631 added changelog 2017-06-23 16:26:46 +02:00
Diego Lendoiro 4e37e27ab2 version bump 2017-06-23 16:26:37 +02:00
Thomas Perret 3260d431cd Allow no db environment variable setting 2017-06-20 16:26:05 +02:00
Diego Lendoiro 7c8fb476af PASSBOLT-2141 Finished email setup making the EmailQueue.sender to be less verbose. 2017-06-16 14:21:55 +01:00
remy 3daed0c8fd Wordsmithing 2017-06-16 14:17:01 +02:00
Diego Lendoiro 9efb6b8079 more docs details 2017-06-16 13:00:41 +01:00