Skip to content

Seafile Server 7.0.4 for Raspberry Pi

Compare
Choose a tag to compare
@jobenvil jobenvil released this 27 Jul 09:50
· 143 commits to master since this release
dc83526

Important: Before to rise a GitHUb issue read the official support channel

Starting from 7.0, it is mandatory to install the certifi and idna dependence modules:

pip install certifi idna

The gunicorn.conf must be adapted to your needs. By default the Seahub web UI port will listen on localhost:8000

7.0

Feature changes

In version 6.3, users can create public or private Wikis. In version 7.0, private Wikis is replaced by column mode view. Every library has a column mode view. So users don't need to explicitly create private Wikis.

Public Wikis are now renamed to published libraries.

Upgrade

Just follow our document on major version upgrade. No special steps are needed.

7.0.4 (2019/07/26)

  • Fix avatar problem when deployed under non-root domain
  • Add get internal link in share dialog
  • Fix newly created DOCX files are not empty and have a Chinese font set as default font
  • Fix system does not send email to new user when adding new user in system admin
  • Fix thumbnail for TIFF files
  • Fix direct download link for sharing links

7.0.3 (2019/07/05)

  • UI Improvements and fixes
  • Fix file upload button with Safari, IE edge
  • Fix compatibility with "Open library in web" from the old version desktop client
  • Support "." in group name
  • Add back "send link" for upload links
  • Add back grid view for folder sharing links
  • Fix preview for PSD, TIFF files
  • Fix deleting of favorate items when they are shared items but the sharing are revoked
  • Fix avatar broken problem when using a non-stardard port
  • Fix resumable file uploading

7.0.2 (2019/06/13)

  • UI fixes
  • Support index.md in published library
  • Fix IE Edge support
  • 7.0.1 beta (2019/05/31)
  • [fix] Fix database upgrade problem
  • [fix] Fix WebDAV can't be started
  • [fix] Some UI fixes
  • 7.0.0 beta (2019/05/23)
  • Upgraded Web UI with React framework. The look and feel of the new UI is much better.
  • Improved Markdown editor
  • Add columns view mode (tree view like in the Windows Explorer)
  • Add context menu to manipulate files
  • Move files via drag and drop
  • Redesigned file tags
  • Support editing share link permission after creating a link

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

6.3.4 (2018/09/15)

  • [fix] Fix a security issue in Shibboleth authentication
  • [fix] Fix sometimes Web UI will not autoload a >100 item directory view
  • Update Django to 1.11.15

6.3.3 (2018/09/07)

  • Add generating of internal links
  • Support copy a file to its own parent folder, creating a file with a suffix like test-1.docx
  • Support setting the language list
  • Redirect '/shib-login' to '/sso'
  • Change "Unknown error" to "network error" when uploading failed caused by network error
  • [fix] Fix groups not shown in system admin panel
  • Support files be manually saved in OnlyOffice
  • Improve performance when getting users quota usage
  • Improve Markdown editor
  • The new Wiki feature is ready
  • Update Django to 1.11.11

Please check the Seafile Forum for further unexpected behaviours and suggested troubleshooting

Older Server ChangeLog here