forked from EsupPortail/Esup-Pod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## New functionalities: * Use Whisper to format vtt subtitle (EsupPortail#1187) * Remove BBB module and add sipmediagw feature (EsupPortail#1190) * Add NOTIFY_SENDER boolean parameter (EsupPortail#1192) * Add fields to recording rest response (EsupPortail#1193) * Add return thumbnail url,width and height to oembed (EsupPortail#1194) * Add optional proxy URL for request coming from Aristote (EsupPortail#1218) ## Bugs corrected: * Change all filter_fields = () in filterset_fields = [], as filter_fields is deprecated (EsupPortail#1191) * Fix multi carousel (EsupPortail#1200) * Change regroup videos by theme when ORGANIZE_BY_THEME = True (EsupPortail#1203) * Bug habillage (EsupPortail#1211) * Fix migration script for BBB (EsupPortail#1214) * Improve RSS Feeds (EsupPortail#1215) * Fix BBB meeting deletion link (issue EsupPortail#1216) * No crop on thumbnail (EsupPortail#1217) * Use `get_thumbnail` to serve video thumbnail via caching system, to prevent video folder url to be publicly available (EsupPortail#1221) * Addition of a toolbar in the theme description editor of a chain. (issue EsupPortail#1185) * Correction enabling channels and themes to be assigned to a set of videos (issue EsupPortail#1106) * Manage restricted video access right in playlist ## Accessibility improvements: (EsupPortail#1219) * Modify some redundant title strings, adding the targeted object * Remove some redundant titles * Correct i18n strings * Correct duplicated id * Remove broken aria-label id * Add flatpage title in h1 for accessibility + remove H1 title in legal notice and accessibility statement pages ## Quality of Code: * Minor code formatting * Add missing DocStrings * Upgrade GitGuardian config version
- Loading branch information
Showing
111 changed files
with
1,320 additions
and
5,667 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
exclude_paths: | ||
version: 2 | ||
secret: | ||
ignored_paths: | ||
- pod/enrichment/tests/test_views.py |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
repos: | ||
- repo: https://github.com/gitguardian/ggshield | ||
rev: v1.27.0 | ||
rev: v1.32.0 | ||
hooks: | ||
- id: ggshield | ||
language_version: python3 | ||
stages: [commit] | ||
stages: [pre-commit] |
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
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
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
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
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
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.