Commit Graph

43 Commits (fbed4c056e648c6ee8d1a15b85317de15b69f6ed)

Author SHA1 Message Date
Baris Usakli ecf6c0f3ec closes
Barış Soner Uşaklı 5b2a674a4f closes
Barış Soner Uşaklı 25cd21fba8 closes
Barış Soner Uşaklı 6b1af76f08 closes
Barış Soner Uşaklı bc6edba6df change post queue test
Barış Soner Uşaklı f161bbf956 Post queue ()
* 

* add user to post queue table

* add time of post into queue

add posting restrictions to queue

* fix shouldQueueLogic for guests

* add test for post-queue route
Barış Soner Uşaklı 3049f5cf1f test
Peter Jaszkowiak b171f3072b Fix many "duplicate key" errors
- Reset defaults after every test
- Remove individual `after(db.emptydb)` calls
- Fix async.every in groups test
- Update plugin list in socket tests
Baris Usakli 0f05ae4ac1 filterpidsbycid tests
Barış Soner Uşaklı 3a1eba2537 merge
Barış Soner Uşaklı 7a6b685aa0 if the main and last post is purged, purge the topic as well
Julian Lam 860999fa6c Merge remote-tracking branch 'origin/master' into develop
barisusakli 3d719eec99 enable sigs after test
barisusakli 8d493bf3b0 post parse test
Julian Lam af2d9fb85b Merge branch 'master' into develop
barisusakli ab9f4ad636 test bookmark tru socket.io
Julian Lam 15542f1382 removing old tests that got added back in due to git being silly
Peter Jaszkowiak dd2b930824 Resolve merge conflicts, minify only `.js` files
barisusakli 09d0ce4778 post tests
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops
Peter Jaszkowiak b09b3aef7f ESlint no-undef, remove global comments
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli f4a6527ce6 getRecentPosterUids test
barisusakli a1af59def3 add missing return, fix tests
barisusakli 988c485874 post tools test
barisusakli 8691256a67 fix post move test
barisusakli aad9a39f02 move post test
barisusakli d2fa0c3e6a vote socket tests
barisusakli cecb4c0403 some more group tests
barisusakli 4d86262812 use global mod user for flag tests
barisusakli 0794e395d5 fix test
barisusakli f2e4d9ce53 change flag tests so they use socket methods as well
barisusakli ee75c69817 post edit tests
barisusakli eca850c4b1 nested reply improvements
on new post increase count and add nested reply if replies are expanded
on post purge reduce count and remove nested reply
yariplus 179b66d74a flag tests
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
barisusakli ba17f98c70 getPostSummaryByPids test
barisusakli 4847c9fb81 test for post.delete/restore/purge
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
barisusakli 6f86621e30 closes