Commit History

Author SHA1 Message Date
  sbkwgh ee59d6755e Darker overlay 8 years ago
  sbkwgh 96a6bc5727 Remove text, move 'add new ban' button to right side of moderatin header 8 years ago
  sbkwgh e517c605c1 Move tab and title to component for DRYer code 8 years ago
  sbkwgh 2c96846834 Little changes 8 years ago
  sbkwgh 4809afa7a9 Use more aesthetically pleasing tab bar 8 years ago
  sbkwgh 6c32808510 Redirect if not admin 8 years ago
  sbkwgh f4ea19cf66 Add ip ban functionality 8 years ago
  sbkwgh 0de71d22bf Capitalize first letter of error 8 years ago
  sbkwgh 3dba6d4960 Add icon to login button 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 8f9d27c2ff Create LICENSE 8 years ago
  sbkwgh 3c6f393733 Add if-clause so that admin settings link only shows for admin user 8 years ago
  sbkwgh 2160dd03c6 Use icon rather than text 'notification' for button and change position of notification count label 8 years ago
  sbkwgh 0763f5e5e5 Use rounded border and thicker shadow 8 years ago
  sbkwgh 5450196e3b Use more succinct menu option 8 years ago
  sbkwgh 36aae71ad9 Use thumbs up icon 8 years ago
  sbkwgh 3f3e98753b Add no bans div 8 years ago
  sbkwgh 50662f4a97 Use vuex so that ban modal can be launched from reports page 8 years ago
  sbkwgh 9daa227cd0 Return ban instance with associated User object 8 years ago
  sbkwgh d61bbf1d68 Hookup to backend 8 years ago
  sbkwgh 7c7dc7d45d Fix missing vuex parameter so that error alert can be shown 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