Commit graph

105 commits

Author SHA1 Message Date
2976b35505 chore(api): re-add roleypoly creation gated by root 2020-12-18 13:17:49 -05:00
034466f447 chore: rip out roleypoly server data seeder 2020-12-18 00:43:34 -05:00
ee7ac47bc2 chore: fix failing tests 2020-12-18 00:18:32 -05:00
e4e4bb9024 feat(UI): add role picker, auth helpers, refactor for viability 2020-12-18 00:14:30 -05:00
3fe3cfc21f feat: support logout flow (closes #85) 2020-12-17 17:58:46 -05:00
447876be32 chore: remove mustAuthenticate from get-session 2020-12-17 16:54:56 -05:00
bb0987cab9 chore: remove get-slug commented code 2020-12-17 16:54:37 -05:00
041fe49b05 fix(api): define auth token type as enum, export userAgent and use when discordFetch isn't 2020-12-17 16:46:58 -05:00
55c2f8615c chore(worker-emulator): fix some QoL issues 2020-12-17 16:15:04 -05:00
89fbb01142 feat(api): add revoke-session 2020-12-17 16:14:27 -05:00
b7921a830a fix(api): login-callback may have null user in rare cases 2020-12-17 15:01:40 -05:00
823a99b4eb fix(api): prevent creation of Response objects outside of request time 2020-12-17 14:23:23 -05:00
9c935f2847 chore: remove unused go code 2020-12-15 21:39:27 -05:00
0b384bfe5c feat(api): add get-picker-data; refactor fully away from old gRPC datatypes 2020-12-15 21:33:26 -05:00
6d1037f25e fix(types): permissions to string/bigint to prevent int scalability concerns 2020-12-15 15:54:39 -05:00
c55ce3b828 feat(api): add get-slug 2020-12-15 15:29:25 -05:00
a85c4d5ddd add withSession, cacheLayer, and userAgent to discordFetch 2020-12-14 14:43:22 -05:00
12d8e99513 inject fetch into KV emu 2020-12-14 14:10:24 -05:00
22cbde52dd init to fetch guild slug 2020-12-13 22:06:27 -05:00
e25b9c96c6 fix KV emulation ttl 2020-12-13 21:58:55 -05:00
8fe3d1dcf2 change KV emulation to leveldb, remove redis 2020-12-13 21:30:55 -05:00
a44983b088 chore: add cloudflare worker emulator and supporting bits. now fully offline! 2020-12-11 21:09:55 -05:00
39efe219c8 always redirect to api:/login-bounce instead of making the user interact with the page -- offically disabling DM auth 2020-12-08 01:30:05 -05:00
5d17105eba load auth login ui config from server only 2020-12-08 01:02:53 -05:00
43d6b6565c adjust branding contrast bg color 2020-12-06 18:03:33 -05:00
ef742bba37 make dynamic logos partial props 2020-12-06 13:49:45 -05:00
f4716584bb update seasonal logo variants 2020-12-06 13:45:27 -05:00
5ae666176b add flag brand styles 2020-12-06 12:15:12 -05:00
432922dd21 another attempt for auth login config 2020-12-06 07:43:07 -05:00
bd15d1f6fa fix auth/login base url resolution failure 2020-12-06 07:34:25 -05:00
4ef4badec3 expose public URI routes in ui 2020-12-06 07:24:46 -05:00
d4e9f38a65 fix import/export ordering issues 2020-12-06 02:16:22 -05:00
d93592f1a2 automatically go fmt on lint 2020-12-05 23:26:36 -05:00
2e1e63a789 prettier organize imports 2020-12-05 23:20:44 -05:00
dec76a40a5 fix type issues 2020-12-03 12:08:20 -05:00
b37e3de378 more storybook fixes due to slugs 2020-12-03 11:51:56 -05:00
0e2c981560 storybook and template fixes 2020-12-03 11:32:09 -05:00
558207872d fix a bunch of build issues 2020-12-03 10:16:15 -05:00
e35b17e685 fix storybooks 2020-12-05 03:40:18 -05:00
75882f4331 fix stylelint issues on Role 2020-12-05 03:32:53 -05:00
9310dc31f9 fix code quality issues 2020-12-05 03:21:02 -05:00
156bd8f06e Merge branch 'gcf' into main
Signed-off-by: Katalina Okano <git@kat.cafe>
2020-12-05 03:11:12 -05:00
aad0987dce port full auth flow to cf workers 2020-12-05 03:09:20 -05:00
9eeb946389 initial port to cfworkers i guess 2020-12-03 00:32:07 -05:00
ab9fe30b42 start redoing ci/cd and devops 2020-12-02 21:44:49 -05:00
460770407a fix .env.example and discord-bot env 2020-12-02 18:24:06 -05:00
00f0741e8b add redis-breaker 2020-12-02 18:24:06 -05:00
c9cb4c95bc finish login story 2020-12-01 23:14:27 -05:00
a23184efd2 add basic oauth bounces 2020-11-24 22:27:56 -05:00
d8a25024de add some gcf scaffolding 2020-11-23 05:09:41 -05:00