High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Go to file
2016-04-18 11:43:14 +08:00
app support -F,--central-config-dir flag in bin programs 2015-10-20 14:01:29 +08:00
common [client] Check file size when judging whether a file is changed in worktree. 2016-04-18 11:43:14 +08:00
controller [controller] Remove "cloud mode" option. 2015-11-10 12:10:41 +08:00
daemon Merge branch 'unsync-delete-store' 2016-04-09 12:03:41 +08:00
debian [client] Update version to 5.1.0. 2016-04-09 12:09:30 +08:00
doc Merge branch '3.1' 2014-11-06 12:07:38 +08:00
fuse Clean up unused code. 2016-03-21 17:54:20 +08:00
include [httpserver] Support upload blocks in batch and then commit 2016-04-14 15:36:37 +08:00
integration-tests Removed support for python2.6 in server scripts. 2016-03-19 14:46:27 +08:00
lib Merge branch '5.0' 2016-04-05 13:38:40 +08:00
m4 add i18n support in applet 2012-10-30 10:53:07 +08:00
msi [client] Update version to 5.1.0. 2016-04-09 12:09:30 +08:00
python [httpserver] Support upload blocks in batch and then commit 2016-04-14 15:36:37 +08:00
scripts Fix mysql upgrade sql problem. 2016-04-11 10:43:41 +08:00
server [httpserver] Support upload blocks in batch and then commit 2016-04-14 15:36:37 +08:00
tests [test] Update client auto sync tests. 2015-10-22 16:02:45 +08:00
tools Fixed gunicorn command in seafile-admin script. 2016-03-28 16:26:33 +08:00
.gitignore [client] add breakpad support 2016-01-15 10:35:27 +08:00
.travis.yml Updated seahub thirdparty libs in travis-ci scripts. 2016-03-19 13:34:28 +08:00
autogen.sh fix autogen.sh in MSYS2 2015-11-21 10:36:17 +08:00
configure.ac [client] Update version to 5.1.0. 2016-04-09 12:09:30 +08:00
LICENSE.txt Change license to GPLv2 and add exception to allow linking OpenSSL. 2015-05-28 19:52:15 +08:00
Makefile.am Merge branch 'http-sync' 2014-11-06 12:10:06 +08:00
README.markdown Update README.markdown 2016-02-22 10:40:13 +08:00
setupwin.py fixed some distribute problems 2013-02-20 19:54:51 +08:00
updateversion.sh Use uname command to detect Darwin platform 2014-06-08 14:55:16 +08:00

Introduction Build Status

Seafile is an open source cloud storage system with features on privacy protection and teamwork. Collections of files are called libraries, and each library can be synced separately. A library can also be encrypted with a user chosen password. Seafile also allows users to create groups and easily sharing files into groups.

Feature Summary

Seafile has the following features:

File syncing

  1. Selective synchronization of file libraries. Each library can be synced separately.
  2. Correct handling of file conflicts based on history instead of timestamp.
  3. Only transfering contents not in the server, and incomplete transfers can be resumed.
  4. Sync with two or more servers.
  5. Sync with existing folders.
  6. Sync a sub-folder.

File sharing and collaboration

  1. Sharing libraries between users or into groups.
  2. Sharing sub-folders between users or into groups.
  3. Download links with password protection
  4. Upload links
  5. Version control with configurable revision number.
  6. Restoring deleted files from trash, history or snapshots.

Privacy protection

  1. Library encryption with a user chosen password.
  2. Client side encryption when using the desktop syncing.

Internal

Seafile's version control model is based on Git, but it is simplified for automatic synchronization does not need Git installed to run Seafile. Each Seafile library behaves like a Git repository. It has its own unique history, which consists of a list of commits. A commit points to the root of a file system snapshot. The snapshot consists of directories and files. Files are further divided into blocks for more efficient network transfer and storage usage.

Differences from Git:

  1. Automatic synchronization.
  2. Clients do not store file history, thus they avoid the overhead of storing data twice. Git is not efficient for larger files such as images.
  3. Files are further divided into blocks for more efficient network transfer and storage usage.
  4. File transfer can be paused and resumed.
  5. Support for different storage backends on the server side.
  6. Support for downloading from multiple block servers to accelerate file transfer.
  7. More user-friendly file conflict handling. (Seafile adds the user's name as a suffix to conflicting files.)
  8. Graceful handling of files the user modifies while auto-sync is running. Git is not designed to work in these cases.

Build and Run

See http://manual.seafile.com/build_seafile/server.html

Bug and Feature Request Reports

Please only submit bugs in GitHub issues (Pro customers should contact us via Email):

Feature requests and installation/usage problem should be asked in the forum https://forum.seafile-server.org/.

Internationalization (I18n)

Change Logs

See https://seacloud.cc/group/3/wiki/home/#Roadmap-ChangeLogs

Why Open Source

Our primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.

Contributing

For more informations read Contribution.

License

Seafile server and its desktop clients are published under GPLv2.

Mobile clients are published under the GPLv3.

The Seafile server's web end, i.e. Seahub, is published under the Apache License.

Contact

Twitter: @seafile https://twitter.com/seafile

Forum: https://forum.seafile-server.org