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-09-13Fix MissingMandatoryParametersException for share notificationsJoas Schilling
2016-09-09skip shared files, if files get decrypted only for a specific user we shouldn...Bjoern Schiessle
2016-09-08Match only for actual session cookieLukas Reschke
2016-09-08Merge pull request #1324 from nextcloud/backport-1323-show-download-button-fo...Morris Jobke
2016-09-08Change updater URLJoas Schilling
2016-09-08Correctly remove the charset from finfo mimetypeJoas Schilling
2016-09-07fix testsMorris Jobke
2016-08-30Allow downgrades of maintenance accross vendorsJoas Schilling
2016-08-27Remove reading PATH_INFO from server variableLukas Reschke
2016-08-23Merge pull request #1008 from nextcloud/shared-storage-non-recursive-10Lukas Reschke
2016-08-23prevent infinite recursion while getting storage from mountRobin Appelman
2016-08-22Backport Workflow section + hidden empty sections #995 to stabble10Arthur Schiwon
2016-08-22Merge pull request #918 from nextcloud/stable10_891blizzz
2016-08-19Fix loading of ThemingDefaultsJulius Haertl
2016-08-18Make sure the primary action is always the first oneJoas Schilling
2016-08-17Improve regexp to detect duplicate folders when repairing unmerged sharesVincent Petry
2016-08-17Fix unmerged shares repair with mixed group and direct sharesVincent Petry
2016-08-17Improve file_target finding logic when repairing unmerged sharesVincent Petry
2016-08-16Use getMockBuilder instead of createMockLukas Reschke
2016-08-16Rename class referenceLukas Reschke
2016-08-16adjust tests to latest changesArthur Schiwon
2016-08-16Use MockBuilder instead of createMockLukas Reschke
2016-08-16Add unit testsLukas Reschke
2016-08-16Merge pull request #858 from nextcloud/stable10-when-logged-in-then-just-redi...Lukas Reschke
2016-08-15We have to mock the is_uploaded_file in the OC\Core\Controller namespaceRoeland Jago Douma
2016-08-15Fix mock call in AvatarControllerTestRoeland Jago Douma
2016-08-15Use generated URLLukas Reschke
2016-08-15Fix CheckSetupController testsLukas Reschke
2016-08-15Fix tests for LoginControllerLukas Reschke
2016-08-15Fix template testLukas Reschke
2016-08-15Add reference to current userLukas Reschke
2016-08-15Use proper casingLukas Reschke
2016-08-13Use createMock instead of deprecated getMockLukas Reschke
2016-08-13Redirect users when already logged-in on login formLukas Reschke
2016-08-10Merge pull request #817 from nextcloud/jail-root-stable10Lukas Reschke
2016-08-10OCSController requires DataResponseRoeland Jago Douma
2016-08-10Adding test case for getPathById including a jailed cache where root is just ...Thomas Müller
2016-08-08Merge pull request #713 from nextcloud/stable10_474Björn Schießle
2016-08-06Translate the server version for nextcloudJoas Schilling
2016-08-04Fix RepairUnmergedShares to not skip valid repair casesVincent Petry
2016-08-04Add repair step for unmerged shares (WIP)Vincent Petry
2016-08-04Merge pull request #602 from nextcloud/backport-workflow-engineJoas Schilling
2016-07-28Support subdir in the OCS v2 endpointRoeland Jago Douma
2016-07-27fix enabled apps testsMorris Jobke
2016-07-27fix unit testsMorris Jobke
2016-07-27Add workflowengineMorris Jobke
2016-07-21Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke
2016-07-21Mitigate race conditionLukas Reschke
2016-07-20Implement brute force protectionLukas Reschke
2016-07-20Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke