summaryrefslogtreecommitdiff
path: root/src/login/repo.rs
Commit message (Expand)AuthorAge
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Rename `user` to `login` at the database.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Remove `hi-recanonicalize`.Owen Jacobson2024-10-30
* Add `change password` UI + API.Owen Jacobson2024-10-29
* Make sure (most) queries avoid table scans.Owen Jacobson2024-10-23
* Provide `hi-recanonicalize` to recover from canonicalized-name problems.Owen Jacobson2024-10-22
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Unicode normalization on input.Owen Jacobson2024-10-21
* Retain deleted messages and channels temporarily, to preserve events for replay.Owen Jacobson2024-10-17
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Split login and token handling.Owen Jacobson2024-10-02