Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 1 | -62/+26 |
| | |||||
* | Merge pull request #379 from nextcloud/create_federated_share_on_mount | Morris Jobke | 2016-07-18 | 2 | -2/+2 |
|\ | | | | | Create federated share on mount | ||||
| * | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 2 | -2/+2 |
| | | |||||
* | | Allow shares with create permissions only aswell | Joas Schilling | 2016-07-14 | 1 | -5/+6 |
|/ | |||||
* | combine if statements | Robin Appelman | 2016-07-08 | 1 | -13/+10 |
| | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+2 |
| | |||||
* | dont overwrite a variable with a different type | Robin Appelman | 2016-07-08 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 2 | -3/+18 |
|\ | |||||
| * | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage | ||||
| * | handle unavailable fed shares while testing for availability (#25277) | Robin Appelman | 2016-06-27 | 1 | -2/+17 |
| | | | | | | | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
* | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -5/+17 |
|\| | |||||
| * | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15. | ||||
* | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 2 | -4/+12 |
|\| | |||||
| * | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 1 | -4/+4 |
| | | |||||
| * | Add timeouts to make the UI usable again when a remote share is unreachable | Joas Schilling | 2016-06-22 | 1 | -2/+9 |
| | | |||||
| * | Filter out group shares for owner where owner is included (#25190) | Vincent Petry | 2016-06-21 | 1 | -2/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 6 | -17/+77 |
|\| | |||||
| * | Catch exceptions while creating shared mounts (#25077) | Robin Appelman | 2016-06-20 | 2 | -11/+25 |
| | | |||||
| * | Make getShareFolder use given view instead of static FS | Vincent Petry | 2016-06-17 | 2 | -5/+9 |
| | | |||||
| * | disable cleanFolder for the federated share storage | Robin Appelman | 2016-06-14 | 2 | -1/+43 |
| | | |||||
* | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 1 | -12/+12 |
|\| | |||||
| * | Merge pull request #25003 from owncloud/fix_ocs_path_response | Vincent Petry | 2016-06-10 | 1 | -12/+12 |
| |\ | | | | | | | Fix OCS Share API path response | ||||
| | * | Show the path relative to the requesting user | Roeland Jago Douma | 2016-06-07 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A share can only be requested by 3 'types' of people * owner * initiator * recipient So we have to get the path as the current user. Since that is the only path that has any meaning to the user. | ||||
| * | | Bring back sharedstorage hooks | Roeland Jago Douma | 2016-06-08 | 1 | -0/+18 |
| | | | |||||
| * | | handle path not being set in shared cache (#24993) | Robin Appelman | 2016-06-06 | 1 | -1/+1 |
| |/ | |||||
* | | Prevent access to shareinfo if share if read-only | Lukas Reschke | 2016-06-09 | 1 | -1/+7 |
| | | |||||
* | | add hide file list option | Bjoern Schiessle | 2016-06-09 | 2 | -1/+6 |
| | | |||||
* | | Bring back sharedstorage hooks | Roeland Jago Douma | 2016-06-09 | 1 | -0/+18 |
| | | |||||
* | | handle path not being set in shared cache (#24993) | Robin Appelman | 2016-06-09 | 1 | -1/+1 |
|/ | |||||
* | Allow public upload when the quota is unlimited | Joas Schilling | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Fix for #23066 (#24689) | Torben Dannhauer | 2016-05-31 | 1 | -2/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 28 | -29/+65 |
| | |||||
* | Move background job to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 25 | -0/+0 |
| | |||||
* | Move classes from outside lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -0/+1741 |
| | |||||
* | Merge pull request #24346 from lenz1111/fix_24331 | Vincent Petry | 2016-05-24 | 1 | -0/+2 |
|\ | | | | | Fix: Bugs in shared link with video #24331 | ||||
| * | video poster | Piotr Filiciak | 2016-05-24 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #24750 from ↵ | Vincent Petry | 2016-05-23 | 1 | -2/+11 |
|\ \ | | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads | ||||
| * | | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -2/+11 |
| |/ | | | | | | | Http range requests support is required for video preview | ||||
* | | remove reshares and the mapping in the federated_reshares table on unshare ↵ | Björn Schießle | 2016-05-20 | 1 | -1/+34 |
| | | | | | | | | from self | ||||
* | | move motifier from the files_sharing app to the federatedfilessharing app | Björn Schießle | 2016-05-20 | 1 | -93/+0 |
| | | |||||
* | | close cursor after select to avoid db lock | Björn Schießle | 2016-05-20 | 1 | -0/+1 |
| | | |||||
* | | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 1 | -3/+9 |
|/ | | | | correctly accross share owner and share initiator | ||||
* | Cleanup Files_Sharing CLASSPATH | Roeland Jago Douma | 2016-05-02 | 6 | -12/+11 |
| | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy | ||||
* | Remove dead code | Roeland Jago Douma | 2016-05-02 | 1 | -15/+0 |
| | | | | Ancient files_sharing updater code I came across. | ||||
* | There is no need to do old etag propagation | Roeland Jago Douma | 2016-04-30 | 2 | -101/+0 |
| | | | | Etags are calculated differently now and don't require manual updating. | ||||
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 2 | -2/+1 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 3 | -23/+23 |
| | |||||
* | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 1 | -0/+16 |
|\ | | | | | bring back CRUDS permissions for federated shares | ||||
| * | ask for share-permissions on propfind | Björn Schießle | 2016-04-20 | 1 | -0/+16 |
| | |