discourse/app
Guo Xiang Tan a89f3160a5 Add new config to ensure backup/restore connects to PG directly.
* In `pg_dump` 10.3+ and 9.5.12+, in
  it does a `SELECT pg_catalog.set_config('search_path', '', false)`
  which changes the state of the current connection. This is known
  to be problematic with Pgbouncer which reuses connections. As such,
  we'll always try to connect directly to PG directly during
  the backup/restore process.
2018-03-09 10:28:03 +08:00
..
assets FIX: not loading more messages when username has a . 2018-03-09 11:01:46 +11:00
controllers FEATURE: filter personal messages by tags 2018-03-08 14:42:07 +05:30
helpers Review Changes for f4f8a293e7. 2018-02-21 14:55:49 +08:00
jobs FIX: Auto re-opened topics should restore category auto close settings. 2018-02-27 15:33:31 +08:00
mailers FEATURE: Implement 2factor login TOTP 2018-02-21 09:04:07 +08:00
models Add new config to ensure backup/restore connects to PG directly. 2018-03-09 10:28:03 +08:00
serializers Merge pull request #5655 from techAPJ/pm-tags-dropdown 2018-03-08 16:30:38 +05:30
services FIX: email_domains_whitelist prevented creation of anonymous users 2018-03-06 18:14:53 +01:00
views FEATURE: Theme settings (2) (#5611) 2018-03-04 19:04:23 -05:00