summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17340 from owncloud/stable8-backport-16911Robin McCorkell2015-07-151-2/+4
|\
| * floats are not welcome when setting the size of a previewOlivier Paroz2015-07-021-4/+4
| * Determine the size we need before asking for a thumbnailOlivier Paroz2015-07-021-0/+2
* | Merge pull request #17271 from owncloud/stable8-share-etag-update-targetMorris Jobke2015-07-082-10/+38
|\ \
| * | Unit test for etag update on custom share folderVincent Petry2015-07-011-8/+36
| * | take share target into account when updating recipient etagsRobin Appelman2015-07-011-2/+2
| |/
* | remove duplicate ID in HTML template for public sharesMorris Jobke2015-07-062-2/+2
* | Bump versionsLukas Reschke2015-07-021-1/+1
|/
* Added unit test to verify link password removealRoeland Jago Douma2015-06-251-1/+23
* [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-1/+7
* Throw nicer error message instead 500Lukas Reschke2015-06-171-1/+3
* Verify if path existsLukas Reschke2015-06-171-0/+5
* Disable video preview if previews are disabledMorris Jobke2015-06-103-1/+3
* OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-06-031-34/+9
* Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissionsBjörn Schießle2015-05-261-2/+1
|\
| * Do not automatically add "update" permission to shared mountsVincent Petry2015-05-211-2/+1
* | Add tests for the correct share id on the call aswellJoas Schilling2015-05-041-3/+15
* | Correctly send Federate-Cloud Share Feedback against the remote share IDJoas Schilling2015-05-041-6/+6
* | check the called URLJoas Schilling2015-05-041-3/+13
* | Correctly generate the feedback URL for remote shareJoas Schilling2015-05-041-1/+1
* | Merge the two tests into oneJoas Schilling2015-05-042-154/+67
* | *cough*Joas Schilling2015-05-042-5/+14
* | Add a unit test for the naming conflict on the mountpoint nameJoas Schilling2015-05-042-6/+155
* | Use insertIfNotExists() instead of manual logicJoas Schilling2015-05-041-24/+31
* | Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-05-043-9/+36
* | Do not make setupMounts() public just because of testingJoas Schilling2015-05-042-12/+12
* | Add unit tests for external share manangerRobin Appelman2015-05-042-2/+144
* | Fix external shares without password on oracleRobin Appelman2015-05-041-1/+1
|/
* Merge pull request #15502 from owncloud/backport-14293-public-download-activi...Morris Jobke2015-04-281-13/+35
|\
| * Correctly create activities for public downloadsJoas Schilling2015-04-091-13/+35
* | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptionsMorris Jobke2015-04-281-1/+2
|\ \
| * | Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-1/+2
| |/
* | Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-sha...Morris Jobke2015-04-281-3/+9
|\ \
| * | Revert "Revert "[stable8] Properly add trailing slash to mount point""Morris Jobke2015-04-161-3/+9
* | | fix subfolder reshares over webdavRobin Appelman2015-04-241-2/+2
* | | remove unneeded readonlycacheRobin Appelman2015-04-241-27/+0
* | | resolve reshares in public webdavRobin Appelman2015-04-241-3/+4
* | | use the permissions mask cache wrapper instead of the read only cacheRobin Appelman2015-04-241-1/+4
|/ /
* | Revert "[stable8] Properly add trailing slash to mount point"Thomas Müller2015-04-161-9/+3
* | Properly add trailing slash to mount pointVincent Petry2015-04-131-3/+9
|/
* Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke2015-03-272-20/+192
|\
| * Fix share permission related unit testsVincent Petry2015-03-261-9/+13
| * Rename must be possible with update-only permissionVincent Petry2015-03-261-17/+23
| * Fix shared storage permission checksVincent Petry2015-03-262-4/+166
* | always fall back to default share folderBjoern Schiessle2015-03-263-5/+20
* | Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithsharesMorris Jobke2015-03-262-0/+112
|\ \ | |/ |/|
| * Add unit test for size propagation across share boundariesVincent Petry2015-03-131-0/+90
| * Fix size propagation over shared storage boundaryVincent Petry2015-03-131-0/+22
* | Merge pull request #15193 from owncloud/stable8-15145Vincent Petry2015-03-264-23/+87
|\ \
| * | when the path doesnt exist show a proper error pageRobin Appelman2015-03-251-0/+2