Commit Graph

14 Commits

Author SHA1 Message Date
Adrian Kumpf
0d6e288c70 Encrypt API tokens (#2360)
Store API tokens encrypted in the database.

During the database migration a randomly generated key will be used encrypt the tokens if no ENCRYPTION_KEY environment variable was provided.

If the application is started without the presence of an ENCRYPTION_KEY (or if the key failed to decrypt the existing tokens), the UI will display a warning with further instructions.
2022-02-18 17:03:13 +01:00
Adrian Kumpf
4b23c8604e Upgrade to Elixir v1.11 2020-10-08 22:17:56 +02:00
Adrian Kumpf
155a135d51 Upgrade to phoenix 1.5 2020-04-23 12:51:15 +02:00
Adrian Kumpf
6e2247b7fe Handle ambiguous dates when importing data
Fixes #549
2020-04-14 14:24:25 +02:00
Adrian Kumpf
d0cec8435d Set default LOCALE 2019-09-02 11:10:31 +02:00
Adrian Kumpf
9cab49a3cc Log :car_id 2019-07-30 12:07:26 +02:00
Adrian Kumpf
3489aeb3ea Add default values to some config parameters 2019-07-23 19:41:00 +02:00
Adrian Kumpf
a4fdcc9dad Use official base image 2019-07-02 17:19:13 +02:00
Adrian Kumpf
0203ffd953 Bump dependencies 2019-06-13 16:38:42 +02:00
Adrian Kumpf
91c32bcf91 Add German translations 2019-04-14 17:41:51 +02:00
Adrian Kumpf
a2519e7431 Add live_view 2019-04-13 19:24:30 +02:00
Adrian Kumpf
febe77cb9e Do not log the request_id 2019-04-10 13:01:23 +02:00
Adrian Kumpf
76208a456c Rename otp app 2019-04-07 13:42:51 +02:00
Adrian Kumpf
3d95859dfe Initial commit 2019-03-31 14:00:40 +02:00