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

[DONE] Develop #3.8.0 #1165

Merged
merged 24 commits into from
Jul 17, 2024
Merged

[DONE] Develop #3.8.0 #1165

merged 24 commits into from
Jul 17, 2024

Conversation

ptitloup
Copy link
Contributor

  • Bumps urllib3 from 1.26.18 to 1.26.19.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ptitloup <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Badatos and others added 6 commits June 28, 2024 15:28
* First try to fix the additional owners bug:
Add 2 funcs :  and

* Add Unit tests

* Clean duplicated UserFolders

* Flake8 compliance
* remove log if all is ok

* remove split audio when running inference with whisper

* remove unused local variable and replace encode by transcript in transcript task

* fix audio in transcript model for whisper model

* add y args on ffmpeg cmd to force overwrite existing file

* add task id in celery task to check if several task launch in same time
Copy link

gitguardian bot commented Jul 5, 2024

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

SebastienCozeDev and others added 8 commits July 5, 2024 15:50
* ✨ Add modal for options

* 🐛 Fix the menu

* ✨ Update the options menu

* ✨ Add dropdown divider above the deletion options

* 🔥 Remove unnecessary modal

* 🎨 Re-indent correctly the code & add line at the file end

* 💄 Improve the link titles

* 🎨 Reorganize the dropdown menu in the dashboard

* 🐛 Fix the favorite star in video list page

* 💄 Standardize styles

* 🎨 Add li tag in the link video dropdown menu

* ✨ Add dropdown menu for the meeting cards

* 🎨 Add line at the file end

* 🌐 Update translation
* add speaker app and admin files

* add in progress speaker management

* recopie après pb guardian

* recopie sauvegarde

* add init migrations file

* add use speaker in test settings

* change lang

* update fix

---------

Co-authored-by: Charneau Franck <[email protected]>
* Update create_pod_index.py

Add try except when deleting index if not exist

* Update create_pod_index.py

fix pep8 compliant to remove unused import and remove unused globals

* Update create_pod_index.py

fix pep8

* Update create_pod_index.py

Fix messages
* Update create_archive_package.py

Replace the HOW_MANY_DAYS static variable by ARCHIVE_HOW_MANY_DAYS, which can be modified by the application's settings.

* Update configuration.json

Add ARCHIVES_HOW_MANY_DAYS in configuration
@ptitloup ptitloup changed the title Develop #3.7.1 Develop #3.8.0 Jul 16, 2024
ptitloup and others added 9 commits July 16, 2024 11:37
* Update settings.py

Bump Pod Version to 3.8.0

* bump version to 3.8.0
* Change default sort dashboard videos title into date_added

* Categories from js to backend : Change urls, Make post and get request in backend Mutualize modal (add,edit,delete), functions, templates, etc

* Delete unused functions in views, make categories list in aside dynamic with template reload

* Fix firstChild error with firstElementChild in refresh video list

* Remove doublon checked_overlay, change id on modal, start to make selected_videos mutualized

* Fix selector for selectedVideos, fix GET edit category videos, fix style for cards

* finish multiple categories check and refresh

* Add select all btn to dashboard and video_select

* Add Pagination to category modal, fix aside zindex, add pydoc and js doc on functions, create custom template

* Add missing message for Successfully deleted category

* Add missing message for Successfully added category

* Fix container on list items and replace selected badge only if container is videos_list, not on category modal

* Make selectedVideos array with containers keys to be mutualized with categories managment

* Try to fix selected categories not keeped on other pages

* Fix double slugs in selectedVideos categories

* Fix setListSelectedVideos function

* Fix condition to add video category into selectedVideos

* Fix videosListContainer declaration string into const

* Change toggleSelectedVideos to splice unwanted ones

* Add missing array init for dashboard selectedvideos

* Try to fix var load problem with delete defer import video_select.js

* Move videosListContainerId declaration

* Change append method into push

* Set selectedVideos for edit modal

* Fix disable reset btn with new id

* Try to fix other page modal category selectedVideo problem

* Correctly set videos list selected on modal category edit launch

* Fix selected videos on category edit modal

* Reorganize video_category js file

* Update jsdoc on video_select.js file

* Fix keep selected videos on modal on multiple pages

* Add pydoc for get_json_videos_categories

* Change selectable videos from checked overlay to checkbox

* Fix get videos titles for video modal

* Fix selected videos video_list and category modal with checkboxes

* Try to repair tests for categories url and delete with slug

* Fix Flake8 compilance

* Fix tests for category managment

* Reset selected videos after bulkupdate

* Update Category test and bulk update test

* Fix bulk delete test and change name for get categories test

* Improve code coverage with tests get modal categories

* Improve code coverage with tests for get categories list aside

* Update translations po

* Update translations mo files

* Fix reviews comment : aria label, kebab-case, add pydoc, keep read-only

* 👥 Improve reviews requests

* 🌐 Fix translations

* 🎨 Improve card_select.html

* 🎨 Improve video_row_select.html

* 🎨 Improve video categories list

* 💥 Modify classes to respect kebab-case convention

* 🌐 Fix translations

* 👥 Improve reviews requests

---------

Co-authored-by: pampletousse <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Aymeric Jakobowski <[email protected]>
* 🐛 Remove the thumbnail fields for the video creation

* Hide the restriction fields & add select field to replace it

* 🚸 Hide the password field when the video is in draft

* 🎨 Fix Flake8

* 🐛 Fix the password field

* 🚸 Rename the selection 'Draft' by 'Draft / Private'

* 🐛 Fix the password field

* 🔥 Remove unnecessary line

* ✅ Update video edit unit test

* 🐛 Fix flake8

* 🔇 Remove logs

* ✨ Add restricted by authentication field

* 🌐 Add translations

* 🌐 Compile translations

* fix translation and change fields on video form

* 🐛 Fix unit tests [test]

* 🚸 Improve the verbose name for the is_restricted field

* 💄 Improve the input style and user experience

* 🚸 Hide the group field when the restrict field isn't checked

* add translation

* fix translation

* improve errors form show

* 🌐 Add translations

* 🚸 Update restricted access choice

* 📝 Update pydoc

* adapt help text

* 🚸 Improve the help text

* 🚸 Add HR between password filed and authentication restriction

* 🚸 Show password

* 🚸 Update translations

---------

Co-authored-by: Ptitloup <[email protected]>
* 🐛 Fix gitguardian [test]

* 🗃️ Add first version of question migrations

* 🗃️ Fix migrations

* 🗃️ Fix migrations

* 👥 Fix review requests

* 🥅 Add try catch

* fix flake8

* Add templatetag loading for quiz in card_select.html

---------

Co-authored-by: Aymeric Jakobowski <[email protected]>
Co-authored-by: Ptitloup <[email protected]>
@ptitloup ptitloup changed the title Develop #3.8.0 [FREEZE] Develop #3.8.0 Jul 17, 2024
@ptitloup ptitloup changed the title [FREEZE] Develop #3.8.0 [DONE] Develop #3.8.0 Jul 17, 2024
@ptitloup ptitloup merged commit 7091bcd into master Jul 17, 2024
1 check 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.

5 participants