owncloud/core

View on GitHub

Showing 4,504 of 4,504 total issues

Method getSharedWith has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getSharedWith($userId, $shareType, $node, $limit, $offset) {
Severity: Minor
Found in apps/federatedfilesharing/lib/FederatedShareProvider.php - About 35 mins to fix

    Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            ISystemTagManager $tagManager,
            ISystemTagObjectMapper $tagMapper,
            IUserSession $userSession,
            IGroupManager $groupManager,
            IRootFolder $fileRoot
    Severity: Minor
    Found in apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php - About 35 mins to fix

      Method request has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      function request($client, $method, $uploadUrl, $data = null, $headers = []) {
      Severity: Minor
      Found in apps/dav/bin/chunkperf.php - About 35 mins to fix

        Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                Tree $tree,
                IConfig $config,
                IRequest $request,
                $isPublic = false,
                $downloadAttachment = true
        Severity: Minor
        Found in apps/dav/lib/Connector/Sabre/FilesPlugin.php - About 35 mins to fix

          Method createServer has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  $baseUri,
                  $requestUri,
                  BackendInterface $authBackend,
                  callable $viewCallBack,
                  $isPublicAccess = false
          Severity: Minor
          Found in apps/dav/lib/Connector/Sabre/ServerFactory.php - About 35 mins to fix

            Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    $objectId,
                    $objectType,
                    IUser $user,
                    ISystemTagManager $tagManager,
                    ISystemTagObjectMapper $tagMapper
            Severity: Minor
            Found in apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php - About 35 mins to fix

              Method updateCalendar has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  private function updateCalendar($cardUri, $cardData, $book, $calendarId, $type) {
              Severity: Minor
              Found in apps/dav/lib/CalDAV/BirthdayService.php - About 35 mins to fix

                Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        IUserManager $userManager,
                        SyncService $syncService,
                        CalDavBackend $calDav,
                        CardDavBackend $cardDav,
                        IL10N $l10n
                Severity: Minor
                Found in apps/dav/lib/HookManager.php - About 35 mins to fix

                  Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          $AppName,
                          IRequest $request,
                          IL10N $l10n,
                          IGlobalStoragesService $globalStoragesService,
                          ILogger $logger
                  Severity: Minor
                  Found in apps/files_external/lib/Controller/GlobalStoragesController.php - About 35 mins to fix

                    Method search has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function search($pattern, $searchProperties, $options, $limit = null, $offset = null) {
                    Severity: Minor
                    Found in apps/dav/lib/CardDAV/AddressBookImpl.php - About 35 mins to fix

                      Method search has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function search($addressBookId, $pattern, $searchProperties, $limit = 100, $offset = 0) {
                      Severity: Minor
                      Found in apps/dav/lib/CardDAV/CardDavBackend.php - About 35 mins to fix

                        Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                IUserSession $userSession,
                                IURLGenerator $urlGenerator,
                                IShutdownManager $shutdownManager,
                                JobStatusMapper $jobStatusMapper,
                                ILogger $logger
                        Severity: Minor
                        Found in apps/dav/lib/DAV/LazyOpsPlugin.php - About 35 mins to fix

                          Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  IDBConnection $db,
                                  Principal $principalBackend,
                                  GroupPrincipalBackend $groupPrincipalBackend,
                                  EventDispatcherInterface $dispatcher = null,
                                  $legacyMode = false
                          Severity: Minor
                          Found in apps/dav/lib/CardDAV/CardDavBackend.php - About 35 mins to fix

                            Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                    IGlobalStoragesService $globalService,
                                    IUserStoragesService $userService,
                                    IUserSession $userSession,
                                    IUserManager $userManager,
                                    IStoragesBackendService $backendService
                            Severity: Minor
                            Found in apps/files_external/lib/Command/Import.php - About 35 mins to fix

                              Method create has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                      $mountPoint,
                                      $backend,
                                      $authMechanism,
                                      $backendOptions,
                                      $mountOptions
                              Severity: Minor
                              Found in apps/files_external/lib/Controller/UserStoragesController.php - About 35 mins to fix

                                Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        IGlobalStoragesService $globalService,
                                        IUserStoragesService $userService,
                                        IUserManager $userManager,
                                        IUserSession $userSession,
                                        IStoragesBackendService $backendService
                                Severity: Minor
                                Found in apps/files_external/lib/Command/Create.php - About 35 mins to fix

                                  Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          $AppName,
                                          IRequest $request,
                                          IL10N $l10n,
                                          IStoragesService $storagesService,
                                          ILogger $logger
                                  Severity: Minor
                                  Found in apps/files_external/lib/Controller/StoragesController.php - About 35 mins to fix

                                    Method renameOrCopy has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        public function renameOrCopy(string $op, string $src, string $srcOwnerUid, string $dst, string $dstOwnerUid) {
                                    Severity: Minor
                                    Found in apps/files_versions/lib/MetaStorage.php - About 35 mins to fix

                                      Method search has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                              public function search($pattern, $searchProperties, $options, $limit = null, $offset = null);
                                      Severity: Minor
                                      Found in lib/public/IAddressBook.php - About 35 mins to fix

                                        Method getForObject has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                $objectType,
                                                $objectId,
                                                $limit = 0,
                                                $offset = 0,
                                                \DateTime $notOlderThan = null
                                        Severity: Minor
                                        Found in lib/public/Comments/ICommentsManager.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language