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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-05-13Merge pull request #24617 from owncloud/autoloader_no_privateVincent Petry
2016-05-13Merge pull request #24594 from owncloud/authtoken-name-column-sizeVincent Petry
2016-05-13Fix unit testsRoeland Jago Douma
2016-05-13Move functions.php to legacyRoeland Jago Douma
2016-05-12Use CLOB for auth token names to allow long user agent stringsChristoph Wurst
2016-05-11Use proper URL generation function (#24576)Lukas Reschke
2016-05-11Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commandsThomas Müller
2016-05-11use the UID for creating the session token, not the login nameChristoph Wurst
2016-05-11delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst
2016-05-11use the query builder instead of raw sql statementsChristoph Wurst
2016-05-11fix PHPDoc and other minor issuesChristoph Wurst
2016-05-11PHPDoc and other minor fixesChristoph Wurst
2016-05-11fix mock builder for old phpunit versionsChristoph Wurst
2016-05-11add unit tests for all new classesChristoph Wurst
2016-05-11increase token column widthChristoph Wurst
2016-05-11Fix existing testsChristoph Wurst
2016-05-11fix LoginController unit testsChristoph Wurst
2016-05-11Correctly register autoloading before install.php and loading commandsJoas Schilling
2016-05-10Add \OC\User\BackendRoeland Jago Douma
2016-05-10Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma
2016-05-10Merge pull request #24434 from owncloud/permalinksLukas Reschke
2016-05-09Make update server URL configurableLukas Reschke
2016-05-09Fix unit tests broken after #24457Roeland Jago Douma
2016-05-06Send permalink in internal share notification emailsVincent Petry
2016-05-04Merge pull request #24432 from owncloud/issue-24270-never-save-app-language-i...Morris Jobke
2016-05-04Do not save the language as request lang for apps when we didn't find anyJoas Schilling
2016-05-03Merge pull request #23844 from owncloud/disable-userThomas Müller
2016-05-03Merge pull request #24392 from owncloud/declare-cron-jobs-in-info.xmlThomas Müller
2016-05-03Allow declaration of background jobs in info.xmlThomas Müller
2016-05-03Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma
2016-05-03Merge pull request #24375 from owncloud/archive_moveLukas Reschke
2016-05-03Merge pull request #24380 from owncloud/move-activity-manager-to-namespaceRoeland Douma
2016-05-02Move OC_Archive_XX to PSR-4Roeland Jago Douma
2016-05-02Merge pull request #24322 from owncloud/install-and-uninstall-repair-stepsThomas Müller
2016-05-02Merge pull request #24229 from owncloud/session-id-wrapperRoeland Douma
2016-05-02Move activity manager to the namespaceJoas Schilling
2016-05-02Remove the password from the validateUserPass() method as wellJoas Schilling
2016-05-02Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller
2016-05-02OC_Installer -> \OC\InstallerThomas Müller
2016-05-02Adding repair steps for install and uninstall - fixes #24306Thomas Müller
2016-04-29Merge pull request #24299 from owncloud/availability-avoid-concurrencyThomas Müller
2016-04-29Merge pull request #24337 from owncloud/add-db-group-for-required-testsThomas Müller
2016-04-29Merge pull request #24305 from owncloud/update-show-repair-step-progressVincent Petry
2016-04-29Add the DB group for tests that require the databaseJoas Schilling
2016-04-28allow app developers to specify the minimum int sizeBernhard Posselt
2016-04-28Merge pull request #24274 from owncloud/async-repair-stepsThomas Müller
2016-04-28Remove emitter from class RepairThomas Müller
2016-04-27Prevent concurrent availability checksRobin McCorkell
2016-04-26Merge pull request #24246 from owncloud/local-invalidLukas Reschke
2016-04-26add testsRobin Appelman