summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAge
* Convert `Logins` into a freestanding component.Owen Jacobson2025-10-28
* Automatically reorder imports to my preferred style.Owen Jacobson2025-08-30
* Consolidate `events.map(…).collect()` calls into `Broadcaster`.Owen Jacobson2025-08-26
* 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
* Ensure `must_use` warnings fire even after results are unwrapped.Owen Jacobson2025-02-21
* 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
* fixup! Restrict login names.Owen Jacobson2024-10-29
* Create a dedicated workflow type for creating logins.Owen Jacobson2024-10-29
* Restrict login names.Owen Jacobson2024-10-29
* Tests for accepting invitesOwen Jacobson2024-10-24
* Make sure (most) queries avoid table scans.Owen Jacobson2024-10-23
* Sort out the naming of the various parts of an identity.Owen Jacobson2024-10-22
* 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
* Make the responses for various data creation requests more consistent.Owen Jacobson2024-10-19
* Retain deleted messages and channels temporarily, to preserve events for replay.Owen Jacobson2024-10-17
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
* Split the login transaction, to reduce database contention during loginOwen Jacobson2024-10-11
* Stop creating accounts during login.Owen Jacobson2024-10-11
* Blind debug output for StoredHash.Owen Jacobson2024-10-11
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.Owen Jacobson2024-10-05
* Use `/api/boot` to bootstrap the client.Owen Jacobson2024-10-05
* Retire top-level `repo`.Owen Jacobson2024-10-02
* Split login and token handling.Owen Jacobson2024-10-02
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* Provide a resume point to bridge clients from state snapshots to the event se...Owen Jacobson2024-10-01
* Prevent racing between `limit_stream` and logging out.Owen Jacobson2024-10-01
* Reimplement the logout machinery in terms of token IDs, not token secrets.Owen Jacobson2024-09-29
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Wrap credential and credential-holding types to prevent `Debug` leaks.Owen Jacobson2024-09-28
* Expire channels, too.Owen Jacobson2024-09-28
* Browsers default Path= to the directory part of the request URI.Owen Jacobson2024-09-27
* Retire `fixtures::error::expected!`.Owen Jacobson2024-09-25
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* rustdoc comment for the (very limited) public API of the crate.Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Pass dates around by ref more consistentlyOwen Jacobson2024-09-20
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Expire messages after 90 days.Owen Jacobson2024-09-20
* Less Option calisthenicOwen Jacobson2024-09-20
* Most pass-through errors do not need additional message textOwen Jacobson2024-09-18
* Return 404s when resources are not found.Owen Jacobson2024-09-18