Gab-Social/app/javascript
rubic0n 57a88c5904 Avoid redundant OAuth queries when not signed in
If you aren't signed in, you don't have an auth token.
When you don't have an auth token, React was sending the headers

"Authorization: Bearer null"

This caused 5 Doorkeeper token lookups using
WHERE "oauth_access_tokens"."token" = 'null'
on the Explore page (the root of the app when not signed in).
2021-02-06 22:41:35 -06:00
..
fonts Updated gab_font_icon 2020-10-24 18:47:39 -05:00
gabsocial Avoid redundant OAuth queries when not signed in 2021-02-06 22:41:35 -06:00
images Updated preview.jpg -> preview.png social card image thumbnail 2020-06-09 16:01:08 -04:00
packs Commiting 2020-11-25 15:22:37 -06:00
styles Updated global styles and TabBarItem styles 2021-01-13 22:54:28 -05:00