Историја ревизија

Аутор SHA1 Порука Датум
  sbkwgh c38aad3a50 Refactor delete and login routes пре 8 година
  sbkwgh 5dca35c9e1 Refactor password and description update - n.b. hacky fix so that hook being called twice does not re-hash the hash пре 8 година
  sbkwgh f61691437c Mostly refactor post user route пре 8 година
  sbkwgh 656f76859b Use sequelize validations rather than custom ones in router function пре 8 година
  sbkwgh 2b464acc37 Use instance field this.Posts instead of passing in posts пре 8 година
  sbkwgh 53bfc3e1bd Move thread meta data logic to instance method пре 8 година
  sbkwgh 12210ad4be Replace post content of deleted posts with deleted message пре 8 година
  sbkwgh 06000b269d User specific agent which is non-admin пре 8 година
  sbkwgh 40f9883401 Merge branch 'lock-thread' пре 8 година
  sbkwgh 4e73d4b9ea Move PUT route below admin route middle-ware so that only admin users can lock threads пре 8 година
  sbkwgh b9313f6547 Fix test where it was not correctly tested if non-admin user could lock threads (admin privillege) пре 8 година
  sbkwgh 2baf4a31ef Add css rule to center properly slot пре 8 година
  sbkwgh 80864d208f Implement test, returning an error if trying to reply to removed post пре 8 година
  sbkwgh 37b9450206 Add test to return error if trying to reply to a removed post пре 8 година
  sbkwgh 4ff67cba08 Add postRemoved error пре 8 година
  sbkwgh c181fe4e1d Change button text to 'remove' rather than 'delete' пре 8 година
  sbkwgh e7184783ad Only show check mark if not already removed пре 8 година
  sbkwgh ef734e8589 Align to center of button пре 8 година
  sbkwgh ae3f2f1c94 Show/hide button after api call is complete пре 8 година
  sbkwgh 55b5b4017c Use api to remove posts on backend пре 8 година
  sbkwgh cee94cbc40 Use min-width instead of width пре 8 година
  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 c3a450d32d Show button in side-bar if selectState is enabled пре 8 година
  sbkwgh 36ea1dad49 Add button--disabled class пре 8 година
  sbkwgh c107e0936f Add selection functionality using vuex пре 8 година
  sbkwgh 872f8e5c75 Add select capability to posts пре 8 година
  sbkwgh 985340c65f Only show reply thread button and reply post links if thread is not locked пре 8 година