Skip to content

Releases: EsupPortail/Esup-Pod

2.6.1

12 Jun 16:44
de9ec91

Choose a tag to compare

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

04 May 16:39
cd4fd60

Choose a tag to compare

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

13 Mar 14:08
5429ced

Choose a tag to compare

normalize audio in video transcript, thread transcript
add utils.py to share some function with encode module
VIDEOs exclude video no encoded
fix css and translation

2.5.1

19 Feb 16:10
5cc445c

Choose a tag to compare

  • 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

04 Feb 13:57
3583768

Choose a tag to compare

  • Add stats view
  • Rework file management template
  • video on hold for live
  • fix some bug (improve translation, remove G+ link, remove max length to embed field in enrichment)

2.4.1

09 Dec 12:54
177befd

Choose a tag to compare

  • fix bug with transcription
  • update captcha
  • update translation
  • add parameter to nginx configuration

2.4

02 Dec 10:23
3e3e2c2

Choose a tag to compare

2.4
  • Add additionnals owners in video
  • Add delete date in video to use obsolescence feature
  • Fix some bugs

2.3

18 Nov 13:26
0162f92

Choose a tag to compare

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

09 Sep 13:23
1f621f0

Choose a tag to compare

  • Fix bug with advanced note form and javascript
  • Improve translation
  • add feature to remove selected file with podfile

2.2.1

29 Aug 13:52
a01fa1d

Choose a tag to compare

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)