Commit Graph

7670 Commits (5d668112135cd68ff2b50366f630cb1729015153)

Author SHA1 Message Date
Ben Lubar 5d66811213 Include reply count with posts in topics
Ben Lubar fae28ed3cc Add an index for going from a post to its replies
barisusakli 777914b762 more api tests
barisusakli 687cce6089 closes
barisusakli 2d10490ca3 more plugin tests
Anil Mandepudi 619ca48403 remove shims for IE8 ()
barisusakli d8a9df74d7 fix wrong error returns, more tests
barisusakli 553ee7dcdd more chat tests
Julian Lam 4b5c98fb21 fix broken ACP login, closes
Julian Lam 0590a4f2cf closes
Sergii Paryzhskyi e515b791da Fix eslint rules ()
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
Julian Lam 727710fbd9 using middleware.authenticate for chat route instead of ensureLoggedIn
barisusakli c8b5c181ff fix flag on redis
check if number is returned on tests
barisusakli a995afbfe0 fix style
Julian Lam 2463e85c0d allowing moderators access to the account info page
barisusakli b44f3f4811 closes
barisusakli 2c65b2ecf3 closes
Barış Soner Uşaklı 4859e499e4 filter falsy events first
Barış Soner Uşaklı 92c58cc62f Merge pull request from bdharrington7/bugfix/undefined_events
Filter out any undefined events
barisusakli bcdd7b12f0 closes
Julian Lam 1abef16cd9 fixes
Barış Soner Uşaklı 041022db63
dont crash if res.locals.config is undefined
Barış Soner Uşaklı 4e5d120763 closes
Barış Soner Uşaklı cbd936c547 closes
Julian Lam bf276d5147 fixes
Julian Lam 02998669c3 introducing option to disable chat message editing/deletion
Julian Lam d4d3fa3102 add warning about gmail routing
barisusakli b1773ad51d add new hook to add more fields to csv download
barisusakli 8c7de0f239 fix eslint
barisusakli 1e486875f4 add top posters and most rep to acp
bdharrington7 6dba11957e Filter out any undefined events
barisusakli f0f3a86908 closes
write more messaging tests
barisusakli 9131f9d8f6 controller tests
Barış Soner Uşaklı c512a02c83 Merge pull request from yariplus/lexistuff
Add additional lexical dbal operations.
yariplus af2122bdb9 fix lex tests maybe
barisusakli 4a0f67afdc search tests
new method emptydb
use emptydb instead of flushdb, flushdb  removes indices for mongo which
breaks search tests
initialize meta.config properly in tests
enable nodebb-plugin-dbsearch for tests
yariplus 472dd007d8 fix mongo lex callback
barisusakli cd71eb909d closes
barisusakli 5cd2da4309 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli c972a339e6 fix value
barisusakli 862678eefe encodeURIComponent header values
Julian Lam 4ceb8914e9 adding email sent tally to digest output
Barış Soner Uşaklı 54a24f8dbd Merge pull request from yariplus/patch-14
Add oldTitle to topic edit hook
yariplus be3b35dea3 fix callbacks and regex
yariplus 1bb44e2429 Allow lex min and max to be inclusive or exclusive.
yariplus 437d2744cc addl lex commands for mongo
yariplus ef20757f3e zremrangebylex, zlexcount
barisusakli 1a63672e66 more test fixes
yariplus 1fc5e5d0d3 getSortedSetRevRangeByLex
Timothy Fike cfa5974515 Add oldTitle to topic edit hook