-
Notifications
You must be signed in to change notification settings - Fork 80
[RELEASE] 4.1.0 #1387
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
Merged
[RELEASE] 4.1.0 #1387
Conversation
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
# 🐛 [FIX] Normalize malformed referrer URLs missing double slash
Some external requests send a malformed `referrer` such as:
* `http:/pod.univ-lille.fr/...`
* `https:/pod.univ-lille.fr/...`
These URLs have a missing slash after the scheme (`:/` instead of `://`), and Pod never generates them internally.
They currently trigger `SuspiciousOperation("referrer is not internal")`, causing unnecessary admin error emails.
This PR adds a **minimal and safe normalization**:
* `https:/…` → `https://…`
* `http:/…` → `http://…`
Nothing else is changed.
# Refonte UI/UX dashboard **IMPORTANT :** Cette PR est la continuité de la PR #1296 : "Ajout de filtres à la recherche dynamique sur le dashboard". Pour la revue, n'hésitez pas à consulter la PR fermée. Elle avait été clôturée car j'avais terminé ma période de stage. Je pense qu'elle était proche d'être correcte, il serait donc dommage de l'abandonner. **IMPORTANT:** This PR is a continuation of PR #1296: “Adding filters to dynamic search on the dashboard.” For review, feel free to consult the closed PR. It was closed because my internship period had ended. I think it was close to being correct, so it would be a shame to abandon it.
Bumps [django](https://github.com/django/django) from 4.2.26 to 4.2.27. - [Commits](django/django@4.2.26...4.2.27) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Olivier Bado-Faustin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Free Disk Space on pod_dev CI to avoid an OSError: `[Errno 28] No space left on device`
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Olivier Bado-Faustin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1389) # i.e : <http://pod.localhost:8000/video/0001-podmp4/> become `../../0001-podmp4/`
+ Correct some minor typos
[DONE] Fix aristote loading page
POD ne traite pas les erreurs qu'il reçoit d'Aristote. Cette PR prévient l'utilisateur que l'enrichissement s'est mal passé. C'est une première étape. Il faudrait sans doute aller plus loin et proposer un nouveau "statut" de l'enrichissement parce que pour l'instant POD laisse penser que l'enrichissement est encore en cours.
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.
Prepare next release 4.1.0