1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Commit Graph

245 Commits

Author SHA1 Message Date
Sylvain
37b24a8d2f refactor slots model 2022-07-18 17:18:01 +02:00
Sylvain
eb1c54d8f3 updated diagrams 2022-07-04 10:48:42 +02:00
Sylvain
562a7b86e5 (feat) Check the minimum docker version (20.10) during setup and upgrade 2022-06-27 15:19:53 +02:00
Sylvain
1c16dd5f3f (feat) Use bat to display coloured documentation of environment variables during setup 2022-06-27 14:48:12 +02:00
Sylvain
ffb5a1d9d2 (setup) Ability to install behind a proxy 2022-06-13 17:03:35 +02:00
Sylvain
4fe0d6ecba (doc) installing behind a proxy 2022-06-13 15:22:01 +02:00
Sylvain
02df763a66 (doc) how to mount cert into docker image (#359) 2022-05-30 10:10:11 +02:00
Sylvain
9abfe24660
Merge pull request #359 from trombik/issue_354
bugfix: introduce SMTP_CA_FILE and SMTP_CA_PATH
2022-05-30 09:35:32 +02:00
Sylvain
442f7e0453 (bug) fix #355 compatibility with the new docker-compose CLI 2022-05-23 16:33:38 +02:00
Tomoyuki Sakurai
c2e330a66c doc: document SMTP_TLS 2022-05-15 11:36:59 +07:00
Tomoyuki Sakurai
4bd1634f82 bugfix: introduce SMTP_CA_FILE and SMTP_CA_PATH
allows users to configure path to trusted CA certificate file(s). the
defaults are `nil` as there is no agreement on default path.

possible paths for `SMTP_CA_FILE` include:

* `/etc/pki/tls/certs/ca-bundle.crt` (RedHat)
* `/etc/ssl/certs/ca-certificates.crt` (Debian and its variants)
* `/usr/local/etc/ssl/cert.pem` (FreeBSD)
* `/etc/ssl/cert.pem` (OpenBSD)

Ruby on Rails Guides, nor `mail` gem, documents these options.
4f56234f04/lib/mail/network/delivery_methods/smtp.rb (L144-L145)

fixes #354
2022-05-15 06:53:12 +07:00
Tomoyuki Sakurai
59ca11b3e7 (feature) allow users to disable colorize_logging in active record
fixes #345
2022-05-15 06:38:55 +07:00
Du Peng
3e34b3c7a7 add user validation required setting, user proof of identity upload and organization custom field 2022-05-11 16:57:44 +02:00
Sylvain
bf9e917952 (doc) openid connect configuration documentation 2022-05-04 12:29:21 +02:00
Sylvain
eaae10a9b4 (ui) automatic field mapping configuration for openid 2022-05-04 12:29:19 +02:00
Sylvain
f9e5e7f2a8 (ui) display authorization callback url directly in interface 2022-05-04 12:28:29 +02:00
Sylvain
7465c8d81c (doc) minimum docker version 2022-05-04 12:17:19 +02:00
Sylvain
0c51aff748 (feat) OAuth2 scopes are now configurable from the interface
Previously, scopes were supported through OAUTH2_SCOPE since v5.3.1.
BREAKING CHANGE: update your oauth2 provider configuration if you need scopes support
2022-03-22 16:40:09 +01:00
Sylvain
cae79b5d5b updated environment documentation 2022-03-08 15:53:28 +01:00
Du Peng
c072e87432 update document 2022-03-02 18:01:38 +01:00
Du Peng
cd733053c9 Added [an option](doc/environment.md#OPENLAB_SSL_VERIFY) to allow set verify ssl option for OpenLab 2022-03-02 17:39:22 +01:00
Sylvain
67850a6f9f (feat) optional sso debug logs according to SSO_DEBUG env var 2022-01-17 15:24:07 +01:00
Sylvain
c031f099a5 Merge branch 'oauth2' into dev 2022-01-17 12:46:07 +01:00
Sylvain
9cb744a4de fix typos 2022-01-10 15:56:01 +01:00
Sylvain
c91e825496 [bug] minamed sso perperty 2021-12-20 14:10:44 +01:00
Sylvain
2c0da56ff9 fix env doc 2021-11-17 18:24:59 +01:00
Sylvain
c1a9a4a075 reorganized documentation 2021-10-22 16:50:18 +02:00
Sylvain
b1245a5248 updated setup instructions with new prepare-vps script 2021-10-22 10:41:15 +02:00
Sylvain
4e4849e7bc Updated SSO documentation 2021-10-13 09:09:58 +02:00
Sylvain
de7c021716 updated production doc 2021-10-07 17:41:38 +02:00
Du Peng
0831d52b64 fix a bug: rename Norwegian locale 2021-07-02 10:03:46 +02:00
Sylvain
8c1c6bca4d invalid rails locale for Norwegian 2021-07-02 09:42:37 +02:00
Sylvain
9f408f0a46 norwegian language 2021-06-30 17:16:41 +02:00
Sylvain
db21892872 updated user's manual 2021-06-14 13:49:38 +02:00
Sylvain
2b05fec53f updated documentation diagrams 2021-06-11 15:17:59 +02:00
Sylvain
e8517f1ea1 ability to upgrade to a specfic version with the script 2021-06-11 13:47:25 +02:00
Sylvain
6192e522e5 refreshed upgrade instructions 2021-06-10 17:09:39 +02:00
Sylvain
4e06ba5a4d improved documentation 2021-06-08 09:44:34 +02:00
Sylvain
87cd41794e WIP: payzen subscription
TODO: retreive the payzen subscription from PayZen::Item
2021-06-02 20:07:53 +02:00
Sylvain
66f81a975e WIP: array of items
Migration from cart_items:{reservation:{}, subscription:{}, ...}
to cart_items:{items:[{reservation:{}, ...}], ...}
2021-05-19 18:12:52 +02:00
Sylvain
58287d7cee use short links to upgrade 2021-05-17 15:46:42 +02:00
Sylvain
6bcd9f6fef Merge branch 'dev' into payzen 2021-05-17 15:07:41 +02:00
Sylvain
7ac119d4cf [bug] invoices are not generated in test/development if the configured locale is composed
Eg. If locale is fr-CA, it was crashing. If locale was only fr, is was working.
Now, composed locales print the watermark using the base locale and
hour_minute format is fetched from the base locale
2021-05-12 17:23:42 +02:00
Sylvain
b9e3db8700 Improved the production documentation 2021-04-27 09:24:42 +02:00
Sylvain
b2e8d993e7 Improved the development documentation 2021-04-27 09:03:49 +02:00
Sylvain
07ea6e8c69 renamed SUPERADMIN_EMAIL to ADMINSYS_EMAIL
The previous was too much subject to confusions
2021-04-14 15:04:41 +02:00
Sylvain
c9cea041dd updated links to user's guide 2021-02-22 19:26:38 +01:00
Sylvain
93b0857242 [fr] updated user's guide 2021-02-22 16:43:17 +01:00
Sylvain
ecb23c02b9 fix extend susbcription w/ payment schedule 2021-02-10 13:32:13 +01:00
Sylvain
eddf23622d Merge branch 'dev' into monthly-payment 2021-02-02 17:17:15 +01:00