Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-16 | Don't send @everyone role | Madeline | 1 | -1/+1 | |
2022-07-16 | Forgot to send roles in guild_member | Madeline | 1 | -25/+33 | |
2022-07-16 | Respect with_mutual_guilds and guild_id in /users/:id/profile | Madeline | 1 | -14/+39 | |
2022-07-09 | Relax some of the limits | Erkin Alp Güney | 1 | -18/+17 | |
2022-07-09 | * Make max website preview download size for embeds configurable | Madeline | 2 | -3/+8 | |
* Fix Message.update call throwing 'Cannot query across one-to-many for property attachments' | |||||
2022-07-09 | Removed unused import | Madeline | 1 | -1/+1 | |
tab autocomplete really loves doing this to me | |||||
2022-07-09 | Allow multiple attachments in messages | Madeline | 2 | -10/+1365 | |
2022-07-07 | Filter out schemas that block generation instead, and also include util in files | Madeline | 3 | -430/+1936 | |
2022-07-07 | Typescript-json-schema does not crawl extends | Madeline | 1 | -1/+8 | |
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-02 | Skip check for rate limit bypass if no user id is provided | Madeline | 1 | -5/+7 | |
2022-06-26 | Fix compile errors in latest | Madeline | 1 | -10/+14 | |
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-30 | Respect register_dateOfBirth_required = false | Madeline | 2 | -2/+2 | |
2022-05-26 | Finished file translation | FlumeZ | 1 | -10/+10 | |
Auth.json :D | |||||
2022-05-26 | Fixed Broken Translates and finished the file | FlumeZ | 1 | -11/+11 | |
Enjoy :) | |||||
2022-05-19 | add guild policies | Erkin Alp Güney | 1 | -0/+2 | |
2022-05-15 |