1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
Commit Graph

105 Commits

Author SHA1 Message Date
Sylvain
2aeac8b5ed (doc) Clarified documentation about default values 2022-08-24 11:07:07 +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
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
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
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
2c0da56ff9 fix env doc 2021-11-17 18:24:59 +01: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
07ea6e8c69 renamed SUPERADMIN_EMAIL to ADMINSYS_EMAIL
The previous was too much subject to confusions
2021-04-14 15:04:41 +02:00
Sylvain
eddf23622d Merge branch 'dev' into monthly-payment 2021-02-02 17:17:15 +01:00
Sylvain
2950eddb07 Updated environment documentation + removed unused rails.*.yml 2020-12-21 10:15:59 +01:00
Sylvain
6d2adeefb1 Merge branch 'dev' into monthly-payment 2020-11-25 11:43:29 +01:00
Sylvain
5486c6fa66 updated documentation about POSTGRES_USERNAME 2020-11-25 09:35:22 +01:00
Sylvain
1e5f7ea1fd WIP: refactor stripe payment modal to react + do not user angular in react component (use Intl instead) 2020-11-24 13:26:15 +01:00
Sylvain
0697d9cff1 updated links to external locales 2020-11-23 16:29:53 +01:00
Sylvain
cce70d33a9 fix GA host configuration + updated doc about default_host 2020-06-29 16:53:13 +02:00
Sylvain
e95b270433 multiples fixes
- improved project search
- fix db schema (sql)
- improved doc
- removed es_language_analyzer var (deprecated)
2020-06-24 17:22:38 +02:00
Sylvain
a164ec402d poc using tsvector 2020-06-17 16:49:38 +02:00
Sylvain
1e3eb737ea updated TOC 2020-06-16 17:04:29 +02:00
Sylvain
6838a25dba updated documentation for old variables 2020-06-16 16:56:23 +02:00
Sylvain
24155bc009 ability to lock settings from the env vars 2020-06-15 13:20:48 +02:00
Sylvain
42872ab107 configure wallet from UI 2020-06-15 12:44:43 +02:00
Sylvain
f46c78a476 read email_confirmation_required from the UI 2020-06-15 11:57:13 +02:00
Sylvain
48bcf0b838 configure invoices prefix from the DB 2020-06-15 10:58:15 +02:00
Sylvain
78518e17fb read stripe_currency from the UI
We prevent the currency from being changed if any stripe payment was made, because a stripe user cannot made pay with different currencies. If we try to charge a user with a different currency than the currency he used for a previous payment, this will fail; so we must prevent this case
2020-06-10 16:37:11 +02:00
Sylvain
82d6677cff read stripe_api_key from db 2020-06-10 11:33:03 +02:00
Sylvain
88208627c9 read stripe_public_key from the db 2020-06-10 11:02:30 +02:00
Sylvain
b44a8da73b set openlab_default from the UI 2020-06-08 16:15:44 +02:00
Sylvain
88f2fb3749 secure the settings API (read) + read the openlab settings from the db 2020-06-08 15:08:07 +02:00
Sylvain
6af3f12917 use the db settings to validate mime types & extensions + fix texts + force lowercase 2020-06-03 17:56:39 +02:00
Sylvain
45013be950 configure default_host & default_protocol from env
reverts 478a6c40 (partially) & b2434864
2020-06-02 18:29:24 +02:00
Sylvain
9a0f36c245 configure disqus_shortname from the UI 2020-06-01 18:31:43 +02:00
Sylvain
478a6c409d define default_protocol & default_host from the UI + fix email_from + various minor fixes 2020-06-01 17:32:32 +02:00
Sylvain
0617e4cd26 configure default_mail_from from the UI 2020-06-01 12:15:16 +02:00
Sylvain
434c211ccf configure the features tour display mode from the UI 2020-05-27 18:49:53 +02:00
Sylvain
0d211e2e31 configure google recaptcha from UI 2020-05-27 16:35:30 +02:00
Sylvain
c3846e7080 configure twitter analytics from the UI 2020-05-27 15:39:39 +02:00
Sylvain
628a0f3bc3 configure facebook_app_id from the UI 2020-05-27 12:29:51 +02:00
Sylvain
2d628d8826 disable the invoicing module from the UI config panel 2020-05-26 18:07:07 +02:00
Sylvain
537743a740 configure the plans module from the admin UI 2020-05-26 15:39:28 +02:00
Sylvain
6cc6bba7ce refactored app to gather spaces module status from the settings 2020-05-26 13:59:40 +02:00