SauceyRed sauceyred · Your/mom
sauceyred pushed to wip/messaging at gorb/backend 2025-05-07 17:01:42 +00:00
358a7f8336 fix: fetching of servers and channels by uuid
sauceyred created pull request gorb/backend#10 2025-05-05 22:53:57 +00:00
feat: implement cors
sauceyred created branch wip/cors in gorb/backend 2025-05-05 22:41:58 +00:00
sauceyred pushed to wip/cors at gorb/backend 2025-05-05 22:41:58 +00:00
c0f2948b76 feat: implement cors
sauceyred pushed to main at gorb/gorb.app 2025-05-05 09:18:29 +00:00
1e261d1a1b feat: set custom title and description for homepage
f6047894e0 feat: add Discord embed color meta tag
Compare 2 commits »
sauceyred commented on pull request gorb/backend#6 2025-05-04 22:07:22 +00:00
wip/username-regex

Regex works.

sauceyred commented on pull request gorb/backend#6 2025-05-04 21:26:30 +00:00
wip/username-regex

Added numbers to regex.

sauceyred pushed to wip/username-regex at gorb/backend 2025-05-04 21:26:11 +00:00
ab5c85c4f5 fix: add numbers to username regex
sauceyred approved gorb/backend#7 2025-05-04 21:16:27 +00:00
wip/authorization-header

Changes work as intended.

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:59:36 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

revoke will not be changed however, we'll have a separate endpoint for logout

Agreed

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:58:29 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

apparently actix has a built in for this, ill implement it

let mut refresh_token_cookie =
sauceyred commented on pull request gorb/backend#7 2025-05-04 20:57:21 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

@sauceyred wrote in #7 (comment):

@radical wrote in #7 (comment):

@sauceyred wrote in #7…

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:51:01 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

@sauceyred wrote in #7 (comment):

@radical wrote in #7 (comment):

@sauceyred wrote in #7…

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:41:43 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

@sauceyred wrote in #7 (comment):

Please add `Set-Cookie: refresh_token={token}; HttpOnly; Secure;…

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:37:36 +00:00
wip/authorization-header

Please add Set-Cookie: refresh_token={token}; HttpOnly; Secure; SameSite=None; Path=/api/; Max-Age=0 to the 401 response of the /refresh endpoint and the 200 response of the /revoke endpoint so…

sauceyred created pull request gorb/backend#6 2025-05-03 01:04:58 +00:00
wip/username-regex
sauceyred pushed to wip/username-regex at gorb/backend 2025-05-03 01:04:24 +00:00
e29940d080 feat: only allow lowercase usernames
sauceyred pushed to wip/username-regex at gorb/backend 2025-05-03 00:21:44 +00:00
b530de8f52 fix: username regex
sauceyred pushed to wip/username-regex at gorb/backend 2025-05-02 19:43:50 +00:00
1d4462fe11 fix: username regex
sauceyred created branch wip/username-regex in gorb/backend 2025-05-02 19:43:50 +00:00