Historique des commits

Auteur SHA1 Message Date
  sbkwgh 37b9450206 Add test to return error if trying to reply to a removed post il y a 8 ans
  sbkwgh 4ff67cba08 Add postRemoved error il y a 8 ans
  sbkwgh c181fe4e1d Change button text to 'remove' rather than 'delete' il y a 8 ans
  sbkwgh e7184783ad Only show check mark if not already removed il y a 8 ans
  sbkwgh ef734e8589 Align to center of button il y a 8 ans
  sbkwgh ae3f2f1c94 Show/hide button after api call is complete il y a 8 ans
  sbkwgh 55b5b4017c Use api to remove posts on backend il y a 8 ans
  sbkwgh cee94cbc40 Use min-width instead of width il y a 8 ans
  sbkwgh f556978dd1 Implement remove post functionality il y a 8 ans
  sbkwgh d8ded4cfbc Expect a specific string on a removed post, rather than ust null il y a 8 ans
  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 il y a 8 ans
  sbkwgh 36485d4523 Add tests for DELETE /post/:id route il y a 8 ans
  sbkwgh c3a450d32d Show button in side-bar if selectState is enabled il y a 8 ans
  sbkwgh 36ea1dad49 Add button--disabled class il y a 8 ans
  sbkwgh c107e0936f Add selection functionality using vuex il y a 8 ans
  sbkwgh 872f8e5c75 Add select capability to posts il y a 8 ans
  sbkwgh 985340c65f Only show reply thread button and reply post links if thread is not locked il y a 8 ans
  sbkwgh 9e148f1bde Use h2 instead of h1 tag and decrease padding for thread-locked message il y a 8 ans
  sbkwgh 610f3bc0d8 Add admin cookie for ui purposes il y a 8 ans
  sbkwgh 214b5d7c13 Set width of sidebar il y a 8 ans
  sbkwgh 1faa3b8cda Only show thread management button if logged in admin il y a 8 ans
  sbkwgh b748912177 Add admin field to vuex and set this field when a user logs in il y a 8 ans
  sbkwgh 80e581fc12 Add conditional thread lock message il y a 8 ans
  sbkwgh 865f990ffb Implement ajax functionality for lock thread il y a 8 ans
  sbkwgh befabc0972 Use new menu-button options parameter format, and call threadLock method il y a 8 ans
  sbkwgh 1cd3e43bb4 Use object with event and value parameter for options, in case value parameter is dynamic il y a 8 ans
  sbkwgh c5e978fcc3 Throw error if thread is locked il y a 8 ans
  sbkwgh b9cc76a5cd Add threadLocked error il y a 8 ans
  sbkwgh 007ceb2507 Use own thread for locked tests to make tests more independent il y a 8 ans
  sbkwgh 8e686265c6 Implement locked/unlocked thread route il y a 8 ans