summaryrefslogtreecommitdiff
path: root/src/login/app.rs
Commit message (Expand)AuthorAge
* 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
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Remove `hi-recanonicalize`.Owen Jacobson2024-10-30
* Create a dedicated workflow type for creating logins.Owen Jacobson2024-10-29
* Restrict login names.Owen Jacobson2024-10-29
* 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
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.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
* Write tests.Owen Jacobson2024-09-20
* Pass dates around by ref more consistentlyOwen 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
* App methods now return errors that allow not-found cases to be distinguished.Owen Jacobson2024-09-18
* Express record dependencies through types.Owen Jacobson2024-09-17
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Suggested fixes from Clippy, via nursery and pedantic sets.Owen Jacobson2024-09-13
* Consolidate the (now) two definitions of DateTime.Owen Jacobson2024-09-12
* Push most endpoint and extractor logic into functoins of `App`.Owen Jacobson2024-09-12