18359 Commits (fca6d7944f4e16cc0208a49554f7aa59968b1c11)
 

Author SHA1 Message Date
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
Baris Usakli 2e6b562f1e fix: try to fix psql 🐶 6 years ago
Baris Usakli 31ccc860d3 feat: allow multiple scores in sortedSetsAdd 6 years ago
Julian Lam 868dedd194 revert: accidental removal of some needed translation source strings 6 years ago
Renovate Bot 805328317f chore(deps): update commitlint monorepo to v8 6 years ago
Barış Soner Uşaklı 0dca13e9c2 feat: optimize copy privileges 6 years ago
Barış Soner Uşaklı 8aef689f05 fix: no need for moderate bit for global mods and admins 6 years ago
renovate[bot] d202be5b4f fix(deps): update dependency nodebb-theme-persona to v9.1.38 (#7652) 6 years ago
renovate[bot] e330865990 fix(deps): update dependency nodebb-theme-vanilla to v10.1.34 (#7653) 6 years ago
Barış Soner Uşaklı 035f624758
Remove implicit mod privs. closes #6345 (#7648)
* feat: add upgrade script to give mods privs

* feat: give all privileges when making a moderator

* feat: remove implicit privs

* feat: give global mods default privs

* feat: more priv fixes

* feat: use lodash

* fix: remove implicit mod priv from topic delete

* fix: more privs

* fix: posts.canEdit

* fix: canDelete and canEdit

* fix: tests, remove console.log

* feat: shorter functions

* feat: add tests

* fix: uids

* fix: redis random test fail
6 years ago
Barış Soner Uşaklı ebb32e7891 fix: attribute name so it works for both templates 6 years ago
Barış Soner Uşaklı c7f3e6b626 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 0721bee146 feat: on category search reveal children and parents 6 years ago
renovate[bot] 6f70397bd7 fix(deps): update dependency nodebb-theme-vanilla to v10.1.33 (#7651) 6 years ago
renovate[bot] d43bdb41d1 fix(deps): update dependency nodebb-theme-persona to v9.1.37 (#7650) 6 years ago
renovate[bot] 3b8e6e15c3 fix(deps): update dependency async to v3.0.1 (#7649) 6 years ago
Barış Soner Uşaklı 4d9bc30d1f
feat: async3 upgrade (#7639)
* feat: async3 upgrade WIP

* fix: async.doWhilst

* fix: async early exit

* fix: psql doUntil

* fix: psql again
6 years ago
Barış Soner Uşaklı 6cebc7f069 feat: #7627, close chat on ajaxify on mobile 6 years ago
Baris Usakli 64679b37cc fix: #7647, fix getModeratorUids
sets.groupNames is an array that contains other arrays of groupnames so passing it to getMembersOfGroups returned wrong results when there were more than 1 element in it.
6 years ago
Julian Lam 5cd9e1bf86 fix: #7644 6 years ago
Misty (Bot) 1d26aac8b8 Latest translations and fallbacks 6 years ago
Misty (Bot) b09749ff00 Latest translations and fallbacks 6 years ago
Misty (Bot) 64a20f5616 Latest translations and fallbacks 6 years ago
renovate[bot] 3f21096d47 fix(deps): update dependency mongodb to v3.2.6 (#7616) 6 years ago