High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Go to file
2013-07-31 19:32:30 +08:00
app import json 2013-05-21 18:39:06 +08:00
common add offset & limit param to seafile_list_dir 2013-07-29 15:55:30 +08:00
controller Fix a few resource leaks. 2013-07-29 17:06:34 +08:00
daemon [client] also print the right version in deb/cli client 2013-07-25 18:41:16 +08:00
data Change ccnet_daemon_down icon 2012-11-12 11:12:24 +08:00
debian update version to 1.8.0 2013-07-31 18:58:37 +08:00
doc [scripts] add build-cli.py 2013-03-08 11:14:36 +08:00
gui [mac] Update to v1.8.0-mac 2013-07-31 19:32:30 +08:00
httpserver Added ajax update url 2013-07-31 15:49:26 +08:00
include add offset & limit param to seafile_list_dir 2013-07-29 15:55:30 +08:00
lib Fix a few resource leaks. 2013-07-29 17:06:34 +08:00
m4 add i18n support in applet 2012-10-30 10:53:07 +08:00
monitor Remove mysql related code as we use libzdb 2013-07-24 01:42:56 +08:00
msi update version to 1.8.0 2013-07-31 18:58:37 +08:00
po first attempt to Slovak translation 2013-07-03 07:42:24 +02:00
python add offset & limit param to seafile_list_dir 2013-07-29 15:55:30 +08:00
scripts update version to 1.8.0 2013-07-31 18:58:37 +08:00
server Fix a few resource leaks. 2013-07-29 17:06:34 +08:00
tests [server] Move monitor function into seaf-server. 2013-06-25 11:28:06 +08:00
tools Remove mysql related code as we use libzdb 2013-07-24 01:42:56 +08:00
web [mac] Update to v1.8.0-mac 2013-07-31 19:32:30 +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.8.0 2013-07-31 18:58:37 +08:00
LICENCE.txt Add GPL Licence 2012-11-05 11:35:02 +08:00
Makefile.am [client] log the right version of the client 2013-07-25 15:00:45 +08:00
README.markdown Remove extra license clause 2013-07-17 07:56:24 +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 v1.8.0-mac 2013-07-31 19:32:30 +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

Internationalization (I18n)

See po/i18n.markdown

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.

Seafile is an open and extensible system. A library is a collection of files that could be synced. It can be presented to users as a Wiki, a set of notes, a gallery and so on. We have already write the Wiki module as an example. We need your contributions to make Seafile more versatile. Let's build an awesome system together!

Licence

Seafile and its desktop and mobile clients are published under GPLv3.

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

Contact

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

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