summary refs log tree commit diff
path: root/api/scripts/generate_openapi.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-06Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵Madeline6-3824/+2598
Probably was api package.json still included node-fetch 3, but bundle still had v2
2022-03-06Tsnode support (#580)Madeline6-109/+317
* ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet. * apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was. * Cleaned up tsconfig.json a bit ( moved tsnode config to own file ). Fixed breakpoints for all modules under tsnode * Removed Microsoft Corp advert * Remove one more Microsoft Corp. ad Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added `tsnode` npm script * Added `typescript-cached-transpile` package to help improve performance Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-03-04document which field is whichErkin Alp Güney1-1/+4
2022-03-04Initial work on public read receiptsErkin Alp Güney1-0/+6
Progress on #416
2022-03-04Add nan to dependenciesXenorio1-1/+2
sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho.
2022-02-28Bump url-parse from 1.5.7 to 1.5.10 in /bundledependabot[bot]1-28/+6
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Bump url-parse from 1.5.7 to 1.5.10 in /utildependabot[bot]1-6/+6
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Bump url-parse from 1.5.7 to 1.5.10 in /gatewaydependabot[bot]1-12/+12
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Bump url-parse from 1.5.7 to 1.5.10 in /apidependabot[bot]1-12/+12
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-20[Fix] Profile & banner uploadingRealMANI1-1/+1
Related to this issue https://github.com/fosscord/fosscord-server/pull/639#issuecomment-1046140968
2022-02-19Bump url-parse from 1.5.3 to 1.5.7 in /bundledependabot[bot]1-4/+6
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19Bump url-parse from 1.5.3 to 1.5.7 in /gatewaydependabot[bot]1-8/+12
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19Bump url-parse from 1.5.3 to 1.5.7 in /utildependabot[bot]1-6/+6
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19Bump url-parse from 1.5.3 to 1.5.7 in /apidependabot[bot]1-8/+12
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18