Skip to content

Releases: haiwen/seafile-rpi

Seafile Server 9.0.9 for Raspberry Pi

08 May 23:23
d9e8aff
Compare
Choose a tag to compare

♾️ Before to rise a GitHub issue, read the official support channel

👀 We are still searching builders volunteers for ARM (armv6, armv7, arm64v8) Architecture. Let us a message in Seafile Forum.

9.0

Please check our document for how to upgrade to 9.0:

9.0.9 (2022-09-22)

  • [fix] Fix a memory leak problem
  • [fix] Fix a bug that will lead to seaf-fsck crash
  • [fix] Fix a stored XSS problem for library names
  • [fix] Disable open a file in OnlyOffice for encrypted libraries when open from trash

9.0.8 (2022-09-07)

  • [fix] Fix a UI bug in sending sharing link by email
  • [fix] Markdown editor does not properly filter javscript URIs from the href attribute, which results in stored XSS
  • [fix] Fix a bug in OCM sharing
  • [fix] Fix a bug in un-linking a device in admin panel
  • [fix] Adding URL security check in /accounts/login redirect by ?next= parameter

9.0.7 (2022-08-10)

Note: included lxml library is removed for some compatiblity reason. The library is used in published libraries feature and WebDAV feature. You need to install lxml manually after upgrade to 9.0.7. Use command pip3 install lxml to install it.

  • A page in published libraries is rendered at the server side to improve loading speed.
  • Upgrade Django from 3.2.6 to 3.2.14
  • Fix a bug in collaboration notice sending via email to users' contact email
  • Support OnlyOffice oform/docxf files
  • Improve user search when sharing a library
  • Admin panel support searching a library via ID prefix
  • [fix] Fix preview PSD images
  • [fix] Fix a bug that office files can't be opened in sharing links via OnlyOffice
  • [fix] Go fileserver: Folder or File is not deletable when there is a spurious utf-8 char inside the filename

9.0.6 (2022-06-22)

  • Show table of contents in Markdown sharing link
  • Check if quota exceeded before file uploading in upload sharing link
  • Support import group member via contact email

9.0.5 (2022-05-13)

  • [fix] Fix a bug that sometimes a shared subfolder is unshared automatically by database access error
  • [fix] Fix a bug in work with Python 3.10+
  • [fix] Fix a bug in smart link redict to the file page
  • [fix] Fix a UI bug when drag and drop a file
  • [fix] Fix zip downloading a folder not having .zip suffix when using golang file server
  • Improve UI for file tags
  • Show file tags in sharing links
  • Improve UI of file comments
  • [fix] Fix permission check in deleting/editing a file comment
  • Remove the feature of related files as it is not used
  • Support editing of expire time for sharing links
  • Improve SQL performance when deleting a library
  • Show ISO date and time in file history page instead of showing relative time
  • Add "Visit related snapshot" in the dropdown menu of an entry in file history

9.0.4 (2022-02-21)

  • [fix] Fix a UI bug in file moving/copying dialog
  • Support admin enforcing a strong password in WebDAV secret
  • [fix] Fix WebDAV error while filename contains special chars

9.0.3 (2022-02-15)

  • Enable deleting fs objects in GC
  • Users can save files or folders in shared folder link to their own libraries
  • [fix] Fix language in calendar UI component used when picking date in sharing dialog
  • [fix] Fix markdown file print
  • Improve UI of file moving/copying dialog to show folders with long names
  • Expand to the current folder when open file moving/copying dialog
  • [fix] Fix a bug in golang file server log rotate support
  • [fix] Fix a bug in folder download-link and try to download files/folders as zip using golang file server
  • Show current number of shared users and groups when deleting a library
  • [fix] Fix support for customizing of favicon
  • [fix] Fix printing support of Markdown file
  • [fix] Fix zip-downloading in sharing links when golang file server is used

You can check Seafile release table to find the lifetime of each release and current supported OS.

See the full ChangeLog here.

Seafile Server 9.0.2 for Raspberry Pi

06 Jan 09:45
e4fe487
Compare
Choose a tag to compare

♾️ Before to rise a GitHub issue, read the official support channel

👀 We are still searching builders volunteers for ARM (armv6, armv7, arm64v8) Architecture. Let us a message in Seafile Forum

9.0

Please check our document for how to upgrade to 9.0:

9.0.2 (2021-12-10)

  • Fix OnlyOffice/Collabora integration when golang http server
  • Enable showing password for encrypted sharing links

9.0.1 beta (2021-11-20)

  • Fix OnlyOffice integration

