Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-08 | Check if email required in PATCH @me | Madeline | 1 | -3/+3 | |
2022-07-08 | Oauth login now copies avatar | Madeline | 1 | -1/+16 | |
2022-07-07 | Ensure password was given if email is given in PATCH @me | Madeline | 1 | -0/+2 | |
2022-07-07 | Somehow the ID of demo user changed. Use email of demo instead | Madeline | 1 | -4/+4 | |
2022-07-07 | Fix role icons not deleting? | Madeline | 1 | -0/+1 | |
2022-07-06 | Fix types for welcome screen | Madeline | 1 | -1/+1 | |
2022-07-04 | Format changed files | LachlanCourt | 1 | -13/+6 | |
2022-07-04 | Ensure query fails if role with specified id does not exist | LachlanCourt | 1 | -1/+1 | |
2022-07-04 | Add semicolon | LachlanCourt | 1 | -1/+1 | |
2022-07-04 | Simplify role query as per code review | LachlanCourt | 1 | -2/+1 | |
2022-07-04 | Move role_id specific api routes to correct file | LachlanCourt | 2 | -137/+53 | |
2022-07-04 | Fix compile error in get request | LachlanCourt | 1 | -42/+4 | |
2022-07-04 | Create role subdirectory and add GET api route | LachlanCourt | 2 | -0/+145 | |
2022-07-05 | Start of Slowcord bot | Madeline | 7 | -358/+12897 | |
2022-07-05 |