summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-2/+2
* Move the notification API to public namespaceJoas Schilling2016-01-222-3/+3
* Comments from VincentRoeland Jago Douma2016-01-211-5/+3
* [Share 2.0] Add subfiles=xRoeland Jago Douma2016-01-211-0/+44
* [Sharing 2.0] Start with getSharesRoeland Jago Douma2016-01-212-1/+57
* Directly get from the server containerRoeland Jago Douma2016-01-203-66/+76
* Do not use deprected activities APIRoeland Jago Douma2016-01-201-21/+33
* Get correct path for activity downloadsRoeland Jago Douma2016-01-201-1/+1
* [Share 2.0] Make public link work without viewRoeland Jago Douma2016-01-201-2/+13
* [Share 2.0] Make link share download use share managerRoeland Jago Douma2016-01-203-72/+79
* [Share 2.0] Move tests over the sharemanagerRoeland Jago Douma2016-01-203-111/+196
* [Share 2.0] Move showing link share to sharing 2.0Roeland Jago Douma2016-01-203-37/+91
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-202-0/+2
* Merge pull request #21754 from owncloud/ocs_share_api_add_share_ownerThomas Müller2016-01-182-11/+21
|\
| * [Share 2.0] Add share owner information to OCS Share APIRoeland Jago Douma2016-01-152-11/+21
* | handle noopscanner in shared scannerRobin Appelman2016-01-152-2/+29
* | propagate folder size in the same query for write updatesRobin Appelman2016-01-151-3/+4
|/
* Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-8/+2
|\
| * de-deplicate getUidAndFilenameRobin Appelman2016-01-111-8/+2
* | Merge pull request #20898 from owncloud/cache-interfacesThomas Müller2016-01-158-20/+32
|\ \
| * | add watcher interfaceRobin Appelman2016-01-141-1/+2
| * | add scanner interfaceRobin Appelman2016-01-141-1/+1
| * | Return a class from cache operations instead of an arrayRobin Appelman2016-01-141-6/+7
| * | Safe teardownsRobin Appelman2016-01-145-12/+22
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-152-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-142-2/+28
* | [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-132-15/+36
* | [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-27/+1
* | [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-131-12/+24
* | Merge pull request #21615 from owncloud/shared-islocalThomas Müller2016-01-131-0/+7
|\ \
| * | implement isLocal for shared storageRobin Appelman2016-01-111-0/+7
| |/
* | Happy new year!Thomas Müller2016-01-1281-91/+116
* | Add unit tests to make sure we do not lower the searchRoeland Jago Douma2016-01-121-0/+4
* | Do not lower the sharee searchRoeland Jago Douma2016-01-121-1/+1
* | Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-121-1/+1
|\ \
| * | getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2016-01-122-2/+112
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-104-20/+24
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-092-2/+6
* Properly close db cursorsRoeland Jago Douma2016-01-081-1/+1
* Make sure to respect deleted group shares by userRoeland Jago Douma2016-01-081-0/+79
* Make sure that permissions stay in sync for share_type 2Roeland Jago Douma2016-01-081-0/+135
* Fix public page URL JS testVincent Petry2016-01-081-1/+3
* Merge pull request #21506 from owncloud/issue-20218-min-max-owncloud-version-...Thomas Müller2016-01-071-2/+1
|\
| * Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
| * Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
* | Merge pull request #20773 from owncloud/share2.0_createThomas Müller2016-01-073-10/+451
|\ \
| * | [Sharing 2.0] Add L10N instance to manager for translated errorsRoeland Jago Douma2016-01-062-5/+9
| * | [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-062-5/+15
| * | [Sharing 2.0] General exceptions return 403Roeland Jago Douma2016-01-061-1/+1