9.0.0 beta (2021-11-11)

  • Upgrade Django to 3.2
  • Rewrite HTTP service in seaf-server with golang and move it to a separate component (turn off by default)
  • Upgrade PDFjs to new version, support viewing of password protected PDF
  • Use database to store OnlyOffice cache keys
  • Supporting converting files like doc to docx using OnlyOffice for online editing
  • Move SERVICE_URL configuration from ccnet.conf to seahub_settings.py

The new file-server written in golang serves HTTP requests to upload/download/sync files. It provides three advantages:

  • The performance is better in a high-concurrency environment and it can handle long requests. Now you can sync libraries with large number of files.
  • Now file zipping and downloading can be done simultaneously. When zip downloading a folder, you don't need to wait until zip is done.
  • Support rate control for file uploading and downloading.

You can turn golang file-server on by adding following configuration in seafile.conf

[fileserver]
use_go_fileserver = true

You can check Seafile release table to find the lifetime of each release and current supported OS.

ChangeLog here

Seafile Server 8.0.7 for Raspberry Pi

16 Aug 17:14
993210f
Compare
Choose a tag to compare

♾️ Before to rise a GitHub issue, read the official support channel

👀 We are still searching builders volunteers for ARM (armv6, armv7, arm64v8) Architecture. Let us a message in Seafile Forum

8.0

Please check our document for how to upgrade to 8.0:

8.0.7 (2021/08/09)

  • Improve performance for listing deleted files in trash
  • [fix] Update expire date for new guest invitation if there is an old expired invitation
  • [fix] Fix FORCE_PASSWORD_CHANGE does not force the new user to change their password if the user is added by admin
  • [fix] Fix setting a webdav password when 2FA enabled
  • [fix] Fix search in a shared sub-folder
  • [fix] Remove watermark shown in Collabora integration

