Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust backend for fedibook #17

Merged
merged 7 commits into from
Nov 30, 2017

Commits on Nov 30, 2017

  1. The beginnings of a rocket.rs app

    Most of the meat of the app is contained in a `lib`-style crate, with
    the actual server being a `bin`-style crate that lives in
    `src/bin/main.rs`. This is done so that we can easily add binaries that
    share models, database schemas, etc, down the line.
    Paul Woolcock authored and Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    c70e20c View commit details
    Browse the repository at this point in the history
  2. Initial integration of diesel

    Paul Woolcock authored and Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    411de5c View commit details
    Browse the repository at this point in the history
  3. Add a couple columns to accounts and get the models for users & acc…

    …ounts going
    Paul Woolcock authored and Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    6d227cd View commit details
    Browse the repository at this point in the history
  4. user sign-up and account confirmation are implemented

    Paul Woolcock authored and Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    4266192 View commit details
    Browse the repository at this point in the history
  5. Sign in is implemented

    Paul Woolcock authored and Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    db31c6a View commit details
    Browse the repository at this point in the history
  6. Sign out is implemented

    Paul Woolcock authored and Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    154348e View commit details
    Browse the repository at this point in the history
  7. Small write-up about the incoming pull request

    Paul Woolcock committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    2361bfe View commit details
    Browse the repository at this point in the history