Olivier 'reivilibre
|
30abb7c90d
|
drive-by formatting fixes
|
2025-10-20 16:42:01 +01:00 |
|
Olivier 'reivilibre
|
1fc8145e01
|
drive-by clippy fixes
|
2025-10-20 16:42:01 +01:00 |
|
Quentin Gliech
|
c3707c13ae
|
Add license headers in most files that missed them
|
2025-06-12 11:01:07 +02:00 |
|
Quentin Gliech
|
3d96dc9d47
|
Update license headers to match the actual license
|
2025-06-12 10:32:16 +02:00 |
|
Quentin Gliech
|
97e83e1467
|
Define all the dependencies at the workspace level
|
2025-06-10 14:25:38 +02:00 |
|
Quentin Gliech
|
d748f18be6
|
Replace most remaining #[instrument(err)] annotations
|
2025-04-18 09:59:29 +02:00 |
|
Quentin Gliech
|
e776d652d9
|
Fix Clippy lints introduced by Rust 1.86
|
2025-04-06 16:18:27 +02:00 |
|
Quentin Gliech
|
3d2b67a0b2
|
Upgrade to Rust 1.85 and edition 2024
|
2025-02-21 16:15:02 +01:00 |
|
Quentin Gliech
|
6092efe949
|
Merge branch 'main' into quenting/optional-email
|
2025-01-20 11:31:48 +01:00 |
|
Quentin Gliech
|
9247885518
|
Remove unused dependencies
|
2025-01-16 17:59:03 +01:00 |
|
Quentin Gliech
|
5f5fc44fbd
|
Job to send the new email authentication codes
|
2025-01-14 15:47:17 +01:00 |
|
Quentin Gliech
|
0513f198d8
|
Rip out the email verification codes
This considers all user_emails as confirmed, and removes the verification code.
It will be replaced by a new email authentication code flow
|
2025-01-14 15:46:45 +01:00 |
|
Quentin Gliech
|
ed4b6c42a7
|
Remove (C)
|
2024-09-10 14:28:55 +02:00 |
|
Quentin Gliech
|
f6bb100c0a
|
License headers change
|
2024-09-05 13:25:42 +02:00 |
|
Quentin Gliech
|
c156a3891e
|
Actually send emails for recovery
|
2024-06-28 15:59:21 +02:00 |
|
Quentin Gliech
|
3978acd94e
|
Fix recently added Clippy lints
This also ignores the clippy::blocks_in_conditions lint in two crates,
until tracing gets fixed: https://github.com/tokio-rs/tracing/issues/2876
|
2024-05-07 07:32:02 +02:00 |
|
Quentin Gliech
|
a99427e942
|
Move lettre to a workspace dependency
|
2024-05-02 14:32:05 +02:00 |
|
Quentin Gliech
|
6d77d0ed25
|
Flatten the email config
|
2024-03-22 13:33:09 +01:00 |
|
Quentin Gliech
|
d8f5fdaf5c
|
Moved some dependencies in the workspace and upgrade some dependencies
|
2024-03-19 14:54:35 +01:00 |
|
Quentin Gliech
|
eb950151af
|
Upgrade OTEL and remove support for Jaeger and Zipkin exporters
|
2024-03-18 17:26:40 +01:00 |
|
Quentin Gliech
|
b927d330c9
|
Bump most Rust dependencies
|
2024-02-02 15:37:05 +01:00 |
|
Quentin Gliech
|
49963b26f8
|
Prepare workspace to publish OIDC crates
|
2023-12-07 16:02:55 +01:00 |
|
Quentin Gliech
|
a0f5f3c642
|
Enable clippy lints on a workspace level
This enables a lot more lints than before in some crates, so this fixed a lot of warnings as well.
|
2023-12-05 17:20:42 +01:00 |
|
Quentin Gliech
|
30247448d5
|
Bump Rust dependencies
|
2023-11-24 13:04:37 +01:00 |
|
Quentin Gliech
|
6a5d48656b
|
Revert "Skip certificate chain validation when sending emails"
This reverts commit af4f19df7b.
|
2023-11-03 16:10:02 +01:00 |
|
dependabot[bot]
|
162d7f7ea8
|
build(deps): bump lettre from 0.11.0 to 0.11.1
Bumps [lettre](https://github.com/lettre/lettre) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lettre/lettre/compare/v0.11.0...v0.11.1)
---
updated-dependencies:
- dependency-name: lettre
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-03 15:50:35 +01:00 |
|
Quentin Gliech
|
af4f19df7b
|
Skip certificate chain validation when sending emails
This is a workaround for #1996, until lettre fixes the root issue
|
2023-10-23 15:21:37 +02:00 |
|
dependabot[bot]
|
a5bb9b5089
|
build(deps): bump lettre from 0.10.4 to 0.11.0
Bumps [lettre](https://github.com/lettre/lettre) from 0.10.4 to 0.11.0.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lettre/lettre/compare/v0.10.4...v0.11.0)
---
updated-dependencies:
- dependency-name: lettre
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-20 00:22:40 +02:00 |
|
dependabot[bot]
|
75a94c34ff
|
build(deps): bump async-trait from 0.1.73 to 0.1.74
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-19 17:41:02 +02:00 |
|
Quentin Gliech
|
b2cd8d83f7
|
templates: translate a lot more stuff
|
2023-10-05 19:29:23 +02:00 |
|
Quentin Gliech
|
995bdfc13b
|
templates: replace tera with minijinja
|
2023-10-05 19:29:23 +02:00 |
|
Quentin Gliech
|
c9155ef0cf
|
Rust dependencies housekeeping
Including:
- package upgrades
- stop using the patched version of `ulid`
- update cargo deny duplicate exception list
|
2023-09-14 23:43:00 +02:00 |
|
Quentin Gliech
|
a01c53019f
|
Define common crates metadata on the workspace level
|
2023-09-01 16:27:22 +02:00 |
|
dependabot[bot]
|
aec9c84e24
|
build(deps): bump async-trait from 0.1.72 to 0.1.73
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.72...0.1.73)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-23 15:40:08 +02:00 |
|
Quentin Gliech
|
7c83dce66e
|
Move some common dependencies on the workspace level
Also deprecates the AWS SESv2 transport for emails
|
2023-08-14 13:00:01 +02:00 |
|
Quentin Gliech
|
e79da4a949
|
Bump Rust dependencies and remove unused ones
|
2023-07-27 17:23:08 +02:00 |
|
dependabot[bot]
|
48c15b9127
|
build(deps): bump async-trait from 0.1.71 to 0.1.72
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-21 23:36:36 +02:00 |
|
Quentin Gliech
|
ba0f7ea62c
|
Upgrade all Rust dependencies
This includes breaking changes of sqlx 0.7.0
|
2023-07-17 19:04:06 +02:00 |
|
dependabot[bot]
|
77f727cb6a
|
build(deps): bump async-trait from 0.1.70 to 0.1.71
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.70 to 0.1.71.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.70...0.1.71)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-05 22:20:32 +02:00 |
|
dependabot[bot]
|
c068460cd7
|
build(deps): bump thiserror from 1.0.40 to 1.0.41
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.41)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-05 01:15:00 +02:00 |
|
dependabot[bot]
|
b0212f2cb2
|
build(deps): bump async-trait from 0.1.69 to 0.1.70
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.69 to 0.1.70.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.69...0.1.70)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-05 01:14:36 +02:00 |
|
dependabot[bot]
|
2e0782f115
|
build(deps): bump async-trait from 0.1.68 to 0.1.69
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.68 to 0.1.69.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.68...0.1.69)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-03 15:21:24 +02:00 |
|
Quentin Gliech
|
7e90564d16
|
Bump Rust dependencies
|
2023-06-14 12:02:16 +02:00 |
|
Quentin Gliech
|
91e134f6b4
|
Bump Rust dependencies
|
2023-05-26 16:11:17 +02:00 |
|
Quentin Gliech
|
1993f4cfca
|
Bump Rust dependencies
|
2023-05-25 18:15:44 +02:00 |
|
Kévin Commaille
|
25f045130e
|
Downgrade tracing to 0.1.37
Version 0.1.38 and no new version was released
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
|
2023-05-11 11:10:22 +02:00 |
|
dependabot[bot]
|
343a21e3bc
|
build(deps): bump tracing from 0.1.37 to 0.1.38
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.38.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.37...tracing-0.1.38)
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-26 08:09:57 +02:00 |
|
Quentin Gliech
|
4baa15bbd3
|
Bump Rust depdenencies
|
2023-04-18 23:01:43 +02:00 |
|
Quentin Gliech
|
08f58db08b
|
Replace the OTEL-based tracing layer with tracing based layers
|
2023-04-18 14:45:43 +02:00 |
|
dependabot[bot]
|
b4913a2fe1
|
build(deps): bump async-trait from 0.1.67 to 0.1.68
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.67 to 0.1.68.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.67...0.1.68)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-14 12:40:30 +02:00 |
|