v2.16.1
Changelog
- Updating endpoints that invite/create users to check for user-name duplicates.
- Fixing UUID validation for IDs in path parameters
- Major code cleanup (fixing deprecated warnings).
Commits
ead27f3 #! v2.16.1
9f2e984 Create account returns colliding users if ignoreNameCollision flag is not set.
992ea18 Adding proper UI error code for email-already-used situation.
b4557cd Fixing bug in invitation email check.
97f7564 Modifying user-invite endpoint to search for users with the same name first.
040ad2e Enable user search by email.
0711609 Changing the view to report batch-completion time rather than ID.
79cf289 Adding batch ID to the assignment entity, so we can mark them as checked by plagiarism-detection tools.
e5b7f84 Fixing helper classes (except for mail notifications and stuff related to exercise/pipeline configs).
7e811f4 Fixing deprecations and cleanup in CLI commands.
92c4181 Cleanup and resoving deprecated issues in async module.
975022d Removing deprecated issues and cleanup in ORM entities.
2870ecd Cleanup in view factories.
feaa09c Fixing ORM helpers and base classes.
275eb1b Fixing deprecated issues, typos, and cleanup in ORM repositories.
ffe565b Updating deprecated Nette response codes.
9191fd6 Fixing UUID validation for IDs in path parameters.