Historial de Commits

Autor SHA1 Mensaje Fecha
  sbkwgh 1e8d7d992f Change fields for object sent by socket.io hace 8 años
  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 hace 8 años
  sbkwgh 2483e88858 Implement banned user route, as well as adding if clause on creating thread/post routes hace 8 años
  sbkwgh c777350d89 Refactor posts route including GET DELETE and POST http verbs hace 8 años
  sbkwgh bd84d63a16 Use more succint error syntax hace 8 años
  sbkwgh 80864d208f Implement test, returning an error if trying to reply to removed post hace 8 años
  sbkwgh f556978dd1 Implement remove post functionality hace 8 años
  sbkwgh c5e978fcc3 Throw error if thread is locked hace 8 años
  sbkwgh fc16b8257a Remove duplicate mentions hace 8 años
  sbkwgh 3c759d58f7 Fix wrong post object being sent hace 8 años
  sbkwgh baf07a754a Use single post notification model for both mentions and reply notifications hace 8 años
  sbkwgh e8c194d047 Emit socketio event to user when new notification hace 8 años
  sbkwgh 20a981a516 Move mentions logic before test, use for loop hace 8 años
  sbkwgh 120e55fa15 Add mention notification logic hace 8 años
  sbkwgh 69dbffe911 Remove superfluous field hace 8 años
  sbkwgh 0f03f106c9 Send out message to thread page each time new post is added hace 8 años
  sbkwgh 1450d28777 Implement delete like route hace 8 años
  sbkwgh 97413f1a73 Implement post 'likes' feature hace 8 años
  sbkwgh 8d3b208cb0 Use simplified pagination system based on ordinal post number hace 8 años
  sbkwgh 0ff38bf672 Add and implement test case for postNumber field hace 8 años
  sbkwgh 36bc9c9e6b Add postsCount field and increment when new post added hace 8 años
  sbkwgh 4f44d15e78 Refactor hace 8 años
  sbkwgh 8516275d04 Use Post.includeOptions class method; make sure all possible errors are thrown before creating post; add GET /:post_id route hace 8 años
  sbkwgh c2e272f3b1 Fix tests and route hace 8 años
  sbkwgh dcfb5cdf70 Add => hace 8 años
  sbkwgh 0c31023b77 Add middleware to verify logged in hace 8 años
  sbkwgh ab285d8ec2 Initial commit for posts route hace 8 años