update current production state#171
Merged
Aaronnz303 merged 45 commits intoproductionfrom May 5, 2025
Merged
Conversation
Remove the styles for breadcrumbs (#history), because the current UI has none
We do not use these buttons anymore
Otherwise, the HTML rendering might break
The API page also contains general, non-user-specific configuration. Furthermore, this increases the visibility of the API's existence.
Just like the register button is hidden on the register page
It is not an action (like subscribing or unsubscribing), but simply leads to another page, so it shouldn't be a button.
This prevents accidental clicking and makes the UI more consistent: I also cannot join or switch groups in the overview.
When you are not just a standard student, the navbar can get quite crowded, so the space is needed. Changed back per request of @tynsh
Tweak MUESLI's design
This allows users to have more than one subject and includes an admin page for existing subjects. Statistics now work with multiple subjects too. A mutli semester export feature has also been added. It allows exporting lecture statistics such as participant counts.
- reformatting - method, variable and function names to camelcase.
- Replace DictOfObject with native defaultdict - Fix broken tutorial view template
exam statistics page renders but is bs.
fixed typo docker-compose -> docker compose
update actions/cache to v4
update marshmallow 3.14.1 -> 3.18 to support enum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
should fix div by 0
fixed freshtoken error