discourse/app
Sam 616de83232
FIX: avoid concurrent usage of AR models (#16596)
Flagged by the truffle team at: https://meta.discourse.org/t/thread-unsafe-current-user-usage-in-auth-defaultcurrentuserprovider/225671

This usage of AR is unsafe currently, as AR models are not safe for concurrent usage

Introduces a new query potentially every minute which should be acceptable.
2022-05-03 08:50:56 +10:00
..
assets UX: Fix hover state for flat buttons in WCAG schemes (#16601) 2022-05-03 08:48:58 +10:00
controllers Update wordpress scopes and add ``session/scopes`` endpoint (#15366) 2022-05-02 12:15:32 -03:00
helpers DEV: Allow Ember CLI assets to be used by development Rails app (#16511) 2022-04-21 16:26:34 +01:00
jobs DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
mailers DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
models FIX: avoid concurrent usage of AR models (#16596) 2022-05-03 08:50:56 +10:00
serializers DEV: Setup experimental sidebar skeleton (#16575) 2022-04-28 15:27:06 +08:00
services DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
views DEV: Ensure ember-cli `rake theme:qunit` works with CSP enabled (#16541) 2022-04-22 16:59:45 +01:00