Gab-Social/config
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
..
environments Replace Makara with an initial Rails 6 role based splitting method. 2021-02-09 19:38:10 +00:00
initializers Avoid redundant OAuth queries when not signed in 2021-02-15 23:26:00 +00:00
locales Updated registration page username to disallow unallowed characters 2021-02-11 00:57:48 -05:00
webpack Removed prop-types global import, added to files directly 2020-08-17 15:59:29 -05:00
application.rb Removed some Rack configs and moved RackAttack rate limits, headers 2021-01-14 13:37:38 -05:00
boot.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
brakeman.ignore Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
cable.yml Upgrade to Rails 6 2021-01-23 09:01:31 -06:00
database.yml Avoid redundant OAuth queries when not signed in 2021-02-15 23:26:00 +00:00
deploy.rb change all GitHub links to Gab's GitLab at code.gab.com 2019-07-03 13:26:13 -04:00
elastic_apm.yml Prevent constant ElasticAPM warnings in development by disabling it 2021-02-13 23:20:43 -06:00
environment.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
i18n-tasks.yml Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
navigation.rb Removed unused chat_messages route from Navigation for admin dashboard 2021-01-25 13:52:52 -05:00
puma.rb Upgrade to Rails 6 2021-01-23 09:01:31 -06:00
routes.rb Replace Makara with an initial Rails 6 role based splitting method. 2021-02-09 19:38:10 +00:00
secrets.yml Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
settings.yml Removed all occurances of "theme" from backend, settings 2021-01-15 14:35:50 -05:00
sidekiq.yml Progress on DMs 2020-12-19 01:33:33 -05:00
storage.yml Upgrade to Rails 6 2021-01-23 09:01:31 -06:00
webpacker.yml Progress 2020-01-24 16:18:17 -05:00