Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 362e71c

Browse files
Merge branch 'develop' into bugfix/#564-regex-profile-page
2 parents 9a612c4 + ffb5778 commit 362e71c

37 files changed

+692
-418
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [NEXT]
7+
## [NEXT]
88
### Fixed
9+
- Fixed wasteful course data usage #654 via specialized course model interfaces.
10+
- Fixed a broken documentation link #583.
11+
- Limited the first- and lastname to 64 characters in registration- and edit page. [#585](https://github.com/h-da/geli/issues/585)
912
- add correct E-Mail validator to edit-profile and register component [#564]
1013

14+
### Security
15+
- Fixed multiple severe course related security issues #594, #653.
16+
17+
1118
## [0.6.0] - 2018-03-31 - Introduces MediaManager and some minor changes
1219
### Added
1320
- MediaManager for file management in courses

api/fixtures/courses/Access-key-test.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "Documents the course fixture.",
1313
"units": [
1414
{
15-
"name": "What is course fixture for?",
15+
"name": "What is the purpose of this course fixture?",
1616
"description": "",
1717
"markdown": "To test the 'accesskey' enrollType.",
1818
"__t": "free-text"

0 commit comments

Comments
 (0)