summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* propagate etags for all user of a shareRobin Appelman2015-04-278-74/+382
* remove unneeded readonlycacheRobin Appelman2015-04-221-44/+0
* use the permissions mask cache wrapper instead of the read only cacheRobin Appelman2015-04-221-1/+4
* Thou shalt not corrupt the answer of a cache requestOlivier Paroz2015-04-181-1/+3
* Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-141-0/+34
|\
| * a bit more phpdocRobin Appelman2015-04-141-0/+6
| * add missing return for sharedRobin Appelman2015-04-131-2/+2
| * Implement move/copyFromStorage for shared storageRobin Appelman2015-04-131-0/+28
* | Fix cross storage move with shared storagesRobin Appelman2015-04-132-11/+11
* | check that we know the parentRobin Appelman2015-04-131-3/+5
* | check for source cacheRobin Appelman2015-04-131-1/+3
|/
* Fix converting Guzzle error codes in s2s storageVincent Petry2015-04-101-10/+13
* Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-0/+2
* Properly catch guzzle 503 when querying share infoVincent Petry2015-04-091-0/+5
* Remove unused $toRemoveVincent Petry2015-04-091-3/+0
* Keep shares when deleting shared foldersVincent Petry2015-04-092-33/+0
* Delete orphaned shares in a background jobVincent Petry2015-04-081-0/+59
* store init status per userBjoern Schiessle2015-04-071-5/+6
* work arround to make sure that shares are initialized only onceBjoern Schiessle2015-04-071-2/+8
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-13/+3
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-1/+1
* Correct the app name for sharing eventsJoas Schilling2015-03-301-12/+7
* Merge pull request #13964 from rullzer/capabilitiesMorris Jobke2015-03-301-0/+87
|\
| * Slight better formattingRoeland Jago Douma2015-03-111-2/+3
| * New array syntaxRoeland Jago Douma2015-03-111-7/+7
| * Added new headerRoeland Jago Douma2015-03-111-5/+17
| * Now added enabled elementRoeland Jago Douma2015-03-111-7/+7
| * Add file_sharing info to capabilitiesRoeland Jago Douma2015-03-111-0/+74
* | Merge pull request #15244 from owncloud/use_default_share_folderMorris Jobke2015-03-262-3/+16
|\ \
| * | always fall back to default share folderBjoern Schiessle2015-03-262-3/+16
* | | Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-20/+40
|\ \ \ | |/ / |/| |
| * | Rename must be possible with update-only permissionVincent Petry2015-03-191-17/+23
| * | Fix shared storage permission checksVincent Petry2015-03-181-4/+18
* | | Merge pull request #15001 from owncloud/kill-share-proxyThomas Müller2015-03-263-65/+17
|\ \ \
| * | | replace share proxy with hookRobin Appelman2015-03-263-65/+17
* | | | Remove IDE autocomplete failLukas Reschke2015-03-261-1/+0
|/ / /
* | | Update license headersJenkins for ownCloud2015-03-2627-233/+495
* | | Add wrapper for GuzzleLukas Reschke2015-03-252-25/+13
* | | Merge pull request #15055 from owncloud/share-activity-groupingMorris Jobke2015-03-241-0/+14
|\ \ \
| * | | Group sharing activities by user/group and file respectivelyJoas Schilling2015-03-201-0/+14
| |/ /
* | | *cough*Joas Schilling2015-03-241-1/+1
* | | Merge pull request #14580 from owncloud/issue/13765-duplicate-remote-shareMorris Jobke2015-03-241-22/+79
|\ \ \
| * | | Add a unit test for the naming conflict on the mountpoint nameJoas Schilling2015-03-171-6/+25
| * | | Use insertIfNotExists() instead of manual logicJoas Schilling2015-03-171-24/+31
| * | | Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-171-6/+37
| |/ /
* | | when the path doesnt exist show a proper error pageRobin Appelman2015-03-241-0/+2
* | | Properly catch whether a share is `null`Lukas Reschke2015-03-242-20/+21
* | | Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-201-0/+1
|\ \ \
| * | | Move mimetype check from template to controllerJoas Schilling2015-03-161-0/+1
* | | | Merge pull request #14537 from owncloud/oci-external-shareRobin Appelman2015-03-192-2/+2
|\ \ \ \ | |_|/ / |/| | |