提交历史

作者 SHA1 备注 提交日期
  sbkwgh 668bfa7841 Remove posts via a scade on thread destroy, remove reports manually because cascade is not working 7 年之前
  sbkwgh eab3158c44 Add delete thread route and corresponding tests 7 年之前
  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 年之前
  sbkwgh 2483e88858 Implement banned user route, as well as adding if clause on creating thread/post routes 8 年之前
  sbkwgh 81dce1a6e7 Remove superfluous async/await keywords 8 年之前
  sbkwgh 656f76859b Use sequelize validations rather than custom ones in router function 8 年之前
  sbkwgh 2b464acc37 Use instance field this.Posts instead of passing in posts 8 年之前
  sbkwgh 53bfc3e1bd Move thread meta data logic to instance method 8 年之前
  sbkwgh 4e73d4b9ea Move PUT route below admin route middle-ware so that only admin users can lock threads 8 年之前
  sbkwgh 8e686265c6 Implement locked/unlocked thread route 8 年之前
  sbkwgh 83de1fcd4e Add tests so to return error if thread name has no length 8 年之前
  sbkwgh c8b2950bbb Use specific rooms for socket-io 8 年之前
  sbkwgh 514ba58577 Add and implement tests for categories with spaces 8 年之前
  sbkwgh 0f065a8477 Fix pagination bug; update tests 8 年之前
  sbkwgh 8633a419b6 Add socket.io emitter 8 年之前
  sbkwgh 089e2d5189 Implement tests 8 年之前
  sbkwgh b1d6c75965 Implement test 8 年之前
  sbkwgh 8d3b208cb0 Use simplified pagination system based on ordinal post number 8 年之前
  sbkwgh aa06e1c531 Allow to paginate from any post and add previousURL field 8 年之前
  sbkwgh 758754f5e8 Add previousURL field to find previous 'nextId' for post pagination 8 年之前
  sbkwgh 21f8b5a12b Use re-useable pagination functions 8 年之前
  sbkwgh 10b3d6d696 Use different pagination style, add 'meta.nextURL' to response 8 年之前
  sbkwgh 9e380e434f Implement pagination system 8 年之前
  sbkwgh f545ec0a15 Make tests green 8 年之前
  sbkwgh e8e87a462b Add pagination functionality to thread 8 年之前
  sbkwgh 862541b2eb Use single association and add replyingToUsername field 8 年之前
  sbkwgh bc86d371e8 Add GET /:thread_id route 8 年之前
  sbkwgh 5d1480a201 Use if/else instead of switch; 'reload' thread instance to get associated objects; fix bugs/typos 8 年之前
  sbkwgh 42ec7417fd Implement POST route for thread 8 年之前
  sbkwgh ade4ba95c4 Initial commit 8 年之前