Commit Graph

16230 Commits (8ceb102ed3f08dbd1f72e990fe10a994ad1b4969)
 

Author SHA1 Message Date
Barış Soner Uşaklı 8ceb102ed3 closes
Misty (Bot) df86c2ff3f Latest translations and fallbacks
Misty (Bot) da981c8d74 Latest translations and fallbacks
Misty (Bot) 9df3c0d2d6 Latest translations and fallbacks
Barış Soner Uşaklı ae6a1b975d
fix editing OP was causing title change event to be logged eventhough
title didn't change
Julian Lam 598675d597 outputting friendly warning if build target contains commas
Julian Lam 73d3157635 Remove keybindings in ACP as nobody uses them anymore.
If you do, let me know, heh.
Julian Lam ac2e185e34 Fixes
If a connection to the parent process is not detected, disable
the restart and reload buttons (as they won't work anyway).
Julian Lam 947c81adf0 @pitaj wut
Julian Lam f6ad344ac6 Fixes
Fixed issue that would cause the upgrade script to completely
wipe your customJS. This was caused by meta.config not being
populated during upgrade scripts (but only when run with
./nodebb upgrade... odd.)
Misty (Bot) 1b8ff1f6a2 Latest translations and fallbacks
Barış Soner Uşaklı d8b5d40668 closes
Barış Soner Uşaklı 7f67528280 change parallel to series in flag creation
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
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
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...