| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #24346 from lenz1111/fix_24331 | Vincent Petry | 2016-05-24 | 1 | -0/+2 |
|\ |
|
| * | video poster | Piotr Filiciak | 2016-05-24 | 1 | -0/+2 |
* | | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request... | Vincent Petry | 2016-05-23 | 1 | -2/+11 |
|\ \ |
|
| * | | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -2/+11 |
| |/ |
|
* | | remove reshares and the mapping in the federated_reshares table on unshare fr... | Björn Schießle | 2016-05-20 | 1 | -1/+34 |
* | | 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 |
|/ |
|
* | Cleanup Files_Sharing CLASSPATH | Roeland Jago Douma | 2016-05-02 | 6 | -12/+11 |
* | Remove dead code | Roeland Jago Douma | 2016-05-02 | 1 | -15/+0 |
* | There is no need to do old etag propagation | Roeland Jago Douma | 2016-04-30 | 2 | -101/+0 |
* | 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 |
|\ |
|
| * | ask for share-permissions on propfind | Björn Schießle | 2016-04-20 | 1 | -0/+16 |
* | | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 1 | -4/+0 |
* | | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 1 | -20/+0 |
* | | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 1 | -7/+16 |
* | | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 2 | -13/+1 |
* | | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 7 | -455/+144 |
|/ |
|
* | On mount make sure multiple shares with same target map to unique ones (#23937) | Roeland Douma | 2016-04-14 | 2 | -15/+49 |
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
* | Add capability to show if group sharing is enabled | Roeland Jago Douma | 2016-04-04 | 1 | -0/+2 |
* | Merge pull request #22998 from owncloud/delay-loading-the-scanner | Thomas Müller | 2016-03-15 | 2 | -5/+5 |
|\ |
|
| * | Delay check till scanner is used | Lukas Reschke | 2016-03-09 | 2 | -5/+5 |
* | | move failedstorage to core | Robin Appelman | 2016-03-11 | 1 | -1/+1 |
* | | dont break when there is an invalid share | Robin Appelman | 2016-03-11 | 1 | -5/+19 |
|/ |
|
* | Merge pull request #22972 from owncloud/use-httpclient-instead-of-file-get-co... | Thomas Müller | 2016-03-09 | 1 | -27/+23 |
|\ |
|
| * | Use HTTPClient instead of file_get_contents | Lukas Reschke | 2016-03-08 | 1 | -27/+23 |
* | | Use "hasKey" instead of checking the value | Lukas Reschke | 2016-03-08 | 1 | -2/+2 |
|/ |
|
* | Fix share mounting recursion | Vincent Petry | 2016-03-08 | 1 | -0/+2 |
* | Fix archive file name when downloading public share | Vincent Petry | 2016-03-07 | 1 | -1/+1 |
* | Cache results of testRemoteUrl | Lukas Reschke | 2016-03-04 | 1 | -2/+19 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 3 | -3/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 7 | -7/+8 |
* | Merge pull request #22681 from owncloud/add-autodiscovery-for-ocs | Thomas Müller | 2016-03-01 | 3 | -5/+26 |
|\ |
|
| * | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 3 | -5/+27 |
* | | Merge pull request #22728 from owncloud/external-share-testremote | Thomas Müller | 2016-03-01 | 3 | -8/+51 |
|\ \ |
|
| * | | Only use scanner if remote is an ownCloud | Lukas Reschke | 2016-03-01 | 1 | -1/+17 |
| * | | /shareinfo is not required | Lukas Reschke | 2016-03-01 | 2 | -0/+8 |
| * | | Add missing trailing slash | Lukas Reschke | 2016-03-01 | 2 | -3/+3 |
| * | | use ocs discover endpoint to test remote | Robin Appelman | 2016-03-01 | 2 | -8/+27 |
| |/ |
|
* / | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -0/+4 |
|/ |
|
* | inject the correct external share manager into the storage | Robin Appelman | 2016-02-25 | 1 | -3/+4 |
* | Merge pull request #22444 from owncloud/fix-federated-share-delete | Thomas Müller | 2016-02-18 | 1 | -15/+43 |
|\ |
|
| * | get the actual user instead of a federated cloud id | Bjoern Schiessle | 2016-02-18 | 1 | -15/+43 |
* | | Properly trigger testRemote after getting a 404 from remote fed share | Vincent Petry | 2016-02-18 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #22317 from owncloud/fix_invisible_linkshares | Thomas Müller | 2016-02-12 | 1 | -31/+37 |
|\ |
|
| * | Fix migration step to avoind invisible shares | Roeland Jago Douma | 2016-02-11 | 1 | -31/+37 |
* | | Merge pull request #22307 from owncloud/remove-notification-on-unshare-and-on... | Thomas Müller | 2016-02-11 | 1 | -3/+3 |
|\ \
| |/
|/| |
|