Commit History

Author SHA1 Message Date
  sbkwgh 3c759d58f7 Fix wrong post object being sent 8 years ago
  sbkwgh baf07a754a Use single post notification model for both mentions and reply notifications 8 years ago
  sbkwgh ca5de5140f Move event listener position - n.b. this still doesn't work but getting closer 8 years ago
  sbkwgh 153432a8f3 Add socketio test 8 years ago
  sbkwgh b5f4162c74 Reload notification returned from class method 8 years ago
  sbkwgh 6e340a0266 Order by id descending 8 years ago
  sbkwgh e8c194d047 Emit socketio event to user when new notification 8 years ago
  sbkwgh b3254169b4 If user is logged in, add there socket-io client id to a dictionary of username=>client_id 8 years ago
  sbkwgh 6855ff4661 Add express socket-io package to connect express session with socketio session 8 years ago
  sbkwgh 2b69ff3988 Implement delete and update notification tests 8 years ago
  sbkwgh d22718efbc Fix typo in test 8 years ago
  sbkwgh 53974f184d Add test for updating and deleting individual notifications 8 years ago
  sbkwgh 20a981a516 Move mentions logic before test, use for loop 8 years ago
  sbkwgh e7ef3d2264 Typo fixes, query UserId directly, only return some attributes for User model 8 years ago
  sbkwgh 31f35e9f37 Add UserId to session variable 8 years ago
  sbkwgh c2631aff60 Bug fixes and typos to test 8 years ago
  sbkwgh b94b4c9dbc Don't 'add' association, use 'set' 8 years ago
  sbkwgh 2aa196cd45 Implement get and put routes 8 years ago
  sbkwgh 7e9d8b3fa8 Add test for marking notifications as unread 8 years ago
  sbkwgh bcab1b4908 Add read field (default false) 8 years ago
  sbkwgh 940ba2ea3f Add mention from other user to see if only notifications for your account are retrieved 8 years ago
  sbkwgh 04bcc24dec Just check loggedIn, not admin 8 years ago
  sbkwgh 120e55fa15 Add mention notification logic 8 years ago
  sbkwgh 5bc67bcc20 Add class method to add mention notification 8 years ago
  sbkwgh 713d087971 Add new notification route 8 years ago
  sbkwgh f691d2dfc3 Add test if notifications is not an array 8 years ago
  sbkwgh 105bcd1243 Add test for non-string mention 8 years ago
  sbkwgh e26d9a35c2 Initial test 8 years ago
  sbkwgh e1a26d56b5 Change wrong variable name 8 years ago
  sbkwgh d4a22777fc Remove title field, change 'read' to 'interacted' 8 years ago