]> source.dussan.org Git - nextcloud-server.git/commit
first version of the trash bin app
authorBjörn Schießle <schiessle@owncloud.com>
Fri, 18 Jan 2013 12:11:29 +0000 (13:11 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Fri, 18 Jan 2013 12:11:29 +0000 (13:11 +0100)
commitd5151fa61c561544ee64472a2c778cbe4fe086f2
tree54ded64df2fd1fbcd2932547973f7995da986f7f
parent1318450791146e7a075c01d8a39df6d333b619f4
first version of the trash bin app
13 files changed:
apps/files_trashbin/ajax/undelete.php [new file with mode: 0644]
apps/files_trashbin/appinfo/app.php [new file with mode: 0644]
apps/files_trashbin/appinfo/database.xml [new file with mode: 0644]
apps/files_trashbin/appinfo/info.xml [new file with mode: 0644]
apps/files_trashbin/appinfo/version [new file with mode: 0644]
apps/files_trashbin/css/trash.css [new file with mode: 0644]
apps/files_trashbin/download.php [new file with mode: 0644]
apps/files_trashbin/index.php [new file with mode: 0644]
apps/files_trashbin/js/trash.js [new file with mode: 0644]
apps/files_trashbin/lib/hooks.php [new file with mode: 0644]
apps/files_trashbin/lib/trash.php [new file with mode: 0644]
apps/files_trashbin/templates/index.php [new file with mode: 0644]
apps/files_trashbin/templates/part.list.php [new file with mode: 0644]