Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not show static share owner if not available | Vincent Petry | 2015-07-02 | 1 | -0/+17 |
| | | | | | | | In some corner cases, an outgoing share exists but sharing is not allowed for the current user. This would cause the file list to break because the static text could not be rendered as the owner was undefined. | ||||
* | Merge pull request #17077 from owncloud/files-scan-absolute-path | Morris Jobke | 2015-07-02 | 1 | -3/+5 |
|\ | | | | | fix getting mount points when passing a path to the files:scan command | ||||
| * | handle error during setup | Robin Appelman | 2015-06-29 | 1 | -3/+5 |
| | | |||||
* | | only lock the parent folders | Robin Appelman | 2015-07-01 | 1 | -0/+11 |
| | | |||||
* | | lock parent folders for the owner when locking a shared file as recipient | Robin Appelman | 2015-07-01 | 1 | -0/+90 |
| | | |||||
* | | Merge pull request #16535 from rullzer/ocs_share_api_url | Morris Jobke | 2015-07-01 | 1 | -0/+45 |
|\ \ | | | | | | | OCS Share API link shares now always have an url | ||||
| * | | OCS Share API link shares now always have an url | Roeland Jago Douma | 2015-05-22 | 1 | -0/+45 |
| | | | | | | | | | | | | | | | | | | | | | To make sure clients have the correct and latest link add an url field to all OCS Share API return statements on public link shares. * Added unit tests | ||||
* | | | Merge pull request #15475 from rullzer/files_sharing_OCP_DB | Morris Jobke | 2015-07-01 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | Move files sharing app (mostly) to OCP\DB | ||||
| * | | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #17083 from owncloud/share-etag-update-target | Vincent Petry | 2015-06-29 | 1 | -8/+36 |
|\ \ \ | | | | | | | | | take share target into account when updating recipient etags | ||||
| * | | | Unit test for etag update on custom share folder | Vincent Petry | 2015-06-26 | 1 | -8/+36 |
| | | | | |||||
* | | | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 10 | -4/+10 |
|\ \ \ \ | | | | | | | | | | | Update license headers | ||||
| * | | | | update license headers and authors | Morris Jobke | 2015-06-25 | 10 | -4/+10 |
| | | | | | |||||
* | | | | | Merge pull request #17082 from owncloud/shared-etag-propagate-file | Thomas Müller | 2015-06-26 | 1 | -0/+12 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix etag propagation for single file shares | ||||
| * | | | | add unit test for single file share etag propagation | Robin Appelman | 2015-06-24 | 1 | -0/+12 |
| |/ / / | |||||
* / / / | Added unit test to verify link password removeal | Roeland Jago Douma | 2015-06-24 | 1 | -1/+23 |
|/ / / | |||||
* | | | Disable video preview if previews are disabled | Morris Jobke | 2015-06-09 | 1 | -0/+1 |
| | | | |||||
* | | | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 2 | -13/+13 |
| |/ |/| | |||||
* | | Merge pull request #16075 from owncloud/skeleton-copy-delay | Vincent Petry | 2015-05-20 | 2 | -4/+2 |
|\ \ | | | | | | | wait with copying the skeleton untill login and setupfs are done | ||||
| * | | fix tests | Robin Appelman | 2015-05-18 | 2 | -4/+2 |
| |/ | |||||
* | | Merge pull request #16446 from owncloud/fix-url-generation | Lukas Reschke | 2015-05-20 | 1 | -0/+107 |
|\ \ | | | | | | | Fix URL generation | ||||
| * | | Added unit tests for download URL in public sharing page | Vincent Petry | 2015-05-19 | 1 | -0/+107 |
| |/ | |||||
* / | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #15815 from owncloud/unshare-etag-propagate | Morris Jobke | 2015-05-11 | 2 | -73/+42 |
|\ | | | | | Update etag of direct parent on unshare | ||||
| * | Update etag of direct parent on unshare | Vincent Petry | 2015-04-28 | 2 | -73/+42 |
| | | | | | | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders. | ||||
* | | Add tests for the correct share id on the call aswell | Joas Schilling | 2015-04-28 | 1 | -3/+15 |
| | | |||||
* | | check the called URL | Joas Schilling | 2015-04-28 | 1 | -3/+13 |
|/ | |||||
* | safer teardown | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
| | |||||
* | cleanup hooks | Robin Appelman | 2015-04-27 | 1 | -0/+7 |
| | |||||
* | fix merge | Robin Appelman | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | more propagation tests | Robin Appelman | 2015-04-27 | 4 | -245/+429 |
| | |||||
* | remove duplicates from rebase | Robin Appelman | 2015-04-27 | 1 | -48/+0 |
| | |||||
* | adjust test | Robin Appelman | 2015-04-27 | 2 | -2/+7 |
| | |||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 2 | -1/+54 |
| | |||||
* | Allow getting *all* share entries owned by a user | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
| | |||||
* | unit test for etag propagation across shared storage boundary | Robin Appelman | 2015-04-27 | 1 | -2/+158 |
| | |||||
* | use the permissions mask cache wrapper instead of the read only cache | Robin Appelman | 2015-04-22 | 1 | -93/+0 |
| | |||||
* | Renamed class + split methods | Olivier Paroz | 2015-04-21 | 1 | -25/+13 |
| | |||||
* | Tests for read-only cache | Olivier Paroz | 2015-04-18 | 1 | -0/+105 |
| | |||||
* | Fix test | Robin Appelman | 2015-04-13 | 1 | -2/+8 |
| | |||||
* | Implement move/copyFromStorage for shared storage | Robin Appelman | 2015-04-13 | 1 | -6/+58 |
| | |||||
* | 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 | ||||
* | Clear leftover shares from other tests | Vincent Petry | 2015-04-10 | 1 | -1/+3 |
| | |||||
* | Remove trashbin storage wrapper when disabling it for tests | Vincent Petry | 2015-04-09 | 1 | -0/+3 |
| | |||||
* | Disable trashbin when testing orphaned shares deletion job | Vincent Petry | 2015-04-08 | 1 | -0/+17 |
| | |||||
* | Delete orphaned shares in a background job | Vincent Petry | 2015-04-08 | 1 | -0/+142 |
| | |||||
* | fix re-shares with encryption | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | use loginHelper from base class | Bjoern Schiessle | 2015-04-07 | 1 | -11/+11 |
| | |||||
* | reset storage for each unit test | Bjoern Schiessle | 2015-04-07 | 2 | -1/+14 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -16/+0 |
| |