Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2019-12-30 17:26:35 +0300
committerGitHub <noreply@github.com>2019-12-30 17:26:35 +0300
commit6baabe29e69f68397e3f09d6927f2a67ce1dd828 (patch)
tree9fc5e1f4e88b201dedbcffbc4d8de5b32267a5da /lib/Migration
parente46106d69a96bcffd32403d2b65f892ca721379f (diff)
some fixes on the backend side (#699)
* small fixes on the backend side * removed pollService and annotations for scrutinizer * Fix ACL checks * Don't load shares, when user has no edit rights * fix acl * avoid 💣 Database and logging with recursive setting * fix PollController
Diffstat (limited to 'lib/Migration')
-rw-r--r--lib/Migration/Version0009Date20181125051900.php1
-rw-r--r--lib/Migration/Version0009Date20181125061900.php2
-rw-r--r--lib/Migration/Version0010Date20191227063812.php2
3 files changed, 0 insertions, 5 deletions
diff --git a/lib/Migration/Version0009Date20181125051900.php b/lib/Migration/Version0009Date20181125051900.php
index 89bfb259..a1a66783 100644
--- a/lib/Migration/Version0009Date20181125051900.php
+++ b/lib/Migration/Version0009Date20181125051900.php
@@ -23,7 +23,6 @@
namespace OCA\Polls\Migration;
-use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IConfig;
diff --git a/lib/Migration/Version0009Date20181125061900.php b/lib/Migration/Version0009Date20181125061900.php
index 4c967391..956bfa4c 100644
--- a/lib/Migration/Version0009Date20181125061900.php
+++ b/lib/Migration/Version0009Date20181125061900.php
@@ -23,8 +23,6 @@
namespace OCA\Polls\Migration;
-// use Doctrine\DBAL\Exception\TableNotFoundException;
-// use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;
use OCP\DB\QueryBuilder\IQueryBuilder;
diff --git a/lib/Migration/Version0010Date20191227063812.php b/lib/Migration/Version0010Date20191227063812.php
index a2597f66..3b51376c 100644
--- a/lib/Migration/Version0010Date20191227063812.php
+++ b/lib/Migration/Version0010Date20191227063812.php
@@ -23,8 +23,6 @@
namespace OCA\Polls\Migration;
-// use Doctrine\DBAL\Exception\TableNotFoundException;
-// use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;
use OCP\DB\QueryBuilder\IQueryBuilder;