Histórico de Commits

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