커밋 기록

작성자 SHA1 메시지 날짜
  sbkwgh c777350d89 Refactor posts route including GET DELETE and POST http verbs 8 년 전
  sbkwgh 656f76859b Use sequelize validations rather than custom ones in router function 8 년 전
  sbkwgh 06000b269d User specific agent which is non-admin 8 년 전
  sbkwgh 40f9883401 Merge branch 'lock-thread' 8 년 전
  sbkwgh b9313f6547 Fix test where it was not correctly tested if non-admin user could lock threads (admin privillege) 8 년 전
  sbkwgh 37b9450206 Add test to return error if trying to reply to a removed post 8 년 전
  sbkwgh d8ded4cfbc Expect a specific string on a removed post, rather than ust null 8 년 전
  sbkwgh f10ce41912 Remove test for User field being null - as the username that a post is replying to is set manually, this would require manually updating this association, so is currently not implemented 8 년 전
  sbkwgh 36485d4523 Add tests for DELETE /post/:id route 8 년 전
  sbkwgh 007ceb2507 Use own thread for locked tests to make tests more independent 8 년 전
  sbkwgh c883be1f6b Fix wrong request agent 8 년 전
  sbkwgh 74ac8b98ca Add tests for locking the thread 8 년 전
  sbkwgh 83de1fcd4e Add tests so to return error if thread name has no length 8 년 전
  sbkwgh 514ba58577 Add and implement tests for categories with spaces 8 년 전
  sbkwgh 089e2d5189 Implement tests 8 년 전
  sbkwgh d317ed5b29 Add tests for postCount fields 8 년 전
  sbkwgh 233e935c3a Add tests for 'postsRemaining' field 8 년 전
  sbkwgh d049fcf4bc Add tests for 'postsRemaining' field 8 년 전
  sbkwgh 8d3b208cb0 Use simplified pagination system based on ordinal post number 8 년 전
  sbkwgh 0ff38bf672 Add and implement test case for postNumber field 8 년 전
  sbkwgh 30c33a892d Change postCount to postsCount 8 년 전
  sbkwgh ee9f447478 Add test for posts count on threads 8 년 전
  sbkwgh aa06e1c531 Allow to paginate from any post and add previousURL field 8 년 전
  sbkwgh 790daba82f Whoops... add await 8 년 전
  sbkwgh bd221f88d2 Add test to see if previousURL conforms to expectation 8 년 전
  sbkwgh b74627b4f0 Add failing tests for previousURL field and postId query on get thread route 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 862541b2eb Use single association and add replyingToUsername field 8 년 전