summary refs log tree commit diff
path: root/api/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ability for user to edit any property of themselves, including ↵Madeline2022-04-231-1/+0
| | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/
* Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵Madeline2022-03-301-1/+1
| | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol )
* Bump node-fetch from 2.6.6 to 2.6.7 in /api/scripts/stresstestdependabot[bot]2022-01-231-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>
* General work on APIThesourtimes2021-12-181-0/+1
|
* Stresstest ScriptTimSchweiz2021-12-099-0/+989
|
* :art: restructure gatewayFlam3rboy2021-10-021-1/+1
|
* :bug: fix schema + user modify not workingFlam3rboy2021-10-011-1/+12
|
* :bug: fix channel permission overwritesFlam3rboy2021-09-261-4/+4
|
* :sparkles: example value in documentationFlam3rboy2021-09-212-3/+13
|
* :sparkles: generate openapi documentationFlam3rboy2021-09-214-162/+139
|
* :sparkles: generate test responsesFlam3rboy2021-09-184-49/+85
|
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-1/+2
|
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-131-1/+1
|
* :sparkles: #307 doneFlam3rboy2021-09-121-1/+2
|
* :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-121-0/+59
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-0/+10
|
* :bug: fix member roles + listFlam3rboy2021-09-031-1/+1
|
* :pencil: drop tables scriptFlam3rboy2021-09-031-0/+30
|
* :arrow_up: update dependenciesFlam3rboy2021-09-031-110/+18
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-021-3/+4
|\
| * fixed globalSetup for jestxnacly2021-09-011-3/+4
| |
* | :sparkles: generate open api schema based on body and db entitiesFlam3rboy2021-09-012-93/+191
|/
* added setup for jest testsxnacly2021-08-301-1/+13
|
* :construction: apiFlam3rboy2021-08-271-0/+1
|
* :sparkles: apiFlam3rboy2021-08-121-0/+93