Barış Soner Uşaklı
d2937f446a
feat: async/await admin/controllers
2019-08-13 14:31:21 -04:00
Barış Soner Uşaklı
69a48957a2
feat: async/await
2019-08-13 14:31:20 -04:00
Barış Soner Uşaklı
b9b2a7e593
feat: async/await refactor
...
controllers/accounts
2019-08-13 14:31:20 -04:00
Baris Usakli
a8d43a1759
feat: async/await controllers/accounts
2019-08-13 14:31:19 -04:00
Barış Soner Uşaklı
2f25aae57b
fix : #7831 , fix pagination
...
convert to async/await
2019-08-13 14:31:19 -04:00
Barış Soner Uşaklı
c9e83f2374
fix: remove empty line
2019-08-13 14:31:18 -04:00
Barış Soner Uşaklı
30be91b26c
fix: remove useless catchs and empty line
2019-08-13 14:31:17 -04:00
Barış Soner Uşaklı
fd5f9822bd
fix : #7823 , fix topic move readding pids when topic is deleted
2019-08-08 14:23:34 -04:00
Barış Soner Uşaklı
3ecac97d7e
fix : #7826 , fix order of categories on recent dropdown
2019-08-08 12:11:13 -04:00
Barış Soner Uşaklı
b734defbfa
feat: rewrite getRawPost to async/await
...
promisify SocketPosts
2019-08-07 17:38:23 -04:00
Julian Lam
973075cfbc
feat: added new filter hook filter:post.getRawPost
2019-08-07 14:10:25 -04:00
Julian Lam
924d332c2c
Revert "refactor: rewrote SocketPosts.getRawPost in await style"
...
This reverts commit 08530bb33f .
2019-08-07 14:10:24 -04:00
Baris Usakli
06932602ab
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2019-08-07 14:07:48 -04:00
Baris Usakli
e9fd49e234
feat: convert categories controller to async/await
2019-08-07 13:46:19 -04:00
Julian Lam
08530bb33f
refactor: rewrote SocketPosts.getRawPost in await style
...
Added new filter hook filter:post.getRawPost
2019-08-07 13:18:53 -04:00
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
2019-08-07 11:20:37 -04:00
Barış Soner Uşaklı
8d4f20865f
fix: redis pubsub not being required correctly
...
split connection logic into separate module
2019-08-06 18:27:00 -04:00
Barış Soner Uşaklı
186321e646
fix: mongo.close using wrong client
2019-08-06 17:35:03 -04:00
Barış Soner Uşaklı
bc6f22ebdb
fix: digest not sending topics
2019-08-06 17:23:50 -04:00
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
2019-08-05 09:20:00 -04:00
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.
2019-08-02 12:59:36 -04:00
Julian Lam
0e07ffa1d9
feat: send pids into filter:post.getFields hook
2019-07-31 15:06:14 -04:00
Baris Usakli
65fc06128c
feat: move cache tpl
2019-07-31 12:56:56 -04:00
Baris Usakli
3a9d83a44b
feat: async refactor
2019-07-31 12:39:15 -04:00
Barış Soner Uşaklı
47e30a67be
feat: move group privs above user, add labels
2019-07-30 17:46:18 -04:00
Barış Soner Uşaklı
23046bab9a
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2019-07-30 16:44:11 -04:00
Baris Usakli
9780f5b975
fix : #7809 , dont check postDelay if submitting from queue
2019-07-30 13:19:50 -04:00
Barış Soner Uşaklı
dec8040c09
feat: widgets/index.js
...
enable widget-essentials in tests
fix widget test
2019-07-29 19:42:55 -04:00
Barış Soner Uşaklı
6a289fbac9
fix : #7789
2019-07-29 18:26:29 -04:00
Barış Soner Uşaklı
4d6b687183
feat: use promise version
2019-07-29 17:55:48 -04:00
Barış Soner Uşaklı
1c2540d3e1
feat: #7743 , meta/dependencies
2019-07-29 16:33:48 -04:00
Baris Usakli
96ebe7b5f7
feat: #7743 , widgets/admin
2019-07-29 13:34:29 -04:00
Baris Usakli
8bf40d04c9
fix : #7788 , fix on topic move and new post
2019-07-26 14:23:10 -04:00
Baris Usakli
053ff510bb
fix : #7788 , fix another edge case
...
ignore pids in topics that were purged/deleted
2019-07-26 13:22:33 -04:00
Barış Soner Uşaklı
b10ad7b6ff
fix: topicData passed to action:topic.edit
2019-07-24 23:50:23 -04:00
Barış Soner Uşaklı
c02686bfc8
feat: #7743 , meta/languages and languages
2019-07-24 17:44:23 -04:00
Julian Lam
66aa443b7a
feat: added filter:tags.getAll plugin hook
2019-07-24 12:06:54 -04:00
Barış Soner Uşaklı
102d4b0247
feat: #7743 , events
2019-07-23 23:05:42 -04:00
Barış Soner Uşaklı
97d7a85060
feat: #7743 meta/errors
2019-07-23 22:20:39 -04:00
Barış Soner Uşaklı
99cf47ee08
feat: get rid of async.eachSeries
2019-07-23 21:47:33 -04:00
Barış Soner Uşaklı
ce91288607
fix: derpy catch
2019-07-23 21:17:00 -04:00
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
2019-07-23 21:11:04 -04:00
Julian Lam
7b90863971
feat: #7743 meta/tags.js
2019-07-23 14:48:16 -04:00
Julian Lam
79eed9ae60
feat: #7743 meta/templates.js
2019-07-23 14:26:14 -04:00
Baris Usakli
6a486e35bb
fix: user urls in subfolder install
...
fix missing await
2019-07-23 11:42:28 -04:00
Barış Soner Uşaklı
764a2b1210
feat: #7743 navigation
2019-07-22 19:56:44 -04:00
Barış Soner Uşaklı
e72f3e4ffe
feat: #7743 account/posts controller
2019-07-22 19:41:18 -04:00
Barış Soner Uşaklı
9b3f4b98d1
feat: #7743 finish topics controller
2019-07-22 18:52:31 -04:00
Barış Soner Uşaklı
0b498acdcf
fix : #7765
2019-07-22 18:36:29 -04:00
Barış Soner Uşaklı
0d047f4eb9
feat: #7743 , webserver
2019-07-22 18:16:18 -04:00