Commit Graph

245 Commits

Author SHA1 Message Date
dependabot[bot]
0bb08f4649 Bump tailwindcss from 3.0.17 to 3.0.18 in /crates/static-files
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.17 to 3.0.18.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.17...v3.0.18)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 23:11:32 +01:00
Quentin Gliech
08a375bdcd Improve the configuration schema 2022-01-28 11:51:14 +01:00
dependabot[bot]
75eb79dbc1 Bump tailwindcss from 3.0.16 to 3.0.17 in /crates/static-files
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.16 to 3.0.17.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.16...v3.0.17)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 09:16:32 +01:00
Quentin Gliech
5de0dc30d1 Allow loading private keys from files 2022-01-26 18:29:11 +01:00
Quentin Gliech
b410f129d4 Minor logging improvements
- only have colors if the output terminal is a tty
 - log in a non-blocking fashion
2022-01-26 17:21:54 +01:00
Quentin Gliech
bd0eecbcf8 Support more key formats in config 2022-01-26 11:10:11 +01:00
dependabot[bot]
6476f2f0b8 Bump cssnano from 5.0.15 to 5.0.16 in /crates/static-files (#39)
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.0.15 to 5.0.16.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.0.15...cssnano@5.0.16)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 15:55:44 +00:00
dependabot[bot]
310a371e1e Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 16:55:21 +01:00
dependabot[bot]
e82421a58c Bump tailwindcss from 3.0.13 to 3.0.16 in /crates/static-files
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.13 to 3.0.16.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.13...v3.0.16)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 16:55:09 +01:00
Quentin Gliech
9b2362306e Enable dependabot in crates/static-files/ 2022-01-25 15:52:07 +01:00
Quentin Gliech
fe63cb0d27 ci: explicit jobs permissions 2022-01-25 15:49:56 +01:00
Quentin Gliech
e23b056bd3 ci: remove LSIF index step 2022-01-25 15:47:23 +01:00
Quentin Gliech
39fc076840 ci: restore less stuff from cache to avoid cache size explosion 2022-01-25 15:41:12 +01:00
Quentin Gliech
c18421586a ci: stop using clippy actions because of permissions issues 2022-01-25 15:40:20 +01:00
Quentin Gliech
8b35808b78 Setup dependabot 2022-01-25 15:13:03 +01:00
Quentin Gliech
010aa3075c Bump some dependencies 2022-01-25 15:04:08 +01:00
Quentin Gliech
4d173291f0 Switch RSA crate git source to RustCrypto/RSA 2022-01-25 14:55:05 +01:00
Quentin Gliech
4dd88d6a01 Upgrade dependencies 2022-01-25 12:47:17 +01:00
Quentin Gliech
02300f9fdc Fix traces not being created for requests 2022-01-25 11:46:14 +01:00
Quentin Gliech
dc9694e5e3 cargo fmt 2022-01-25 09:52:45 +01:00
Quentin Gliech
02a763455b Add AWS SES backend to send email 2022-01-24 16:31:53 +01:00
Quentin Gliech
8727361689 Finish implementing email verification
Fixes #30
2022-01-21 18:22:02 +01:00
Quentin Gliech
abc341e7ab Database model to save user email verification codes 2022-01-21 17:41:11 +01:00
Quentin Gliech
59db90f66e Simplify Docker build in CI 2022-01-21 12:31:24 +01:00
Quentin Gliech
7d669eb868 Fix Docker multi-arch debug builds 2022-01-19 19:08:26 +01:00
Quentin Gliech
b0b64a60c6 Actually send emails 2022-01-19 18:00:45 +01:00
Quentin Gliech
a12d0847e1 WIP: email sending crate 2022-01-19 12:10:03 +01:00
Quentin Gliech
8128a6ca65 CLI subcommand to mark emails as verified 2022-01-18 18:33:05 +01:00
Quentin Gliech
4384594fc2 Email management UI
Also simplify a bunch of query strings
2022-01-18 18:16:56 +01:00
Quentin Gliech
fdeb79a43e Remove unnecessary boxing of warp filters
This was needed because of a compiler regression. Now that we're using
Rust 1.58 there is no benefit to boxing them
2022-01-18 12:07:29 +01:00
Quentin Gliech
da038dd90a Move password change to its own page
Also restructure the templates structure a bit
2022-01-18 11:58:42 +01:00
Quentin Gliech
1667b5a67f Save user emails in database 2022-01-14 18:42:37 +01:00
Quentin Gliech
e98ff94b14 Update SQLx offline query data 2022-01-14 14:07:40 +01:00
Quentin Gliech
5baec9f612 Revoke OAuth session on code reuse 2022-01-14 13:20:14 +01:00
Quentin Gliech
8ee8036e6d Upgrade dependencies 2022-01-14 10:51:12 +01:00
Quentin Gliech
72b20c880b Bump Rust version to 1.58.0 in Docker image 2022-01-14 10:07:09 +01:00
Quentin Gliech
36f640c641 Enable clippy lints on iana crates 2022-01-12 12:26:35 +01:00
Quentin Gliech
9170bf2a3d Use iana generated types in more places 2022-01-12 12:22:54 +01:00
Quentin Gliech
96223dd24f Multiple IANA codegen enhancement
- JWS/JWE algorithms are properly splitted
 - Enums now have a proper description
 - They implement FromStr and Display
 - mas-jose does not reexport mas-iana anymore
2022-01-12 10:58:27 +01:00
Quentin Gliech
40c1c79617 Fix generated code style 2022-01-11 19:19:02 +01:00
Quentin Gliech
62330ad18b Use new generated enums & query supported signing algs from the keystore 2022-01-11 18:46:26 +01:00
Quentin Gliech
0705fbe6ba Codegen enums from IANA registries 2022-01-11 18:46:01 +01:00
Quentin Gliech
01dcf503a6 Add loads of server metadata in the discovery document 2022-01-11 12:54:26 +01:00
Quentin Gliech
6fd6fd2dca Have all server metadata from the IANA registry 2022-01-11 11:20:17 +01:00
Quentin Gliech
922ebe4df8 Add exp claim in id_tokens 2022-01-10 17:59:57 +01:00
Quentin Gliech
aca5d354d4 Claims handling in JOSE library 2022-01-10 17:41:48 +01:00
Quentin Gliech
658633f62f Add tests for private_key_jwt client auth 2022-01-06 10:04:43 +01:00
Quentin Gliech
183546d743 Fix client auth test 2022-01-06 09:44:21 +01:00
Quentin Gliech
7df3dd7b3b Support private_key_jwt client auth
Which includes having a verifying keystore out of JWKS (and soon out of
a JWKS URI)
2022-01-05 21:07:18 +01:00
Quentin Gliech
b5ea3b5bc0 jose: split the keystores in different modules 2022-01-05 11:43:26 +01:00