14223e7feat: claim, sign in, and sign out through the browser1mo | 1 | |
| 2 | |
40ab5c7feat: /api/me and a shared identity read model1mo | 3 | pub mod api; |
b7a57dbfeat: a repository can be taken away as a file19h | 4 | pub mod archive; |
dce0bf3feat: browse a repository's files and history8d | 5 | pub mod browse; |
14223e7feat: claim, sign in, and sign out through the browser1mo | 6 | pub mod context; |
e0856ebfeat: clone a public repository over HTTP8d | 7 | pub mod git; |
3dd7293feat: ship Steid as an installable binary8d | 8 | pub mod health; |
14223e7feat: claim, sign in, and sign out through the browser1mo | 9 | pub mod layout; |
4ef3945feat: repository settings, README rendering, branch switcher, raw files7d | 10 | pub mod markdown; |
14223e7feat: claim, sign in, and sign out through the browser1mo | 11 | pub mod pages; |
a69e380feat: public profile page at /{handle}1mo | 12 | pub mod profile; |
3dd7293feat: ship Steid as an installable binary8d | 13 | pub mod rate_limit; |
adac3a7feat: branches and tags get pages, so the counts stop being dead ends19h | 14 | pub mod refs; |
285f5fdfeat: create and view repositories through the browser24d | 15 | pub mod repo; |
4ef3945feat: repository settings, README rendering, branch switcher, raw files7d | 16 | pub mod repo_settings; |
1b7587dfeat: finding a string in a repository, and landing on the line19h | 17 | pub mod search; |
0f19654feat: security headers on every response1d | 18 | pub mod security_headers; |
264c436fix: session cookie survives plain-HTTP localhost in dev1mo | 19 | pub mod session_cookie; |
c50d9adfeat: profile settings with flash feedback25d | 20 | pub mod settings; |
14223e7feat: claim, sign in, and sign out through the browser1mo | 21 | pub mod setup; |
a814db5feat: push and clone private repositories with a token8d | 22 | pub mod token; |