- Mar 29, 2020
-
-
Daniel Gerhardt authored
-
-
Daniel Gerhardt authored
A Promise is used to delay `emit` calls until the connection is established. This fixes a race condition. The `socket` object is no longer accessed directly outside of `ARSnova.WebSocket`.
-
- Mar 11, 2020
-
-
Daniel Gerhardt authored
Update translations based on new implementation See merge request !89
-
Christoph Thelen authored
-
- May 11, 2019
-
-
Klaus-Dieter Quibeldey-Cirkel authored
-
- Apr 23, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
`document.exitFullscreen` is no longer called when fullscreen is not active. Spec: "If doc is not fully active or doc’s fullscreen element is null, then reject promise with a TypeError exception and return promise." (https://fullscreen.spec.whatwg.org)
-
Daniel Gerhardt authored
Fix abstentions for grid questions See merge request !88
-
Fixes arsnova#104.
-
Daniel Gerhardt authored
Rename (un)sorted list to (un)ordered list See merge request !87
-
Daniel Gerhardt authored
Fixes arsnova#105.
-
Daniel Gerhardt authored
Fix rendering of code with <hlcode> See merge request !86
-
Daniel Gerhardt authored
Markdown generated for <hlcode> did not conform to the Commonmark spec and was not compatible with marked 0.6+. Fixes arsnova#101. Fixes GH-89.
-
- Feb 01, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
An info message for the non-functional flashcard CSV import has been added.
-
Daniel Gerhardt authored
Recent iOS version should be able to handle the export and import w/o problems.
-
Daniel Gerhardt authored
Use a consistent format for filenames: * arsnova-session-<session short name>-<timestamp>.json * arsnova-contents-<timestamp>.csv * arsnova-flashcards-<timestamp>.csv * arsnova-answerstats-<timestamp>.csv * arsnova-textanswers-<timestamp>.csv
-
Daniel Gerhardt authored
Refactor CSV export See merge request !85
-
Daniel Gerhardt authored
Delimiter and excel settings are now available when exporting answers. This also fixes the regression that no delimiter was used at all. See commit 6774fd5c.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jan 31, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Piwik is now called Matomo.
-
- Jan 30, 2019
-
-
Daniel Gerhardt authored
The last auth service button would not render in some specific cases.
-
Daniel Gerhardt authored
Margins were set incorrectly if different roles had been enabled for for auth services.
-
Daniel Gerhardt authored
* Replace Google and Twitter icons with updated versions * Imporove positioning * Add default icon for OIDC login
-
Daniel Gerhardt authored
This feature was lost with the transition to scalable font icons in version 2.1.
-
Daniel Gerhardt authored
-
- Jan 29, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Admin delete session See merge request !84
-
Daniel Gerhardt authored
Admins can now delete any session by its key.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Readd support to create copies of pool sessions See merge request !83
-
Daniel Gerhardt authored
A new API endpoint is used to create a copy instead of locally exporting and importing the session (2.3 behavior).
-