fix permissions, start to implement private data api

This commit is contained in:
Martin T. H. Sandsmark 2010-07-16 11:36:03 +02:00
parent fa9deac833
commit 64d4d57615
185 changed files with 95 additions and 1 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
README Executable file → Normal file
View File

2
TODO Normal file
View File

@ -0,0 +1,2 @@
Database:
- Stored procedures!

0
admin/index.php Executable file → Normal file
View File

0
config/.gitignore vendored Executable file → Normal file
View File

0
config/config.sample.php Executable file → Normal file
View File

0
css/default.php Executable file → Normal file
View File

0
css/small.php Executable file → Normal file
View File

31
db_structure.xml Executable file → Normal file
View File

@ -7,6 +7,37 @@
<charset>latin1</charset>
<table>
<name>*dbprefix*privatedata</name>
<declaration>
<field>
<name>key</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>value</name>
<type>text</type>
<notnull>false</notnull>
</field>
<field>
<name>timestamp</name>
<type>timestamp</type>
<notnull>true</notnull>
</field>
<index>
<name>timestamp</name>
<unique>false</unique>
<field>
<name>timestamp</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
<table>
<name>*dbprefix*groups</name>

0
docs/FAQs Executable file → Normal file
View File

0
docs/INSTALL Executable file → Normal file
View File

0
docs/TODO Executable file → Normal file
View File

0
docs/owncloud.sql Executable file → Normal file
View File

0
files/api.php Executable file → Normal file
View File

0
files/get_files.php Executable file → Normal file
View File

0
files/index.php Executable file → Normal file
View File

0
files/open_file.php Executable file → Normal file
View File

0
files/upload.php Executable file → Normal file
View File

0
img/arrow.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

0
img/arrow_down.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 116 B

After

Width:  |  Height:  |  Size: 116 B

0
img/arrow_up.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 112 B

After

Width:  |  Height:  |  Size: 112 B

0
img/dots.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 204 B

0
img/icons/delete.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 641 B

0
img/icons/folder.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 386 B

0
img/icons/loading.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
img/icons/other.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 431 B

0
img/icons/rename.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 245 B

0
img/owncloud-icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
img/owncloud-logo-small.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
img/owncloud-logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

0
inc/Archive/Tar.php Executable file → Normal file
View File

0
inc/Console/Getopt.php Executable file → Normal file
View File

0
inc/HTTP/WebDAV/Server.php Executable file → Normal file
View File

0
inc/HTTP/WebDAV/Server/Filesystem.php Executable file → Normal file
View File

0
inc/HTTP/WebDAV/Tools/_parse_lockinfo.php Executable file → Normal file
View File

0
inc/HTTP/WebDAV/Tools/_parse_propfind.php Executable file → Normal file
View File

0
inc/HTTP/WebDAV/Tools/_parse_proppatch.php Executable file → Normal file
View File

0
inc/Log.php Executable file → Normal file
View File

0
inc/Log/composite.php Executable file → Normal file
View File

0
inc/Log/console.php Executable file → Normal file
View File

0
inc/Log/daemon.php Executable file → Normal file
View File

0
inc/Log/display.php Executable file → Normal file
View File

0
inc/Log/error_log.php Executable file → Normal file
View File

0
inc/Log/file.php Executable file → Normal file
View File

0
inc/Log/mail.php Executable file → Normal file
View File

0
inc/Log/mcal.php Executable file → Normal file
View File

0
inc/Log/null.php Executable file → Normal file
View File

0
inc/Log/observer.php Executable file → Normal file
View File

0
inc/Log/sql.php Executable file → Normal file
View File

0
inc/Log/sqlite.php Executable file → Normal file
View File

0
inc/Log/syslog.php Executable file → Normal file
View File

0
inc/Log/win.php Executable file → Normal file
View File

0
inc/MDB2.php Executable file → Normal file
View File

0
inc/MDB2/Date.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Datatype/Common.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Datatype/mysql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Datatype/pgsql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Datatype/sqlite.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Function/Common.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Function/mysql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Function/pgsql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Function/sqlite.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Manager/Common.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Manager/mysql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Manager/pgsql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Manager/sqlite.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Native/Common.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Native/mysql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Native/pgsql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Native/sqlite.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Reverse/Common.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Reverse/mysql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Reverse/pgsql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/Reverse/sqlite.php Executable file → Normal file
View File

0
inc/MDB2/Driver/mysql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/pgsql.php Executable file → Normal file
View File

0
inc/MDB2/Driver/sqlite.php Executable file → Normal file
View File

0
inc/MDB2/Extended.php Executable file → Normal file
View File

0
inc/MDB2/Iterator.php Executable file → Normal file
View File

0
inc/MDB2/LOB.php Executable file → Normal file
View File

0
inc/Mail.php Executable file → Normal file
View File

0
inc/Mail/RFC822.php Executable file → Normal file
View File

0
inc/Mail/mail.php Executable file → Normal file
View File

0
inc/Mail/mime.php Executable file → Normal file
View File

0
inc/Mail/mimeDecode.php Executable file → Normal file
View File

0
inc/Mail/mimePart.php Executable file → Normal file
View File

0
inc/Mail/null.php Executable file → Normal file
View File

0
inc/Mail/sendmail.php Executable file → Normal file
View File

0
inc/Mail/smtp.php Executable file → Normal file
View File

0
inc/Mail/xmail.dtd Executable file → Normal file
View File

0
inc/Mail/xmail.xsl Executable file → Normal file
View File

0
inc/Net/SMTP.php Executable file → Normal file
View File

0
inc/Net/Socket.php Executable file → Normal file
View File

0
inc/OS/Guess.php Executable file → Normal file
View File

0
inc/PEAR.php Executable file → Normal file
View File

0
inc/PEAR/Autoloader.php Executable file → Normal file
View File

0
inc/PEAR/Builder.php Executable file → Normal file
View File

0
inc/PEAR/Command.php Executable file → Normal file
View File

0
inc/PEAR/Command/Auth.php Executable file → Normal file
View File

0
inc/PEAR/Command/Build.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More