18599 Commits (af1f7249a7d3a66ffb3a9d37dc655331677337bd)
 

Author SHA1 Message Date
Barış Soner Uşaklı af1f7249a7
feat: test psql without defineProperty (#7815)
* feat: test psql without defineProperty

* feat: refactor psql

remove .bind calls, use module.pool.query directly
move requires to top of file
move promisify to bottom so .init etc are promisified

* feat: mongodb

move requires to bottom

* feat: redis
6 years ago
Julian Lam 52a2e5d61d fix: #7816, adding GDPR and TOU interstitials earlier on route reloading
A use-case was presented that called for a theme to disable the
registration interstitials. However, the plugin hooks were always
fired first, and so the core interstitials could not be removed
at that time because they hadn't been added yet.

This change moved the interstitial adding to the earliest point
possible, right after plugins.loadedHooks is emptied in preparation
for plugin initialisation.
6 years ago
Misty (Bot) 687b9b74c0 Latest translations and fallbacks 6 years ago
Julian Lam af968c6ae5 feat: fire updateRemainingLength hook for chats 6 years ago
Julian Lam 0e07ffa1d9 feat: send pids into filter:post.getFields hook 6 years ago
Baris Usakli 65fc06128c feat: move cache tpl 6 years ago
Baris Usakli 3a9d83a44b feat: async refactor 6 years ago
Barış Soner Uşaklı 47e30a67be feat: move group privs above user, add labels 6 years ago
Barış Soner Uşaklı 23046bab9a Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Renovate Bot 7ad72b324d chore(deps): update dependency husky to v3.0.2 6 years ago
Baris Usakli 9780f5b975 fix: #7809, dont check postDelay if submitting from queue 6 years ago
Baris Usakli 2abe244b6e fix: newPostEditDuration 6 years ago
Barış Soner Uşaklı dec8040c09 feat: widgets/index.js
enable widget-essentials in tests
fix widget test
6 years ago
Barış Soner Uşaklı 6a289fbac9 fix: #7789 6 years ago
Barış Soner Uşaklı 4d6b687183 feat: use promise version 6 years ago
Barış Soner Uşaklı 1c2540d3e1 feat: #7743, meta/dependencies 6 years ago
Baris Usakli 96ebe7b5f7 feat: #7743, widgets/admin 6 years ago
renovate[bot] 2258452c3e fix(deps): update dependency sharp to v0.23.0 (#7806) 6 years ago
renovate[bot] b9aac424cd fix(deps): update dependency nodebb-theme-persona to v10.1.12 (#7799) 6 years ago
Barış Soner Uşaklı 666e0eaff9 fix: #7798, fix nested post selection 6 years ago
Baris Usakli 8bf40d04c9 fix: #7788, fix on topic move and new post 6 years ago
Baris Usakli 053ff510bb fix: #7788, fix another edge case
ignore pids in topics that were purged/deleted
6 years ago
renovate[bot] d98313b5f6 fix(deps): update dependency nodebb-plugin-dbsearch to v4 (#7797) 6 years ago
Barış Soner Uşaklı b10ad7b6ff fix: topicData passed to action:topic.edit 6 years ago
renovate[bot] ef734b622e fix(deps): update dependency nodebb-plugin-dbsearch to v3.0.8 (#7796) 6 years ago
Barış Soner Uşaklı c02686bfc8 feat: #7743, meta/languages and languages 6 years ago
Julian Lam 66aa443b7a feat: added filter:tags.getAll plugin hook 6 years ago
Barış Soner Uşaklı 102d4b0247 feat: #7743, events 6 years ago
Barış Soner Uşaklı 97d7a85060 feat: #7743 meta/errors 6 years ago
Barış Soner Uşaklı 99cf47ee08 feat: get rid of async.eachSeries 6 years ago
Barış Soner Uşaklı ce91288607 fix: derpy catch 6 years ago
Barış Soner Uşaklı 3c32d8600f
fix: #7788 No new posts (#7793)
* feat: debug no-new-posts

* feat: add test for user delete

* fix: timeout for flag test

* feat: shorter
6 years ago
Renovate Bot e76214a25c chore(deps): update node:8.16.0 docker digest to c671dc2 6 years ago
Julian Lam 7b90863971 feat: #7743 meta/tags.js 6 years ago
Julian Lam 79eed9ae60 feat: #7743 meta/templates.js 6 years ago
Baris Usakli 6a486e35bb fix: user urls in subfolder install
fix missing await
6 years ago
Misty (Bot) 54b87fd176 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı 764a2b1210 feat: #7743 navigation 6 years ago
Barış Soner Uşaklı e72f3e4ffe feat: #7743 account/posts controller 6 years ago
Barış Soner Uşaklı 9b3f4b98d1 feat: #7743 finish topics controller 6 years ago
Barış Soner Uşaklı 0b498acdcf fix: #7765 6 years ago
Barış Soner Uşaklı 0d047f4eb9 feat: #7743, webserver 6 years ago
Julian Lam 87552c559c fix: tests 6 years ago
Renovate Bot 8b1fc5c85f fix(deps): update dependency nodebb-theme-persona to v10.1.11 6 years ago
Renovate Bot ba1bb5283a fix(deps): update dependency nodebb-theme-vanilla to v11.1.7 6 years ago
Julian Lam 7dc0eaf070 feat: #7743 meta/themes.js 6 years ago
Barış Soner Uşaklı a15c50bf62 feat: #7743, meta/sounds 6 years ago
Barış Soner Uşaklı 7f72181ec8 feat: #7743 , meta/cachebuster, meta/configs 6 years ago
Julian Lam 756a717eb8
feat: convert src/messaging/* to async/await (#7778)
* feat: src/messaging/create.js, #7743

* feat: src/messaging/data.js, #7743

* feat: src/messaging/delete.js, #7743

* feat: src/messaging/edit.js, index.js, #7743

* fix: added in missing awaits

* feat: wrapped up src/messaging/* rewrite

* refactor: messaging delete/restore similar blocks of code
6 years ago
Barış Soner Uşaklı fcf8fd51cb feat: #7743 meta/blacklist 6 years ago