summary refs log tree commit diff
path: root/slowcord (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2FA on login pageMadeline2022-07-202-4/+35
* Captcha required message on login/registerMadeline2022-07-201-2/+8
* Hcaptcha support on login/registerMadeline2022-07-203-1/+17
* Display network/api errors on login/register pageMadeline2022-07-184-42/+37
* bot stuff idkMadeline2022-07-099-17/+2131
* Oauth login now copies avatarMadeline2022-07-081-1/+16
* Start of Slowcord botMadeline2022-07-057-358/+12897
* Moved slowcord login server to own dirMadeline2022-07-0511-129/+0
* Merge branch 'fix/nicknames' into slowcordMadeline2022-07-032-0/+129
|\
| * Allow nicknames through MemberChangeSchemaMadeline2022-07-032-0/+129
* Add consent to registerMadeline2022-07-032-0/+15
* Slowcord custom register pageMadeline2022-07-024-104/+202
* set message max length manuallyMadeline2022-07-021-1/+1
* show how long a user was timed out for in logsMadeline2022-07-021-0/+1
* Apparently headers are always lower case, niceMadeline2022-07-021-1/+1
* Remove whitelist for discord oauth login, add rate limitMadeline2022-07-021-12/+31
* Update oauth urlMadeline2022-07-021-1/+1
* ( bad ) lil error message on failed loginMadeline2022-06-272-3/+15
* removed build dirMadeline2022-06-272-119/+0
* update readmeMadeline2022-06-271-1/+1
* alright signed cookies aren't worth it, niceMadeline2022-06-271-1/+1
* clearing cookies is weird?Madeline2022-06-271-1/+4
* the cookie name is being a bitch?Madeline2022-06-272-3/+3
* Token in localStorage must be JSONMadeline2022-06-271-2/+2
* who tf calls the start script run? npm run run, bruhMadeline2022-06-271-1/+1
* Forgot an awaitMadeline2022-06-271-1/+1
* Styling, login whitelistsMadeline2022-06-274-16/+151
* Start of custom login and discord oauth flowMadeline2022-06-2611-0/+1872