summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Support querying event sequences via iterators or streams.Owen Jacobson2025-06-20
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Expire messages after 30 days.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Shorten the default retention, dramatically.Owen Jacobson2024-11-07
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Add `change password` UI + API.Owen Jacobson2024-10-29
* Restrict channel names, too.Owen Jacobson2024-10-29
* Restrict login names.Owen Jacobson2024-10-29
* Tests for purged channels and messages.Owen Jacobson2024-10-25
* Consolidate test helper event functionsOwen Jacobson2024-10-24
* Tests for channel, invite, setup, and message deletion events.Owen Jacobson2024-10-24
* Tests for retrieving invitesOwen Jacobson2024-10-24
* Tests for channel delete endpointOwen Jacobson2024-10-23
* Tests for `DELETE /api/messages/:id`Owen Jacobson2024-10-23
* Test boot more thoroughly.Owen Jacobson2024-10-23
* Sort out the naming of the various parts of an identity.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
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Use a two-tier hierarchy for events.Owen Jacobson2024-10-09
* Make a backup of the `.hi` database before applying migrations.Owen Jacobson2024-10-05
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03
* 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
* Track event sequences globally, not per channel.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
* Delete expired messages out of band.Owen Jacobson2024-09-28
* Send created events when channels are added.Owen Jacobson2024-09-28
* Make `/api/events` a firehose endpoint.Owen Jacobson2024-09-27
* Retire `fixtures::error::expected!`.Owen Jacobson2024-09-25
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20