summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* if a folder gets deleted we unshare all shared files/folders belowBjoern Schiessle2014-07-042-20/+21
* Merge pull request #9364 from owncloud/sharing_rename_mount_pointsVincent Petry2014-07-021-0/+36
|\
| * rename mount point of children if parent was renamedBjoern Schiessle2014-07-021-0/+36
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-021-0/+1
|\ \ | |/ |/|
| * Fix unit testRobin Appelman2014-07-021-0/+1
* | Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-0/+8
|/
* fix trailing whitespace noted by ScrutinizerJan-Christoph Borchardt2014-06-271-1/+1
* Sync file list with file actionsVincent Petry2014-06-273-0/+5
* remove pointless require - we should kill all require_once like that in our t...Thomas Müller2014-06-271-2/+0
* Merge pull request #9193 from owncloud/sharing_etag_propagationBjörn Schießle2014-06-261-2/+113
|\
| * make sure that hooks are registered for the testsBjoern Schiessle2014-06-251-2/+7
| * make sure that during share and unshare the etags get propagated correctlyBjoern Schiessle2014-06-251-0/+106
* | Merge pull request #9205 from owncloud/remoteshare-fixurlpathVincent Petry2014-06-251-0/+91
|\ \
| * | Fix parsing of remote URL when mounting remote sharesVincent Petry2014-06-251-0/+91
| |/
* / add/update unit testsBjoern Schiessle2014-06-242-3/+33
|/
* Merge pull request #8901 from owncloud/permissions-update-cacheVincent Petry2014-06-111-8/+42
|\
| * adjust unit test assert valuesThomas Müller2014-06-091-8/+6
| * adding PHPDocThomas Müller2014-06-091-0/+36
* | no need to prepare a statement twiceBjoern Schiessle2014-06-101-1/+0
|/
* fix unshareFromSelf()Bjoern Schiessle2014-06-061-0/+65
* update unit tests and make sure that we return the right permissions for file...Bjoern Schiessle2014-06-061-0/+5
* add some testsBjoern Schiessle2014-06-061-1/+59
* Fix phpdoc and commentsRobin Appelman2014-06-061-1/+1
* update share API tests, file shares never have delete permissionsBjoern Schiessle2014-06-061-4/+6
* add additional unit testsBjoern Schiessle2014-06-061-0/+139
* don't allow to share single files with delete permissions, user should only b...Bjoern Schiessle2014-06-063-125/+341
* Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-051-0/+91
|\
| * Added "Shared with link" sidebar section in files appVincent Petry2014-06-041-0/+91
* | Merge pull request #8791 from owncloud/share-overview-sharewithstatusMorris Jobke2014-06-043-4/+460
|\ \ | |/ |/|
| * Use recipient display names when updating shares in the UIVincent Petry2014-06-041-21/+27
| * Multiple fixes to sharing overviewVincent Petry2014-06-031-9/+105
| * Now using shareOwner for the share ownerVincent Petry2014-06-022-4/+10
| * More unit tests and fixes for shareVincent Petry2014-06-021-22/+157
| * Added unit tests for share.js and share iconVincent Petry2014-06-021-0/+213
* | fix unit testsMorris Jobke2014-06-021-1/+1
|/
* Removed "Share with" columnVincent Petry2014-05-301-11/+0
* Added owner display name in actionVincent Petry2014-05-302-1/+10
* Sharing overview fixes and unit testsVincent Petry2014-05-302-0/+557
* don't lose file size during renameBjoern Schiessle2014-05-261-3/+43
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-223-2/+76
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-213-20/+252
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-193-9/+9
* Fix whitespace issuesRobin McCorkell2014-05-161-5/+5
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
* 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