steid

@jamesgill /

14223e7feat: claim, sign in, and sign out through the browser1mo
1//! The web surface: pages, forms, and the request-scoped helpers they use.
2
40ab5c7feat: /api/me and a shared identity read model1mo
3pub mod api;
dce0bf3feat: browse a repository's files and history8d
4pub mod browse;
14223e7feat: claim, sign in, and sign out through the browser1mo
5pub mod context;
e0856ebfeat: clone a public repository over HTTP8d
6pub mod git;
3dd7293feat: ship Steid as an installable binary8d
7pub mod health;
14223e7feat: claim, sign in, and sign out through the browser1mo
8pub mod layout;
9pub mod pages;
a69e380feat: public profile page at /{handle}1mo
10pub mod profile;
3dd7293feat: ship Steid as an installable binary8d
11pub mod rate_limit;
285f5fdfeat: create and view repositories through the browser24d
12pub mod repo;
264c436fix: session cookie survives plain-HTTP localhost in dev1mo
13pub mod session_cookie;
c50d9adfeat: profile settings with flash feedback25d
14pub mod settings;
14223e7feat: claim, sign in, and sign out through the browser1mo
15pub mod setup;
a814db5feat: push and clone private repositories with a token8d
16pub mod token;