From 7753b93aa6f6a7815bed8b649212037f681b5560 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 20 Jul 2017 22:50:50 +0200 Subject: [PATCH] PrivateData to app * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma --- db_structure.xml | 68 -------- lib/composer/composer/autoload_classmap.php | 1 - lib/composer/composer/autoload_static.php | 1 - lib/private/OCS/PrivateData.php | 114 ------------- lib/private/Route/Router.php | 2 - lib/private/legacy/ocs/privatedata.php | 28 ---- ocs/routes.php | 69 -------- tests/lib/OCS/PrivatedataTest.php | 172 -------------------- 8 files changed, 455 deletions(-) delete mode 100644 lib/private/OCS/PrivateData.php delete mode 100644 lib/private/legacy/ocs/privatedata.php delete mode 100644 ocs/routes.php delete mode 100644 tests/lib/OCS/PrivatedataTest.php diff --git a/db_structure.xml b/db_structure.xml index ac7f4b3c71..65bdb69d95 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1586,74 +1586,6 @@ - - - - *dbprefix*privatedata - - - - - keyid - integer - 0 - true - true - 4 - 1 - - - - - user - text - - true - 64 - - - - app - text - - true - 255 - - - - key - text - - true - 255 - - - - value - text - - true - 255 - - - - true - true - keyid_index - - keyid - ascending - - - - - -
-