summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20691 from owncloud/share2.0_di_fixesThomas Müller2015-11-252-255/+108
|\
| * [Sharing 2.0] Default share provider only generic DIRoeland Jago Douma2015-11-241-141/+105
| * [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-241-114/+3
* | Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-253-38/+43
|\ \
| * | update testsRobin Appelman2015-11-192-38/+10
| * | take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-0/+33
* | | Make sure that object id can be a stringJoas Schilling2015-11-231-14/+22
| |/ |/|
* | Merge pull request #20617 from owncloud/fix-usage-of-lastInsertIdThomas Müller2015-11-233-44/+7
|\ \
| * | lastInsertId() is properly working with Oracle if the table name is properly ...Thomas Müller2015-11-233-44/+7
* | | Merge pull request #20543 from owncloud/share2.0_fix_hooksThomas Müller2015-11-232-211/+410
|\ \ \
| * | | [Sharing 2.0] Move hook and delete children logic to share managerRoeland Jago Douma2015-11-232-211/+410
* | | | Merge pull request #20577 from owncloud/notifications-datetime-timestampThomas Müller2015-11-231-25/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Use a DateTime object instead of a timestampJoas Schilling2015-11-231-25/+35
| |/ /
* | | Merge pull request #20222 from owncloud/federated_sharing_auto_completeThomas Müller2015-11-231-1/+1
|\ \ \ | |/ / |/| |
| * | added app "federation", allows you to connect ownClouds and exchange user listsBjörn Schießle2015-11-191-1/+1
* | | Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-232-11/+28
|\ \ \
| * | | Fix undefined HTTP_USER_AGENTThomas Müller2015-11-221-8/+25
| * | | Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-221-3/+3
* | | | Moved changedisplayname to usercontrollerRoeland Jago Douma2015-11-201-0/+169
|/ / /
* | | Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisab...Thomas Müller2015-11-201-30/+22
|\ \ \ | |/ / |/| |
| * | 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 comp...Joas Schilling2015-11-191-12/+24
|/
* Merge pull request #20551 from owncloud/notification-fix-testsThomas Müller2015-11-182-20/+58
|\
| * 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 AppFrameworkLukas Reschke2015-11-162-13/+25
* | Merge pull request #20539 from owncloud/notification-api-adjustmentThomas Müller2015-11-172-69/+36
|\ \ | |/ |/|
| * 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
|\
| * Add test for special character during moveRobin Appelman2015-11-051-0/+48
* | Fix autoloader unit test outputRoeland Jago Douma2015-11-091-1/+0
* | [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-061-8/+45
* | 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 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 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
* | | 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 subadminsVincent Petry2015-10-291-0/+69
* | 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
|\