Go to file
Aldo "xoen" Giambelluca a532719c21 Using camelCase for function names in 'inc/lib_config.php'
PHP function names is case-insensitive so this change isn't
intrusive but improve readability of the code.
2010-07-10 19:41:30 +02:00
admin when not admin, only show logs of the current user 2010-05-22 23:26:40 +02:00
config Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge 2010-07-05 12:17:31 +02:00
css Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge 2010-07-05 12:17:31 +02:00
docs updated docs 2010-05-22 22:38:27 +02:00
files Initial version of remote ownCloud access through filesystem abstraction 2010-07-07 12:30:30 +02:00
img merge 2010-04-28 12:15:52 +02:00
inc Using camelCase for function names in 'inc/lib_config.php' 2010-07-10 19:41:30 +02:00
js change target directory for uploads when changing folders in web-frontend 2010-06-29 04:00:01 +02:00
log cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup 2010-03-16 08:48:36 +01:00
ocs fixes in log and ocs 2010-05-15 22:29:14 +02:00
plugins update includes 2010-03-17 00:04:05 +01:00
settings same fixes, this time hopefully without merge conflict 2010-04-19 19:46:42 +02:00
webdav webdav fixes 2010-05-11 20:35:29 +02:00
.gitignore Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/owncloud into merge 2010-07-05 12:17:31 +02:00
README cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup 2010-03-16 08:48:36 +01:00
db_structure.xml Fix custom database names 2010-07-06 19:57:08 +02:00
index.php simple fixes 2010-05-02 11:24:46 +02:00

README

ownCloud
========
An open personal cloud server which runs on your personal server.
It enables you to access your data from all of your devices.
ownCloud makes sharing data with other people possible.
It supports automatic backups, versioning and encryption.

Installation instructions are in the docs directory.
docs/INSTALL

For more information visit:
http://owncloud.org

The source code is available at:
http://gitorious.org/owncloud