Seafile pro server 6.1.0 beta is ready for testing

We are glad to announce that Seafile pro server 6.1.0 beta is ready for testing. The most useful new features includes:

  1. Add OnlyOffice integration and add create docx/xlsx/pptx in web interface
  2. Admin can set default quota for each role. For universities, you can now set different quota for students and staffs.
  3. Using a large thumbnail (1024px) when view an image online, instead of using the original image. The UI for viewing photos is also improved.

Here is the full changelog:

Web UI Improvement:

  1. Add thumbnail for video files (turn off by default)
  2. Improved image file view, using thumbnail to view pictures
  3. Move items by drap & drop
  4. Add create docx/xlsx/pptx in web interface
  5. Add OnlyOffice integration
  6. Show which client modify a file in history, this will help to find which client accidentally modified a file or deleted a file.

Improvement for admins:

  1. Admin can set default quota for each role
  2. Admin can set user’s quote, delete users in bulk in admin panel
  3. Support using admin panel in mobile platform
  4. Add translation for settings page
  5. Add admin operation logs
  6. Admin can change users’ login_id in web interface
  7. Admin can create libraries in admin panel
  8. Admin can set logo and favicon in admin panel

System changes:

  1. Remove wiki by default (to turn it on, set ENABLE_WIKI = True in seahub_settings.py)
  2. Upgrade Django to 1.8.18
  3. Clean Ajax API
  4. Increase share link token length to 20 characters
  5. Upgrade jstree to latest version
  6. Update ElasticSearch to 2.4.5
4 Likes

Hi @daniel.pan

I have one error on jessie debian during the installation, linked to pip install

sudo pip install moviepy

Is OK

sudo pip install pillow

Gives a verbose error (see attached log)

Do you have any alternative for installing pip pillow on debian jessie ?

the installation process was a success, except for

sudo pip install pillow

I set the thumbnail to True in seahub.settings.py, i do not see the difference.

is there any way to check if pillow is necessary ?

Regards

Gautier

The video preview is turned off by default. moviepy and pillow are not needed.

Well,

is seems that Pillow was already installed, anyway…

sudo easy_install Pillow
Searching for Pillow
Best match: Pillow 2.6.1
Pillow 2.6.1 is already the active version in easy-install.pth

Using /usr/lib/python2.7/dist-packages
Processing dependencies for Pillow
Finished processing dependencies for Pillow

Then i tried to activate video thumbnail to see the difference

seahub_settings.py

# Enable or disable thumbnail for video
# NOTE: since version 6.1
ENABLE_VIDEO_THUMBNAIL = True

# Use the frame at 5 second as thumbnail
THUMBNAIL_VIDEO_FRAME_TIME = 5  

# Absolute filesystem path to the directory that will hold thumbnail files.
THUMBNAIL_ROOT = '/home/cc/seafile/seahub-data/thumbnail/thumb/'

I don’t see the difference while is it activated or not.

It always displays :

a video icon in the view

a thumbnail preview

What is the suspected behaviour with On/Off ?

Just to let you know :

it seems that files created in /home/cc/seafile/seahub-data/thumbnail/thumb since i activated to video preview do not have the same rights properties than the previous ones.

before (off)

-rwxr-xr-x 1 cc seafileadmin    730 oct.   4  2016 03433ba6ed2ac9605edc0d7b6ed6caa7faf6a620
-rwxr-xr-x 1 cc seafileadmin   3499 oct.   4  2016 0145f1b0e189ff8cc182727fb98901d213234b54
-rwxr-xr-x 1 cc seafileadmin   3221 oct.   4  2016 00d23278df84b4ff8668159731d880ba80fd93fa

now (on)

-rw-r--r-- 1 cc seafileadmin    567 nov.  12  2016 668d4b0cfe43d2d6783307ddabe6f7e88e227439
-rw-r--r-- 1 cc seafileadmin    762 nov.  12  2016 429f0b84f6a1ba0681f28902a6cb22326abd521e
-rw-r--r-- 1 cc seafileadmin   1662 nov.  12  2016 b6ab3f96506b543bca53552d114aa79d42af6804
-rw-r--r-- 1 cc seafileadmin   2447 nov.  12  2016 e6909dcda98f03c925fd8ab42ce7c49ee856d450
-rw-r--r-- 1 cc seafileadmin   2418 juin   6 17:04 76f151cfb3494bd8aac3c74293d42246584fd2b0
-rw-r--r-- 1 cc seafileadmin   2244 juin   6 17:04 31fba9b6c28de9fa52ab16af6f25569805acce71
-rw-r--r-- 1 cc seafileadmin   2172 juin   6 17:04 8e56b57a9b6e5fe0b4785b836671fb3da2780ae1
-rw-r--r-- 1 cc seafileadmin   2251 juin   6 17:04 0c40040810b27543176be009721b3375284ca6fc
-rw-r--r-- 1 cc seafileadmin   2809 juin   6 17:05 c6b4d691c4c7ecdf499247dae5bbdd2358141869
-rw-r--r-- 1 cc seafileadmin   2412 juin   6 17:05 f4ff922cbab00a28bc57399bea6143c0fd2fd2f2
-rw-r--r-- 1 cc seafileadmin   2902 juin   6 17:13 e2bc9a37ff0c240bd403790a7223c163f22535bf
-rw-r--r-- 1 cc seafileadmin 385784 juin   6 17:13 9da50a92232bd945e582900451f93cc21cd5c099
-rw-r--r-- 1 cc seafileadmin   1809 juin   6 17:13 5bbd96b0803d81aaa51922d9fe624b72500ef4e7
-rw-r--r-- 1 cc seafileadmin 385705 juin   6 17:13 c26e8d9ee36b1785e02c50d1d081438fc95f7928
-rw-r--r-- 1 cc seafileadmin   1742 juin   6 17:13 72f7f628037ea6163fb454439018dae2a38d4437
-rw-r--r-- 1 cc seafileadmin   4568 juin   6 17:13 3db67ba7655b8161916e017ad393eba33c6bd429
-rw-r--r-- 1 cc seafileadmin   4255 juin   6 17:13 e514f6fd1a5bd425dd3af134e8a167a157f72653
-rw-r--r-- 1 cc seafileadmin   4355 juin   6 17:13 f2354463595825d94b231610034af57657f94114

Regards,

Gautier