Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear the shares after the test like storages and files | Morris Jobke | 2015-10-09 | 1 | -0/+12 |
| | | | | * adjusted to stable8.1 backport of #19574 | ||||
* | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-06 | 1 | -0/+23 |
| | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data. | ||||
* | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 3 | -38/+53 |
| | | | | :speak_no_evil: :speak_no_evil: :speak_no_evil: | ||||
* | add test for factories | Bernhard Posselt | 2015-08-13 | 2 | -12/+26 |
| | | | | | | | | use ref for factory test Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests | ||||
* | Add unit tests | Lukas Reschke | 2015-07-27 | 1 | -0/+28 |
| | |||||
* | Merge pull request #17158 from ↵ | Morris Jobke | 2015-07-16 | 1 | -0/+33 |
|\ | | | | | | | | | owncloud/backport-15772-no-permission-restriction-for-owner [stable8] Backport 15772 no permission restriction for owner | ||||
| * | Add a test to share a subfolder of a folder shared with the owner by group | Joas Schilling | 2015-06-25 | 1 | -0/+33 |
| | | |||||
* | | Merge pull request #17172 from owncloud/view-emit-path-stable8 | Morris Jobke | 2015-07-08 | 1 | -0/+29 |
|\ \ | | | | | | | [stable8] emit hooks from a view as long as the path is inside the default root | ||||
| * | | emit hooks from a view as long as the path is inside the default root | Robin Appelman | 2015-06-29 | 1 | -0/+29 |
| | | | |||||
* | | | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+8 |
|/ / | | | | | | | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224 | ||||
* / | add unit tests for null handling in view | Robin Appelman | 2015-06-25 | 1 | -0/+17 |
|/ | |||||
* | Backport of #15592 to stable8 | Thomas Müller | 2015-06-25 | 1 | -0/+22 |
| | | | | | | Avoid php message "Invalid argument supplied for foreach()" - refs #15590 Remove unneeded comments | ||||
* | Merge pull request #16579 from owncloud/stable8-cors-no-cookie-auth | Thomas Müller | 2015-06-22 | 1 | -4/+71 |
|\ | | | | | Disallow cookie auth for cors requests stable8 | ||||
| * | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-27 | 1 | -4/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app | ||||
* | | Merge pull request #16734 from owncloud/stable8-dav-getremoteetag | Thomas Müller | 2015-06-22 | 1 | -0/+18 |
|\ \ | | | | | | | [stable8] Get etag from remote OC server | ||||
| * | | Disable update check test when testing wrappers | Vincent Petry | 2015-06-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | The checkUpdate test is intended for testing real storages, not wrappers. | ||||
| * | | Added storage backend test for checkUpdate | Vincent Petry | 2015-06-03 | 1 | -0/+15 |
| |/ | | | | | | | | | This helps testing whether checkUpdate properly returns false when no change exists | ||||
* | | AppFramework annotation whitespace unit test | Robin McCorkell | 2015-06-22 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #16630 from owncloud/stable8-quota-onlyforfiles | Morris Jobke | 2015-06-09 | 2 | -15/+102 |
|\ \ | | | | | | | [stable8] Only use quota stream wrapper on "files" | ||||
| * | | Backported unit tests from 31e94708f86e21174e4bcfaf33f645dbba1efc1e | Vincent Petry | 2015-06-01 | 1 | -4/+79 |
| | | | | | | | | | | | | | | | | | | Partial backport, only took the unit tests from 31e94708f86e21174e4bcfaf33f645dbba1efc1e to simulate failure using mocks instead of the quota storage wrapper. | ||||
| * | | Only use quota stream wrapper on "files" | Vincent Petry | 2015-05-29 | 1 | -11/+23 |
| |/ | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders | ||||
* | | Merge pull request #16738 from rullzer/ocs_set_password_backport | Morris Jobke | 2015-06-09 | 1 | -0/+280 |
|\ \ | | | | | | | [stable8] Set password properly in OCS Share API | ||||
| * | | Added unit test | Roeland Jago Douma | 2015-06-03 | 1 | -0/+46 |
| | | | |||||
| * | | Fix unit test | Roeland Jago Douma | 2015-06-03 | 1 | -0/+4 |
| | | | |||||
| * | | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-06-03 | 1 | -0/+230 |
| |/ | | | | | | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | ||||
* / | Properly return fileid when scanFile() did not find differences | Vincent Petry | 2015-06-01 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #15959 from ↵ | Morris Jobke | 2015-05-20 | 1 | -2/+56 |
|\ | | | | | | | | | owncloud/backport-15596-remote-share-feedback-urls Backport 15596 remote share feedback urls | ||||
| * | Add tests for the correct share id on the call aswell | Joas Schilling | 2015-05-04 | 1 | -5/+8 |
| | | |||||
| * | make scrutinizer happy | Joas Schilling | 2015-05-04 | 1 | -1/+1 |
| | | |||||
| * | Add tests for the remote sharing url | Joas Schilling | 2015-05-04 | 1 | -2/+53 |
| | | |||||
* | | Add unit test for migrator with different prefix | Vincent Petry | 2015-05-19 | 1 | -1/+28 |
| | | |||||
* | | Properly log out test users in unit tests | Vincent Petry | 2015-05-15 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #15797 from owncloud/stable8-backport-15489 | Jörn Friedrich Dreyer | 2015-05-13 | 2 | -32/+38 |
|\ \ | |/ |/| | Stable8 backport 15489 | ||||
| * | fix unit tests | Morris Jobke | 2015-04-22 | 1 | -2/+2 |
| | | |||||
| * | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-22 | 2 | -23/+32 |
| | | |||||
| * | fix filesystem and encryption tests | Jörn Friedrich Dreyer | 2015-04-22 | 1 | -7/+4 |
| | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/util.php apps/files_encryption/tests/hooks.php | ||||
* | | Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfiles | Morris Jobke | 2015-04-28 | 1 | -0/+40 |
|\ \ | | | | | | | [stable8] Do not return shares for files outside "files" | ||||
| * | | Add logout in share test to avoid nasty side effects | Vincent Petry | 2015-04-14 | 1 | -0/+1 |
| | | | |||||
| * | | Do not return shares for files outside "files" | Vincent Petry | 2015-04-14 | 1 | -0/+39 |
| | | | |||||
* | | | Revert "Revert "[stable8] Properly add trailing slash to mount point"" | Morris Jobke | 2015-04-16 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Revert "[stable8] Properly add trailing slash to mount point" | Thomas Müller | 2015-04-16 | 1 | -4/+0 |
| | | |||||
* | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -0/+4 |
|/ | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* | Select the timezone on the right timestamp and assert it | Joas Schilling | 2015-04-07 | 1 | -8/+11 |
| | |||||
* | Merge pull request #15246 from owncloud/stable8-share-partfilepermissions | Morris Jobke | 2015-03-27 | 1 | -2/+2 |
|\ | | | | | [stable8] Fix share permission checks | ||||
| * | Fix share permission related unit tests | Vincent Petry | 2015-03-26 | 1 | -2/+2 |
| | | |||||
* | | SQLite autoincrement fix backport | Vincent Petry | 2015-03-26 | 2 | -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 Petry | 2015-03-26 | 2 | -14/+126 |
|\ | | | | | | | | | owncloud/backport-14766-compare-array-insertifnotexists [Stable8] Backport 14766 compare array insertifnotexists | ||||
| * | Add test for UniqueConstraintViolationException on wrong key | Joas Schilling | 2015-03-16 | 1 | -0/+32 |
| | | |||||
| * | let insertIfNotExist() throw the native DBALException - no need to hide the ↵ | Thomas Müller | 2015-03-16 | 1 | -5/+5 |
| | | | | | | | | real exception | ||||
| * | Adding unit test which shows insertIfNotExists to fall apart in certain ↵ | Thomas Müller | 2015-03-16 | 2 | -11/+91 |
| | | | | | | | | situations |