- Sep 09, 2019
-
-
Janis Daniel Dähne authored
- changed about site (now external site) - added additional safety chech before deleting old users (activated users) - disabled old about site (removed link but router is still active for it)
-
- May 26, 2019
-
-
Janis Daniel Dähne authored
- started about site
-
Janis Daniel Dähne authored
- removed jquery dependency - removed unused migration helper
-
- Apr 08, 2019
-
-
Janis Daniel Dähne authored
- mathjax is now loaded locally (only minimal defaults are deployed, only one renderer, default lang, ...)
-
- Apr 06, 2019
-
-
Janis Daniel Dähne authored
- set referrer policy to no-referrer
-
- Feb 14, 2019
-
-
Janis Daniel Dähne authored
- moved all dev dependencies into proper package.json section - editor now uses the programming languages from backend and imports dynamically the syntax highlight file - markdown fenced code blocks now loads dynamically the syntax highlight file
-
- Jan 07, 2019
-
-
Janis Daniel Dähne authored
- material input can now handle undefined & null values (will display the empty string) and will convert numbers to strings
-
- Jan 05, 2019
-
-
Janis Daniel Dähne authored
- moved dev server to dev dependencies
-
- Dec 04, 2018
-
-
Janis Daniel Dähne authored
- we display the hide expected output and stderr output always (not only when available)
-
- Nov 29, 2018
-
-
janisdd authored
- removed task zoom limits - we also apply the quick zoom to single tab editors - added an indicator when zoom is applied (on click resets the quick-zoom)
-
janisdd authored
- removed unused packages (jest) - bundling now only works with yarn... npm failed to install modified brace version from github...
-
- Nov 24, 2018
-
-
Janis Daniel Dähne authored
-
Janis Daniel Dähne authored
- fixed issue where whenwe have no server connection opening the open exercises site we got redirected to the home site - this was because we couln't get the server msg for the left times... now we display a message and stay on the site - added version string - removed password migration helper because to internals/nocopy because this was temporarily anyway - added not for creating/editing exercises that we need at least one code template
-
- Nov 05, 2018
-
-
Janis Daniel Dähne authored
- added hint to readme
-
Janis Daniel Dähne authored
- pushed missing custom brace mode - .ts files in static pages are now compiled before building
-
Janis Daniel Dähne authored
- added note for downloading all files (we now include a user id - name translation file if some names were invalid) - removed not used typings - fixed vulnerabilities (reported from npm) - bumped some versions - made echo cross-platform - removed marked.js from vendors
-
- Oct 22, 2018
-
-
Janis Daniel Dähne authored
- added #comment for blackbox tests and regex tests - removed two not used packages
-
- Oct 11, 2018
-
-
Janis Daniel Dähne authored
- this should also fix some mathjax errors because markdown-it-mathjax escapes this correctly
-
- Oct 08, 2018
-
-
Janis Daniel Dähne authored
- build now uses cache busting hash (at least for the app bundle) + clears it on new builds
-
- Oct 06, 2018
-
-
Janis Daniel Dähne authored
- system settings: MaxCustomProjectsPerUser and MaxCustomTestsPerParticipation 0 should prevent creation, < 0 is unlimited - fixed wrong comments - added fsevents because high cpu usage on macos (webpack known issue)
-
- Sep 30, 2018
-
-
Janis Daniel Dähne authored
-
- Sep 05, 2018
-
-
Janis Daniel Dähne authored
- fixes issue #28, we now use my fork of the react-ace editor that allows us to unset the current sessio before the editor gets destroyed
-
- Sep 03, 2018
-
-
Janis Daniel Dähne authored
- changed simple ace editor to use onBlur instead of onChange for performance - however we now need to keep everything in sync... - fixed issue with the buttons propagating the langId
-
- Aug 21, 2018
-
-
Janis Daniel Dähne authored
- we now got cyclic dependencies ... - we started resolving with userDataCopyReducerValidation
-
Janis Daniel Dähne authored
- added jest for later tests - now we need to replace all translate funktions with the new function (getI18n or getRawI18n) - replaced all state reducer reference
-
- Aug 16, 2018
-
-
Janis Daniel Dähne authored
- fixed issue where group overview page didn't worked because we imported from the wrong module (loadash instead of lodash-es) - upgraded semantic ui react version - fixed some icon isssues
-
- Mar 23, 2018
-
-
https://github.com/shama/stylus-loader/issues/178Janis Daniel Dähne authored
- specified some lib version explicitly
-
- Mar 06, 2018
-
-
Janis Daniel Dähne authored
- added some missing css/js files - disabled webpack bundle analyzer (else we could not compile deploy)
-
- Nov 11, 2017
-
-
Janis Daniel Dähne authored
- still todo: tests, better save (ony save solution/description if needed)
-
- Nov 06, 2017
-
-
Janis Daniel Dähne authored
- changed regex test to use another format (format2) - removed jsonlint because we no longer from package
-
- Nov 03, 2017
-
-
Janis Daniel Dähne authored
- added json escaped editor for regex tests (exercise editor)
-
Janis Daniel Dähne authored
- changed webpack deploy config to remove some modules (not used moment locales) - webpack deploy config now uses minified versions and outputs the right dir structure for the backend - just copy all dist content to the wwwroot dir
-
- Oct 21, 2017
-
-
Janis Daniel Dähne authored
-
- Oct 18, 2017
-
-
Janis Daniel Dähne authored
- switched to ace editor by default - fixed/added editorTestReducer i18n translation
-
- Oct 16, 2017
-
-
Janis Daniel Dähne authored
- this way we don't get the duplicate styles (because of all imports) - css shrinked from 220 kb to 50kb - we also no longer import the css in .tsx files (with reducer file size from 8.7 to 8.4 mb?? not sure about that...) - added auto prefixer - cssnano is not working somehow...
-
- Oct 15, 2017
-
-
Janis Daniel Dähne authored
-
- Oct 13, 2017
-
-
Janis Daniel Dähne authored
- added rechart
-
- Oct 07, 2017
-
-
Janis Daniel Dähne authored
- added jsDiff to display console mismatch diff (inside consoleitem the const useDiffIfOutputMismatched can be changed to false to disable diff and only display the normal wrong user output as red text)
-
- Oct 05, 2017
-
-
Janis Daniel Dähne authored
- added do exercise editor ctrl+s shortcut to save all files
-
- Oct 03, 2017
-
-
Janis Daniel Dähne authored
-