depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-02
Support Admins inviting users from the client
William Carroll
2
-1
/
+139
2020-08-02
Add friendlier and more accurate instructions in invitation email
William Carroll
1
-1
/
+1
2020-08-02
Ensure /accept-invitation is POST and not GET
William Carroll
1
-1
/
+1
2020-08-02
Render "<count> days until" for upcoming trips
William Carroll
1
-19
/
+42
2020-08-02
Support POST /accept-invitation
William Carroll
4
-19
/
+77
2020-08-02
Support POST /invite
William Carroll
5
-5
/
+84
2020-08-02
Support CRUDing records on Admin page
William Carroll
4
-85
/
+169
2020-08-02
Allow managers to CRUD all account types (not just admins)
William Carroll
1
-1
/
+1
2020-08-02
Support printing user's itinerary
William Carroll
5
-24
/
+55
2020-08-02
Support deleting trips from the client
William Carroll
4
-45
/
+105
2020-08-02
Protect views from a State with an empty Session
William Carroll
1
-0
/
+10
2020-08-02
Define defaults for init in State.elm
William Carroll
1
-3
/
+39
2020-08-02
Assign fixed width to error banners
William Carroll
1
-1
/
+2
2020-08-01
Support creating Trips from the frontend
William Carroll
10
-115
/
+534
2020-08-01
Prefer RecordWildCard syntax for toFields functions
William Carroll
1
-22
/
+10
2020-08-01
Prevent non-admins from creating Manager or Admin accounts
William Carroll
2
-14
/
+29
2020-08-01
Add exhaustive patterns to FromJSON Role instance
William Carroll
1
-0
/
+1
2020-07-31
Support sign-up
William Carroll
2
-91
/
+88
2020-07-31
Support UI.disabledButton
William Carroll
1
-0
/
+12
2020-07-31
Support UI.textButton
William Carroll
1
-0
/
+20
2020-07-31
Support a basic client-side login flow
William Carroll
15
-51
/
+1298
2020-07-31
Configure non-simple CORS server-side
William Carroll
2
-3
/
+14
2020-07-31
Prefer PUT to PATCH
William Carroll
1
-1
/
+1
2020-07-31
Return a JSON Session on a successful POST /login
William Carroll
3
-6
/
+12
2020-07-31
Read CLIENT and SERVER endpoints from .envrc
William Carroll
2
-19
/
+24
2020-07-31
Support POST /unfreeze
William Carroll
3
-0
/
+22
2020-07-31
Prefer RecordWildCards for FromJSON instances
William Carroll
1
-28
/
+18
2020-07-31
Support PATCH /trips
William Carroll
4
-3
/
+58
2020-07-31
Protect GET /trips with a session cookie
William Carroll
3
-4
/
+18
2020-07-30
Check for GTE instead of GT
William Carroll
1
-1
/
+1
2020-07-30
Debug LoginAttempts.increment
William Carroll
1
-2
/
+3
2020-07-30
Remove erroneous parens around columns in SELECT statement
William Carroll
5
-8
/
+8
2020-07-30
Prefer SELECT (a,b,c) to SELECT *
William Carroll
4
-7
/
+7
2020-07-30
Verify users' email addresses when they attempt to sign-up
William Carroll
7
-31
/
+178
2020-07-30
Add Haskell client library for MailGun
William Carroll
2
-0
/
+52
2020-07-30
Read env variables using envy library
William Carroll
5
-13
/
+33
2020-07-30
Authorize endpoints
William Carroll
2
-18
/
+36
2020-07-30
Debug erroneous table name
William Carroll
1
-1
/
+1
2020-07-29
Fully support login, logout
William Carroll
3
-59
/
+116
2020-07-29
Support looking up a session by its UUID
William Carroll
1
-0
/
+8
2020-07-29
Prefer deleting sessions by their UUID
William Carroll
1
-3
/
+3
2020-07-29
Support reading / writing cookies in API
William Carroll
3
-27
/
+58
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
[next]