summary refs log tree commit diff
path: root/src/api (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-02xkcd embed handler and improved generic handlerMadeline1-20/+53
2023-09-02Fix identify throwing on invalid token instead of closing with auth failed cl...Madeline1-1/+9
2023-09-02sentry db instrumentation for gateway eventsMadeline1-30/+25
2023-09-02update sentryMadeline3-63/+81
2023-09-02typeorm inverse relations of guild relationsMadeline7-10/+12
2023-09-02DB_LOGGING env varMadeline1-6/+6
2023-08-27make guild voice a text based channelPuyodead11-1/+1
2023-08-27prevent put /guilds/id/members/id for others until we have oauth2 scopes impledMadeline1-1/+4
2023-08-25Update style.ymlMadeline1-3/+3
2023-08-25Update build.ymlMadeline1-3/+3
2023-08-21what the fuck is session_id: "all"???Madeline1-2/+1
2023-08-21Close #1091Madeline1-26/+26
2023-08-13remove INVALID_PASSWORD error response. close #1090Madeline2-5/+12
2023-08-12Fix OOM on large guild joinMadeline1-10/+10
2023-08-12update jsonwebtoken and bcryptMadeline2-542/+528
2023-08-12Refactor email sending + remove email verification if mail sending is not set upMadeline7-281/+174
2023-08-12remove default welcome screen textMadeline1-2/+2
2023-08-12update invites endpoints to support latest apiMadeline5-137/+542
2023-08-12goofMadeline1-4/+4
2023-08-12fix min password length checkMadeline1-3/+2
2023-08-12