sbkwgh
|
9daa227cd0
Return ban instance with associated User object
|
8 yıl önce |
sbkwgh
|
27a05b0b79
Use username rather than userId
|
8 yıl önce |
sbkwgh
|
a614022e88
Move from using params on User instance for permissions to a dedicated Ban model, move methods in permissions.js file to class methods on Ban model
|
8 yıl önce |
sbkwgh
|
2483e88858
Implement banned user route, as well as adding if clause on creating thread/post routes
|
8 yıl önce |
sbkwgh
|
77dcc88ecc
Add test for invalid username response
|
8 yıl önce |
sbkwgh
|
2d25e30164
Add tests for permissions
|
8 yıl önce |
sbkwgh
|
77fdb954ef
require not import
|
8 yıl önce |
sbkwgh
|
c777350d89
Refactor posts route including GET DELETE and POST http verbs
|
8 yıl önce |
sbkwgh
|
86b8bb6bc0
Add permissions function
|
8 yıl önce |
sbkwgh
|
019c6cc99c
Fix problem with associations and add test to check for this
|
8 yıl önce |
sbkwgh
|
9f0a0ae991
Add and implement tests for DELETE route
|
8 yıl önce |
sbkwgh
|
51a31918ca
Move post id error to class method on model
|
8 yıl önce |
sbkwgh
|
21068b039e
Fix test, implement tests for report routes
|
8 yıl önce |
sbkwgh
|
61ba7f0f50
Add route 'guards' for admin/user account, fix test callbacks
|
8 yıl önce |
sbkwgh
|
70361199b5
Add model and scaffolding for route
|
8 yıl önce |
sbkwgh
|
c7f5699af8
Add tests for report
|
8 yıl önce |
sbkwgh
|
a54fa9fa0e
Use sequelize validation for category model and routes
|
8 yıl önce |
sbkwgh
|
b9b140006e
Use Sequelize validation
|
8 yıl önce |
sbkwgh
|
bd84d63a16
Use more succint error syntax
|
8 yıl önce |
sbkwgh
|
711963f3c0
Use correct validation
|
8 yıl önce |
sbkwgh
|
a307c32c89
Move post meta info to instance method
|
8 yıl önce |
sbkwgh
|
81dce1a6e7
Remove superfluous async/await keywords
|
8 yıl önce |
sbkwgh
|
c38aad3a50
Refactor delete and login routes
|
8 yıl önce |
sbkwgh
|
5dca35c9e1
Refactor password and description update - n.b. hacky fix so that hook being called twice does not re-hash the hash
|
8 yıl önce |
sbkwgh
|
f61691437c
Mostly refactor post user route
|
8 yıl önce |
sbkwgh
|
656f76859b
Use sequelize validations rather than custom ones in router function
|
8 yıl önce |
sbkwgh
|
2b464acc37
Use instance field this.Posts instead of passing in posts
|
8 yıl önce |
sbkwgh
|
53bfc3e1bd
Move thread meta data logic to instance method
|
8 yıl önce |
sbkwgh
|
06000b269d
User specific agent which is non-admin
|
8 yıl önce |
sbkwgh
|
40f9883401
Merge branch 'lock-thread'
|
8 yıl önce |