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
2015-04-07Select the timezone on the right timestamp and assert itJoas Schilling
2015-03-27Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke
[stable8] Fix share permission checks
2015-03-27Fix share permission related unit testsVincent Petry
2015-03-26SQLite autoincrement fix backportVincent Petry
Add custom sqlite platform to set auto increment Add repair step to fix SQLite autoincrement Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
2015-03-26Merge pull request #14914 from ↵Vincent Petry
owncloud/backport-14766-compare-array-insertifnotexists [Stable8] Backport 14766 compare array insertifnotexists
2015-03-26Merge pull request #15192 from owncloud/stable8-15153Lukas Reschke
Stable8: Add `getNonExistingName()` to the node api
2015-03-26Merge pull request #15052 from rullzer/backport-15025Vincent Petry
[stable8] Backport of #15025: OCS Respect enforced date
2015-03-25Add `getNonExistingName()` to the node apiRobin Appelman
2015-03-23Merge pull request #15110 from owncloud/backport-15108Morris Jobke
The iran timezone removed the DST handling which breaks the timezone lib
2015-03-23The iran timezone removed the DST handling which breaks the timezone libJoas Schilling
2015-03-20Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell
2015-03-20Backport of #15025Roeland Jago Douma
When the expiration date is enforced respect this - Make sure that we do not allow removing of the expiration date when this is enforced in the settings. - Added unit test
2015-03-16Fixed expected warning count on repair failVincent Petry
2015-03-16Detect that the done flag was not set after repair failVincent Petry
2015-03-16Do not abort when meeting unfixable legacy storagesVincent Petry
2015-03-16validate resource's integrity before using itGeorg Ehrke
2015-03-16Add test for UniqueConstraintViolationException on wrong keyJoas Schilling
2015-03-16let insertIfNotExist() throw the native DBALException - no need to hide the ↵Thomas Müller
real exception
2015-03-16Adding unit test which shows insertIfNotExists to fall apart in certain ↵Thomas Müller
situations
2015-03-11Merge pull request #14763 from owncloud/backport-14429Morris Jobke
Etc timezones don't exist for .5 and .75 offsets
2015-03-11Merge pull request #14514 from owncloud/stable8-tagmanager-nouserMorris Jobke
[stable8] Return null when requesting tags for null user
2015-03-11Merge pull request #14801 from owncloud/backport-13839Morris Jobke
[stable8] Extract the remote host from user input in share dropdown
2015-03-11Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8Morris Jobke
[stable8] Disable the cache updater when doing the encryption migration
2015-03-11Extract the remote host from user input in share dropdownJoas Schilling
Fix #13678
2015-03-09Etc timezones don't exist for .5 and .75 offsetsJoas Schilling
2015-03-0614719 without public APILukas Reschke
2015-03-05Fix totally broken AppStoreLukas Reschke
As it turned out the AppStore code was completely broken when it came from apps delivered from the appstore, this meant: 1. You could not disable and then re-enable an application that was installed from the AppStore. It simply failed hard. 2. You could not disable apps from the categories but only from the "Activated" page 3. It did not show the activation state from any category page This code is completely static and thus testing it is impossible. We really have to stop with "let's add yet another feature in already existing static code". Such stuff has to get refactored first. That said, this code works from what I can say when clicking around in the AppStore page GUI. However, it may easily be that it does not work with updates or whatsever as I have no chance to test that since the AppStore code is not open-source and it is impossible to write unit-tests for that. Fixes https://github.com/owncloud/core/issues/14711
2015-03-04Add a test for ObjectStore\NoopScannerJoas Schilling
2015-03-03add some tests for disabled updaterRobin Appelman
2015-02-27Fix cache update when doing a rename that overwrites the targetRobin Appelman
2015-02-27make version check work on the lowest common version denominatorBernhard Posselt
2015-02-27Add unit testRobin Appelman
2015-02-27Merge pull request #14504 from ↵Thomas Müller
owncloud/stable8-quota-preventdatalossforfailedmove [stable8] Fix file move/copy when storage space is not enough
2015-02-26Merge pull request #14518 from owncloud/backport-14282-stable8Thomas Müller
[Backport-14282-stable8]
2015-02-26Delete target file for unsuccessful copy/renameVincent Petry
2015-02-26Cleanup garbage collection for global file cacheRobin Appelman
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
Conflicts: lib/private/app.php
2015-02-25Return null when requesting tags for null userVincent Petry
The TagManager->load() now returns null if the user is not authenticated instead of failing with an error. Backport of 9ee37169a6615e06c397e3b623ca55805aebcea3 from master
2015-02-25Properly detect streamCopy errorsVincent Petry
Now checking whether the written bytes match the number of read bytes.
2015-02-16fixing unit tests in UsersControllerTestThomas Müller
2015-02-09Add a test for the post_shared hook shareTypeJoas Schilling
2015-02-06Normalize before processingLukas Reschke
2015-02-04detect root of mountpoint also if the trailing slash is missedBjoern Schiessle
2015-02-02Merge pull request #13811 from owncloud/default-to-nullLukas Reschke
Default to `null` for lostpassword
2015-02-01Mock l10n in the setupLukas Reschke
2015-02-01Add unit tests for empty tokenLukas Reschke
2015-01-30Switch to a factory and add unit testsLukas Reschke
2015-01-30Add unit testsLukas Reschke
2015-01-29Dont remove a file from cache if the delete operation failedRobin Appelman
2015-01-29Fix webdav put for single file webdav sharesRobin Appelman