| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Split the login transaction, to reduce database contention during login | Owen Jacobson | 2024-10-11 |
| | | |||
| * | Stop creating accounts during login. | Owen Jacobson | 2024-10-11 |
| | | |||
| * | Provide a separate "initial setup" endpoint that creates a user. | Owen Jacobson | 2024-10-11 |
| | | |||
| * | Make the identity cookie available to routes outside of `/api/`. | Owen Jacobson | 2024-10-10 |
| | | | | | We now (try to) use the identity cookie in `/ch/:channel`. This will not work, because the cookie's path doesn't include `/ch/`. | ||
| * | Provide a view of logins to clients. | Owen Jacobson | 2024-10-09 |
| | | |||
| * | Represent channels and messages using a split "History" and "Snapshot" model. | Owen Jacobson | 2024-10-03 |
| | | | | | | | This separates the code that figures out what happened to an entity from the code that represents it to a user, and makes it easier to compute a snapshot at a point in time (for things like bootstrap). It also makes the internal logic a bit easier to follow, since it's easier to tell whether you're working with a point in time or with the whole recorded history. This hefty. | ||
| * | Retire top-level `repo`. | Owen Jacobson | 2024-10-02 |
| | | | | | This helped me discover an organizational scheme I like more. | ||
| * | Split login and token handling. | Owen Jacobson | 2024-10-02 |
| | | |||
| * | First pass on reorganizing the backend. | Owen Jacobson | 2024-10-02 |
| This is primarily renames and repackagings. | |||
