Skip to content

Releases: epochtalk/epochtalk-vue

v1.4.0

10 Sep 01:30
Compare
Choose a tag to compare

1.4.0 (2021-09-10)

Features

  • implement recursive component for trust depth (1b903a4)
  • update trust settings view to use new recursive component for trust (83dd011)

v1.3.0

09 Sep 23:55
Compare
Choose a tag to compare

1.3.0 (2021-09-09)

Features

  • hookup ability to togle trust tree mode (79943d3)
  • update trust tree route to support hierarchy mode (e0b81ce)

v1.2.0

09 Sep 21:26
Compare
Choose a tag to compare

1.2.0 (2021-09-09)

Features

  • add trust tree api route (ee4390d)
  • hook up trust network depth view (c428a78)

v1.1.1

07 Sep 23:57
Compare
Choose a tag to compare

1.1.1 (2021-09-07)

Bug Fixes

  • css issues with trust list (37ce52b)

v1.1.0

07 Sep 21:53
Compare
Choose a tag to compare

1.1.0 (2021-09-07)

Features

  • add api routes for editing trust lists (cf2719a)
  • implement logic for adding and removing from lists, implement save, fix some css (fc7c51b)

v1.0.0

03 Sep 21:33
9c54639
Compare
Choose a tag to compare

1.0.0 (2021-09-03)

Bug Fixes

  • nginx: use sh for start script (780501e)
  • nginxstart: handle envsubst race condition (001f0bc)
  • add missing center css class (bddf957)
  • add pointer class to action items in post view (5e8f2d3)
  • apply fix for main page check in header (9621aeb)
  • bug with not changing user profile information when clicking on header profile link (876bddb)
  • clean up code, fix issue with clearing search results and pagination (f855f59)
  • clear poll answers so highlight is removed after voting (96cd225)
  • close modal on error (5425216)
  • correct name of member search view (05fd9fd)
  • css and class names for online status in post search view (662fcab)
  • css and pagination not working for threads posted in (624bf0a)
  • css display of poll options/answers (4cb12de)
  • div -> label (e5a489c)
  • finish porting ban permission check in various post checks (b34ec96)
  • fix pagination for search posts (b6071c8)
  • fix username list in messages view (24ae7f9)
  • formatting with poll options labels (d83ad8f)
  • icons that didnt port over from older version of font awesome (bb44c0d)
  • incorrect link to last post (a586039)
  • issue with checkall uncheckall not working when submitting the ban form as admin (57a995a)
  • issue with default avatar shape for mentions (344320c)
  • issue with dual paging query parameters in watchlist (12ec6f5)
  • issue with edit signature modal not opening (5d3a7a0)
  • issue with global temp ban not working, still need to refresh page for ban/unban to work, need to pass updated user ban data back to the profile view (8d65afd)
  • issue with link to posts view in mentions (9cc3e6b)
  • issue with lock permissions in patrol view (0f7a1e4)
  • issue with mentions list not updating (54c8eb4)
  • issue with mentions tray not rendering properly (27c3559)
  • issue with null threads displaying (8e536ba)
  • issue with page not scrolling to hash (4e79eae)
  • issue with search display in post search (eac6aa0)
  • issue with user report checkbox not actually being checked (9bbcb45)
  • issue with warning when paging posts on profile page (aa7d7e2)
  • label (7e00420)
  • make edit profile update form data when user changes (1ed52e5)
  • make edit signature modal update when user changes (1432e03)
  • pagination issue causing pagination control to not work when search term changes in query (3679b04)
  • refactor and clean up notifications service (cd2015e)
  • remove action from watch thread button (f881928)
  • remove page query param if start is present (02bafdf)
  • resolve css conflict causing style to be wrong in settings view (93b01fb)
  • spacing issue with username in patrol view (b8f3c1c)
  • typos when porting over mentions from angular (56c6185)
  • websocket configs (b2f88f9)
  • bans: display correct ban date (utc) from query (8eb7820)
  • bans: handle updating temporary ban dates (2284b1d)
  • posts: add default else cases for canDelete (7a72b43)
  • posts: canUpdate locked if/else return false cases (6eb431a)
  • posts: capitalization issue in hasPermission (c99103e)
  • posts: created_at -> createdAt (5e79334)
  • posts: handle start param (f672852)
  • posts: merge fix, duplicated api/vue variable (fcbb262)
  • posts: parent.thread -> postData.data.thread (1fec483)
  • posts: pollviewer name change in posts view (d42c497)
  • posts: update elevatedPrivileges bypass variables (7849cb6)
  • posts: v.canCreatePoll -> canCreatePoll (a07ae38)
  • issue with global ban not working, still need to refresh user data (cd2eb86)
  • show short date in profile (4ddf204)
  • use short month (2640c59)
  • use username from user object not from url (dfd686f)
  • pv: change style tag to scss (df45438)
  • pv: default expired to false if no expiration set (6b86e31)
  • pv: handle poll expiration not set on page load (92940db)
  • pv: poll locking in voting interface (3281dbc)
  • pv: return false when displ...
Read more