gab-social/app
Free Speech Forever 92c9092abd 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-15 23:26:00 +00:00
..
assets/config Progress on deck, dms 2020-12-10 11:51:45 -05:00
chewy Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
controllers More writing role changes in sessions controller 2021-02-14 23:21:53 -05:00
helpers Added new flags to admin dashboard account search 2021-02-10 12:24:09 -05:00
javascript Avoid redundant OAuth queries when not signed in 2021-02-15 23:26:00 +00:00
lib Updated LinkBlock checks for if status text contains blocked domain 2021-02-11 00:01:45 -05:00
mailers Commiting 2020-11-15 12:48:32 -06:00
models Avoid redundant OAuth queries when not signed in 2021-02-15 23:26:00 +00:00
policies Added checks to suspension to for pro, verified, donor, investor accounts 2021-01-23 01:41:35 -05:00
presenters Partial revert a703b5cb7 2021-01-15 15:51:38 -05:00
serializers Removed unused values from InitialStateSerializer 2021-01-15 15:36:51 -05:00
services Updated ReportService to not create new reports if account is already suspended 2021-02-11 14:30:37 -05:00
validators Progress 2020-12-17 01:34:00 -05:00
views Added spam, other account flags to reports page table list items 2021-02-11 14:38:41 -05:00
workers Some worker updates. 2021-02-05 13:25:46 -05:00