- Nov 22, 2019
-
-
Janis Daniel Dähne authored
-
- Nov 20, 2019
-
-
Janis Daniel Dähne authored
- this was because tutor tests are executed with frontend data only (files) thus the file content was empty - tutor view now get the hidden file content (from the template)
-
Janis Daniel Dähne authored
- fixed issue where hidden files could be displayed to users when saving a solution or creating a after solution
-
- Nov 19, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
- it will also output a guid that the frontend can display and the admin can look into the console and search for the guid - reduced extensive logging output to frontend (only logged to console)
-
- Nov 17, 2019
-
-
Janis Daniel Dähne authored
- added proper settings to get submit test server stats and config
-
- Nov 16, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
- Nov 15, 2019
-
-
Janis Daniel Dähne authored
-
- Nov 14, 2019
-
-
Janis Daniel Dähne authored
- added property to assessmentFullBase so that we can decide if the assessment is null on the backend or not
-
Janis Daniel Dähne authored
- fixed small issue where in the tutor view the FeedbackForStudent was retuned as lastAssessmentErrorMessage - changed all error reporting to output more verbose messages (default error toString)
-
Janis Daniel Dähne authored
- fixed issue where a null assessment would respond with an error even if this can happen and is valid in certain circumstances - e.g. auto assessment has not finished yet
-
- Nov 11, 2019
-
-
Janis Daniel Dähne authored
- removed local appsettings - added some debug output to track down an error
-
- Nov 01, 2019
-
-
Janis Daniel Dähne authored
- wrapped every beginTransaction in a try so frontend and backend get more details if an error occurs - removed transaction from creating exercise copy because it was not working (unknown reason, only in production environment) - added self healing when saving an exercise that has no main file (first tempalte file will be used)
-
Janis Daniel Dähne authored
-
- Oct 21, 2019
-
-
Janis Daniel Dähne authored
- fixed some issues where IsContentVisibleForUser was not applied correctly when reset code, saving files, saving after solution files...
-
- Oct 20, 2019
-
-
Janis Daniel Dähne authored
-
- Sep 30, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
- Aug 30, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
- Aug 01, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
- Jul 29, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
- started new migration history (which removed some wrong shadow props)
-
- Jul 28, 2019
-
-
Janis Daniel Dähne authored
- removed asset connected props
-
Janis Daniel Dähne authored
-
- Jun 29, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
- Jun 12, 2019
-
-
Janis Daniel Dähne authored
- create custom project no longer uses assets when frontend sends some
-
Janis Daniel Dähne authored
- fixed issue where some custom asset files are returned multiple times (in the same list) by the api
-
Janis Daniel Dähne authored
- moved some permission checks closer to method entry point
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
- forgot to add file worker - renamed syndrom context (old) to yapex context - renamed column CanReleaseExercises to CanManageExerciseReleases in GroupRolePermissions
-
Janis Daniel Dähne authored
- renamed schedulers to workers
-
- Jun 09, 2019
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
- formatting
-
Janis Daniel Dähne authored
- changed get all asset in exercise editor to take the exerciseId because we want the files from all exercises (where the user has access to)
-