summary refs log tree commit diff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Concurrent identify stress scriptRory&2026-05-282-2/+90
|
* Update genIndex to add ane xtra newlineRory&2026-04-201-0/+1
|
* Fix schemas scriptRory&2026-03-211-2/+3
|
* final pk fixesMathMan052026-03-201-1/+2
|
* Color coded logging for missing request/response schemas in openapiRory&2026-03-172-5/+35
|
* openapi.js: explicitly disable LOG_ROUTESRory&2026-03-171-0/+2
|
* Clean up schemas some moreRory&2026-03-161-2/+64
|
* properly mark unused paramsRory&2026-03-142-4/+4
|
* Qodana: fix async warningsRory&2026-03-145-6/+6
|
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-251-2/+2
|
* Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-221-7/+8
|
* Move health endpoints to /, deprecate /api/-. Fixes #1089Rory&2026-01-221-0/+1
|
* Quick and dirty util scripts, trim node modulesRory&2026-01-212-0/+214
|
* Exclude captcha response schemas, KeySchemaRory&2026-01-111-1/+5
|
* fix: add missing config value for testsCyberL12026-01-101-0/+1
|
* prettier: ignore schemaExclusions.jsonRory&2025-12-191-4/+10
|
* Fix style in scripts/schemaExclusions.jsonRory&2025-12-191-10/+4
|
* ESLint: warn for deprecated constructsRory&2025-12-191-4/+10
|
* chore: run prettierCyberL12025-12-191-10/+4
|
* Send HTTP 401 on token errorsRory&2025-12-191-4/+10
|
* Merge branch 'master' into feat/forwardsCyber2025-12-181-1/+1
|\
| * More gateway traceRory&2025-12-181-1/+1
| |
* | chore: run prettier (again)CyberL12025-12-181-10/+4
| |
* | add TODOCyberL12025-12-181-4/+10
| |
* | chore: run prettierCyberL12025-12-181-10/+4
|/
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-1712-1059/+1065
|
* Prettier u13Rory&2025-12-171-12/+3
|
* Prettier u12Rory&2025-12-171-412/+408
|
* Prettier u11Rory&2025-12-172-3/+15
|
* Prettier a few filesRory&2025-12-172-9/+4
|
* Drop staging migration scripts - these are years old now...Rory&2025-12-174-2453/+0
|
* Instance ban stuffRory&2025-12-131-1/+1
|
* Fix CI testsRory&2025-12-121-3/+14
|
* Exclude networking related schemasRory&2025-12-021-1/+3
|
* Drop node-fetch-commonjs, proxy-agent as deprecatedRory&2025-12-012-2/+0
|
* Maybe catch functions in the future in schemas?Rory&2025-11-291-5/+10
|
* Cut down schemas by 90%Rory&2025-11-294-56/+244
|
* Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server ↵MathMan052025-11-262-2/+4
|\ | | | | | | into removeStupidPolies
| * Mention inbox, hopefullyRory&2025-11-262-2/+4
| |
* | get distinct working betterMathMan052025-11-261-38/+15
|/
* Exclude some more schemasRory&2025-11-212-2/+74
|
* Improve openapi schema generation scriptRory&2025-11-212-72/+449
|
* Reorganise schemas a little bitRory&2025-10-151-0/+69
|
* Move schemas to separate moduleRory&2025-10-141-1/+1
|
* Schema fixes, api bug fixRory&2025-10-141-5/+40
|
* build: always run openapi and schema generation, use build modeRory&2025-10-073-7/+23
|
* Silence, dotenv, we dont want your adsRory&2025-09-293-3/+3
|
* Setting protos supportRory&2025-09-291-0/+22
|
* Fix module resolution when $CWD != .Emma [it/its]@Rory&2024-10-281-0/+12
|
* Run prettierTomatoCake2024-08-241-1/+2
|
* Add method to NO_AUTHORIZATION_ROUTESTomatoCake2024-08-241-2/+2
|
* Highlight sb-only routesTomatoCake2024-08-211-3/+23
|
* Slight code cleanup & update project descTomatoCake2024-08-211-33/+29
|
* Exclude more internal schemasTomatoCake2024-08-211-3/+8
|
* 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
| | | | * kill child process server when tests are done, not just parent
* 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 ↵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-28/+29
| | |
* | | 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-25/+51
|
* 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-28/+50
| | | | 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