summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix for #23066 (#24689)Torben Dannhauer2016-05-311-2/+2
* Update license headersLukas Reschke2016-05-2628-29/+65
* Move background job to PSR-4Joas Schilling2016-05-251-1/+1
* Move lib/ to PSR-4Joas Schilling2016-05-2525-0/+0
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-255-0/+1741
* Merge pull request #24346 from lenz1111/fix_24331Vincent Petry2016-05-241-0/+2
|\
| * video posterPiotr Filiciak2016-05-241-0/+2
* | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request...Vincent Petry2016-05-231-2/+11
|\ \
| * | Http Range requests support in downloadsPiotr Filiciak2016-05-201-2/+11
| |/
* | remove reshares and the mapping in the federated_reshares table on unshare fr...Björn Schießle2016-05-201-1/+34
* | move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-201-93/+0
* | close cursor after select to avoid db lockBjörn Schießle2016-05-201-0/+1
* | create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-3/+9
|/
* Cleanup Files_Sharing CLASSPATHRoeland Jago Douma2016-05-026-12/+11
* Remove dead codeRoeland Jago Douma2016-05-021-15/+0
* There is no need to do old etag propagationRoeland Jago Douma2016-04-302-101/+0
* do propagation in a single queryRobin Appelman2016-04-252-2/+1
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-223-23/+23
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-221-0/+16
|\
| * ask for share-permissions on propfindBjörn Schießle2016-04-201-0/+16
* | Move moveFromCache to CacheJailRoeland Jago Douma2016-04-191-4/+0
* | Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-191-20/+0
* | Only construct the storage when we start using itRobin Appelman2016-04-191-7/+16
* | Fix resolve pathRoeland Jago Douma2016-04-192-13/+1
* | Move SharedStorage et al over to the shareManager and jailRoeland Jago Douma2016-04-197-455/+144
|/
* On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma2016-04-142-15/+49
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-1/+1
* Add capability to show if group sharing is enabledRoeland Jago Douma2016-04-041-0/+2
* Merge pull request #22998 from owncloud/delay-loading-the-scannerThomas Müller2016-03-152-5/+5
|\
| * Delay check till scanner is usedLukas Reschke2016-03-092-5/+5
* | move failedstorage to coreRobin Appelman2016-03-111-1/+1
* | dont break when there is an invalid shareRobin Appelman2016-03-111-5/+19
|/
* Merge pull request #22972 from owncloud/use-httpclient-instead-of-file-get-co...Thomas Müller2016-03-091-27/+23
|\
| * Use HTTPClient instead of file_get_contentsLukas Reschke2016-03-081-27/+23
* | Use "hasKey" instead of checking the valueLukas Reschke2016-03-081-2/+2
|/
* Fix share mounting recursionVincent Petry2016-03-081-0/+2
* Fix archive file name when downloading public shareVincent Petry2016-03-071-1/+1
* Cache results of testRemoteUrlLukas Reschke2016-03-041-2/+19
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-013-3/+0
* Update author informationLukas Reschke2016-03-017-7/+8
* Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller2016-03-013-5/+26
|\
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-263-5/+27
* | Merge pull request #22728 from owncloud/external-share-testremoteThomas Müller2016-03-013-8/+51
|\ \
| * | Only use scanner if remote is an ownCloudLukas Reschke2016-03-011-1/+17
| * | /shareinfo is not requiredLukas Reschke2016-03-012-0/+8
| * | Add missing trailing slashLukas Reschke2016-03-012-3/+3
| * | use ocs discover endpoint to test remoteRobin Appelman2016-03-012-8/+27
| |/
* / Return -3 for unlimited quotaVincent Petry2016-02-291-0/+4
|/
* inject the correct external share manager into the storageRobin Appelman2016-02-251-3/+4
* Merge pull request #22444 from owncloud/fix-federated-share-deleteThomas Müller2016-02-181-15/+43
|\