summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Implement getOwner for external share storageRobin Appelman2015-11-181-1/+6
|
* Add internal fileid to webdav responseVincent Petry2015-11-183-3/+22
| | | | | | | | Introduce a new property "oc:fileid" to return the internal file id. This is because the original "oc:id" property is a compound and it is not possible to extract the real id without knowing the instance id. The instance id is not available to external clients.
* Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-188-5/+206
|\ | | | | Allow storage wrappers to through a forbidden exception with retry information for clients
| * Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-178-5/+206
| |
* | Merge pull request #20546 from owncloud/provision_api_fixThomas Müller2015-11-182-10/+3
|\ \ | | | | | | [provisioning api] Return empty list if group does not have subadmins
| * | Return empty list if group does not have subadminsRoeland Jago Douma2015-11-162-10/+3
| |/ | | | | | | | | | | | | Instead of throwing an error just return an empty list. Since that is actually what it is. Fixes #19789
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-184-0/+6
| |
* | Merge pull request #20188 from owncloud/webdav-exposeshareownerThomas Müller2015-11-173-0/+68
|\ \ | | | | | | Expose share owner id and display name via files webdav
| * | Add "owner-id" and "owner-display-name" Webdav propertiesVincent Petry2015-11-163-0/+68
| | |
* | | Move index.php from files to AppFrameworkLukas Reschke2015-11-165-164/+482
| |/ |/| | | | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests.
* | Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-163-137/+277
|\ \ | | | | | | Moved grouptest over to pure unit tests
| * | Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-163-137/+277
| | |
* | | Merge pull request #20534 from owncloud/sftp-parse-hostRobin Appelman2015-11-162-14/+62
|\ \ \ | | | | | | | | Fix parsing of sftp hosts when using ipv6
| * | | Fix parsing of sftp hosts when using ipv6Robin Appelman2015-11-162-14/+62
| |/ /
* | | Merge pull request #20447 from owncloud/heading-stylesThomas Müller2015-11-161-3/+1
|\ \ \ | | | | | | | | standardize sizes for headings
| * | | standardize sizes for headingsJan-Christoph Borchardt2015-11-161-3/+1
| |/ /
* | | Merge pull request #20356 from owncloud/share2.0_getShareThomas Müller2015-11-163-26/+347
|\ \ \ | | | | | | | | [Share2.0] OCS Share API getShare uses new code
| * | | [Share2.0] OCS Share API getShare uses new codeRoeland Jago Douma2015-11-163-26/+347
| |/ /
* | | Merge pull request #18605 from owncloud/api-adduser-for-subadminsThomas Müller2015-11-163-8/+420
|\ \ \ | |/ / |/| | enable api addUser for subadmins
| * | Added unit test for new functionalityRoeland Jago Douma2015-11-122-7/+347
| | |
| * | enable api addUser for subadminsmichag862015-11-123-8/+80
| | | | | | | | | | | | * Fix existing unit tests
* | | Merge pull request #20505 from owncloud/fakelocking-for-macThomas Müller2015-11-167-5/+386
|\ \ \ | | | | | | | | Add fake locker plugin for WebDAVFS
| * | | Add fake locker plugin for WebDAVFSLukas Reschke2015-11-137-5/+386
| | |/ | |/| | | | | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-162-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-1514-14/+32
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-1420-0/+34
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2015-11-13196-452/+256
|/
* Merge pull request #20469 from seal20/seal20-fix-one-string-in-user_ldapThomas Müller2015-11-121-1/+1
|\ | | | | changed 1.000 to 1,000
| * changed 1.000 to 1,000sylvain2015-11-121-1/+1
| | | | | | The string "More than 1,000 directory entries available." would mean only 1 entry, in english it should be 1,000 . Found it while translating
* | Merge pull request #20460 from owncloud/file-handling-wordingThomas Müller2015-11-121-4/+2
|\ \ | | | | | | fix layout and wording for file handling admin setting
| * | fix layout and wording for file handling admin settingJan-Christoph Borchardt2015-11-111-4/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-122-0/+4
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-1114-10/+108
| |
* | Merge pull request #20124 from owncloud/postscriptum-20093C. Montero Luque2015-11-102-4/+4
|\ \ | |/ |/| remove uselessly used parameter, read all user attributes also when l…
| * remove uselessly used parameter, read all user attributes also when looking ↵Arthur Schiwon2015-11-062-4/+4
| | | | | | | | up users in groups
* | Merge pull request #20195 from owncloud/add-caldavtesterThomas Müller2015-11-104-0/+1075
|\ \ | | | | | | Add CalDAVTester to travis
| * | Add CalDAVTester to travisThomas Müller2015-11-104-0/+1075
| | |
* | | Merge pull request #20224 from owncloud/fileinfo-ownerRobin Appelman2015-11-101-0/+16
|\ \ \ | | | | | | | | Add getOwner to FileInfo
| * | | Add tests for FileInfo ownerRobin Appelman2015-11-101-0/+16
| |/ /
* | | Merge pull request #20431 from owncloud/carddav-enforce-displaynameThomas Müller2015-11-102-1/+8
|\ \ \ | | | | | | | | When creating addressbooks, make sure the displayname is set
| * | | When creating addressbooks, make sure the displayname is setArthur Schiwon2015-11-102-1/+8
| | | |
* | | | Merge pull request #20422 from owncloud/fix-20421-masterThomas Müller2015-11-101-0/+3
|\ \ \ \ | |/ / / |/| | | Ensure the user folder exists
| * | | Ensure the user folder existsThomas Müller2015-11-101-0/+3
| |/ /
* | | Merge pull request #20415 from owncloud/fix-addressbook-home-setThomas Müller2015-11-101-0/+2
|\ \ \ | |/ / |/| | Adding CardDAV plugin to provide addressbook-home-set property
| * | Adding CardDAV plugin to provide addressbook-home-set propertyThomas Müller2015-11-101-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-102-0/+2
|/ /
* | Merge pull request #20333 from owncloud/fix-18956Thomas Müller2015-11-107-12/+26
|\ \ | | | | | | [LDAP Wizard] make all the buttons beautiful
| * | make all the buttons beautifulArthur Schiwon2015-11-057-12/+26
| | |
* | | Register DAVACL plugin to provide current-user-principalThomas Müller2015-11-091-0/+2
| | |
* | | Merge pull request #20360 from owncloud/extstorage-gdrive-forceapprovalThomas Müller2015-11-091-0/+1
|\ \ \ | | | | | | | | Force approval in GDrive oauth to get refresh_token