summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-221-3/+3
|
* Merge pull request #20614 from ↵Thomas Müller2015-11-201-30/+22
|\ | | | | | | | | owncloud/use-mocks-when-testing-isSharingDisabledForUser Use mocks when testing isSharingDisabledForUser
| * Fix failing unit test :skull:Thomas Müller2015-11-191-15/+1
| |
| * Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-30/+36
| |
* | Make the JobList test more robust by sorting the result of getAll before ↵Joas Schilling2015-11-191-12/+24
|/ | | | comparison
* Merge pull request #20551 from owncloud/notification-fix-testsThomas Müller2015-11-182-20/+58
|\ | | | | Notification - Add tests for the "return $this" and fix it on the new method
| * Add tests for the "return $this" and fix it on the new methodJoas Schilling2015-11-172-20/+58
| |
* | Merge pull request #20544 from owncloud/move-index-to-appframeworkThomas Müller2015-11-172-13/+25
|\ \ | |/ |/| Move index.php from files to AppFramework
| * Move index.php from files to AppFrameworkLukas Reschke2015-11-162-13/+25
| | | | | | | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* | Merge pull request #20539 from owncloud/notification-api-adjustmentThomas Müller2015-11-172-69/+36
|\ \ | |/ |/| Notification api update
| * Remove the icon for nowJoas Schilling2015-11-162-69/+0
| |
| * Add "is primary action" to actionsJoas Schilling2015-11-161-0/+36
| |
* | [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-161-1/+1
|/
* [Avatar] No need to setup FS for avatar testsRoeland Jago Douma2015-11-141-59/+40
|
* enable microseconds in log timestampsChristian Schnidrig2015-11-121-0/+67
|
* Add tests for FileInfo ownerRobin Appelman2015-11-101-10/+44
|
* Merge pull request #16604 from owncloud/cache-escape-likeRobin Appelman2015-11-101-0/+48
|\ | | | | escape like parameter in cache operations
| * Add test for special character during moveRobin Appelman2015-11-051-0/+48
| |
* | Fix autoloader unit test outputRoeland Jago Douma2015-11-091-1/+0
| | | | | | | | Removed leftover print statement
* | [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-061-8/+45
| | | | | | | | | | This reduces a lot of the autoloader magic and makes sure that we generate full paths in the autoloader.
* | Merge pull request #20348 from owncloud/issue-20303-integer-group-namesThomas Müller2015-11-061-0/+26
|\ \ | | | | | | Make sure that group names are strings not integers
| * | Make sure that group names are strings not integersJoas Schilling2015-11-061-0/+26
| | |
* | | Merge pull request #20288 from owncloud/fix_20234Thomas Müller2015-11-061-0/+96
|\ \ \ | |/ / |/| | make sure that we update the unencrypted size for the versions
| * | make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-0/+96
| | |
* | | Fix oracleRoeland Jago Douma2015-11-051-35/+119
| | |
* | | Add unshare hooksRoeland Jago Douma2015-11-051-101/+128
| | |
* | | The new sharing code now handles deletionRoeland Jago Douma2015-11-052-0/+741
| | | | | | | | | | | | OCS -> ShareManager -> DefaultShareProvider
* | | subadmin methods should not return any null user or groupArthur Schiwon2015-11-051-0/+31
| |/ |/|
* | Merge pull request #20157 from owncloud/users-fixeveryonecountThomas Müller2015-11-041-0/+69
|\ \ | |/ |/| Fix everyone count for subadmins
| * Fix everyone count for subadminsVincent Petry2015-10-291-0/+69
| | | | | | | | Also moved the logic to the UsersController
* | Use proper statement to retrieve the IP of an docker instanceMorris Jobke2015-10-301-1/+1
|/
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-292-191/+362
|\ | | | | Drop OC_SubAdmin and replace usages
| * Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-292-191/+362
| |
* | Merge pull request #20134 from owncloud/pass-with-skippingThomas Müller2015-10-292-17/+18
|\ \ | | | | | | Make Travis CI pass when DAV was not touched
| * | Make Travis CI pass when DAV was not touchedJoas Schilling2015-10-292-17/+18
| |/
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrenameThomas Müller2015-10-292-2/+51
|\ \ | | | | | | On rename, also refresh storage_mtime of the target file
| * | Fix locking unit tests due to filemtime additionVincent Petry2015-10-261-2/+10
| | |
| * | Also adjust storage_mtime of target after renameVincent Petry2015-10-261-0/+41
| | | | | | | | | | | | Some storages like Dropbox change their mtime on rename...
* | | Use the methodJoas Schilling2015-10-291-7/+1
| | |
* | | Add a repair step that checks for group membership on sharesJoas Schilling2015-10-291-0/+138
| | |
* | | Remove shares where the parent does not exist anymoreJoas Schilling2015-10-291-0/+78
| |/ |/|
* | run litmus scripts only if code in the dav app did change changedThomas Müller2015-10-281-0/+17
| |
* | Enable DAV app testing on travisThomas Müller2015-10-273-0/+224
| |
* | Use speaking idsJoas Schilling2015-10-261-9/+17
| |
* | Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-1/+20
|/
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-0/+16
| | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail.
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-2112-106/+7
|
* Fix unit testRoeland Jago Douma2015-10-211-15/+93
| | | | | | | | Now that OC_SubAdmin is just a wrapper around OC\SubAdmin some unit tests had to be fixed because they expected different behaviour. Eventually they should move to properly mocked instances of OC\SubAdmin of course
* New \OC\SubAdmin classRoeland Jago Douma2015-10-211-0/+264
| | | | | | | * DI * Tests * moved OC_SubAdmin to legacy * Added to private OC\GroupManager
* Merge pull request #18184 from owncloud/ocs-merge-headersThomas Müller2015-10-211-29/+33
|\ | | | | Merge headers of ocs results