]> source.dussan.org Git - nextcloud-server.git/commit
implementation of the federated share provider
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 4 Feb 2016 08:59:52 +0000 (09:59 +0100)
committerBjörn Schießle <bjoern@schiessle.org>
Mon, 8 Feb 2016 10:30:48 +0000 (11:30 +0100)
commit9079388e02cefd006c74b435dfd70dcb5852d48b
treea4ad07e5e30edd84ac4f6650d8f92b7b966b4b7c
parent9eef38c5937cf8c8a848a0b78afe8123fb922712
implementation of the federated share provider
.gitignore
apps/federatedfilesharing/appinfo/app.php [new file with mode: 0644]
apps/federatedfilesharing/appinfo/info.xml [new file with mode: 0644]
apps/federatedfilesharing/lib/addresshandler.php [new file with mode: 0644]
apps/federatedfilesharing/lib/federatedshareprovider.php [new file with mode: 0644]
apps/federatedfilesharing/lib/notifications.php [new file with mode: 0644]
apps/federatedfilesharing/lib/tokenhandler.php [new file with mode: 0644]
apps/federatedfilesharing/tests/lib/addressHandlerTest.php [new file with mode: 0644]
apps/federatedfilesharing/tests/lib/tokenHandlerTest.php [new file with mode: 0644]
core/shipped.json
tests/enable_all.php