Skip to content

Releases: EsupPortail/Esup-Pod

2.4

02 Dec 10:23
3e3e2c2
Compare
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
Compare
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
Compare
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
Compare
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)

2.2.0

23 Aug 13:37
0e55c2c
Compare
Choose a tag to compare
  • Create Advanced Notes
  • Update video caption maker page to use podfile
  • Fixbug with live player when live not started (reload every 10 sec while live not started)
  • ES index is now configurable by setting ES_INDEX value, default to pod
  • fixbug with oembed to use Site
  • RGPD compliant (Hide username, hide user filter field)
  • Update translation
  • update requirements to fix vulnerabilities in dependancies
  • prepare code to use deepspeech
  • add custom contact

2.1.1

03 May 13:56
2912368
Compare
Choose a tag to compare
Allow to manage Group membership from Group admin page
Improve Unit test (166 unit test)
manage chapter without reloading page
bugfix :
    podfile add file form uniq
    show note form correctly
    video count make transaction atomic
    add muted when autoplay selected
    remove properly video and owner field in video admin form when video encoding in progress
 add widget podfile in apps : live, broadcaster, recorder, enrichment
 fix security issue to third lib

2.1.0

14 Feb 15:50
3ef16db
Compare
Choose a tag to compare
  • add oembed and opengraph

  • improve note and view count

  • add establishment in profile

  • improve static page management

  • improve recorder file management

  • fixbug with iframe and theme

2.0.4

09 Jan 09:59
30f9c4d
Compare
Choose a tag to compare
  • fixbug with Affiliation_staff and User ldap mapping attributes
  • add raise 404 in interactive view and show link only if video is interactive
  • update requirements to fix security dependencies

2.0.3

30 Oct 12:16
32812f3
Compare
Choose a tag to compare
  • improve documentation and migration from V1
  • new allowed file extensions webm and ts
  • fix bug with channel form, list video home page

2.0.2

11 Oct 12:51
e127047
Compare
Choose a tag to compare
  • remove preload if iframe
  • work on tempalte (add ID and class, w3c compliant for home and video page)
  • fix bug with media root in settings, overlay (overlaps and showbackground), import_data of V1, ldap affiliations, video admin form for no superuser
  • change version of django 1.11.16
  • Add documentation to use celery and rabbitmq