aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorLines
2021-02-13Dynamically Show Discord OAuth ButtonGravatar Hassan Abouelela-37/+74
Dynamically displays an auth button in place of the submit button if needed, and adds full authorization flow. Signed-off-by: Hassan Abouelela <[email protected]>
2021-02-13Makes Authorize Helper AsyncGravatar Hassan Abouelela-3/+5
Signed-off-by: Hassan Abouelela <[email protected]>
2021-02-13Cleans Up OAuth ButtonGravatar Hassan Abouelela-81/+23
Removes OAuth button from home page, and redesigns it. Uses new authorization functionality in auth. Signed-off-by: Hassan Abouelela <[email protected]>
2021-02-13Adds Basic Auth FunctionalityGravatar Hassan Abouelela-10/+237
Moves all authorization functionality to a new file, and adds a helper to send discord OAuth code to the backend, and set JWT. Adds a library to read and set cookies. Signed-off-by: Hassan Abouelela <[email protected]>
2021-02-10Bump typescript from 4.1.3 to 4.1.4Gravatar dependabot[bot]-5/+5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.1.4) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-10Bump @typescript-eslint/parser from 4.14.2 to 4.15.0Gravatar dependabot[bot]-44/+9
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-09Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0Gravatar dependabot[bot]-14/+48
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-08Undo testing rules breakingGravatar ks129-2/+1
2021-02-08Remove quiet flag from Husky hooks to show warningsGravatar ks129-1/+1
2021-02-08Remove quiet flag to show warningsGravatar ks129-1/+1
2021-02-08Break some rules for testingGravatar ks129-1/+2
2021-02-08Add new formatter to workflowGravatar ks129-1/+1