discourse/app
Jarek Radosz e06a206131
DEV: Remove cache option from ajax() (#13142)
1. It defaults to `cache: true` already
2. Setting it to `false` for non-GET request doesn't do anything
3. We were correcting `cache: false` GET requests to use `cache: true`

…so setting it to anything at all, for any type of request doesn't make sense (anymore)
2021-05-31 14:41:35 +02:00
..
assets DEV: Remove cache option from ajax() (#13142) 2021-05-31 14:41:35 +02:00
controllers Revert "DEV: Topic tracking state improvements (#12958)" (#13209) 2021-05-31 17:47:42 +10:00
helpers FEATURE: Normalize the service worker route (#12343) 2021-05-25 19:39:31 -03:00
jobs FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
mailers FEATURE: Improve group email settings UI (#13083) 2021-05-28 09:28:18 +10:00
models Revert "DEV: Topic tracking state improvements (#12958)" (#13209) 2021-05-31 17:47:42 +10:00
serializers Revert "DEV: Topic tracking state improvements (#12958)" (#13209) 2021-05-31 17:47:42 +10:00
services FEATURE: Improve group email settings UI (#13083) 2021-05-28 09:28:18 +10:00
views DEV: Do not prompt to run yarn in dev env (#13167) 2021-05-26 22:16:28 -04:00