summaryrefslogtreecommitdiff
path: root/src/login/repo/logins.rs
Commit message (Expand)AuthorAge
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Expose sqlx errors directly in repo interfaces.Owen Jacobson2024-09-16
* Generate the required structure for broadcasting from a join, not from O(n) q...Owen Jacobson2024-09-13
* Embed the sender's whole login (id and name) in messages, drop the redundant ...Owen Jacobson2024-09-13
* Transmit messages via `/:chan/send` and `/:chan/events`.Owen Jacobson2024-09-13
* Push most endpoint and extractor logic into functoins of `App`.Owen Jacobson2024-09-12
* Fix mis-placed commentOwen Jacobson2024-09-04
* Display a different / page depending on whether the current identity is valid...Owen Jacobson2024-09-04
* Allow login creation and authentication.Owen Jacobson2024-09-03