Skip to content

Seafile Server 6.3.2 for Raspberry Pi

Compare
Choose a tag to compare
@jobenvil jobenvil released this 12 Jul 16:35
· 146 commits to master since this release
def519f

6.3

In version 6.3, Django is upgraded to version 1.11. Django 1.8, which is used in version 6.2, is deprecated in 2018 April.

With this upgrade, the fast-cgi mode is no longer supported. You need to config Seafile behind Nginx/Apache in WSGI mode.

The way to run Seahub in another port is also changed. You need to modify the configuration file conf/gunicorn.conf instead of running ./seahub.sh start <another-port>.

Version 6.3 also changed the database table for file comments, if you have used this feature, you need migrate old file comments using the following commends after upgrading to 6.3:

./seahub.sh python-env seahub/manage.py migrate_file_comment

Note, this command should be run while Seafile server is running.

6.3.2 (2018/07/09)

  • [fix] Fix error when public wiki be viewed by anonymous users
  • Remove department field in users' profile page
  • [fix] Print warning instead of exit when there are errors in database table upgrade
  • [fix] Send notification to the upload link creator after there are files uploaded
  • [fix] Fix customize css via "custom/custom.css"
  • [API] return the last modifier in file detail API
  • [fix] Fix ZIP download can't work in some languages

6.3.1 (2018/06/24)

  • Allow fullscreen presentation when view ppt(x) file via CollaboraOffice.
  • Support mobile UI style when view file via OnlyOffice.
  • Some UI improvement.
  • Show terms and condition link if terms and condition is enabled
  • [fix] Update OnlyOffice callback func (save file when status is 6).
  • [fix] Show library’s first commit’s desc on library history page.
  • [fix] Check if is an deleted library when admin restore a deleted library.
  • [fix] Removed dead 'quota doc' link on user info popup.
  • [fix] Fix bug of OnlyOffice file co-authoring.
  • [API] Add starred field to file detail api.
  • Use ID instead of email on sysadmin user page.
  • [fix] Fix database upgrade problems
  • [fix] Fix support for sqlite3
  • [fix] Fix crash when seaf-fsck, seaf-gc receive wrong arguments

6.3.0 beta (2018/05/26)

  • UI Improvements: moving buttons to top bar, improve scrolling in file/library list
  • Update Django to 1.11, remove fast-cgi support
  • Update jQuery to version 3.3.1
  • Update pdf.js
  • Add invite people link to share dialog if the feature is enabled
  • Remove login log after delete a user
  • [admin] Support customize site title, site name, CSS via Web UI
  • [beta] Wiki, users can create public wikis
  • Add an option to define the listening address for WSGI mode
  • [fix] Fix a bug that causing seaf-fsck crash
  • [fix] Fix support for uploading folder via ‘Cloud file browser’
  • [fix] Cancel Zip download task at the server side when user close zip download dialog
  • Other fixes

Older Server ChangeLog here