Releases: EmilJohns1/idatt2105-project-backend
Releases · EmilJohns1/idatt2105-project-backend
Version 1.2.1 Hotfix
What's Changed
- changed background color and card color so it matches frontend color by @1Cezzo in #72
Full Changelog: v1.2...v1.2.1
Version 1.2
What's Changed
- fixed small error in endpoint for image uploading/deleting by @1Cezzo in #29
- hotfix for delete file endpoint, added PasswordResetToken by @1Cezzo in #30
- Fixes issue where category was not included during quiz creation by @SveinKare in #31
- Hotfix by @1Cezzo in #32
- added isPublic and isRandomizedOrder to quiz by @1Cezzo in #33
- added update tags endpoint to be able to use in frontend by @1Cezzo in #34
- Authentication by @SveinKare in #35
- Fixed error from merging by @SveinKare in #36
- Added keystore to gitignore by @SveinKare in #37
- Attempt fix by @SveinKare in #39
- Forgot to enable authentication again by @SveinKare in #40
- Endpoint permissions by @SveinKare in #38
- Token settings by @SveinKare in #41
- Hotfix update alternatives by @1Cezzo in #43
- Added pagination to some quiz endpoints by @SveinKare in #42
- added endpoint to filter by tags by @1Cezzo in #44
- Finished Dockerfile, and added config for docker containers by @SveinKare in #45
- fixed filtering by @1Cezzo in #46
- Custom login by @SveinKare in #47
- Added endpoint for getting quiz attempt by id by @SveinKare in #48
- Fixed issue where swagger redirect didn't work by @SveinKare in #49
- added pagination to comment retrieval by @1Cezzo in #50
- Admin users by @SveinKare in #51
- Added endpoint for getting public quizzes by @SveinKare in #52
- Test data by @SveinKare in #54
- Javadoc/documentation by @1Cezzo in #53
- Run guide by @SveinKare in #55
- Fix attempt by @SveinKare in #56
- added javadoc for tests by @1Cezzo in #57
- Javadoc/documentation by @1Cezzo in #58
- Update README.md by @SveinKare in #59
- improved test coverage, excluded AmazonClient from test coverage by @1Cezzo in #60
- Changed repo methods to only get public quizzes by @SveinKare in #61
- Remove delete quiz by @SveinKare in #62
- Changed logo on login screen by @SveinKare in #63
- Add test data by @SveinKare in #64
- Update README.md by @1Cezzo in #65
- increase test coverage by @1Cezzo in #67
- Update README.md by @1Cezzo in #66
- Redirect hotfix by @SveinKare in #68
- Update README.md by @1Cezzo in #69
- Opened comment pagination endpoint by @SveinKare in #71
Full Changelog: v1.1...v1.2
Version 1.1
What's Changed
- Unit tests by @SveinKare in #23
- fixed some errors by @1Cezzo in #24
- Tag search and UserController rework by @SveinKare in #25
- hotfix comment creation bug by @1Cezzo in #26
- Implement category by @SveinKare in #27
Full Changelog: v1.0...v1.1
Version 1.0
What's Changed
- fixed naming convention by @1Cezzo in #1
- Implement users by @1Cezzo in #3
- Quiz model, repository and service, many to many with user by @1Cezzo in #4
- Added comment model, repository, service and controller. by @1Cezzo in #5
- Implement users by @SveinKare in #6
- User/quiz dto by @1Cezzo in #7
- Implemented questions by @SveinKare in #8
- Fixed incorrect package name by @SveinKare in #9
- Format code/ci cd by @1Cezzo in #11
- Implement feedback by @1Cezzo in #12
- Implement attempt by @SveinKare in #13
- Implement user tests by @1Cezzo in #14
- added hashing and salting to user password by @1Cezzo in #15
- Unit tests and Tag refactor by @SveinKare in #16
- Added points to questions and attempts by @SveinKare in #17
- Enabled TLSv1.3 encryption by @SveinKare in #18
- implementing sending mail endpoint, enabling CORS by @1Cezzo in #19
- Unit tests and refactorings by @SveinKare in #20
- added functionality to upload & delete images to & from S3 bucket by @1Cezzo in #21
New Contributors
- @SveinKare made their first contribution in #6
Full Changelog: https://github.com/1Cezzo/idatt2105-project-backend/commits/v1.0