aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
* combine if statementsRobin Appelman2016-07-081-13/+10
* Fix type hintingRobin Appelman2016-07-081-1/+2
* dont overwrite a variable with a different typeRobin Appelman2016-07-081-3/+3
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-012-3/+18
|\
| * Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+1
| * handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-2/+17
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-5/+17
|\|
| * Add explicit delete permission to link sharesVincent Petry2016-06-241-4/+17
* | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-4/+12
|\|
| * Increase fed share timeout from 3 to 10 + unit testsVincent Petry2016-06-221-4/+4
| * Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling2016-06-221-2/+9
| * Filter out group shares for owner where owner is included (#25190)Vincent Petry2016-06-211-2/+3
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-216-17/+77
|\|
| * Catch exceptions while creating shared mounts (#25077)Robin Appelman2016-06-202-11/+25
| * Make getShareFolder use given view instead of static FSVincent Petry2016-06-172-5/+9
| * disable cleanFolder for the federated share storageRobin Appelman2016-06-142-1/+43
* | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-111-12/+12
|\|
| * Merge pull request #25003 from owncloud/fix_ocs_path_responseVincent Petry2016-06-101-12/+12
| |\
| | * Show the path relative to the requesting userRoeland Jago Douma2016-06-071-12/+12
| * | Bring back sharedstorage hooksRoeland Jago Douma2016-06-081-0/+18
| * | handle path not being set in shared cache (#24993)Robin Appelman2016-06-061-1/+1
| |/
* | Prevent access to shareinfo if share if read-onlyLukas Reschke2016-06-091-1/+7
* | add hide file list optionBjoern Schiessle2016-06-092-1/+6
* | Bring back sharedstorage hooksRoeland Jago Douma2016-06-091-0/+18
* | handle path not being set in shared cache (#24993)Robin Appelman2016-06-091-1/+1
|/
* Allow public upload when the quota is unlimitedJoas Schilling2016-06-021-1/+1
* 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