Barış Soner Uşaklı
3e1b007f9f
escape title in post queue
2018-09-04 09:39:08 -04:00
renovate[bot]
f51b2e07f4
Update dependency jimp to v0.4.0 ( #6682 )
2018-09-03 15:27:33 -04:00
Misty (Bot)
13044df14e
Latest translations and fallbacks
2018-09-03 09:31:54 +00:00
Ben Lubar
97a3079bc0
Optimize PostgreSQL session store.
...
- Sets session ID to be a constant-sized character field inline in the
table instead of a variable-length character field compressed outside
of the row.
- Changes the session data from "json" to "jsonb" which is faster and
smaller on disk with the drawback of not maintaining key order and
whitespace (which we don't care about at all)
- Adds a clustered index on the session expiration timestamp, which will
make periodic session purging much faster.
(For an example, WTDWTF currently has 482355 sessions in the table, and
because there is no index on the expiration timestamp, PostgreSQL must
check all the rows in the table every time.)
This upgrade script can run concurrently with a live NodeBB instance,
but any action that touches sessions will wait until the upgrade script
is done.
Does not touch the database if the database driver is not set to
PostgreSQL or if there is a Redis database configured.
2018-09-02 00:32:55 -04:00
Julian Lam
cc532d2c8b
bump persona
2018-08-31 16:04:51 -04:00
Julian Lam
c2c925cacd
closes #6678
2018-08-31 15:34:36 -04:00
Julian Lam
29836aaad9
rename session account middleware to sessions, plural, prep for fixing #6678
2018-08-31 15:34:36 -04:00
Baris Usakli
5b45b2f72c
closes #6729
2018-08-31 11:48:13 -04:00
Barış Soner Uşaklı
0519f84734
Promisify modules ( #6723 )
...
* WIP promisify
* promisify psql
* ability to skip some keys
* dont promisify client object
* remove async
* clone entire module so it has all properties
* add shim for node 6
* ignore sessionStore as well
* ignore pool on psql
2018-08-31 11:04:42 -04:00
Julian Lam
e882a091a1
updated blocks localisations from Tx
2018-08-31 10:46:32 -04:00
Julian Lam
c1725442ea
added progress bar to username_email_history upgrade script
2018-08-30 17:03:42 -04:00
Julian Lam
545e678e8a
fixes #6726
2018-08-30 15:08:01 -04:00
Julian Lam
d3ee71e09f
bump persona
2018-08-30 14:01:00 -04:00
Julian Lam
ba96a7a7bc
bump emoji
2018-08-30 12:59:22 -04:00
Julian Lam
5c04ec2d63
removed client-side chat message length check in favour of server-side check, firing new hook on messaging.checkContent for hooks to intercept
2018-08-29 14:31:53 -04:00
Misty (Bot)
e79f0dad90
Latest translations and fallbacks
2018-08-29 09:32:27 +00:00
Barış Soner Uşaklı
2a2e8136cd
fix tests
2018-08-28 16:19:37 -04:00
Julian Lam
1e3cdc99ac
fixes #6702
2018-08-28 14:29:51 -04:00
Misty (Bot)
6bb62a4728
Latest translations and fallbacks
2018-08-28 09:31:58 +00:00
Andrew Rodrigues
a06b33a713
fix html characters when cloning children categories
2018-08-27 18:40:56 -04:00
Julian Lam
8618afb45d
added Latvian localisation strings
2018-08-27 10:27:58 -04:00
Renovate Bot
40b453e9fd
Update dependency jsdom to v12
2018-08-27 10:06:19 -04:00
Renovate Bot
9e2e32500a
Update dependency smtp-server to v3.4.7
2018-08-27 10:05:35 -04:00
Misty (Bot)
e56b6daee4
Latest translations and fallbacks
2018-08-26 09:31:47 +00:00
Julian Lam
aaa9561b7f
Revert "moved filter:post.getPostSummaryByPids to before parsePosts call"
...
This reverts commit cf82407a8f .
2018-08-26 00:08:06 -04:00
Misty (Bot)
badb06a9de
Latest translations and fallbacks
2018-08-25 09:31:07 +00:00
Julian Lam
cf82407a8f
moved filter:post.getPostSummaryByPids to before parsePosts call
...
/@pitaj
2018-08-24 14:54:11 -04:00
Renovate Bot
33020b1ee0
Update dependency validator to v10.7.0
2018-08-24 10:47:22 -04:00
Julian Lam
9d202d9be9
closes #424
2018-08-23 10:02:57 -04:00
Renovate Bot
8f724d7611
Update dependency archiver to v3
2018-08-22 23:32:36 -04:00
Julian Lam
70f04bd1c2
fixed client-side console error on vote
2018-08-21 22:30:35 -04:00
Barış Soner Uşaklı
ebe8593421
up dbsearch
2018-08-21 16:04:56 -04:00
Barış Soner Uşaklı
3124cb37db
closes #6712
2018-08-21 15:37:34 -04:00
Julian Lam
e4f0e59c7b
bump composer again
2018-08-21 11:37:19 -04:00
Julian Lam
af55a05122
bump composer
2018-08-21 11:26:38 -04:00
Julian Lam
ff3605fe78
bump markdown
2018-08-20 11:09:06 -04:00
Misty (Bot)
3c6327215c
Latest translations and fallbacks
2018-08-18 04:45:57 +00:00
Renovate Bot
ff593607fa
Update dependency eslint to v5.4.0
2018-08-18 00:16:07 -04:00
Barış Soner Uşaklı
ae4016d9e0
add getCateries to helpers
2018-08-17 16:39:56 -04:00
Julian Lam
18a875c51d
bump markdown
2018-08-17 12:01:11 -04:00
Julian Lam
e7a3dac10b
bump markdown again
2018-08-17 11:18:33 -04:00
Julian Lam
df4c90dc78
bump markdown
2018-08-17 10:31:54 -04:00
Renovate Bot
85eef740a8
Update dependency validator to v10.6.0
2018-08-17 10:09:16 -04:00
Renovate Bot
6a0755ee32
Update Node.js to v8.11.4
2018-08-16 13:18:44 -04:00
Andrew Rodrigues
12940b577b
closes #6703
2018-08-15 20:42:59 -04:00
Misty (Bot)
560e63c97a
Latest translations and fallbacks
2018-08-14 09:29:37 +00:00
Julian Lam
2ce6a85756
properly closes #6698
2018-08-13 14:17:51 -04:00
Julian Lam
82e61d76fd
bump markdown
2018-08-13 12:54:44 -04:00
Renovate Bot
aa1f881e88
Update dependency mocha to v5
2018-08-13 12:07:59 -04:00
Renovate Bot
a84e6c40ae
Update dependency nyc to v12
2018-08-13 12:07:51 -04:00