Releases: EsupPortail/Esup-Pod
Releases · EsupPortail/Esup-Pod
2.6.1
add max date delete (default to 10 years)
add chunck upload to resume send video
fix bug with theme of channel in context processor to edit video
fix issue #265 and some trouble with deepspeech (raise exception)
add warning with video draft in share tab
Add password for live, add url to show iframe just after description and absolute url
Add settings to hide local login
2.6.0
Add shibboleth authentication
Add multi-site
Add bootstrap configuration
Add thumbnail generator for video card
improve ajax search user
improve bootstrap configuration and use
improve last_video for the home page
add permission in edit view
fix bug with playlist and https link in email
2.5.2
2.5.1
- fix bug with podfile
- add preview for video recorder (add USE_RECORD_PREVIEW to True to activate it and use PUBLIC_RECORD_DIR)
- update requirements to fix security issue with lib (django, lti and billiard)
- add transcript command in video admin
- fix bug with lti
- use select with search for fields like user, group or video
2.5.0
2.4.1
2.4
2.3
- Update CAS Librairy (fix bug with gateway)
- First stable version of DeepSpeech integration (V0.6Alpha15)
- add select field for user
- improve enrichment template (patch Safari and IE)
- Add recorder features
- add first api for iframe player
- add default video version to redirect from original video to other version
2.2.2
2.2.1
- change Django Cas library to https://github.com/kstateome/django-cas (instead of unistra's fork)
- fix bug with js in video notes
- replace html message in end of encoding
WARNING : to use gateway feature, with Python>3.5, replaced extra_params = gateway_params + list(query_list) by extra_params = gateway_params + list(query_dict.items()) in https://github.com/kstateome/django-cas/blob/develop/cas/views.py#L70 see this issue : kstateome/django-cas#90 (the PR is already created)