sbkwgh
|
f556978dd1
Implement remove post functionality
|
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
|
610f3bc0d8
Add admin cookie for ui purposes
|
8 년 전 |
sbkwgh
|
c5e978fcc3
Throw error if thread is locked
|
8 년 전 |
sbkwgh
|
b9cc76a5cd
Add threadLocked error
|
8 년 전 |
sbkwgh
|
007ceb2507
Use own thread for locked tests to make tests more independent
|
8 년 전 |
sbkwgh
|
8e686265c6
Implement locked/unlocked thread route
|
8 년 전 |
sbkwgh
|
c883be1f6b
Fix wrong request agent
|
8 년 전 |
sbkwgh
|
47d97c149a
Add locked field to model
|
8 년 전 |
sbkwgh
|
74ac8b98ca
Add tests for locking the thread
|
8 년 전 |
sbkwgh
|
b4b1c2340d
Update test
|
8 년 전 |
sbkwgh
|
fc16b8257a
Remove duplicate mentions
|
8 년 전 |
sbkwgh
|
3c759d58f7
Fix wrong post object being sent
|
8 년 전 |
sbkwgh
|
baf07a754a
Use single post notification model for both mentions and reply notifications
|
8 년 전 |
sbkwgh
|
ca5de5140f
Move event listener position - n.b. this still doesn't work but getting closer
|
8 년 전 |
sbkwgh
|
153432a8f3
Add socketio test
|
8 년 전 |
sbkwgh
|
b5f4162c74
Reload notification returned from class method
|
8 년 전 |
sbkwgh
|
6e340a0266
Order by id descending
|
8 년 전 |
sbkwgh
|
e8c194d047
Emit socketio event to user when new notification
|
8 년 전 |
sbkwgh
|
b3254169b4
If user is logged in, add there socket-io client id to a dictionary of username=>client_id
|
8 년 전 |
sbkwgh
|
6855ff4661
Add express socket-io package to connect express session with socketio session
|
8 년 전 |
sbkwgh
|
2b69ff3988
Implement delete and update notification tests
|
8 년 전 |
sbkwgh
|
d22718efbc
Fix typo in test
|
8 년 전 |
sbkwgh
|
53974f184d
Add test for updating and deleting individual notifications
|
8 년 전 |
sbkwgh
|
20a981a516
Move mentions logic before test, use for loop
|
8 년 전 |
sbkwgh
|
e7ef3d2264
Typo fixes, query UserId directly, only return some attributes for User model
|
8 년 전 |
sbkwgh
|
31f35e9f37
Add UserId to session variable
|
8 년 전 |
sbkwgh
|
c2631aff60
Bug fixes and typos to test
|
8 년 전 |