Historial de Commits

Autor SHA1 Mensaje Fecha
  sbkwgh abbf0aa188 Add card system hace 8 años
  sbkwgh 58c9f4c6b6 Add sub-routes and allow click to select routes on menu hace 8 años
  sbkwgh be52441185 Add admin route and admin menu hace 8 años
  sbkwgh bd84d63a16 Use more succint error syntax hace 8 años
  sbkwgh 711963f3c0 Use correct validation hace 8 años
  sbkwgh a307c32c89 Move post meta info to instance method hace 8 años
  sbkwgh 81dce1a6e7 Remove superfluous async/await keywords hace 8 años
  sbkwgh c38aad3a50 Refactor delete and login routes hace 8 años
  sbkwgh 5dca35c9e1 Refactor password and description update - n.b. hacky fix so that hook being called twice does not re-hash the hash hace 8 años
  sbkwgh f61691437c Mostly refactor post user route hace 8 años
  sbkwgh 656f76859b Use sequelize validations rather than custom ones in router function hace 8 años
  sbkwgh 2b464acc37 Use instance field this.Posts instead of passing in posts hace 8 años
  sbkwgh 53bfc3e1bd Move thread meta data logic to instance method hace 8 años
  sbkwgh 12210ad4be Replace post content of deleted posts with deleted message hace 8 años
  sbkwgh 06000b269d User specific agent which is non-admin hace 8 años
  sbkwgh 40f9883401 Merge branch 'lock-thread' hace 8 años
  sbkwgh 4e73d4b9ea Move PUT route below admin route middle-ware so that only admin users can lock threads hace 8 años
  sbkwgh b9313f6547 Fix test where it was not correctly tested if non-admin user could lock threads (admin privillege) hace 8 años
  sbkwgh 2baf4a31ef Add css rule to center properly slot hace 8 años
  sbkwgh 80864d208f Implement test, returning an error if trying to reply to removed post hace 8 años
  sbkwgh 37b9450206 Add test to return error if trying to reply to a removed post hace 8 años
  sbkwgh 4ff67cba08 Add postRemoved error hace 8 años
  sbkwgh c181fe4e1d Change button text to 'remove' rather than 'delete' hace 8 años
  sbkwgh e7184783ad Only show check mark if not already removed hace 8 años
  sbkwgh ef734e8589 Align to center of button hace 8 años
  sbkwgh ae3f2f1c94 Show/hide button after api call is complete hace 8 años
  sbkwgh 55b5b4017c Use api to remove posts on backend hace 8 años
  sbkwgh cee94cbc40 Use min-width instead of width hace 8 años
  sbkwgh f556978dd1 Implement remove post functionality hace 8 años
  sbkwgh d8ded4cfbc Expect a specific string on a removed post, rather than ust null hace 8 años