Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | Moved slowcord login server to own dir | Madeline | 11 | -129/+0 | |
2022-07-03 | Better implementation of offline member group in lazy request | Madeline | 1 | -32/+15 | |
2022-07-03 | Send offline member group in LazyRequest | Madeline | 1 | -0/+38 | |
2022-07-03 | Handle offline members group in LazyRequest | Madeline | 1 | -0/+40 | |
2022-07-03 | Use 1:1 dms instead of group dms | Madeline | 1 | -1/+1 | |
2022-07-03 | Disable compact mode | Madeline | 1 | -1/+1 | |
2022-07-03 | Revert "Perhaps a better nickname change implementation" | Madeline | 1 | -4/+1 | |
This reverts commit ca703955e209aebebf84f2fa09699809e7fd9d5b. | |||||
2022-07-03 | Perhaps a better nickname change implementation | Madeline | 1 | -1/+4 | |
2022-07-03 | Whoops, syntax error | Madeline | 1 | -1/+1 | |
2022-07-03 | Allow nicknames through MemberChangeSchema | Madeline | 2 | -419/+1922 | |
2022-07-03 | Allow nicknames through MemberChangeSchema | Madeline | 4 | -419/+2051 | |
2022-07-03 | Mass invite perm | Madeline | 4 | -400/+238 | |
2022-07-03 | Add consent to register | Madeline | 2 | -0/+15 | |
2022-07-03 | Prevent demo user from editing their profile | Madeline | 1 | -0/+3 | |
2022-07-02 | Revert RateLimit.ts | Madeline | 1 | -18/+6 | |
2022-07-02 | type longtext does not support length | Madeline | 1 | -1/+1 | |
2022-07-02 | Slowcord custom register page | Madeline | 4 | -104/+202 | |
2022-07-02 | Attempt to fix messages being deleted | Madeline | 1 | -1/+1 | |
2022-07-02 | set message max length manually | Madeline | 2 | -2/+2 | |
2022-07-02 | show how long a user was timed out for in logs | Madeline | 1 | -0/+1 | |
2022-07-02 | Apparently headers are always lower case, nice | Madeline | 1 | -1/+1 | |
2022-07-02 | Remove whitelist for discord oauth login, add rate limit | Madeline | 1 | -12/+31 | |
2022-07-02 | Filter out schemas that block generation instead, and also include util in files | Madeline | 3 | -430/+1936 | |
2022-07-02 | Typescript-json-schema does not crawl extends | Madeline | 1 | -1/+8 | |
2022-07-02 | Update oauth url | Madeline | 1 | -1/+1 | |
2022-07-02 | Skip check for rate limit bypass if no user id is provided | Madeline | 1 | -5/+7 | |
2022-07-02 | Skip check for rate limit bypass if no user id is provided | Madeline | 1 | -5/+7 | |
2022-07-02 | Update default rights | Madeline | 2 | -18016/+71 | |
2022-06-27 | ( bad ) lil error message on failed login | Madeline | 2 | -3/+15 | |
2022-06-27 | removed build dir | Madeline | 3 | -120/+3 | |
2022-06-27 | update readme | Madeline | 1 | -1/+1 | |
2022-06-27 | alright signed cookies aren't worth it, nice | Madeline | 1 | -1/+1 | |
2022-06-27 | clearing cookies is weird? | Madeline | 1 | -1/+4 | |
2022-06-27 | the cookie name is being a bitch? | Madeline | 2 | -3/+3 | |
2022-06-27 | Token in localStorage must be JSON | Madeline | 1 | -2/+2 | |
2022-06-27 | who tf calls the start script run? npm run run, bruh | Madeline | 1 | -1/+1 | |
2022-06-27 | Forgot an await | Madeline | 1 | -1/+1 | |
2022-06-27 | Styling, login whitelists | Madeline | 4 | -16/+151 | |
2022-06-26 | Fix compile errors in latest | Madeline | 1 | -10/+14 | |
2022-06-26 | Start of custom login and discord oauth flow | Madeline | 14 | -1/+1880 | |
2022-06-26 | fix the wrong name | Erkin Alp Güney | 1 | -1/+1 | |
2022-06-26 | self-leave logic | Erkin Alp Güney | 1 | -3/+19 | |
2022-06-26 | JOIN_GUILDS is not the right flag there | Erkin Alp Güney | 1 | -1/+1 | |
2022-06-26 | Update Rights.ts | Erkin Alp Güney | 1 | -0/+2 | |
2022-06-19 | Bump sqlite3 from 5.0.2 to 5.0.8 in /util | dependabot[bot] | 1 | -1445/+1487 | |
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.8. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.8) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2022-06-08 | Expose general instance information via api /ping route | Madeline | 1 | -1/+17 | |
2022-06-02 | Use SPDX license syntax in 'package.json' files | KaKi87 | 8 | -8/+8 | |
2022-05-31 | Added a configurable default rights value | Madeline | 2 | -1/+30 | |
2022-05-30 | Respect register_dateOfBirth_required = false | Madeline | 2 | -2/+2 | |
2 |