- Apr 21, 2021
-
-
Michael Breu authored
-
- Apr 20, 2021
-
-
Michael Breu authored
-
- Apr 19, 2021
-
-
Michael Breu authored
In the escape sequence "·" there was unicode code point 0332 (UTF-8 cc b2), which is a "combining low line". I think this does not belong in there.
-
- Apr 09, 2021
-
-
Michael Breu authored
-
Eduard Frankford authored
-
- Apr 07, 2021
-
-
Daniel Rainer authored
The exercise metadata component is only rendered when it gets a value which is not null and has a length of at least one (either string or array). If it gets a value which is translated before it is being passed, the result will be something of the form "translation-not-found[...]", which has a length of at least one, so it is rendered. To prevent this, check if a value is set before translating it.
-
Michael Breu authored
-
Michael Breu authored
-
- Apr 05, 2021
-
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
They were replaced with exercise-metadata-item.
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
The goal of this component is abstracting away the difference between metadata fields which are strings and the ones which are arrays of strings.
-
Daniel Rainer authored
-
Daniel Rainer authored
This removes the <br> tags which were previously inserted after every five elements. Line breaks should be handled dynamically by the browser.
-
Daniel Rainer authored
This makes displaying metadata of an exercise less verbose. Styling is a bit lacking as of now. Restructure metadata translations of lists to make declarations more concise.
-
Daniel Rainer authored
-
Daniel Rainer authored
This is done as to reduce the file size and complexity of the exercise-details component.
-
- Apr 03, 2021
-
-
- Apr 02, 2021
-
-
Daniel Rainer authored
Prior to this change, the image would become full-width on narrow screens, which looks awful.
-
Daniel Rainer authored
Let the mailto link actually include the email address instead of consisting only of "mailto:"
-
- Mar 31, 2021
-
-
Daniel Rainer authored
This makes it look like the other buttons in the modal, i.e. with an outline and white background.
-
Daniel Rainer authored
The presence of "disabled" in a HTML tag is sufficient to disable it. Assigning a value has no effect.
-
Daniel Rainer authored
-
Michael Breu authored
-
Michael Breu authored
-
- Mar 25, 2021
-
-
Michael Breu authored
added GitlabService.java to offer basic gitlab api functionalities like check if repo exists etc. , added check in StatisticsResource to avoid people sending get requests with IDs which not exist and therefore create lots of trash entities
-
- Mar 24, 2021
-
-
Michael Breu authored
-
- Mar 14, 2021
-
-
Michael Breu authored
-
- Mar 12, 2021
-
-
Michael Breu authored
-
- Mar 11, 2021
-
-
Daniel Rainer authored
The presence of the "disabled" attribute in a HTML tag is enough to disable it. It does not take a value.
-
Daniel Rainer authored
-