Skip to content
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 72 commits into from
Dec 7, 2023
Merged

Release v1.1.1 #61

merged 72 commits into from
Dec 7, 2023

Conversation

LoanR
Copy link
Collaborator

@LoanR LoanR commented Dec 7, 2023

Fix dropzone path filename
Fix migration helper

azmeuk and others added 30 commits July 17, 2023 15:40
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
azmeuk and others added 29 commits October 6, 2023 16:02
Redirection de `/home` vers `/welcome`
URL du formulaire de satisfaction configurable
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
Correction de la couleur du spinneur
Affichage du numéro de version en pied de page
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
@LoanR LoanR merged commit bf1902c into production Dec 7, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants