Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -12/+0 |
| | |||||
* | Set proper public webdav permissions when public upload disabled | Roeland Jago Douma | 2016-03-17 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable. | ||||
* | Fixed JS unit tests for fed owner display name | Vincent Petry | 2015-12-15 | 1 | -0/+4 |
| | |||||
* | show display name but internally use the user name | Björn Schießle | 2015-12-15 | 6 | -6/+11 |
| | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-15 | 1 | -0/+8 |
| | |||||
* | Make sure all sharing tests extend the testcase | Joas Schilling | 2015-10-13 | 1 | -1/+5 |
| | |||||
* | Merge pull request #17340 from owncloud/stable8-backport-16911 | Robin McCorkell | 2015-07-15 | 1 | -2/+4 |
|\ | | | | | [stable8] Determine the size we need before asking for a thumbnail | ||||
| * | floats are not welcome when setting the size of a preview | Olivier Paroz | 2015-07-02 | 1 | -4/+4 |
| | | |||||
| * | Determine the size we need before asking for a thumbnail | Olivier Paroz | 2015-07-02 | 1 | -0/+2 |
| | | | | | | | | We need to set the size of the preview using the devicePixelRatio and use that as arguments when using the preview endpoint or that endpoint will use the default 36x36 and thumbnails will be blurry on high DPI devices | ||||
* | | Merge pull request #17271 from owncloud/stable8-share-etag-update-target | Morris Jobke | 2015-07-08 | 2 | -10/+38 |
|\ \ | | | | | | | Stable8 share etag update target | ||||
| * | | Unit test for etag update on custom share folder | Vincent Petry | 2015-07-01 | 1 | -8/+36 |
| | | | |||||
| * | | take share target into account when updating recipient etags | Robin Appelman | 2015-07-01 | 1 | -2/+2 |
| |/ | |||||
* | | remove duplicate ID in HTML template for public shares | Morris Jobke | 2015-07-06 | 2 | -2/+2 |
| | | |||||
* | | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
|/ | |||||
* | Added unit test to verify link password removeal | Roeland Jago Douma | 2015-06-25 | 1 | -1/+23 |
| | |||||
* | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -1/+7 |
| | | | | | * properly handle the case where an abandoned share is left and simply skip it | ||||
* | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
| | |||||
* | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
| | | | | We need to verify if the specified path exists to gracefully prevent errors. | ||||
* | Disable video preview if previews are disabled | Morris Jobke | 2015-06-10 | 3 | -1/+3 |
| | |||||
* | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-06-03 | 1 | -34/+9 |
| | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | ||||
* | Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissions | Björn Schießle | 2015-05-26 | 1 | -2/+1 |
|\ | | | | | [stable8] Do not automatically add "update" permission to shared mounts | ||||
| * | Do not automatically add "update" permission to shared mounts | Vincent Petry | 2015-05-21 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | In the past it seems the update permission was needed to be able to rename shared mounts, but it doesn't seem to be the case any more. Removing the "update" permission that used to be added automatically fixes the read-only permission check when trying to overwrite a read-only file over WebDAV. | ||||
* | | Add tests for the correct share id on the call aswell | Joas Schilling | 2015-05-04 | 1 | -3/+15 |
| | | |||||
* | | Correctly send Federate-Cloud Share Feedback against the remote share ID | Joas Schilling | 2015-05-04 | 1 | -6/+6 |
| | | |||||
* | | check the called URL | Joas Schilling | 2015-05-04 | 1 | -3/+13 |
| | | |||||
* | | Correctly generate the feedback URL for remote share | Joas Schilling | 2015-05-04 | 1 | -1/+1 |
| | | | | | | | | | | The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys | ||||
* | | Merge the two tests into one | Joas Schilling | 2015-05-04 | 2 | -154/+67 |
| | | |||||
* | | *cough* | Joas Schilling | 2015-05-04 | 2 | -5/+14 |
| | | |||||
* | | Add a unit test for the naming conflict on the mountpoint name | Joas Schilling | 2015-05-04 | 2 | -6/+155 |
| | | |||||
* | | Use insertIfNotExists() instead of manual logic | Joas Schilling | 2015-05-04 | 1 | -24/+31 |
| | | |||||
* | | Correctly get the unique mountpoint name when mounting the share | Joas Schilling | 2015-05-04 | 3 | -9/+36 |
| | | | | | | | | | | | | | | Previously the mount name was checked for uniqueness prior to inserting the share. This caused problems, when two shares with the same name where done or folder, mount point, local share with the same name was done, between sending and accepting of the remote share | ||||
* | | Do not make setupMounts() public just because of testing | Joas Schilling | 2015-05-04 | 2 | -12/+12 |
| | | |||||
* | | Add unit tests for external share mananger | Robin Appelman | 2015-05-04 | 2 | -2/+144 |
| | | |||||
* | | Fix external shares without password on oracle | Robin Appelman | 2015-05-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #15502 from ↵ | Morris Jobke | 2015-04-28 | 1 | -13/+35 |
|\ | | | | | | | | | owncloud/backport-14293-public-download-activities Correctly create activities for public downloads | ||||
| * | Correctly create activities for public downloads | Joas Schilling | 2015-04-09 | 1 | -13/+35 |
| | | |||||
* | | Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptions | Morris Jobke | 2015-04-28 | 1 | -1/+2 |
|\ \ | | | | | | | [stable8] Catch more exceptions when connecting to remote DAV server | ||||
| * | | Catch more exceptions when connecting to remote DAV server | Vincent Petry | 2015-04-10 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | | Added InvalidArgumentException to catch HTML parsing errors when XML was expected. Made convertSabreException more generic to be able to handle more exception cases. | ||||
* | | Merge pull request #15672 from ↵ | Morris Jobke | 2015-04-28 | 1 | -3/+9 |
|\ \ | | | | | | | | | | | | | owncloud/revert-15666-revert-15572-stable8-shares-properlyformatmountpoint [stable8] Properly add trailing slash to mount point | ||||
| * | | Revert "Revert "[stable8] Properly add trailing slash to mount point"" | Morris Jobke | 2015-04-16 | 1 | -3/+9 |
| | | | |||||
* | | | fix subfolder reshares over webdav | Robin Appelman | 2015-04-24 | 1 | -2/+2 |
| | | | |||||
* | | | remove unneeded readonlycache | Robin Appelman | 2015-04-24 | 1 | -27/+0 |
| | | | |||||
* | | | resolve reshares in public webdav | Robin Appelman | 2015-04-24 | 1 | -3/+4 |
| | | | |||||
* | | | use the permissions mask cache wrapper instead of the read only cache | Robin Appelman | 2015-04-24 | 1 | -1/+4 |
|/ / | |||||
* | | Revert "[stable8] Properly add trailing slash to mount point" | Thomas Müller | 2015-04-16 | 1 | -9/+3 |
| | | |||||
* | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -3/+9 |
|/ | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* | Merge pull request #15246 from owncloud/stable8-share-partfilepermissions | Morris Jobke | 2015-03-27 | 2 | -20/+192 |
|\ | | | | | [stable8] Fix share permission checks | ||||
| * | Fix share permission related unit tests | Vincent Petry | 2015-03-26 | 1 | -9/+13 |
| | | |||||
| * | Rename must be possible with update-only permission | Vincent Petry | 2015-03-26 | 1 | -17/+23 |
| | | | | | | | | and this as long as the rename is done within the same folder. | ||||
| * | Fix shared storage permission checks | Vincent Petry | 2015-03-26 | 2 | -4/+166 |
| | |