Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-19 | chore: fix package.json scripts | Nobody | 6 | -11/+11 | |
npx should be used to execute local package binaries | |||||
2022-07-16 | Display offline members in member list (#788) | Madeline | 1 | -3/+24 | |
* Send offline member group in LazyRequest * Better implementation of offline member group in lazy request | |||||
2022-07-16 | Revert "Send offline group in LazyRequest (#778)" (#787) | Erkin Alp Güney | 1 | -25/+3 | |
This reverts commit af41c942ca24e8182d6128e9181af3d7c2d5182a. | |||||
2022-07-16 | Send offline group in LazyRequest (#778) | Madeline | 1 | -3/+25 | |
* Send offline member group in LazyRequest * Better implementation of offline member group in lazy request * Always display roles separately to online members | |||||
2022-07-10 | Try to allow role icons to be removed | Madeline | 1 | -0/+1 | |
2022-07-10 | Fix username/discrim changing | Madeline | 2 | -0/+4 | |
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-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-04 |