Skip to content

Releases: CASPER-REPSAC/Casper-Homepage-Backend

v0.0.30

23 Mar 06:06
9f6d690

Choose a tag to compare

What's Changed

  • fix: update resource handlers to use custom path resolver and improve… by @hui1601 in #62

Full Changelog: v0.0.29...v0.0.30

v0.0.29

17 Mar 05:28
b2d4aca

Choose a tag to compare

What's Changed

Full Changelog: v0.0.28...v0.0.29

v0.0.28 - hotfix

17 Mar 05:02
eaf7f95

Choose a tag to compare

What's Changed

  • fix: sort assignment list by submission status and deadline by @hui1601 in #57

Full Changelog: v0.0.27...v0.0.28

v0.0.27

17 Mar 03:52
c92c214

Choose a tag to compare

What's Changed

  • fix: handle user not found scenario in UserApiController by @hui1601 in #46
  • feat: add file download filter to handle content disposition for various file types by @hui1601 in #48
  • feat: disable mail and user registration features by @hui1601 in #53
  • fix: handle expired JWT tokens in isExpired method by @hui1601 in #54

Full Changelog: v0.0.26...v0.0.27

v0.0.26

11 Mar 03:31
fc0e595

Choose a tag to compare

What's Changed

  • fix: handle null fileEntity in AssignmentApiController(fix #30) by @hui1601 in #43
  • feat: update file size limit to 500MB in ErrorCode and FileApiController by @hui1601 in #45

Full Changelog: v0.0.25...v0.0.26

v0.0.25

10 Mar 12:06
d782d32

Choose a tag to compare

What's Changed

  • fix: handle null user in JwtTokenFilter to prevent authentication errors by @hui1601 in #28
  • feat: implement user role migration to standardize roles as lowercase… by @hui1601 in #29
  • feat: update assignment pagination to support dynamic limit and total… by @hui1601 in #32
  • feat: implement article search by @hui1601 in #35
  • fix: fix #34 when access token is retired by @hui1601 in #38
  • Feat/refactor package names by @hui1601 in #39
  • refactor: Standardize pagination API response field names by @hui1601 in #41

Full Changelog: v0.0.24...v0.0.25

v0.0.24

07 Mar 02:12
77ec382

Choose a tag to compare

What's Changed

  • feat: implement user role migration to standardize roles as lowercase… by @hui1601 in #25
  • fix: add redirect URIs for Google and GitHub login in application con… by @hui1601 in #26

Full Changelog: v0.0.23...v0.0.24

v0.0.23

06 Mar 12:06
9495ae9

Choose a tag to compare

What's Changed

  • fix: improve file service deletion handling with null checks and logging by @hui1601 in #23
  • fix: update access control for user group retrieval endpoint by @hui1601 in #24

Full Changelog: v0.0.22...v0.0.23

v0.0.22

28 Feb 16:57
d905b91

Choose a tag to compare

What's Changed

  • fix: update article service to handle additional fields in article up… by @hui1601 in #19

Full Changelog: v0.0.21...v0.0.22

v0.0.21

28 Feb 16:30
5fdf20e

Choose a tag to compare

What's Changed

  • fix: extract access token from cookies if authorization header is missing by @hui1601 in #18

Full Changelog: v0.0.20...v0.0.21