Commit History

Author SHA1 Message Date
  sbkwgh 1be165df2f Add GET poll route 8 years ago
  sbkwgh 64170fba6c Add poll voting route 8 years ago
  sbkwgh 62ad392607 Add poll POST route and tests 8 years ago
  sbkwgh df0a8eea88 Try to fix socket.io bug - still doesn't work but code in place for what *should* work (i.e. reloading the session in socket.io when users sends login message 8 years ago
  sbkwgh ae69c4ba56 Add new-thread route 8 years ago
  sbkwgh 5dd717f960 Add routes for analytics page 8 years ago
  sbkwgh fe19449550 Add and implement test so that only admin users can access analytics 8 years ago
  sbkwgh 43bdcc80ea Add and implement test for top 3 posts route 8 years ago
  sbkwgh 357432c8b2 Fixes for tests and their implementations 8 years ago
  sbkwgh 79bc92d66e Add log route 8 years ago
  sbkwgh 7860bb8325 Add model and corresponding tests 8 years ago
  sbkwgh 3f32aca5ea Add log model structure 8 years ago
  sbkwgh a526e111ff Add and implement search test 8 years ago
  sbkwgh 8748801192 Allow user to select non-default color 8 years ago
  sbkwgh 1e8d7d992f Change fields for object sent by socket.io 8 years ago
  sbkwgh 42a8dfda91 Merge branch 'master' of https://github.com/sbkwgh/forum-backend 8 years ago
  sbkwgh 2016e8eb15 Add delete method 8 years ago
  sbkwgh 9610430343 Add PUT route for category with tests 8 years ago
  sbkwgh 677b01404c Add ib ban functionality 8 years ago
  sbkwgh ad9fbb32cd Add ip model with n:m relation with user model, add new ip instance on login/account creation 8 years ago
  sbkwgh 2af0626f3d Create README.md 8 years ago
  sbkwgh 2e15a2ca14 Create LICENSE 8 years ago
  sbkwgh 9daa227cd0 Return ban instance with associated User object 8 years ago
  sbkwgh 27a05b0b79 Use username rather than userId 8 years ago
  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 8 years ago
  sbkwgh 2483e88858 Implement banned user route, as well as adding if clause on creating thread/post routes 8 years ago
  sbkwgh 77dcc88ecc Add test for invalid username response 8 years ago
  sbkwgh 2d25e30164 Add tests for permissions 8 years ago
  sbkwgh 77fdb954ef require not import 8 years ago
  sbkwgh c777350d89 Refactor posts route including GET DELETE and POST http verbs 8 years ago