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-11-23Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry
Local shares should only be scanned when doing it for the owner to avoid repeatedly rescanning the same shared storage over and over again for every recipient.
2016-11-14Add repair step to fix file share permissionsVincent Petry
2016-10-24remove old share propagation entries from appconfig (#26454)Vincent Petry
2016-10-04Backport #26031 and #26105Victor Dubiniuk
2016-09-20[stable9] Fix mimetype detection inside hidden folders (#26138) (#26152)Thomas Müller
2016-09-07Fix preview namespaces from backportVincent Petry
2016-09-07Fix failing preview unit tests (#26039)Thomas Müller
2016-08-18Merge pull request #25832 from owncloud/stable9-dont-decrypt-shared-filesVincent Petry
[stable9] Don't decrypt shared files
2016-08-17Improve regexp to detect duplicate folders when repairing unmerged sharesVincent Petry
2016-08-17Fix unit testsThomas Müller
2016-08-13Fix 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-13Improve 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-13Fix RepairUnmergedShares to not skip valid repair casesVincent Petry
The repair step was a bit overeager to skip repairing so it missed the case where a group share exists without subshares but with an additional direct user share.
2016-08-13Add repair step for unmerged sharesVincent Petry
2016-08-12[stable9] getJailedPath expects $path to have a trailing / (#25703) (#25738)Thomas Müller
* getJailedPath expects $path to have a trailing / - fixes #25464 * Adding test case for getPathById including a jailed cache where root is just empty
2016-08-11[Stable9] fix unit test on new jenkins setup and adjust Jenkinsfile (#25772) ↵Thomas Müller
(#25775) * Next step jenkinsfile (#25622) * Adding timestamper and evaluation of test results even in case of failure * Adding build timeout * use fixed value 120 minutes as timeout for each test executing for now * Terminate the build as soon as test execution fails * Adjust external testing as well * Finalize use of executeAndReport * Fix discoverymanager tests (#25769) * Allow testing of the DiscoveryManager * Array sort order is of no relevance
2016-07-25[stable9] Especially with coverage enabled execution times are pretty high ↵Thomas Müller
(#25517) (#25596)
2016-07-24[stable9] Test jenkins pipeline (#25401) (#25502)Thomas Müller
2016-07-13[stable9] Adding certificate revocation list and validate if the app ↵Vincent Petry
certificate is revoked (#25469) * Adding certificate revocation list and validate if the app certificate is revoked * Check integrity of a signed app in any case on installation
2016-07-07[stable9] Set content type when downloading log file to force download in ↵Thomas Müller
some browsers (#25382) (#25398)
2016-07-07fix swift primary object store test (#25281) (#25391)Thomas Müller
* Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
2016-07-01occ web executor (#24957)VicDeo
* Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf
2016-07-01[stable9] Fix decrypt message stable9 (#25188)Thomas Müller
* Fix Decrypt message via occ * Comments fixed * Fixed reviews * Originally: commit 2304e4bda027e61ff1302c55c2f70f8e4c8f47d0 Author: Joas Schilling <nickvergessen@owncloud.com> Date: Tue Jun 7 09:13:11 2016 +0200 Allow to decrypt user '0' files only * Fix uid comparison
2016-06-17Revert "[stable9] Remove shares of the root folder" (#25157)Vincent Petry
2016-06-17Remove shares of the root folder (#25138)Vincent Petry
2016-06-13Repair job to fix permissions for avatars (#25068)Roeland Douma
Backport of #24898 Cherry-picked: 1b66db72d916a763b1c22613b9df5c42e93593a8 60225284f3b8ef947f67bbe168b12dca867d6f3d 28d9ad2817b744bcef35a9259f65eb56b0b2ae78 But manually since we renamed stuff and the repair procedures changed
2016-06-01Backport of share id as string fixVincent Petry
2016-05-19Remove the password from the validateUserPass() method as wellJoas Schilling
2016-05-17Merge pull request #24441 from ↵Vincent Petry
owncloud/backport-24432-never-save-app-language-into-request-lang [9.0] Do not save the language as request lang for apps when we didn't find…
2016-05-11Make update server URL configurableLukas Reschke
Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
2016-05-04Do not save the language as request lang for apps when we didn't find anyJoas Schilling
2016-04-26Merge branch 'stable9' into local-invalid-9C. Montero Luque
2016-04-26add testsRobin Appelman
2016-04-25triger the propagator from the command line scannerRobin Appelman
2016-04-22Merge pull request #24196 from ↵Thomas Müller
owncloud/backport-24183-change-background-job-sort-order [9.0] Change the sort order of background jobs to be DESC instead of ASC
2016-04-22Change the sort order of background jobs to be DESC instead of ASCJoas Schilling
In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs.
2016-04-22Throw NoUserException when attempting to init mount point for null userVincent Petry
In some scenarios initMountPoints is called with an empty user, and also there is no user in the session. In such cases, it is unsafe to let the code move on with an empty user.
2016-04-22Merge pull request #24131 from ↵Thomas Müller
owncloud/dont-transfer-files-to-not-ready-user-stable9 [9.0] Introduce isReadyForUser and verify in file transfer ownership
2016-04-21[stable9] Ignore certificate file if it starts with file://Lukas Reschke
2016-04-20Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller
2016-04-20When the scanner detects a file is changed clear checksumRoeland Jago Douma
Fixes #23782 and #23783 If the file scanner detects a changed file we clear the checksum while we update the cache. * Unit test added
2016-04-06Remove duplicated messageJoas Schilling
2016-04-06Show hint in CLIVictor Dubiniuk
2016-04-05Show cli notice for big installationsVictor Dubiniuk
2016-04-05Add releasenotes classVictor Dubiniuk
2016-04-04[stable9] Read available l10n files also from theme folderMorris Jobke
* Read available l10n files also from theme folder The old behaviour was that only languages could be used for an app that are already present in the apps/$app/l10n folder. If there is a themed l10n that is not present in the apps default l10n folder the language could not be used and the texts are not translated. With this change this is possible and also the l10n files are loaded even if the default l10n doesn't contain the l10n file. * Inject server root - allows proper testing and separation of concerns
2016-04-01Merge pull request #23709 from ↵Thomas Müller
owncloud/stable9-make-sure-that-encrypted-version-is-set [stable9] Make sure that the encrypted version is set
2016-04-01fix creation of versions of encrypted files on external storagesBjoern Schiessle
in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file.
2016-03-31Make sure that the encrypted version is setLukas Reschke
The code path called when using external storage with WebDAV is using `\OC\Files\Storage\Wrapper\Encryption::getMetaData` which did not contain the actual encrypted version inside the cache entry version. This lead to the following: 1. User uploaded a file 2. File is created and `\OC\Files\Storage\Wrapper\Encryption::getMetaData` is called. It has an empty `encryptedVersion` but sets `encrypted` to either `true` or `false`. 3. The call when updating the file cache will use the old version.
2016-03-30Merge pull request #23652 from owncloud/stable9_23651Thomas Müller
[Stable 9] Non moveable mount points should always be UPDATE+DELETE shareable