Seafile Server 7.0.5 for Raspberry Pi
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.5 (2019/09/23)
- [fix] Fix '\n' in system wide notification will lead to blank page
- [fix] Remove all metadata in docx template
- [fix] Fix redirection after login
- [fix] Fix group order is not alphabetic
- [fix] Fix download button in sharing link
- Mobile UI Improvement (Now all major pages can be used in Mobile smoothly)
- Add notification when a user try to leave a page during file transfer
- Add UI waiting notification when resetting a user's password in admin panel
- Add generating internal link (smart-link) for folders
- [fix] Fix file drag and drop in IE and Firefox
- Improve UI for file uploading, support re-upload after error
- [fix] Fix devices login via Shibboleth not show in devices list
- Support of OnlyOffice auto-save option
- [fix] Fix zip download when user selecting a long list of files
- Other UI fixes
Older Server ChangeLog here