Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-23 | Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802) | dependabot[bot] | 2 | -10/+12 | |
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
2022-07-23 | Bump file-type from 16.5.3 to 16.5.4 in /cdn (#801) | dependabot[bot] | 2 | -10/+10 | |
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
2022-07-20 | Add config `security_twoFactor_generateBackupCodes` to control backup code ↵ | Madeline | 3 | -6/+15 | |
generation | |||||
2022-07-20 | Add node-2fa to package.json | Madeline | 2 | -2/+4 | |
2022-07-20 | 2fa | Madeline | 11 | -4/+1570 | |
2022-07-20 | chore!: update docker scripts (#797) | Nobody | 5 | -53/+16 | |
BREAKING CHANGE: this new docker image no longer clones this repository. Some manual steps are required * chore!: update docker scripts * chore: fix paths in docker scripts * chore: add config docker compose | |||||
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 614cfdc85cfa8903bf7432e770bd4aba41c51b5f. | |||||
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-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 |