]> source.dussan.org Git - nextcloud-server.git/commit
Refactor file sharing public link handling
authorLukas Reschke <lukas@owncloud.com>
Wed, 15 Oct 2014 09:58:44 +0000 (11:58 +0200)
committerLukas Reschke <lukas@owncloud.com>
Fri, 14 Nov 2014 15:26:59 +0000 (16:26 +0100)
commit988c85d2922a03346389e3656dc71dfee514e645
tree9be0d1674dd7e780c70c77a987c4a810145078ab
parent0f3c5d8541dcb41eebd00f22864a0a646c11124f
Refactor file sharing public link handling

fixes download issue introduced by #10755

Conflicts:
apps/files_sharing/public.php
14 files changed:
apps/files_sharing/appinfo/routes.php
apps/files_sharing/application.php [new file with mode: 0644]
apps/files_sharing/js/public.js
apps/files_sharing/lib/controllers/sharecontroller.php [new file with mode: 0644]
apps/files_sharing/lib/helper.php
apps/files_sharing/lib/middleware/sharingcheckmiddleware.php [new file with mode: 0644]
apps/files_sharing/public.php
apps/files_sharing/templates/authenticate.php
apps/files_sharing/templates/public.php
apps/files_sharing/tests/controller/sharecontroller.php [new file with mode: 0644]
apps/files_sharing/tests/middleware/sharingcheckmiddleware.php [new file with mode: 0644]
apps/files_sharing/tests/testcase.php
core/routes.php
core/share/controller.php [deleted file]