summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8555 from owncloud/sharing_default_expire_only_public_linksBjörn Schießle2014-05-161-0/+54
|\
| * use default expire date only for link sharesBjoern Schiessle2014-05-161-0/+54
* | allow admin to enforce passwords for public link sharesBjoern Schiessle2014-05-161-0/+54
|/
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-122-3/+3
* Added unit test for sharing ext storage mount pointsVincent Petry2014-05-081-2/+55
* get the correct owner path for part filesBjoern Schiessle2014-04-301-0/+83
* split-up the update script and add unit tests for itBjoern Schiessle2014-04-231-0/+55
* some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-231-9/+9
* add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
* we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-232-3/+63
* fix share api testsBjoern Schiessle2014-04-235-123/+67
* add tests for sharing files the users doesn't have access toRobin Appelman2014-04-031-0/+23
* Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-011-0/+39
|\
| * Implement getPath for shared filesRobin Appelman2014-03-281-0/+39
* | Merge pull request #7293 from owncloud/update-shares-postgresVincent Petry2014-04-011-0/+91
|\ \
| * | Fixed share upgrade cleanup tests to use the correct idsVincent Petry2014-03-261-9/+9
| * | Fixed share updater unit testVincent Petry2014-03-251-8/+10
| * | Added backticks for Oracle in sharing updater unit testVincent Petry2014-03-131-8/+8
| * | Clean up database before setup the database for testingMorris Jobke2014-03-131-0/+4
| * | Refactor update script to class and add unit testMorris Jobke2014-03-131-0/+85
* | | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-1/+84
* | | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-251-83/+0
| |/ |/|
* | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-1/+104
|/
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-6/+197
* we need the file_source to delete a share successfullyBjoern Schiessle2014-03-101-0/+34
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-252-0/+69
* fix test so that it doesn't depend on the array orderBjoern Schiessle2014-02-211-14/+25
* fix usersPath and add unit testsBjoern Schiessle2014-02-211-2/+106
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
* Fixed searchByMime in shared cacheVincent Petry2014-02-051-0/+134
* Removed numRows usage from encryption appVincent Petry2013-12-191-2/+2
* Added unit test for sharing permissionsVincent Petry2013-12-101-0/+110
* Fixed unit tests for files sharing watcherVincent Petry2013-11-062-3/+3
* Added unit tests for shared files watcherVincent Petry2013-11-053-107/+308
* add test for the reshare optionBjoern Schiessle2013-10-171-2/+59
* adjust testsBjoern Schiessle2013-10-171-3/+2
* Merge pull request #5269 from owncloud/ocs_share_api_add_received_fromBjörn Schießle2013-10-151-1/+2
|\
| * fix api testsBjoern Schiessle2013-10-111-1/+2
* | Merge pull request #5233 from owncloud/enc_filter_usersBjörn Schießle2013-10-111-3/+4
|\ \ | |/ |/|
| * make sure that we are logged in ad user1 while performing the testsBjoern Schiessle2013-10-101-3/+4
* | php 5.3 compatibility for Test_Files_Sharing_ApiThomas Müller2013-10-081-2/+4
|/
* update testsBjoern Schiessle2013-10-041-3/+3
* add testUpdateShareUpload()Bjoern Schiessle2013-09-301-3/+62
* add getShareFromFolder() testBjoern Schiessle2013-09-301-0/+37
* Make sure that testDeleteShare() has some shares to deleteBjoern Schiessle2013-09-301-7/+33
|\
| * flipping arguments on assertEquals() - first argument contains the expected v...Thomas Müller2013-09-291-4/+4
| * - adding unit test testGetShareFromUnknownId()Thomas Müller2013-09-291-3/+17
* | add some commentsBjoern Schiessle2013-09-271-2/+3
|/
* add test getShareFromIdBjoern Schiessle2013-09-271-1/+36
* add some additional assertions to the testsBjoern Schiessle2013-09-251-2/+11