Skip to content

v1.33.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 20:37
· 84 commits to main since this release
c1663ac

1.33.0 (2024-08-15)

Bug Fixes

  • authorizations: preload user roles when querying thread first post (56a51d9)
  • decode-plug: sane return value when method does not match @methods list (2a6e9af)
  • dialyzer: fix type for threads to add virtual fields that purge function returns (36bb0b5)
  • ip: remove ipv6 prefix on ipv4 addresses (82f429a)
  • purge-email: send correct wording to thread author not person authenticated (78fd833)
  • purge: credo error, use Enum each instead of Enum map, run format (0aa918d)
  • purge: resolve issues with purge db function (5944676)
  • thread-sticky: create new private acl check for sticky thread (c38e762)
  • watch-thread: update create method to have consistent return value (2bf0b51)
  • watch-thread: update watchThread delete function to take user map (e4eadb3)

Features

  • mod-log-purge: add record to mod log when purging thread (143efba)
  • profile: decrement post count db function for user profile (62bd1fe)
  • purge-email: email users of thread when purging thread (ab39c7f)
  • purge-thread: implement db function for purging a thread (a7a7870)
  • purge: implement email template for purging thread (262611a)
  • sticky-json: add json file for new sticky route (2c58ff1)
  • sticky: implement sticky thread db function (193d625)
  • sticky: implement sticky thread route with auth (b100316)
  • thread-lock: add db method to lock thread (e199a9b)
  • thread-lock: implement authorizations for thread lock (985e943)
  • users: implement query function to get email data via list of user ids (e259d1a)
  • watch-thread: impement initial watch thread api route (bb346db)
  • watch-thread: implement unwatch thread route (d9939e7)