summary refs log tree commit diff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into openapiMadeline2023-04-191-0/+50
|\
| * REALLY bad server testingMadeline2023-04-181-0/+50
| |
* | Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-161-57/+41
| |
* | generated filesMadeline2023-04-141-2/+0
| |
* | Fix bug where different HTTP method handlers would overwrite eachother in ↵Madeline2023-04-141-4/+7
| | | | | | | | spec generation
* | fix some types not being generated correctlyPuyodead12023-04-131-7/+9
| |
* | fix response types not being generatedPuyodead12023-04-131-1/+5
| |
* | spacebarPuyodead12023-04-131-6/+6
| |
* | clusterfuckPuyodead12023-04-131-5/+1
| |
* | oapi: bug fixesPuyodead12023-04-131-1/+1
| |
* | oapi: users progressPuyodead12023-04-131-0/+1
| |
* | gifs and query paramsPuyodead12023-04-131-0/+13
| |
* | default responsesPuyodead12023-04-131-2/+6
| |
* | fixing lots of openapi crapPuyodead12023-04-132-57/+69
| |
* | auth routesPuyodead12023-04-131-29/+30
|/
* Set eslint env properlyMadeline2023-04-126-12/+0
|
* Remove unnecessary stresstest folderMadeline2023-04-1210-1102/+0
|
* Remove ALL fosscord mentionsMadeline2023-03-318-11/+23
|
* SPACEBARMadeline2023-03-3119-19/+19
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-3118-18/+18
|
* Ajv and openapi spec use different versions of typescript json schema??????Madeline2023-03-252-26/+52
|
* Work towards fixing openapi specMadeline2023-03-242-13/+37
|
* Remove test client and client patcherMadeline2023-03-011-264/+0
|
* remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from ↵Madeline2023-02-031-0/+4
| | | | default rights
* use print instead of console.log in client cache so it doesn't output weirdnessMadeline2023-02-011-1/+1
|
* Don't try to cache files like /assets/;var u,p={26700:0};l.fMadeline2023-01-241-4/+9
|
* Update client cacher to allow numbers in extensions ( for woff2 )Madeline2023-01-241-1/+3
|
* Rewrite client cacher (#962)Madeline2023-01-221-136/+48
|
* Add ESLint (#941)Madeline2023-01-201-2/+1
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* `npm run generate:client` downloads more assets now (Thanks Rory!). Also ↵Madeline2023-01-181-15/+34
| | | | `ONLY_CACHE_JS` env var (#948)
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1821-30/+442
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Window name patch + fix overlapping text in client patcherMadeline2023-01-151-11/+17
|
* Fix missed moveCursor callTheArcaneBrony2023-01-131-1/+1
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Fix console fuckery to allow running in a headless terminal, and to fix ↵TheArcaneBrony2023-01-131-13/+8
| | | | | | flickering of output. Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* add back openapi generation. todo: find way to keep route text descriptions ↵Madeline2023-01-062-0/+232
| | | | in code, and find way to get usages of right/permission .hasThrow
* Don't allow BaseClass props through schemaMadeline2023-01-061-0/+18
|
* migration stuff againMadeline2023-01-051-1/+13
|
* PrettierMadeline2023-01-058-827/+2415
|
* channel flags whoopsMadeline2023-01-051-0/+2
|
* Add migrations (#923)Madeline2023-01-054-0/+820
| | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script
* Update patcher to disable qr loginPuyodead12022-12-221-0/+3
|
* Fix sync script not closing for some dbmsMadeline2022-12-222-1/+2
|
* Fix logo patch and update changelog generatorMadeline2022-12-212-15/+5
|
* Update client script js hashesPuyodead12022-12-201-4/+4
|
* Move to migrations. Use `npm run generate:db` for first database generation.Madeline2022-12-181-0/+19
|
* First pass of removing Slowcord mentionsMadeline2022-12-174-13/+49
|
* Fast connect but send identifyMadeline2022-10-311-0/+6
|
* client patcher: discordstatus.com -> status.understars.devMadeline2022-10-301-1/+2
|
* Added scripts for changelogs and removed premium referencesMadeline2022-10-271-0/+28
|
* Prevent client from deleting localStorageMadeline2022-10-261-0/+5
|
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-241-1/+4
|
* Fix server -> guild patch and add status.discord.com -> ↵Madeline2022-10-241-29/+51
| | | | status.understars.dev patch
* TestClient middleware will now add cache misses to file for generate:client ↵Madeline2022-10-241-15/+76
| | | | script to fetch. Also patch discord icon top left
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-241-0/+17
| | | | Release entity to suck less
* remove self_edit_guilds, was dumbMadeline2022-10-071-1/+0
|
* Make client cacher suck less?Madeline2022-09-271-10/+18
|
* client patcher stuffMadeline2022-09-261-10/+12
|
* PrettierMadeline2022-09-267-38/+65
|
* Move schemas to /src/util/schemasMadeline2022-09-261-1/+0
|
* Fix scripts/benchmark/connections.jsMadeline2022-09-261-2/+2
|
* Add generate:client scriptMadeline2022-09-261-0/+125
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-0/+0
|
* Fix and remove some scripts + use ajv/typescript-json-schema required by patchesMadeline2022-09-267-380/+2
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2519-0/+1578