gab-social/app/javascript/gabsocial
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
..
actions Avoid redundant OAuth queries when not signed in 2021-02-15 23:26:00 +00:00
components Updated all admin moderation links from app popover menus to open in new tab 2021-02-11 00:23:20 -05:00
containers Removing chat messages stream for now 2021-01-25 16:38:22 -05:00
features Updated lists to make account search work 2021-02-10 12:41:41 -05:00
layouts Added trending_hashtags to redux to fetch on isXS in SearchLayout 2021-01-15 15:36:14 -05:00
locales Progress 2020-12-09 15:02:43 -05:00
middleware Updated Toast alerts, progress mvp 2020-12-07 23:39:13 -05:00
pages Removed Chat link from HomePage 2021-01-25 13:02:26 -05:00
reducers Added trending_hashtags to redux to fetch on isXS in SearchLayout 2021-01-15 15:36:14 -05:00
selectors Fixed issue with status reposts, quote posts not showing group name after the dot 2020-12-22 23:53:54 -05:00
service_worker Revert "Merge branch 'features/null_bearer2' into 'develop'" 2021-02-09 23:58:00 -05:00
storage Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
store Progress 2020-04-07 21:06:59 -04:00
utils Updated numbers util to truncate MILLIONS (!) 2021-01-09 20:39:59 -05:00
api.js Avoid redundant OAuth queries when not signed in 2021-02-15 23:26:00 +00:00
base_polyfills.js Progress 2020-04-25 13:00:51 -04:00
common.js Progress 2020-02-08 01:12:01 -05:00
constants.js Added MIN_UNAUTHENTICATED_PAGES for pagination of group, explore timelines 2021-01-13 22:49:00 -05:00
extra_polyfills.js Progress 2020-05-01 01:50:27 -04:00
initial_state.js Added trending_hashtags to redux to fetch on isXS in SearchLayout 2021-01-15 15:36:14 -05:00
load_polyfills.js Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
main.js Remove React, PureComponent global import, added those imports to files directly 2020-08-17 15:07:16 -05:00
ready.js Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
settings.js Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
stream.js Updated random int function to use helper numbers util in ws stream.js 2021-02-10 23:21:35 -05:00