66ff7376f7
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
05f0756c13
Improve the configuration schema
2022-01-28 11:51:14 +01:00
2db595b9c0
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
79d7561d93
Allow loading private keys from files
2022-01-26 18:29:11 +01:00
c7a243a3a1
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
c3ac36190d
Support more key formats in config
2022-01-26 11:10:11 +01:00
3d8d6f81b5
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
123b59fcd4
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
a328403ec7
Bump some dependencies
2022-01-25 15:04:08 +01:00
fa9c2d4c44
Switch RSA crate git source to RustCrypto/RSA
2022-01-25 14:55:05 +01:00
d43af81238
Upgrade dependencies
2022-01-25 12:47:17 +01:00
46caf284cf
Fix traces not being created for requests
2022-01-25 11:46:14 +01:00
4fd0c6b337
cargo fmt
2022-01-25 09:52:45 +01:00
1355be8fb8
Add AWS SES backend to send email
2022-01-24 16:31:53 +01:00
7b487e184a
Finish implementing email verification
...
Fixes #30
2022-01-21 18:22:02 +01:00
54e9dc0712
Database model to save user email verification codes
2022-01-21 17:41:11 +01:00
93cbad34f5
Actually send emails
2022-01-19 18:00:45 +01:00
2e12f43c0e
WIP: email sending crate
2022-01-19 12:10:03 +01:00
29b2fc2e43
CLI subcommand to mark emails as verified
2022-01-18 18:33:05 +01:00
6e50921626
Email management UI
...
Also simplify a bunch of query strings
2022-01-18 18:16:56 +01:00
0c2950a160
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
1b35f96f29
Move password change to its own page
...
Also restructure the templates structure a bit
2022-01-18 11:58:42 +01:00
565f5cda1b
Save user emails in database
2022-01-14 18:42:37 +01:00
ecaa4b98b6
Update SQLx offline query data
2022-01-14 14:07:40 +01:00
571f484894
Revoke OAuth session on code reuse
2022-01-14 13:20:14 +01:00
f876d6a134
Upgrade dependencies
2022-01-14 10:51:12 +01:00
219035335c
Enable clippy lints on iana crates
2022-01-12 12:26:35 +01:00
5b9c35a079
Use iana generated types in more places
2022-01-12 12:22:54 +01:00
2844706bb1
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
d9b1ef3ded
Fix generated code style
2022-01-11 19:19:02 +01:00
9003eaf0c2
Use new generated enums & query supported signing algs from the keystore
2022-01-11 18:46:26 +01:00
0e70af0a75
Codegen enums from IANA registries
2022-01-11 18:46:01 +01:00
97ab75fb15
Add loads of server metadata in the discovery document
2022-01-11 12:54:26 +01:00
b4f0f0d0be
Have all server metadata from the IANA registry
2022-01-11 11:20:17 +01:00
a30d4b58f0
Add exp claim in id_tokens
2022-01-10 17:59:57 +01:00
5631300dc3
Claims handling in JOSE library
2022-01-10 17:41:48 +01:00
f0a7e96875
Add tests for private_key_jwt client auth
2022-01-06 10:04:43 +01:00
ef3da801a3
Fix client auth test
2022-01-06 09:44:21 +01:00
a965e488e2
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
f7706f2351
jose: split the keystores in different modules
2022-01-05 11:43:26 +01:00
767d7649ce
Upgrade more crypto crates
2022-01-05 10:57:18 +01:00
1377e09dbe
Upgrade dependencies
2022-01-04 22:35:18 +01:00
f933ace007
New JWT/JOSE crate
...
Still WIP, needs to handle time related claims
2022-01-04 22:28:00 +01:00
a55e8af2c8
Cut down a lot on compilation time
2021-12-17 19:55:22 +01:00
2f97ca685d
Split the core crate
2021-12-17 18:04:30 +01:00
ceb17d3646
Move storage module to its own crate
2021-12-17 12:15:07 +01:00
584294538b
Implement a basic "my account" page with password change
2021-12-16 12:31:29 +01:00
412997663b
Fix registration not being saved in database
2021-12-15 15:44:13 +01:00
1d58d134a9
Fix user registration from CLI
2021-12-15 11:14:34 +01:00
3cda384fd4
Move user passwords to a separate table
2021-12-14 18:17:25 +01:00