18832 Commits (13c870597e01882b371aeae4696bc38acffdc8db)
 

Author SHA1 Message Date
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
Renovate Bot 376390c45f chore(deps): update dependency lint-staged to v8.2.0 6 years ago
Renovate Bot 3d2ec0bb97 chore(deps): update dependency husky to v2.4.0 6 years ago
Renovate Bot c360e0c2f9 chore(deps): update dependency coveralls to v3.0.4 6 years ago
Renovate Bot ae8913904f fix(deps): update dependency postcss to v7.0.17 6 years ago
Renovate Bot a5f94ee5ca Update dependency jsdom to v15.1.1 6 years ago
Renovate Bot eac4e2f188 chore(deps): update dependency eslint-plugin-import to v2.17.3 6 years ago
Renovate Bot cc6fa97cae chore(deps): update node:8.16.0 docker digest to 957cab2 6 years ago
Misty (Bot) 232b35f938 Latest translations and fallbacks 6 years ago
Misty (Bot) 23502c9074 Latest translations and fallbacks 6 years ago
Misty (Bot) 8ee5d32d4f Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 5fa5e999f8
Plugin metrics (#7626)
* feat: add enable/disable checkbox for plugin usage

* feat: submit plugin data to packages.nodebb.org

only submit in production mode
submit once every 24 hours
dont submit for plugins that have "private": true in plugin.json
enabled on new installs
disabled on existing installs

* fix: hash not working after first send

fix statusCode

* fix: remove url

* feat: show compatibilty

* feat: add install question for submit plugin usage
6 years ago
renovate[bot] 3f4f8aface fix(deps): update dependency nodebb-rewards-essentials to v0.0.14 (#7671) 6 years ago
Misty (Bot) 25d289c6f6 Latest translations and fallbacks 6 years ago
Misty (Bot) 86da15bedd Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 644504ff02 fix: #7483, show latest undeleted message as teaser 6 years ago
renovate[bot] 988cbb63e1 fix(deps): update dependency mongodb to v3.2.7 (#7665) 6 years ago
Misty (Bot) 99120676bb feat: fallback strings for ACP events 6 years ago
Renovate Bot e21246a91b fix(deps): update dependency nodebb-plugin-composer-default to v6.2.15 6 years ago
Julian Lam c7f95ccecc
feat: design revamp of ACP events page (#7664)
* feat: design revamp of ACP events page

- minor UX changes
- new filter controls, filters moved to sidebar
- form usable without js
- start/end filters NOT programmed yet

* feat: events ACP limit by date and perPage

* feat: pre-fill applied filters on template render

* fix: missing translation for ACP events perPage filter

* fix: added some comments to explain setHours behaviour

* fix: stop - start + 1

* fix: socket tests

* fix: +inf, not just inf

* fix: tests, because I am an idiot
6 years ago
Barış Soner Uşaklı 4b843ba16f fix: #7567, allow invite and approval at the same time 6 years ago
Misty (Bot) a097b19293 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 5b85ed318a fix: #7625, on group rename update nav/widget items 6 years ago
Barış Soner Uşaklı 48538b28be feat: optimize group rename
removed async.each
6 years ago
Baris Usakli 8d319e4280 fix: psql error 6 years ago