High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Go to file
Jiaqiang Xu 30b0f6ca73 [client] Correct display of sync status.
Should display "auto sync is turned off" when auto-sync is disabled.
2013-04-12 10:37:54 +08:00
app [client] Correct display of sync status. 2013-04-12 10:37:54 +08:00
common [server] Don't gc blocks if some repos are corrupted. 2013-04-12 10:37:54 +08:00
controller improve some Makefile.am 2013-01-28 10:20:39 +08:00
daemon [client] Improve GC. 2013-04-12 10:37:54 +08:00
data Change ccnet_daemon_down icon 2012-11-12 11:12:24 +08:00
debian update version to 1.6.0 2013-03-27 16:51:56 +08:00
doc [scripts] add build-cli.py 2013-03-08 11:14:36 +08:00
gui [mac]Fix a bug for message of buble 2013-03-13 22:52:58 +08:00
httpserver [client] Improve GC. 2013-04-12 10:37:54 +08:00
include [server] return the new file id from put_file rpc 2013-04-03 19:08:43 +08:00
lib [server] return the new file id from put_file rpc 2013-04-03 19:08:43 +08:00
m4 add i18n support in applet 2012-10-30 10:53:07 +08:00
monitor [client] Improve GC. 2013-04-12 10:37:54 +08:00
msi update version to 1.6.0 2013-03-27 16:51:56 +08:00
po [client] improve sync notification 2013-01-28 15:46:35 +08:00
python [client] Correct display of sync status. 2013-04-12 10:37:54 +08:00
scripts [httpserver] add update-api 2013-04-01 19:24:53 +08:00
server [server] Don't gc blocks if some repos are corrupted. 2013-04-12 10:37:54 +08:00
tests make distcheck pass 2013-01-30 13:57:53 +08:00
tools improve seafile-admin 2013-02-01 20:37:22 +08:00
web [client] Correct display of sync status. 2013-04-12 10:37:54 +08:00
.gitignore [client] rename ccnet-web.sh to seafile-web 2013-01-31 17:00:48 +08:00
autogen.sh For compile and pack in Mac 2012-12-04 22:47:20 +08:00
configure.ac update version to 1.6.0 2013-03-27 16:51:56 +08:00
LICENCE.txt Add GPL Licence 2012-11-05 11:35:02 +08:00
Makefile.am include latest commit info when "make dist" 2013-03-04 11:56:19 +08:00
README.markdown Change the changelog location for seafile 2013-04-04 14:58:57 +08:00
seafile-web.in [client] rename ccnet-web.sh to seafile-web 2013-01-31 17:00:48 +08:00
setupmac.sh [mac] Update to version 1.5.3 2013-03-10 21:24:34 +08:00
setupwin.py fixed some distribute problems 2013-02-20 19:54:51 +08:00
updateversion.sh Add script to update the version number in MacOS 2013-01-26 12:01:13 +08:00

Introduction

Dropbox is good for file syncing and sharing, but is not an ideal place for collaboration. So we build Seafile, a better place for managing documents together.

In Seafile, you can create groups with file syncing, wiki, discussion and tasks. It enables you to easily collaborate around documents within a team. In addition, it is open source. So you can build a private cloud freely for your organization.

Feature Summary

Seafile is a full-fledged document collaboration platform. It has following features:

  1. Groups with file syncing, wiki, discussion and tasks.
  2. Managing files into libraries. Each library can be synced separately.
  3. Sync with existing folders.
  4. File revisions.
  5. Library encryption with a user chosen password.

Compared to other open-source Dropbox-like projects, such as https://github.com/hbons/SparkleShare, Seafile has several advantages:

  1. Mature, reliable, production-ready file syncing algorithm.
  2. Doesn't depend on Git.
  3. Not a Dropbox-clone, but a newly designed product for teamwork.

Internal

Seafile uses GIT's version control model, but simplified for automatic synchronization, and doesn't depend on GIT. Every library is 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 to GIT:

  1. Automatic syncing.
  2. Clients do not store file history, thus avoids 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 resumed.
  5. Support different storage backends on the server side.
  6. Support downloading from multiple block servers for accelerating file transfer.
  7. More user-friendly file conflicts handling similar to Dropbox (Add user's name as suffix to conflicted file).
  8. Gracefully handles corner cases that user modifies files when auto-sync is running. GIT is not designed to work in these cases.

Build and Run

See https://github.com/haiwen/seafile/wiki

Change Logs

See https://seacloud.cc/group/3/wiki/home/

Why Open Source

Our primary goal is to build a first-class level production. Since we are only a small team, we think the goal can only be achieved by collaborating with the whole world.

Contact

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

Google Group: https://groups.google.com/forum/?fromgroups#!forum/seafile