18406 Commits (4e513cf38adf234255d451823558ca69af313b79)
 

Author SHA1 Message Date
Renovate Bot 4e513cf38a fix(deps): update dependency nodebb-theme-persona to v10.1.1 6 years ago
Renovate Bot c288750556 fix(deps): update dependency nodebb-theme-vanilla to v11.1.2 6 years ago
Aziz Khoury 13efbc9967 feat: change widget-* to data-widget-* (#7703)
* change widget-* to data-widget-*, original pr#5444 but backward compatible

* lint
6 years ago
Renovate Bot 4960b92545 chore(deps): update dependency husky to v2.5.0 6 years ago
Barış Soner Uşaklı e1c05e59c9 fix: restrict drag drop to pin icon, closes #7702
https://github.com/NodeBB/NodeBB/issues/6081
6 years ago
Barış Soner Uşaklı 3780a58ffb feat: shorter setsCard 6 years ago
renovate[bot] b3ed89f5fd fix(deps): update dependency nodebb-theme-vanilla to v11.1.1 (#7700) 6 years ago
renovate[bot] 629b5ce37e fix(deps): update dependency nodebb-theme-slick to v1.2.24 (#7699) 6 years ago
Barış Soner Uşaklı b53a60c278 feat: show best & latest posts on profile 6 years ago
Julian Lam 289dada5f7 fix(deps): update to eslint@6 6 years ago
Renovate Bot 2fa68e3b1a chore(deps): update dependency lint-staged to v8.2.1 6 years ago
Renovate Bot fc224ccaab chore(deps): update node:8.16.0 docker digest to 06adec3 6 years ago
Julian Lam 15020b4657
fix(deps): update dependency nodebb-plugin-emoji to v3 6 years ago
Renovate Bot 6b43d26f52
fix(deps): update dependency nodebb-plugin-emoji to v3 6 years ago
Misty (Bot) 54e6ac2a99 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 7e54d7aa35 feat: use db.sortedSetsAdd 6 years ago
Barış Soner Uşaklı 29a124c412 feat: use db.sortedSetsAdd 6 years ago
Barış Soner Uşaklı 68e5d7adec fix: remove dupe code 6 years ago
Barış Soner Uşaklı 39ee3980d6 fix: get uids directly for csv 6 years ago
Barış Soner Uşaklı a7600b4bbe feat: dont log action:plugins.fireHook 6 years ago
Barış Soner Uşaklı 596486ddc3 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı ebfc369ade feat: upgrade to connect-mongo 3.0.0, closes #7693 6 years ago
Misty (Bot) 91a2e1a90e Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı a251032f02 fix: typo 6 years ago
Renovate Bot fc89516e3f fix(deps): update dependency nodebb-theme-persona to v10.1.0 6 years ago
Renovate Bot c9689f11d3 fix(deps): update dependency nodebb-theme-vanilla to v11.1.0 6 years ago
renovate[bot] ada8f22e8c fix(deps): update dependency nodebb-theme-persona to v10.0.1 (#7687) 6 years ago
renovate[bot] 6db3604e94 fix(deps): update dependency nodebb-theme-vanilla to v11.0.1 (#7688) 6 years ago
Barış Soner Uşaklı b4cc8d88cd fix: id/for 6 years ago
Barış Soner Uşaklı 25ea634787 fix: #7659 add option to change cookie link url 6 years ago
Barış Soner Uşaklı d939614782 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı ede060a646 feat: add hook for user notifications, closes #7672 6 years ago
Julian Lam 1894cd9b81 fix: middle vertical-align for .avatar elements 6 years ago
Renovate Bot 89fea9d375 fix(deps): update dependency nodebb-theme-vanilla to v11 6 years ago
Renovate Bot 0a7778bdd4 fix(deps): update dependency nodebb-theme-persona to v10 6 years ago
Julian Lam 2523889990
refactor: replace avatar conditional code with buildAvatar helper (#7681)
* feat: helper for building avatars

* feat: benchpress truefalse globals, componentPrefix in buildAvatar

* refactor: remove componentPrefix

* feat: changes to buildAvatar helper

- removed extra .avatar-xl class in generics.less
- added support for component override
- "size" can be a number now

* fix: prevent overflow of alt text in avatars

* fix: update doc on buildAvatar helper
6 years ago
Renovate Bot 17ec8fde2c chore(deps): update dependency husky to v2.4.1 6 years ago
Renovate Bot f9e99fa341 chore(deps): update node:8.16.0 docker digest to d5ad3f5 6 years ago
Barış Soner Uşaklı 580f786095 feat: user/notifications refactor 6 years ago
Barış Soner Uşaklı f2a6f888fb Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 8c331088ca feat: send new post/topic event in batches 6 years ago
renovate[bot] e1e4abeb33 fix(deps): update dependency nodebb-theme-lavender to v5.0.10 (#7682) 6 years ago
Julian Lam c241551d3b fix: dependency checker always triggering dep upgrade, hopefully
Seems like every time we update a client it triggers a dep upgrade.

The async check might be too strict, hopefully this will fix it.
6 years ago
Julian Lam f6d3cc0ea4 feat: allowing count to be passed to ./nodebb events 6 years ago
Renovate Bot de04629745 fix(deps): update dependency nodebb-plugin-markdown to v8.10.0 6 years ago
Barış Soner Uşaklı a6b7770342
Grunt active plugins (#7677)
* feat: only watch active plugins/themes

* fix: remove log

* fix: remove left over glob

* fix: remove test glob

* feat: watch baseThemes as well

* feat: dont watch upgrade scripts
6 years ago
Renovate Bot 5995834bc6 chore(deps): update node:8.16.0 docker digest to 75b524a 6 years ago
Renovate Bot fca6d7944f chore(deps): update node:8.16.0 docker digest to b9a98ae 6 years ago
Julian Lam aee47b299a
feat: awaitable websockets (#7645)
* feat: awaitable websockets

Adding in conditionals to check the method to call, and handling
it as a promise vs. a regular function depending on whether the
method itself is an asynchronous function.

* fix: switch to .then-checking for awaitable check

* fix: proper use of .then check
6 years ago
Aziz Khoury a6436716ea feat: hooks can now return promise or call callbacks
* hooks can now return promise or call callbacks, either way works

* cleanups

* moar cleanups and fix callback 1st null arg

* rm unnessesary spread
6 years ago