summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Sabre Update to 2.1Vincent Petry2015-02-231-11/+11
| | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-2/+2
|\ | | | | Better caching for enabled apps
| * Dont fatal error test when encryption is enabledRobin Appelman2015-02-171-2/+2
| |
* | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-2361-550/+1046
|\ \ | | | | | | Update license headers
| * | Updating license headersJenkins for ownCloud2015-02-2361-550/+1046
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-232-10/+110
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-224-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-212-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-20122-14/+750
| |
* | Merge pull request #14210 from owncloud/activity/225-sharing-extension-jenkinsVincent Petry2015-02-183-75/+156
|\ \ | | | | | | Activity/225 sharing extension
| * | Use filterNotificationTypes to filter the types and group the methodsJoas Schilling2015-02-131-43/+37
| | |
| * | Copy sharing related activity code to Files_Sharing activity extensionJoas Schilling2015-02-133-49/+136
| | |
* | | Correctly create activities for public downloadsJoas Schilling2015-02-171-13/+35
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-154-4/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-142-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-122-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-102-4/+6
| |
* | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-103-6/+6
|\ \ | |/ |/| Cleanup of PHPDoc return types
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-163-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-094-4/+92
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-084-4/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-0/+28
| |
* | Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-073-280/+0
| |
* | Merge pull request #13692 from rullzer/capabilitiesFrank Karlitschek2015-02-063-0/+280
|\ \ | | | | | | Add OCS sharing info to capabilities
| * | Updated unit testsRoeland Jago Douma2015-02-061-43/+123
| | |
| * | Bit better formatting when using json outputRoeland Jago Douma2015-02-061-2/+4
| | |
| * | Updated sharing capabilitiesRoeland Jago Douma2015-02-061-9/+15
| | | | | | | | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style
| * | Split up unit testsRoeland Jago Douma2015-02-041-16/+24
| | |
| * | Added unit test to test getCapabilities for files_sharingRoeland Jago Douma2015-02-041-0/+113
| | |
| * | Converted getCapabilities to non static functionRoeland Jago Douma2015-02-041-7/+24
| | |
| * | Use single quotesRoeland Jago Douma2015-02-041-7/+7
| | |
| * | Only return capabilities if they are setRoeland Jago Douma2015-02-041-14/+8
| | |
| * | Added capabilities whether a server allows public linksRoeland Jago Douma2015-02-042-0/+60
| | | | | | | | | | | | | | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-2/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-2/+34
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-044-2/+32
| |
* | Merge pull request #13837 from owncloud/endless-redirectThomas Müller2015-02-031-0/+1
|\ \ | | | | | | Add callCheck to testremote.php
| * | Add callCheck to testremote.phpLukas Reschke2015-02-021-0/+1
| | | | | | | | | | | | Without CSRF check this file might be tricked into requesting itself which would result in an endless loop and thus potentially ending in a Denial of Service.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-036-20/+62
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-028-12/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-012-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-3122-16/+42
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-3052-54/+14
| |
* | Merge pull request #13728 from owncloud/federated_cloudThomas Müller2015-01-292-5/+5
|\ \ | | | | | | rename 'server-to-server sharing' to 'federated cloud'
| * | rename 'server-to-server sharing' to 'federated cloud'Bjoern Schiessle2015-01-292-5/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-2924-0/+48
|/ /
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-284-25/+144
|\ \ | | | | | | Catch storage exception in scanner for remote shares
| * | Add back exit()Vincent Petry2015-01-261-1/+1
| | |
| * | Catch storage exception in scanner for remote sharesVincent Petry2015-01-264-25/+144
| | | | | | | | | | | | | | | | | | | | | | | | Whenever an exception occurs during scan of a remote share, the share is checked for availability. If the storage is gone, it will be removed automatically. Also, getDirectoryContent() will now skip unavailable storages.