8.0.6 (2021/07/14)

  • [fix] Fix a cache problem in OnlyOffice integration when automatically saving is used
  • Admin can delete devices in the admin panel
  • [fix] Once a user quota have been set, I can not set it back to 0 (unlimited)
  • [fix] Fix collabora integration
  • User's can manage his/her Web API Auth Token in profile page
  • A group admin can now leave a group
  • [fix] Fix Lazy loading / pagination breaks image viewer (https://forum.seafile.com/t/lazy-loading-pagination-breaks-image-viewer/14655)

You can check Seafile release table to find the lifetime of each release and current supported OS.

ChangeLog here

Seafile Server 8.0.5 for Raspberry Pi

29 May 20:34
d1c3534
Compare
Choose a tag to compare

♾️ Before to rise a GitHub issue, read the official support channel

👀 We are still searching builders volunteers for ARM (armv6, armv7, arm64v8) Architecture. Let us a message in Seafile Forum

8.0

Please check our document for how to upgrade to 8.0:

8.0.5 (2021/05/14)

  • Add "Open via Client" button in file view page
  • Add an admin API to change a user's email
  • [fix] Fix a bug in seaf-gc
  • [fix] Fix wrong links of files in library history details dialog
  • [fix] Fix deleting libraries without owner in admin panel
  • [fix] Fix a XSS problem in notification
  • [fix] Fix JWT token support in OnlyOffice integration
  • [fix] Fix sometimes webdav cache files are not cleaned

8.0.3 (2021/01/27)

  • Users can use secret key to access WebDAV after enabling two-factor authentication
  • Fix fuse
  • Fix navigation side panel in public library on mobile
  • Improve UI of file search
  • Add QR code for sharing links
  • Fix OnlyOffice integration when JWT is enabled

8.0.2 (2021/01/04)

  • Fix LDAP problem
  • Fix upgrade script

8.0.1 beta (2021/01/04)

  • Update translations for help pages
  • Add missing upgrade script
  • Add open cloud mesh feature

8.0.0 beta (2020/11/27)

  • Support searching file in a library
  • Rewrite upload link page to use React technology
  • Improve GC performance
  • Upgrade Django to 2.2 version
  • Remove ccnet-server component
  • Update help page
  • Release v4 encrypted library format to enhance security for v3 encrypted format

You can check Seafile release table to find the lifetime of each release and current supported OS.

ChangeLog here

Seafile Server 8.0.3 for Raspberry Pi

13 Feb 12:45
0bff285
Compare
Choose a tag to compare

♾️ Before to rise a GitHub issue, read the official support channel

🥇 Seafile Server 8.0.3 for ARM 64 Arch by the hand of of @Gustl22

👀 We are still searching for ARM Arch volunteers. Let us a message in Seafile Forum

8.0

Please check our document for how to upgrade to 8.0:

8.0.3 (2021/01/27)

  • Users can use secret key to access WebDAV after enabling two-factor authentication
  • Fix fuse
  • Fix navigation side panel in public library on mobile
  • Improve UI of file search
  • Add QR code for sharing links
  • Fix OnlyOffice integration when JWT is enabled

8.0.2 (2021/01/04)

  • Fix LDAP problem
  • Fix upgrade script

8.0.1 beta (2021/01/04)

  • Update translations for help pages
  • Add missing upgrade script
  • Add open cloud mesh feature

8.0.0 beta (2020/11/27)

  • Support searching file in a library
  • Rewrite upload link page to use React technology
  • Improve GC performance
  • Upgrade Django to 2.2 version
  • Remove ccnet-server component
  • Update help page
  • Release v4 encrypted library format to enhance security for v3 encrypted format

You can check Seafile release table to find the lifetime of each release and current supported OS.

ChangeLog here

Seafile Server 7.1.5 for Raspberry Pi

18 Oct 17:24
68d5615
Compare
Choose a tag to compare

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

You can check Seafile release table to find the lifetime of each release and current supported OS

7.1

Feature changes

Progresql support is dropped as we have rewritten the database access code to remove copyright issue.

Upgrade

Please check our document for how to upgrade to 7.1

7.1.5 (2020/09/22)

  • [fix] Fix a bug in returned group library permission for SeaDrive client
  • [fix] Fix files preview using OnlyOffice in public shared links
  • Support pagination when listing libraries in a group
  • Update wsgidav used in WebDAV
  • [fix] Fix WebDAV failed login via WebDAV secret
  • [fix] Fix WebDAV error if a file is moved immediately after uploading
  • Remove redundent logs in seafile.log
  • [fix] Fix "save to..." in share link
  • Add an option to show a user's email in sharing dialog (ENABLE_SHOW_CONTACT_EMAIL_WHEN_SEARCH_USER)
  • Add database connection pool to reduce database connection usage
  • Enable generating internal links for files in an encrypted library
  • Support setting the expire date time of a share link to a specific date time
  • GC add --id-prefix option to scan a specific range of libraries
  • fsck add an option to not check block integrity to speed up scanning
  • [fix] ccnet no longer listen on port 10001

Older Server ChangeLog here

Seafile Server 7.1.4 for Raspberry Pi

23 May 16:43
f7e3d80
Compare
Choose a tag to compare

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

The Seafile Forum contains some helpfully sugestions about the releases to choose and the associated hacks. Here the announcement thread. We warmly recommend you the read.

7.1

Feature changes

Progresql support is dropped as we have rewritten the database access code to remove copyright issue.

Upgrade

Please check our document for how to upgrade to 7.1: https://download.seafile.com/published/seafile-manual/upgrade/upgrade_notes_for_7.1.x.md

7.1.4 (2020/05/19)

  • [fix] Fix page error in "System Admin-> Users -> A User -> Groups"
  • [fix] Fix listing LDAP imported users when number of users is greater than 500
  • Support selecting and downloading multiple files in a sharing link
  • Show share link expiration time in system admin
  • [fix] Fix file download links in public libraries
  • Other UI fixes

7.1.3 (2020/03/26)

  • Support sort libraries by size and number of files in admin panel
  • Support sort users by used storage in admin panel
  • [fix] Fix Markdown print for markdown with more than 1 page
  • Other UI fixes

7.1.2 beta (2020/03/05)

  • [fix] Fix HTTP/2 support
  • Markdown page can now be printed using browser's "Print..."
  • Add zoom buttons for PDF page
  • Add sort function to directory share link page
  • Add support for JSON web tokens in OnlyOffice integration
  • UI improvements for pages in admin panel

7.1.1 beta (2019/12/23)

  • [fix] Fix Gunicorn warning
  • [fix] Fix SQLite upgrade script
  • [fix] Fix Seahub can't started problem on Debian 10
  • [fix] For for Excel and PPT, the default fonts are Chinese font sets.
  • Some other UI fixes and improvements

7.1.0 beta (2019/12/05)

  • Rewrite the system admin pages with React
  • Upgrade to Python3
  • Add library API Token, you can now generate API tokens for a library and use them in third party programs.
  • Add a feature abuse report for reporting abuse for download links.

Older Server ChangeLog here

Seafile Server 7.0.5 for Raspberry Pi

29 Sep 16:12
24ab09c
Compare
Choose a tag to compare

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

Seafile Server 7.0.4 for Raspberry Pi

27 Jul 09:50
dc83526
Compare
Choose a tag to compare

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

Seafile Server 7.0.3 for Raspberry Pi

17 Jul 09:50
77407d3
Compare
Choose a tag to compare

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

Starting from 7.0, it is mandatory to install the "python-certifi" dependence module:

apt-get install python-certifi

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.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