Skip to content
Snippets Groups Projects

Resolve "Change Styling of CHANGELOG.md"

2 files
+ 36
29
Compare changes
  • Side-by-side
  • Inline

Files

+ 34
29
[comment]: <> (Added = New features)
[comment]: <> (Changed = Changes in existing functionality)
[comment]: <> (Deprecated = once-stable features removed in future releases "next release")
[comment]: <> (Removed = Deprecated features removed in this release "this release")
[comment]: <> (Fixed = Bug fixes)
# Changelog
All notable changes to this project will be documented in this file.
@@ -5,19 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
## [1.0.0] - 2019-10-24
Initial public release
## [1.0.1] - 2019-11-15
hotfix for SAML
## [1.1.0] - 2019-12-16
Last Java 8 release
### Added
- Quick rating for TAs represented as a numerical value by [@nstruharova](https://gitlab.ewi.tudelft.nl/nstruharova)
- Allow users with manager and higher access to a course to unenqueue students from the queue [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
@@ -25,21 +17,34 @@ Last Java 8 release
- Allow teachers and managers to stop students enqueuing by [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- Add notification for students who were not found by the TA [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- Integrate creation of Jitsi links to labs with an online communication methods [@sjuhosova](https://gitlab.ewi.tudelft.nl/sjuhosova)
- Add minimum requirement for Questions to be 15 characters in length [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
### Changed
- Unauthorized students for labs/courses now redirects to enroll pages by [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- The feedback page has been moved from course specific to a general page which does not require the user to be part of any course to be visible, by [@cedricwillekn](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- "Clear filters" button won't appear after submission with no filters on Requests page by [@sjuhosova](https://gitlab.ewi.tudelft.nl/sjuhosova)
- Fix the `assigned to` filter not filtering newly incoming requests through push notifications by [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Fix submitting filters to redirect to the request table page such that refreshing does not rePOST by [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Fix request view for TAs, permissions in Thymeleaf template were in such a way that no one except the student could see their request [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Add minimum requirement for Questions to be 15 characters in length [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Fix disappearance of map when switching options, while not changing the selected room. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Always show "Get Next" button for TAs but disable it, if queue size is 0. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Users can no longer visit enqueue page while already enqueued. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Integrate creation of Jitsi links to labs with an online communication methods [@sjuhosova](https://gitlab.ewi.tudelft.nl/sjuhosova)
- In exam lab, make selected slot's z-index higher to properly enrol form. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Make slotSelectionOpensAt field update when its value gets updated, instead of when slotsOpensAt field updates. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Pass signOffIntervals when editing a lab to make sure ExamLab knows if it there are sign-off intervals. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Make exam lab checkbox when creating lab dependent on the sign off intervals [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Fix non-executing javascript code because of missing brackets [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Unauthorized students for labs/courses now redirects to enroll pages by [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- The feedback page has been moved from course specific to a general page which does not require the user to be part of any course to be visible, by [@cedricwillekn](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- Always show "Get Next" button for TAs but disable it, if queue size is 0. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Pass signOffIntervals when editing a lab to make sure ExamLab knows if it there are sign-off intervals. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Make exam lab checkbox when creating lab dependent on the sign off intervals [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Users can no longer visit enqueue page while already enqueued. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
### Fixed
- Fix the "assigned to" filter not filtering newly incoming requests through push notifications by [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Fix submitting filters to redirect to the request table page such that refreshing does not rePOST by [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Fix request view for TAs, permissions in Thymeleaf template were in such a way that no one except the student could see their request [@lemaire](https://gitlab.ewi.tudelft.nl/lemaire)
- Fix disappearance of map when switching options, while not changing the selected room. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- "Clear filters" button won't appear after submission with no filters on Requests page by [@sjuhosova](https://gitlab.ewi.tudelft.nl/sjuhosova)
- In exam lab, make selected slot's z-index higher to properly enrol form. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
- Make slotSelectionOpensAt field update when its value gets updated, instead of when slotsOpensAt field updates. [@tnulle](https://gitlab.ewi.tudelft.nl/tnulle)
## [1.1.0] - (2019-12-16)
### Deprecated
- Java 8 support
## [1.0.1] - (2019-11-15)
### Fixed
- Hotfix for SAML authentication
## [1.0.0] - (2019-10-24)
#### Initial public release
Loading