Commit Graph

138 Commits

Author SHA1 Message Date
Adrian Kumpf
5e1ddce7af Bump dependencies 2022-06-24 11:07:03 +02:00
Adrian Kumpf
f51d651afe Upgrade dependencies 2022-05-20 12:19:43 +02:00
Adrian Kumpf
7d2a841f1f Bump deps 2022-04-04 14:24:04 +02:00
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
fcb9f68507 Update deps 2022-01-01 16:28:08 +01:00
dependabot[bot]
9509ccde76 Bump ex_cldr from 2.23.2 to 2.24.1 (#2121)
* Bump ex_cldr from 2.23.2 to 2.24.1

Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.23.2 to 2.24.1.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-cldr/cldr/compare/v2.23.2...v2.24.1)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replace custom PutSession plug

* Bust cldr chache

* Bump phoenix_live_view and tzdata

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-11-05 17:19:37 +01:00
Adrian Kumpf
1425f82b49 Update dependencies 2021-10-31 16:18:23 +01:00
Adrian Kumpf
796d0c8ef4 Update phoenix to 1.6.0 2021-09-24 22:39:26 +02:00
Adrian Kumpf
2df8dc551b Require floki in all envs 2021-09-23 12:47:04 +02:00
Adrian Kumpf
93dc1f3241 Require floki only in test env 2021-09-23 12:35:23 +02:00
Adrian Kumpf
70468ea762 Migrate from webpack to esbuild 2021-09-22 22:07:14 +02:00
Adrian Kumpf
7c0dc3b870 Upgrade phoenix to 1.6 2021-09-22 20:38:02 +02:00
Adrian Kumpf
e15fef7216 Uprade phoenix_live_view to 0.16 2021-09-22 17:10:48 +02:00
Adrian Kumpf
f25012b3b1 Update dependencies 2021-09-19 16:01:26 +02:00
dependabot[bot]
19395cf3c4 Bump tortoise from 0.9.9 to 0.10.0
Bumps [tortoise](https://github.com/gausby/tortoise) from 0.9.9 to 0.10.0.
- [Release notes](https://github.com/gausby/tortoise/releases)
- [Changelog](https://github.com/gausby/tortoise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gausby/tortoise/commits)

---
updated-dependencies:
- dependency-name: tortoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 14:47:57 +00:00
Adrian Kumpf
de4725d922 Remove trailing comma 2021-05-05 19:16:14 +02:00
Adrian Kumpf
b211086884 Bump mint to 1.3.0 2021-05-05 17:46:55 +02:00
Adrian Kumpf
fca4b1be45 Try out Elixir v1.12 and OTP-24 2021-05-03 13:11:30 +02:00
Adrian Kumpf
a702c5db7d Bump websockex to 0.4.3 2021-03-25 18:54:30 +01:00
Adrian Kumpf
6f6dc0ae3f Use latset websockex 2021-03-20 21:38:42 +01:00
Adrian Kumpf
14d64cf045 Bump tzdata to v1.1.0 2021-01-12 14:16:53 +01:00
Adrian Kumpf
410d277f2e Use built-in Ecto enum type 2021-01-09 00:08:36 +01:00
Adrian Kumpf
df6b96b1c8 Implement MFA flow 2020-12-19 21:07:55 +01:00
Adrian Kumpf
5ed9131e1f Determine if the car is plugged in (cold weather)
Addresses #1060
2020-12-03 22:40:08 +01:00
Adrian Kumpf
37a60829ab Allow to connect to MQTT broker via IPv6
Addresses #1000
2020-12-01 18:09:24 +01:00
Adrian Kumpf
6b6678729d Pin tortoise to v0.9.4 2020-10-27 16:16:49 +01:00
Adrian Kumpf
4b23c8604e Upgrade to Elixir v1.11 2020-10-08 22:17:56 +02:00
Adrian Kumpf
ca11558992 Read version from file 2020-10-04 19:09:17 +02:00
Adrian Kumpf
0c2f14f407 Bump version 2020-10-04 17:52:08 +02:00
Adrian Kumpf
0e002740a0 Parse CSV files with nimble_csv 2020-10-04 12:32:47 +02:00
dependabot-preview[bot]
0dcce99926 Bump finch from 0.2.0 to 0.3.0 (#809) 2020-06-25 11:26:47 +00:00
Adrian Kumpf
87074aeada Bump version 2020-06-04 18:53:42 +02:00
Adrian Kumpf
60631907ef Replace mojito with finch 2020-05-14 14:11:20 +02:00
Adrian Kumpf
be751ee804 1.19.3 2020-05-03 13:37:49 +02:00
Adrian Kumpf
a49c50fbbb 1.19.2 2020-04-26 10:00:44 +02:00
Adrian Kumpf
155a135d51 Upgrade to phoenix 1.5 2020-04-23 12:51:15 +02:00
Adrian Kumpf
42f7b60d3a 1.19.1 2020-04-20 15:15:35 +02:00
Adrian Kumpf
fe93023612 1.19.0 2020-04-19 19:06:43 +02:00
Adrian Kumpf
6e2247b7fe Handle ambiguous dates when importing data
Fixes #549
2020-04-14 14:24:25 +02:00
Adrian Kumpf
45d94d52b3 Implement database efficiency improvements
Closes #573
2020-04-11 14:49:44 +02:00
Adrian Kumpf
a36fb8d66c Remove option to disable sleep mode 2020-04-02 16:33:33 +02:00
Adrian Kumpf
a691784926 Use the Streaming API
Closes #417
2020-03-28 15:52:35 +01:00
Adrian Kumpf
2f8defff06 Add feature flag for the Streaming API 2020-03-28 15:48:37 +01:00
Adrian Kumpf
80f36148bc 1.18.2 2020-03-27 22:50:17 +01:00
Adrian Kumpf
e29deb4c6b 1.18.1 2020-03-23 19:23:16 +01:00
Adrian Kumpf
197567141a 1.18.0 2020-03-21 15:42:44 +01:00
Adrian Kumpf
9c425363ba Bump version 2020-03-11 15:11:13 +01:00
Adrian Kumpf
84865801de 1.17.1 2020-02-23 23:13:12 +01:00
Adrian Kumpf
1057a11f96 1.17.0 2020-02-23 16:21:16 +01:00
Adrian Kumpf
507b089a51 Bump version 2020-02-16 12:45:45 +01:00