summary refs log tree commit diff
path: root/api/scripts/generate_openapi.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-12Added a few extensionsErkin Alp Güney1-5/+23
2022-02-11Appropriate DB charset (#629)RealMANI1-0/+1
causes bugs like turning emojis to "????"
2022-02-10Manually lock node to >15Erkin Alp Güney1-0/+1
2022-02-10Add more rights (#541)Erkin Alp Güney1-2/+13
Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added the backfilling-related rights * Added kick/ban rights * Added the presence right * Guild directory * Interactions rights
2022-02-10[Fix] Trying to remove a null element (#625)ImAaronFR1-1/+6
Fix for: Uncaught TypeError: document.querySelector(...) is null
2022-02-09[Fix] Client bug (#623)ImAaronFR1-1/+4
If you don't delete this property for some reasons after you send a message in a guild, your roles will be removed (client sided) for everyone, this fixes it.
2022-02-08[Fix] Column "groups" contains null-values (#622)ImAaronFR1-1/+1
2022-02-04Bump simple-get from 3.1.0 to 3.1.1 in /util (#620)dependabot[bot]1-6/+6
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/feross/simple-get/releases) - [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-04automated security fixes applied (#619)Erkin Alp Güney2-1718/+241
2022-02-04Remove nulled properties from GET `/channels/#id/messages` for improved ↵Madeline1-0/+7
compatibility with some client ( discord.js )
2022-01-31Update index.htmlImAaronFR1-5/+5
Compatible client version with Role Icons
2022-01-24Add dummy endpoints to prevent client loading some settings panels indefinitelyTheArcaneBrony4-0/+48
2022-01-24Speed up setup by not installing optional packages (#605)TheArcaneBrony1-1/+1
Only downside is no db engines are included by default, removing compile time for packages like sqlite3.
2022-01-24revert dependabot PRs that update node-fetch to v3Madeline8-171/+35
2022-01-23* Replaced list of invisible characters with unicode codepointsMadeline2-62/+65
* No longer silently edit invalid channel names * No longer trim channel names in unnamed check
2022-01-23channel.owner_id is type string not numberMadeline1-1/+1
2022-01-23Add unhandled channel types to IsTextChannel methodMadeline1-2/+6
2022-01-23Apply suggestions from code reviewMadeline1-2/+4
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-01-23Update Channel.tsErkin Alp Güney1-4/+7
2022-01-23Added `ILLEGAL_CHANNEL_NAMES` and `NULL_CHANNEL_NAMES` guild feature flagsMadeline3-332/+406
2022-01-23Closed-join guildsErkin Alp Güney1-1/+2
Resolves #537 Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-01-23Bump node-fetch from 2.6.6 to 2.6.7 in /api/scripts/stresstestdependabot[bot]1-6/+14
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23Bump node-fetch from 2.6.5 to 2.6.7 in /bundledependabot[bot]2-15/+28
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23Bump node-fetch from 2.6.6 to 2.6.7 in /cdndependabot[bot]2-11/+19
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23Bump node-fetch from 2.6.2 to 2.6.7 in /utildependabot[bot]2-66/+359
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23Bump node-fetch from 2.6.2 to 3.1.1 in /gatewaydependabot[bot]2-313/+1698
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23Bump node-fetch from 2.6.2 to 3.1.1 in /apidependabot[bot]2-81/+747
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22Branding updatesFeatyre2-4/+8
2022-01-16Revert previous commitChris Chrome1-16/+16
2022-01-14Further debranding of premium tiersErkin Alp Güney1-16/+16
2022-01-13Add erlpack warning (#587)TheArcaneBrony1-1/+3
* Add warning if erlpack is missing Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-01-13Fix typo in commit 277b28cMadeline1-1/+1
2022-01-12update defaultsErkin Alp Güney1-7/+7
2022-01-12Fix the feature checkErkin Alp Güney1-0/+2
2022-01-12Update Guild.tsErkin Alp Güney1-0/+1
2022-01-12Add cross channel repliesErkin Alp Güney1-2/+4
Resolves #533
2022-01-12Schema change for group specific emojisErkin Alp Güney1-1/+4
2022-01-11Use the boomerang logoErkin Alp Güney1-1/+1
2022-01-11fix the message endpoint always returning Empty message errorced777ric1-1/+1
(cherry picked from commit 8b8344e860920f3c3b911dfde1a7a078fef43c9b)
2022-01-11