Commit Graph

16454 Commits (221f9848d204f81b919156fab55117bb0adaa746)
 

Author SHA1 Message Date
Ben Lubar 6855a87a97 Run travis builds in containers ()
* [travis] Cache node_modules between test runs

* [travis] Enable container-based builds for less waiting time
Ben Lubar e85aabbe74 Allow running as a cluster without Redis ()
* [database/*] Allow databases other than Redis to provide pubsub for clustering if Redis is not present

* [pubsub] Delay messages sent before the database is ready until the database is ready.

* [pubsub] Restore old behavior of not using the database in non-clustered NodeBB instances.

See comment: https://github.com/NodeBB/NodeBB/pull/6233#issuecomment-357814968
Barış Soner Uşaklı 7f67528280 change parallel to series in flag creation
Julian Lam c20aca8933 decreased full chat height by 1px
Misty (Bot) f948ecef07 Latest translations and fallbacks
Baris Usakli a6b96b6772 fix undef var
Baris Usakli 5240d477db Merge remote-tracking branch 'origin/master'
# Conflicts:
#	install/package.json
Baris Usakli 4fbec0265b closes
Julian Lam b89dd7c5b5 bump slick @pichalite
Andrew Rodrigues 049b2737fa
bump rewards
Baris Usakli 61e408b4a2 closes
Andrew Rodrigues f122327f87
bump rewards
Julian Lam 457194b333 Merge branch 'master' into develop
Barış Soner Uşaklı fdd51f43d8 fix dirname
Barış Soner Uşaklı f3fda152bf closes
psychobunny ea64a6060b bump persona
psychobunny a048edb60b Merge branch 'master' of https://github.com/NodeBB/NodeBB
psychobunny c0cf9e64fd remove lodash from built modules, use utils.debounce instead
Peter Jaszkowiak c8a6caa842 Fix , dpendency auto-install fixed
Node caches the result of stat on module directories
psychobunny 843fee62e2 utils.debounce
Julian Lam d8b67606bc fixed height detection in chat modal
Barış Soner Uşaklı 82f2025944 disable timeout on post install route
Julian Lam 2fa2406335 bumping persona
Julian Lam 3df2ab7cb9 exposing lodash as a client-side module
Barış Soner Uşaklı 2b95dfde91 remove extra hook
Misty (Bot) 66a745d27a Latest translations and fallbacks
Julian Lam f138d3cb70 adding noopener and noreferrer to links in widgets
Barış Soner Uşaklı dacc9d64ed Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı e092778ba6 closes
psychobunny f8f79a5480 Revert "bump persona, re: nodebb/nodebb-theme-persona#371"
This reverts commit b27211f895.
Barış Soner Uşaklı 13850e3586 fix categories not showing up in ACP dropdown if they are links
Julian Lam b27211f895 bump persona, re:
Barış Soner Uşaklı 4b5c87e93f send stack instead of message
Barış Soner Uşaklı 7b04b4876d closes
Barış Soner Uşaklı 81d4766c1a closes
Barış Soner Uşaklı 3d81bcb1fe closes
Julian Lam d97946926a
Merge pull request from NodeBB/patch-pitaj
Fix CLI dependency update, refactor template compilation
Misty (Bot) ec391f4472 Latest translations and fallbacks
Peter Jaszkowiak 7d7c51f8e9 Fix `acp.min.js` ENOENT error on CI tests
Hopefully
Peter Jaszkowiak ed9166b796 Refactor template compilation
Always use persona as a fallback for templates
Peter Jaszkowiak 9c1faa7643 Fix running `./nodebb` with no arguments doing nothing
Peter Jaszkowiak 0929fd2a11 Fix issue where outdated packages are never updated
Julian Lam d5073a9a4f better handle loading of flag details if getTarget returns null or undefined instead of {} for purged data
Not quite sure in what scenario it would be null or undefined...
Misty (Bot) 4da9368857 Latest translations and fallbacks
Barış Soner Uşaklı 21a8d53c50 up themes
Barış Soner Uşaklı 4dee5a6101 delete expireAt field
Barış Soner Uşaklı 772872fb03 trigger action:windows.loaded on coldload if widgets are already rendered
Barış Soner Uşaklı 72140e5338 closes , closes
Julian Lam d0a1eb61bc Updates to allow better chats integration
- Removed unused .createTagsInput method
- Firing action:chat.loaded client-side hook in all cases of chat now
  - New chat window (modal)
  - New chat page load
  - Chat switch event
Ben Lubar 5b1ed21634 [database/mongo] Improve speed of sortedSetRank ()
* [database/mongo] Improve speed of sortedSetRank

* [database/mongo] Fix sortedSetRank to filter by _key