Mobile support to come.
mod git_http;
pub mod legacy_repository;
mod oauth;
mod organization;
mod question;
mod repository;
mod user;
pub use git_http::*;
pub use oauth::*;
pub use organization::*;
pub use question::*;
pub use repository::*;
pub use user::*;
wired up oauth in backend
mikkel•13cdd308d ago
implemented get user and list user repos apis
mike•7ce056912d ago
wired up question apis
mike•4ea4d4014d ago
migrated get_repository_file_commits api
mike•3fe674c15d ago
migrated get commits
mike•7a6a65a16d ago
implemented boilerplate for get repo tree and file api
mike•ec579cb16d ago
rewrote create_repository handler
mike•ba2ca1616d ago
rewrote org routers
mike•cb4614116d ago
rewrote git http handlers
mike•d5fa2fb16d ago
renamed GitHttpBackendService -> GitHttpService
mike•c1acceb16d ago
migrated git http endpoints to new arch
mike•fbc763320d ago
migrated create_repository to new design
mike•f5802ef20d ago
prototyped create org handler
mike•38ec76d23d ago
Implemented an endpoint to create a new repo
mike•48a9dd91mo ago