summary refs log tree commit diff
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove changelog.js and cleanup package.json scriptsMadeline2023-08-101-56/+0
* add login scriptMadeline2023-08-072-1/+18
* * add TOKEN and ITER env vars to identify test scriptMadeline2023-08-072-3/+3
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-283-172/+160
|\
| * Send user and roles id array in GET /guilds/:id/members/:idMadeline2023-06-111-31/+1
| * Merge branch 'master' into openapiMadeline2023-04-191-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 spe...Madeline2023-04-141-4/+7
| * | 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
* | | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-181-0/+50
|\ \ \ | | |/ | |/|
| * | REALLY bad server testingMadeline2023-04-181-0/+50
| |/
* | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-136-12/+0
|\|
| * Set eslint env properlyMadeline2023-04-126-12/+0
| * Remove unnecessary stresstest folderMadeline2023-04-1210-1102/+0
* | scripts n shitMadeline2023-04-0513-1184/+53
|/
* 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 default...Madeline2023-02-031-0/+4
* 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
* `npm run generate:client` downloads more assets now (Thanks Rory!). Also `ONL...Madeline2023-01-181-15/+34
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1821-30/+442
* Window name patch + fix overlapping text in client patcherMadeline2023-01-151-11/+17
* Fix missed moveCursor callTheArcaneBrony2023-01-131-1/+1
* Fix console fuckery to allow running in a headless terminal, and to fix flick...TheArcaneBrony2023-01-131-13/+8
* add back openapi generation. todo: find way to keep route text descriptions i...Madeline2023-01-062-0/+232
* 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
* 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 -> status.understars.dev...Madeline2022-10-241-29/+51
* TestClient middleware will now add cache misses to file for generate:client s...Madeline2022-10-241-15/+76
* Change android and ios client downloads to use /download endpoint, update Rel...Madeline2022-10-241-0/+17
* 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