Commit Graph

13999 Commits (c0a8fd739560354b434dda17a30b676354cb7e20)
 

Author SHA1 Message Date
Peter Jaszkowiak f1cfed50a1 Translate skins and themes fully
Peter Jaszkowiak 5843e8dd77 Fix Translator to work with namespace paths
Peter Jaszkowiak 9fd64549a3 Use async instead of Promises
Julian Lam 777f15941f closes
Julian Lam 252574346e tweak gitignores, closes
Julian Lam ad732935fb closes
barisusakli cbd6853ccb notif controller test
barisusakli 8691256a67 fix post move test
barisusakli 7d47f4b067 tag tests
Moritz Schmidt e8e33a8a23 ZSET scores are float: parseInt => parseFloat
In Redis, scores of sorted sets can be floats – so we should use `parseFloat` instead of `parseInt` when converting from string to number.
Should not lead to  again, as `new Date()` works regardless of whether it's being passed a float or integer.
Julian Lam 33ff5e09bb updated revoke session middleware to allow self or admin or global mod invocation, tweaked tests a bit
barisusakli aad9a39f02 move post test
barisusakli 55416911f7 category tests
Julian Lam 23cdeeb344 linting :shipit:
Julian Lam a1b49a98e7 locking down session deletion route to admins and global mods only
barisusakli 69b766bbc8 more tests
barisusakli 1440139903 more tests
barisusakli 091f459f5e search socket test
barisusakli 4b6e4f085d more tests
group cover upload tests
registration approval queue tests
Julian Lam 68f8f57a34 upped composer version
psychobunny a54a9b512a v1.4.0
psychobunny bcb3903446 priv table headers
Peter Jaszkowiak 5223bb5191 Merge branch 'master' of github.com:nodebb/nodebb
barisusakli fb42b83e1b remove hardcoded value @pichalite
barisusakli 7f90e31a38 more socket user tests
barisusakli c3980d0c2e follow tests
barisusakli 5cf8006640 fix style
barisusakli 9ba93d8be9 group search tests
barisusakli 76044bea36 build js in parallel
barisusakli ea007e2da4 closes
barisusakli d6c2779ed0 remove placeholder
barisusakli 02aadf79b5 account/posts controller tests
barisusakli a4ebb7f56e test plugin static assets
barisusakli 4cb48c46ab closes
Julian Lam 12f834072a removed comment from Gruntfile
barisusakli 2291899f4f show chat room title in taskbar
barisusakli f8caed95db don't crash if plugin doesnt set defaultLang
barisusakli afef79a81e closes
Peter Jaszkowiak 77e58f31c5 Fixes, passes tests
Peter Jaszkowiak fd4d53e42c Remove unnecesary admin search indexing
Peter Jaszkowiak 240e958fb1 Use config.relative_path instead of allcaps
Peter Jaszkowiak de6ced4e07 Tests for admin search, simplifications
Peter Jaszkowiak e3dd68e19c Explanations and simplifications
Peter Jaszkowiak a431dc0305 ACP search updated to support translations
barisusakli 2e28a8f7c7 closes
barisusakli 49267d54b7 topics unread tests
barisusakli 444da3c9ec closes
barisusakli 2f92ce1527 check deps on test
barisusakli 57c8e3e61c fix update privacy
barisusakli dff4ee767c more group tests