Historique des commits

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