summaryrefslogtreecommitdiff
path: root/ui/lib/apiServer.js
Commit message (Expand)AuthorAge
* tools/reformatOwen Jacobson2025-06-11
* Don't retry operations where we received an unacceptable response.Owen Jacobson2025-05-05
* Naming improvements c/o KitOwen Jacobson2025-04-23
* When booting a session, retry every five seconds if unable to send the request.Owen Jacobson2025-04-22
* Rename `login` to `user` in the client.Owen Jacobson2025-03-24
* Remove stray importsOwen Jacobson2025-02-21
* Split "set up the event source" and "apply events to state" from one another.Owen Jacobson2025-02-21
* Use axios to compute event stream URL, why not.Owen Jacobson2025-02-20
* Prefer camelCase to snake_case in argument namesKit La Touche2024-11-29
* Deletable messages.Owen Jacobson2024-11-08
* Tweak addMessage call signatureKit La Touche2024-11-07
* Run spaces-style prettier formattingKit La Touche2024-11-03
* Address outstanding lint issues.Owen Jacobson2024-11-02
* Run prettier, make lint part of pre-commitOwen Jacobson2024-11-02
* Remove notification permissions prompt.Owen Jacobson2024-11-02
* Do some toast notificatingKit La Touche2024-10-31
* Don't leave field binding vars uninitialized.Owen Jacobson2024-10-30
* Add `change password` UI + API.Owen Jacobson2024-10-29
* Take a swing at putting an invite UI in place.Owen Jacobson2024-10-25
* Initial invite accept UIOwen Jacobson2024-10-12
* Return a distinct error when an invite username is in use.Owen Jacobson2024-10-11
* Provide a separate "initial setup" endpoint that creates a user.Owen Jacobson2024-10-11
* Move login to its own route.Owen Jacobson2024-10-11
* Compute the active channel from the current routing state, not from a store.Owen Jacobson2024-10-10
* Hoist the UI one step up furtherOwen Jacobson2024-10-10