Commit History

Autor SHA1 Mensaxe Data
  sbkwgh f648e6575a Add plaintext field on post so that search does not include markup %!s(int64=6) %!d(string=hai) anos
  sbkwgh 313d64ec34 If slug would otherwise be blank use _ character, add corresponding test %!s(int64=7) %!d(string=hai) anos
  sbkwgh 39b42286df Enable utf-8 encoding for emojis etc, and add corresponding test for posts %!s(int64=8) %!d(string=hai) anos
  sbkwgh c777350d89 Refactor posts route including GET DELETE and POST http verbs %!s(int64=8) %!d(string=hai) anos
  sbkwgh 656f76859b Use sequelize validations rather than custom ones in router function %!s(int64=8) %!d(string=hai) anos
  sbkwgh 06000b269d User specific agent which is non-admin %!s(int64=8) %!d(string=hai) anos
  sbkwgh 40f9883401 Merge branch 'lock-thread' %!s(int64=8) %!d(string=hai) anos
  sbkwgh b9313f6547 Fix test where it was not correctly tested if non-admin user could lock threads (admin privillege) %!s(int64=8) %!d(string=hai) anos
  sbkwgh 37b9450206 Add test to return error if trying to reply to a removed post %!s(int64=8) %!d(string=hai) anos
  sbkwgh d8ded4cfbc Expect a specific string on a removed post, rather than ust null %!s(int64=8) %!d(string=hai) anos
  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 %!s(int64=8) %!d(string=hai) anos
  sbkwgh 36485d4523 Add tests for DELETE /post/:id route %!s(int64=8) %!d(string=hai) anos
  sbkwgh 007ceb2507 Use own thread for locked tests to make tests more independent %!s(int64=8) %!d(string=hai) anos
  sbkwgh c883be1f6b Fix wrong request agent %!s(int64=8) %!d(string=hai) anos
  sbkwgh 74ac8b98ca Add tests for locking the thread %!s(int64=8) %!d(string=hai) anos
  sbkwgh 83de1fcd4e Add tests so to return error if thread name has no length %!s(int64=8) %!d(string=hai) anos
  sbkwgh 514ba58577 Add and implement tests for categories with spaces %!s(int64=8) %!d(string=hai) anos
  sbkwgh 089e2d5189 Implement tests %!s(int64=8) %!d(string=hai) anos
  sbkwgh d317ed5b29 Add tests for postCount fields %!s(int64=8) %!d(string=hai) anos
  sbkwgh 233e935c3a Add tests for 'postsRemaining' field %!s(int64=8) %!d(string=hai) anos
  sbkwgh d049fcf4bc Add tests for 'postsRemaining' field %!s(int64=8) %!d(string=hai) anos
  sbkwgh 8d3b208cb0 Use simplified pagination system based on ordinal post number %!s(int64=8) %!d(string=hai) anos
  sbkwgh 0ff38bf672 Add and implement test case for postNumber field %!s(int64=8) %!d(string=hai) anos
  sbkwgh 30c33a892d Change postCount to postsCount %!s(int64=8) %!d(string=hai) anos
  sbkwgh ee9f447478 Add test for posts count on threads %!s(int64=8) %!d(string=hai) anos
  sbkwgh aa06e1c531 Allow to paginate from any post and add previousURL field %!s(int64=8) %!d(string=hai) anos
  sbkwgh 790daba82f Whoops... add await %!s(int64=8) %!d(string=hai) anos
  sbkwgh bd221f88d2 Add test to see if previousURL conforms to expectation %!s(int64=8) %!d(string=hai) anos
  sbkwgh b74627b4f0 Add failing tests for previousURL field and postId query on get thread route %!s(int64=8) %!d(string=hai) anos
  sbkwgh 10b3d6d696 Use different pagination style, add 'meta.nextURL' to response %!s(int64=8) %!d(string=hai) anos