10312 Commits (7a5dbd9ff584f27f2ac61155bdb070c226c3b4fb)

Author SHA1 Message Date
Barış Soner Uşaklı 72590b3462 feat: async/await admin/controllers 6 years ago
Barış Soner Uşaklı 7beef91c3f feat: async/await 6 years ago
Barış Soner Uşaklı 3cc7ec63e8 feat: async/await refactor
controllers/accounts
6 years ago
Baris Usakli a3541d887b feat: async/await controllers/accounts 6 years ago
Barış Soner Uşaklı 014e31533d fix: #7831, fix pagination
convert to async/await
6 years ago
Barış Soner Uşaklı 292bbe3449 fix: remove empty line 6 years ago
Barış Soner Uşaklı 5fce45580a fix: remove useless catchs and empty line 6 years ago
Barış Soner Uşaklı fd5f9822bd fix: #7823, fix topic move readding pids when topic is deleted 6 years ago
Barış Soner Uşaklı 3ecac97d7e fix: #7826, fix order of categories on recent dropdown 6 years ago
Barış Soner Uşaklı b734defbfa feat: rewrite getRawPost to async/await
promisify SocketPosts
6 years ago
Julian Lam 973075cfbc feat: added new filter hook filter:post.getRawPost 6 years ago
Julian Lam 924d332c2c Revert "refactor: rewrote SocketPosts.getRawPost in await style"
This reverts commit 08530bb33f.
6 years ago
Baris Usakli 06932602ab Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Baris Usakli e9fd49e234 feat: convert categories controller to async/await 6 years ago
Julian Lam 08530bb33f refactor: rewrote SocketPosts.getRawPost in await style
Added new filter hook filter:post.getRawPost
6 years ago
Jakub 90bcd65a00 add filter:manifest.build (#7821)
* add filter:manifest.build

Added a hook that lets plugins modify manifest.json, as suggested in https://community.nodebb.org/post/59670

* Added error handling

Thanks barisusakli

* Define next

* Pass data as an object

* Remove multiple spaces
6 years ago
Barış Soner Uşaklı 8d4f20865f fix: redis pubsub not being required correctly
split connection logic into separate module
6 years ago
Barış Soner Uşaklı 186321e646 fix: mongo.close using wrong client 6 years ago
Barış Soner Uşaklı bc6f22ebdb fix: digest not sending topics 6 years ago
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
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
Baris Usakli 9780f5b975 fix: #7809, dont check postDelay if submitting from queue 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
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
Barış Soner Uşaklı b10ad7b6ff fix: topicData passed to action:topic.edit 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
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
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