49 Commits (570ccb631d506222c288ce63193b335786e921a2)

Author SHA1 Message Date
Julian Lam 7afe3bea59 added getSortedSetRevUnion... just because. 11 years ago
Julian Lam 6e597a9cdb fixed tests, and added getSortedSetUnion method to redis db, added test for new redis method 11 years ago
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
11 years ago
barisusakli 828fd6b978 fixed sortedSetRevRangeByScore test 11 years ago
psychobunny 136542f8dd Merge remote-tracking branch 'origin/master' into LevelDB
Conflicts:
	tests/database.js
11 years ago
psychobunny 4892fc81a2 added to database tests 11 years ago
barisusakli 9d405812cb changed sortedSetRangeByScore 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
psychobunny 129019777f move work on LevelDB 11 years ago
psychobunny e79284e75f LevelDB init 11 years ago
barisusakli a345302454 really fixed test 11 years ago
barisusakli b731d6af3b fixed topic test 11 years ago
Julian Lam d1a64798b9 removing use of slugs in groups... pending having more time 11 years ago
Julian Lam 49a686af78 fixing groups tests 11 years ago
barisusakli 7a6f7d3e49 fixed 2 tests 11 years ago
Julian Lam 1cc15a71d6 resolved #1350 11 years ago
Julian Lam 6afd0fd9de added two failing tests for #1331 11 years ago
Julian Lam 14b9c03199 First pass at #1331 - Groups.search() + Tests 11 years ago
Julian Lam 4701eb1cee updating groups so that members leave a group when it is deleted 11 years ago
Julian Lam 4206c17da3 rounding out tests for groups 11 years ago
Julian Lam 1dcac09e53 OMG TESTS #1252 11 years ago
Baris Soner Usakli 4986c8ed3a fixed tests 11 years ago
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
Baris Soner Usakli 25442a89ca closes #878 11 years ago
Baris Soner Usakli 1084523c92 lots of pagination work, query params, ajaxify to pids 11 years ago
Barış Soner Uşaklı c91ae0c4c4 Update categories.js 11 years ago
Baris Soner Usakli 6da12d1a39 and for andrew 11 years ago
Aziz Khoury f74f01ca77 Changed User.create signature to accept a hash, added a couple of utility functions as well 11 years ago
Baris Soner Usakli c0712583f2 fixed category sockets 11 years ago
Baris Usakli 2b7e4cbdf4 moved tests from debug to tests folder 11 years ago
Baris Usakli 0da141e7bc removed redismock, added database mocked, fixed tests to work with dbal 11 years ago
Baris Soner Usakli 53a7eab3e8 removed couple RDB.multis 11 years ago
Baris Usakli 541993c80a fontawesome 4 migration, closes #473 11 years ago
Denis Wolf 7c3fa30c13 tests: topic.js: fixed description to mirror code, refactored asserts since mocha's 'done' can process errors in callback 11 years ago
Denis Wolf cbbb7a7c8e tests: topic.js: extract mock data init in getters 11 years ago
Denis Wolf 6893bd8b04 tests: topic.js: extract mock data init in .post 11 years ago
Denis Wolf 22eabf6620 tests: topic.js: naming flow fix for .post 11 years ago
Baris Usakli 54d94f5988 added topic tests 11 years ago
Denis Wolf 05de4870b0 user: add spec 11 years ago
Denis Wolf 8ff656430d tests: check if we are able to use test db wrapper at all 11 years ago
Denis Wolf ef5548a749 tests: categories.js is using testing db now 11 years ago
Denis Wolf 02e2b53a1d TESTS: Utils.js: tests for validations, uuid generation 11 years ago
Denis Wolf babe9b6f54 valid jshint config with globals for tests only 11 years ago
Noah Chase 5945ab1a0a relax username validation (#413)
this commit allows for matching accented characters, dots, '@' symbol,
and other important things.
11 years ago
Julian Lam 67dbdfd80d fixed test cases to not throw redis error due to Reds 11 years ago
Noah Chase 83477ece18 category tests should be able to use whatever the app defines as config options 11 years ago
Julian Lam e91da53d9e using reduce to run filter hooks instead of eachSeries, and fixed up
incorrect usage of .apply() in tests folder
11 years ago
Julian Lam 13d8f51f6a added test file for categories (incomplete)
re: issue #391
11 years ago