]> source.dussan.org Git - nextcloud-server.git/commit
port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it
authorRobin Appelman <icewind1991@gmail.com>
Thu, 2 Jun 2011 00:45:35 +0000 (02:45 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Thu, 2 Jun 2011 00:46:50 +0000 (02:46 +0200)
commit8c5a06028aa4bf7a29d79d63a713361ce2f50633
tree3b94337d8bbbef5844dfe08d4478b34938655221
parent6c6871336d6570b02b030d521d18eb4d28f2a83f
port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it
22 files changed:
apps/files_publiclink/admin.php [new file with mode: 0644]
apps/files_publiclink/ajax/deletelink.php [new file with mode: 0644]
apps/files_publiclink/ajax/makelink.php [new file with mode: 0644]
apps/files_publiclink/appinfo/app.php [new file with mode: 0644]
apps/files_publiclink/appinfo/database.xml [new file with mode: 0644]
apps/files_publiclink/appinfo/info.xml [new file with mode: 0644]
apps/files_publiclink/css/admin.css [new file with mode: 0644]
apps/files_publiclink/get.php [new file with mode: 0644]
apps/files_publiclink/js/admin.js [new file with mode: 0644]
apps/files_publiclink/lib_public.php [new file with mode: 0644]
apps/files_publiclink/templates/admin.php [new file with mode: 0644]
apps/files_publiclink/templates/breadcrumb.php [new file with mode: 0644]
apps/files_publiclink/templates/files.php [new file with mode: 0644]
apps/files_publiclink/templates/index.php [new file with mode: 0644]
plugins/publiclink/db_structure.xml [deleted file]
plugins/publiclink/get.php [deleted file]
plugins/publiclink/lib_public.php [deleted file]
plugins/publiclink/makelink.php [deleted file]
plugins/publiclink/plugin.xml [deleted file]
plugins/publiclink/templates/breadcrumb.php [deleted file]
plugins/publiclink/templates/files.php [deleted file]
plugins/publiclink/templates/index.php [deleted file]