Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-29 | Add boilerplate for Google sign-in | William Carroll | 3 | -2/+23 |
2020-07-29 | Add Elm boilerplate to project | William Carroll | 11 | -0/+180 |
2020-07-28 | Restrict users from multiple failed login attempts | William Carroll | 4 | -8/+70 |
2020-07-28 | Check passwords in /login | William Carroll | 5 | -18/+45 |
2020-07-28 | Create Utils module for (|>) operator | William Carroll | 6 | -10/+16 |
2020-07-28 | Create populate.sqlite3 to simplify README | William Carroll | 3 | -24/+15 |
2020-07-28 | Create Sessions table | William Carroll | 4 | -2/+108 |
2020-07-28 | Move SQL out of API and into separate modules | William Carroll | 3 | -25/+80 |
2020-07-28 | Support /login | William Carroll | 2 | -3/+30 |
2020-07-28 | Hash passwords when creating accounts | William Carroll | 4 | -52/+76 |
2020-07-28 | Define bespoke impls for {To,From}JSON instances | William Carroll | 1 | -11/+74 |
2020-07-28 | Prefer name ClearTextPassword to Password | William Carroll | 1 | -10/+10 |
2020-07-28 | Distinguish b/w Account and User | William Carroll | 3 | -26/+63 |
2020-07-28 | Partially support DELETE /trips | William Carroll | 3 | -5/+39 |
2020-07-28 | Support GET /trips | William Carroll | 3 | -0/+15 |
2020-07-28 | Prefer NoContent response to Bool | William Carroll | 2 | -3/+3 |
2020-07-28 | Allow API users to create Trip entries | William Carroll | 3 | -3/+79 |
2020-07-27 | Prefer SQLite.Simple to Persistent | William Carroll | 3 | -68/+128 |
2020-07-27 | Add CHECK constraints to schema | William Carroll | 1 | -7/+8 |
2020-07-27 | Add instruction for operating the server | William Carroll | 1 | -0/+23 |
2020-07-27 | Remove unnecessary language extensions | William Carroll | 3 | -12/+0 |
2020-07-27 | Define table schema and CSVs to populate the database | William Carroll | 5 | -0/+82 |
2020-07-25 | Remodel Account type | William Carroll | 2 | -11/+22 |
2020-07-25 | Change the name User to Account | William Carroll | 3 | -12/+12 |
2020-07-24 | Return a Session | William Carroll | 3 | -12/+50 |
2020-07-24 | Integrate Persistent with Servant | William Carroll | 6 | -34/+117 |
2020-07-24 | Support a basic API | William Carroll | 4 | -0/+50 |
2020-07-24 | Create a shell.nix | William Carroll | 1 | -0/+8 |
2020-07-24 | Create todo.org | William Carroll | 1 | -0/+18 |
2020-07-24 | add README | William Carroll | 1 | -0/+0 |