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 (Collapse)Author
2016-08-30Merge pull request #1172 from nextcloud/core_cleanupMorris Jobke
Core controller cleanup
2016-08-30Merge pull request #891 from nextcloud/us_25810Morris Jobke
[OC] Fix unmerged shares repair targetdecision
2016-08-29AvatarController use proper JSONResponseRoeland Jago Douma
* Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests
2016-08-29Minor cleanup in core ControllersRoeland Jago Douma
2016-08-29redirect to 2fa provider if there's only one active for the userChristoph Wurst
2016-08-29always return numeric storage id as int, also check type equality in test ↵Jörn Friedrich Dreyer
asserts
2016-08-27Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke
Reduce the number of cache operations for dav operations
2016-08-27Merge pull request #1058 from nextcloud/avatarController_cleanupLukas Reschke
Avatar controller cleanup
2016-08-26Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loopJoas Schilling
prevent infinite redirect loops if the there is no 2fa provider to pass
2016-08-26Merge pull request #1069 from nextcloud/l10ntest_nodbJoas Schilling
L10N tests do not require DB
2016-08-25L10N tests do not require DBRoeland Jago Douma
* Makes CI a bit more efficient * Cleanup getMock warning
2016-08-25CappedMemoryCacheTest does not require DBRoeland Jago Douma
Makes CI a bit more efficient
2016-08-25AvatarController cleanupRoeland Jago Douma
* Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB
2016-08-25cache user foldersRobin Appelman
2016-08-24Merge pull request #1024 from ↵Lukas Reschke
nextcloud/remove-password-reset-link-after-successful-login Remove "password reset token" after successful login
2016-08-24prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst
This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case.
2016-08-23Merge pull request #1007 from nextcloud/shared-storage-non-recursiveLukas Reschke
Fix shared storage recursive setup
2016-08-23Move the reset token to core appJoas Schilling
2016-08-23prevent infinite recursion while getting storage from mountRobin Appelman
2016-08-23Remove "password reset token" after successful loginJoas Schilling
2016-08-23Merge pull request #995 from nextcloud/workflow-sectionLukas Reschke
Workflow section + hidden empty sections
2016-08-22add testArthur Schiwon
2016-08-22adjust testArthur Schiwon
2016-08-22enlist only registered sections that also have settings registered toArthur Schiwon
2016-08-19Remove reading PATH_INFO from server variableLukas Reschke
Having two code paths for this is unreliable and can lead to bugs. Also, in some cases Apache isn't setting the PATH_INFO variable when mod_rewrite is used. Fixes https://github.com/nextcloud/server/issues/983
2016-08-19Fix loading of ThemingDefaultsJulius Haertl
2016-08-17Merge pull request #867 from nextcloud/notification-primary-action-always-firstRoeland Jago Douma
Make sure the primary action is always the first one
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
Whenever a group share is created after a direct share, the stime order needs to be properly considered in the repair routine, considering that the direct user share is appended to the $subShares array and breaking its order.
2016-08-17Improve file_target finding logic when repairing unmerged sharesVincent Petry
Pick the most recent subshare that has no parenthesis from duplication which should match whichever name the user picked last. If all subshares have duplicate parenthesis names, use the least recent group share's target instead.
2016-08-17Merge pull request #868 from nextcloud/changepasswordcontrollerRoeland Jago Douma
Make ChangePassword a real Controller
2016-08-17Merge pull request #846 from nextcloud/provisioning_api_ocsJoas Schilling
Move Provisioning API to the AppFramework
2016-08-17Add tests for ChangePasswordControllerRoeland Jago Douma
2016-08-17Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm
IE8 be gone!
2016-08-16Remove IE8 support in CertificateControllerRoeland Jago Douma
* Also fix getMock warnings in tests
2016-08-16adjust tests to latest changesArthur Schiwon
2016-08-16Merge branch 'master' into implement_712Arthur Schiwon
2016-08-16Merge pull request #886 from nextcloud/capabilities_error_proofBjörn Schießle
Make the capabilities manager more error proof
2016-08-15Merge branch 'master' into implement_712Lukas Reschke
2016-08-15Make the capabilities manager more error proofRoeland Jago Douma
If an app registers an invalid capabilty we should not crash hard. Instead we should catch the exception. Log it (error) and carry on. * Added tests
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 template testLukas Reschke
2016-08-15Fix tests for LoginControllerLukas Reschke
2016-08-15Add reference to current userLukas Reschke
2016-08-15Add new dependencyLukas Reschke
2016-08-15Don't use create mockLukas Reschke
Not compatible with this PHPunit version
2016-08-15Use proper casingLukas Reschke