-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.1.1 #61
Merged
Merged
Release v1.1.1 #61
Conversation
This file contains 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
Those libraries are not directly used in the code, and the fixed version 1.14.0 of cffi causes python environment installation issues with some Linux distributions (e.g. Archlinux as of july 23).
Remove explicit chardet package from requirements
This allows reducing the boilerplate when writing unit tests, among other things by making app contexts optional
This is made optional by flask-pytest.
This will be mandatory with flask 2.3
There is an incompatibility between flask-webtest 0.1.3 and flask 2.3 level12/flask-webtest#22
This brings a lot of helpers for testing, including form filling
This avoids to cast the variable later in the views.
This ensures the templates always know if users are connected, and avoids explicitly passing the variable in the view functions, thus reducing the code quantity. This also automatically fills the user name in the forms if they are logged in.
If OIDC_ATTENDEE_ENABLED configuration option is set to False, attendee authentication step will be skipped.
Promotion automatique des modérateurs
updates the github repository references
…-option Option pour désactiver l'authentification des participants
Redirection de `/home` vers `/welcome`
URL du formulaire de satisfaction configurable
This avoids code redundancy.
Réusinage de la variable `is_rie`
Instead of looking for an HTML comment to guess what template has been used to generate a response, use flask-webtest to read the template name.
Also split join.html in wait.html + join.html
Mise à jour de la formulation du message d'attente
Erreurs 400 personnalisées
Correction de la couleur du spinneur
Affichage du numéro de version en pied de page
Numéro de version statique
Correction sur la génération d’un chemin du fichier lors du téléversement de Nextcloud
Load schema in callable for it needs an alembic context
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.
Fix dropzone path filename
Fix migration helper