summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | SQLite autoincrement fix backportVincent Petry2015-03-262-0/+94
|/ | | | | | | | | 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.
* Merge pull request #14914 from ↵Vincent Petry2015-03-262-14/+126
|\ | | | | | | | | owncloud/backport-14766-compare-array-insertifnotexists [Stable8] Backport 14766 compare array insertifnotexists
| * Add test for UniqueConstraintViolationException on wrong keyJoas Schilling2015-03-161-0/+32
| |
| * let insertIfNotExist() throw the native DBALException - no need to hide the ↵Thomas Müller2015-03-161-5/+5
| | | | | | | | real exception
| * Adding unit test which shows insertIfNotExists to fall apart in certain ↵Thomas Müller2015-03-162-11/+91
| | | | | | | | situations
* | Merge pull request #15192 from owncloud/stable8-15153Lukas Reschke2015-03-261-0/+36
|\ \ | | | | | | Stable8: Add `getNonExistingName()` to the node api
| * | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-251-0/+36
| | |
* | | Merge pull request #15052 from rullzer/backport-15025Vincent Petry2015-03-261-0/+35
|\ \ \ | |/ / |/| | [stable8] Backport of #15025: OCS Respect enforced date
| * | Backport of #15025Roeland Jago Douma2015-03-201-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #15110 from owncloud/backport-15108Morris Jobke2015-03-231-3/+1
|\ \ \ | | | | | | | | The iran timezone removed the DST handling which breaks the timezone lib
| * | | The iran timezone removed the DST handling which breaks the timezone libJoas Schilling2015-03-231-3/+1
| |/ /
* / / Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-201-0/+34
|/ /
* | Fixed expected warning count on repair failVincent Petry2015-03-161-1/+1
| |
* | Detect that the done flag was not set after repair failVincent Petry2015-03-161-2/+2
| |
* | Do not abort when meeting unfixable legacy storagesVincent Petry2015-03-161-10/+13
| |
* | validate resource's integrity before using itGeorg Ehrke2015-03-161-0/+5
|/
* Merge pull request #14763 from owncloud/backport-14429Morris Jobke2015-03-111-3/+18
|\ | | | | Etc timezones don't exist for .5 and .75 offsets
| * Etc timezones don't exist for .5 and .75 offsetsJoas Schilling2015-03-091-3/+18
| |
* | Merge pull request #14514 from owncloud/stable8-tagmanager-nouserMorris Jobke2015-03-111-0/+10
|\ \ | | | | | | [stable8] Return null when requesting tags for null user
| * | Return null when requesting tags for null userVincent Petry2015-02-251-0/+10
| | | | | | | | | | | | | | | | | | | | | The TagManager->load() now returns null if the user is not authenticated instead of failing with an error. Backport of 9ee37169a6615e06c397e3b623ca55805aebcea3 from master
* | | Merge pull request #14801 from owncloud/backport-13839Morris Jobke2015-03-111-0/+51
|\ \ \ | | | | | | | | [stable8] Extract the remote host from user input in share dropdown
| * | | Extract the remote host from user input in share dropdownJoas Schilling2015-03-111-0/+51
| | |/ | |/| | | | | | | Fix #13678
| * | 14719 without public APILukas Reschke2015-03-051-27/+0
| | |
| * | Fix totally broken AppStoreLukas Reschke2015-03-051-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8Morris Jobke2015-03-111-0/+30
|\ \ \ | | | | | | | | [stable8] Disable the cache updater when doing the encryption migration
| * | | add some tests for disabled updaterRobin Appelman2015-03-031-0/+30
| |/ /
* / / Add a test for ObjectStore\NoopScannerJoas Schilling2015-03-041-0/+76
|/ /
* | Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+13
| |
* | make version check work on the lowest common version denominatorBernhard Posselt2015-02-271-3/+18
| |
* | Add unit testRobin Appelman2015-02-271-0/+15
| |
* | Merge pull request #14504 from ↵Thomas Müller2015-02-272-0/+73
|\ \ | | | | | | | | | | | | owncloud/stable8-quota-preventdatalossforfailedmove [stable8] Fix file move/copy when storage space is not enough
| * | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-0/+51
| | |
| * | Properly detect streamCopy errorsVincent Petry2015-02-251-0/+22
| |/ | | | | | | Now checking whether the written bytes match the number of read bytes.
* | Merge pull request #14518 from owncloud/backport-14282-stable8Thomas Müller2015-02-261-2/+2
|\ \ | | | | | | [Backport-14282-stable8]
| * | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-251-2/+2
| |/ | | | | | | | | Conflicts: lib/private/app.php
* / Cleanup garbage collection for global file cacheRobin Appelman2015-02-261-0/+73
|/
* fixing unit tests in UsersControllerTestThomas Müller2015-02-161-11/+11
|
* Add a test for the post_shared hook shareTypeJoas Schilling2015-02-091-0/+11
|
* Normalize before processingLukas Reschke2015-02-062-0/+31
|
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+22
|
* Merge pull request #13811 from owncloud/default-to-nullLukas Reschke2015-02-021-27/+37
|\ | | | | Default to `null` for lostpassword
| * Mock l10n in the setupLukas Reschke2015-02-011-26/+23
| |
| * Add unit tests for empty tokenLukas Reschke2015-02-011-2/+15
| |
* | Switch to a factory and add unit testsLukas Reschke2015-01-301-33/+373
| |
* | Add unit testsLukas Reschke2015-01-302-8/+189
|/
* Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-0/+23
|
* Fix webdav put for single file webdav sharesRobin Appelman2015-01-291-0/+25
|
* Fix resolving paths for views rooted in a fileRobin Appelman2015-01-291-0/+16
|
* Add unit testRobin Appelman2015-01-281-1/+3
|
* Merge pull request #13717 from owncloud/storage-donotwrapnullstorageMorris Jobke2015-01-281-0/+69
|\ | | | | Prevent wrapping null storage