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

18 Commits

Author SHA1 Message Date
Sylvain
ffd7de0bcb (security) upgrade to rails 7 2023-03-28 12:44:00 +02:00
Du Peng
ce183691cb (bug) Active serving static files from the /public folder by default 2023-01-02 12:51:14 +01: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
Sylvain
82260d8c62 [bug] invalid currency in notifications for locales with region 2021-05-14 11:57:52 +02:00
Sylvain
44ca50b4e1 load template and erb with webpack 2020-09-09 11:54:49 +02:00
Sylvain
74ac0bff85 [bug] invalid URL redirection for SSO login 2020-06-30 12:07:21 +02:00
Sylvain
65470ca3e6 WIP: fix SSO redirect url
see: https://github.com/rails/rails/issues/29992
2020-06-29 16:53:38 +02:00
Sylvain
b019af7f83 app:update for 5.2 2020-03-31 11:28:00 +02:00
Du Peng
9ca9425ef4 update to rails 5.0.7.2 2020-03-25 12:35:07 +01:00
Sylvain
90b2e7e575 Ability to configure SMTP connection to use SMTP/TLS 2019-10-21 11:42:01 +02:00
Sylvain
927479733b migrated links to /users/auth from GET to POST
see https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284 for more info
2019-10-02 14:37:47 +02:00
Sylvain
56a62e975c updated uglifier with es6 support 2018-12-03 10:22:10 +01:00
Sylvain
7d8b4ba2e5 fine-grained smtp configuration 2018-10-04 12:02:16 +02:00
cyril
57cb6c4fbe fix default level_log config 2016-09-28 18:55:40 +02:00
Peng DU
61b9cf71f0 add log level to env 2016-07-19 16:37:25 +02:00
cyril
35467173b0 add enable starttls auto for env prod 2016-04-05 11:38:28 +02:00
cyril
d1450f65f6 release 2.0 rc 2016-03-23 18:39:41 +01:00
cyril
68eab24fa1 init depot fabmanager 2015-05-05 03:10:25 +02:00