Commit graph

116 commits

Author SHA1 Message Date
c1b9153bf4 chore(get-picker-data): make prettier format respond
Signed-off-by: Katalina Okano <git@kat.cafe>
2020-12-19 20:12:05 -05:00
455632d72d chore(Breakpoints): remove extraneous comment
Signed-off-by: Katalina Okano <git@kat.cafe>
2020-12-19 20:11:29 -05:00
d61f5ae59e feat(AppShell): add option to disable my guilds popover 2020-12-19 20:10:57 -05:00
e758c09fbf feat(UI): add initial server picker 2020-12-19 20:10:23 -05:00
d4e8e8330a fix(Role): better role name color mapping 2020-12-19 15:04:45 -05:00
b7f82593df fix(RolePicker): prevent render of hidden categories 2020-12-18 21:03:40 -05:00
95dad8effa fix(Masthead): authed masthead should do index as /servers not /dashboard 2020-12-18 21:03:15 -05:00
4159622226 fix(PickerCategory): sort roles by position 2020-12-18 21:02:41 -05:00
51ae64e664 chore: add placeholder /servers with appshell 2020-12-18 21:02:07 -05:00
0e33aa8112 chore: getGuild should use enum authType 2020-12-18 21:01:39 -05:00
1a59972398 feat: support updating roles (closes #83) 2020-12-18 19:56:10 -05:00
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