Valentin Tolmer
48a0a8d961
release: v0.6.3
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-05-01 00:45:35 +02:00
Valentin Tolmer
40121b80b7
chore: centralize and upgrade shared Cargo dependencies
...
Move duplicated Cargo dependencies to the root workspace manifest, switch member crates to workspace dependencies, and align non-conflicting shared feature sets at the workspace level.
Upgrade a number of shared dependencies while consolidating versions across the workspace. This also consolidates the ldap3 dependency in response to GHSA-qcxq-75wr-5cm8: https://github.com/kanidm/ldap3/security/advisories/GHSA-qcxq-75wr-5cm8
Update frontend and migration code for dependency upgrades and clean up manifest structure.
2026-05-01 00:45:35 +02:00
Valentin Tolmer
469f35c12c
cargo: Update dependencies
2025-12-24 15:33:30 +01:00
Kumpelinus
176c49c78d
chore: upgrade Rust toolchain to 1.89 and modernize code with let-chains
2025-09-16 00:48:16 +02:00
Valentin Tolmer
ba9bcb3894
chore: Migrate all the crates to edition 2024
2025-03-30 21:32:46 -05:00
Valentin Tolmer
e18f2af54f
cargo: Migrate metadata to workspace
2025-03-30 20:56:16 -05:00
Valentin Tolmer
5afcdbda65
app, server: Add an endpoint to fetch the frontend settings
2025-03-30 20:52:39 -05:00
Simon Broeng Jensen
b5e87c7226
auth: move auth crate to crates folder
2025-02-03 23:32:42 +01:00
nitnelave
d720a7812a
cargo: set metadata for publishing crates ( #577 )
2023-05-12 18:06:06 +07:00
Valentin Tolmer
afe91c7cc0
release: 0.4.2
2023-03-27 11:07:24 +02:00
Valentin Tolmer
b3f64c6efe
Bump version to 0.4.2-alpha
2022-10-10 21:09:34 +02:00
Valentin Tolmer
32f28d664e
Bump to version 0.4.1
2022-10-10 17:46:34 +02:00
Valentin Tolmer
2ca083541e
migration-tool: Import users' avatars
2022-08-09 13:03:28 +02:00
Valentin Tolmer
7707367c35
migration-tool: Extract the JWT from the JSON response
...
The response used to contain just the JWT, but now it's wrapped in JSON.
Fixes #282 .
2022-08-03 22:34:19 +02:00
Valentin Tolmer
4ba0db4e9e
migration_tool: Switch from OpenSSL to Rustls
2022-07-15 15:49:15 +02:00
Valentin Tolmer
31cf9b8e2c
migration: Implement import from LDAP
2021-12-08 12:01:56 +01:00