summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Make files app use Webdav for most operationsVincent Petry2015-11-2221-1469/+827
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-2212-6/+30
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-218-6/+42
|
* dont die if the external storage backend doesn't existRobin Appelman2015-11-201-11/+20
|
* Merge pull request #14077 from owncloud/autotest-external-swiftThomas Müller2015-11-209-33/+236
|\ | | | | [files_external] swift tests
| * fix ip detection for swift-cephRobin Appelman2015-11-161-1/+1
| |
| * Skip Swift stat testRobin McCorkell2015-10-201-0/+4
| |
| * Don't attempt to run tests unless start file is successfulRobin McCorkell2015-10-201-0/+6
| |
| * Detect Docker initialization properlyRobin McCorkell2015-10-206-24/+96
| | | | | | | | | | Use netcat to check when the port opens, rather than an arbitrary timeout. Hard limit of 60 seconds in case something breaks
| * Make Swift test robust if container didn't existRobin McCorkell2015-10-201-9/+13
| |
| * Replace Swift Docker test with Ceph imageRobin McCorkell2015-10-202-22/+38
| |
| * [files_external] swift testsMorris Jobke2015-10-203-5/+106
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-208-10/+16
| |
* | Merge pull request #20611 from owncloud/files-newmenuremovetextfileThomas Müller2015-11-192-34/+59
|\ \ | | | | | | Remove "Text file" entry in the "+" menu
| * | Remove "Text file" entry in the "+" menuVincent Petry2015-11-192-34/+59
| | | | | | | | | | | | | | | | | | | | | The text editor app will register this instead. Also made "fileList" a non-private attribute to make it possible for plugins to access the attached file list object.
* | | Adding an existing sharee is idempotentThomas Müller2015-11-192-10/+30
| | |
* | | Implement CSRF protectionThomas Müller2015-11-193-1/+26
| | |
* | | Addressbook sharing added based on a simplified approach which is based on ↵Thomas Müller2015-11-1910-5/+605
|/ / | | | | | | calendar sharing standard
* | Merge pull request #20537 from ↵Thomas Müller2015-11-193-15/+10
|\ \ | | | | | | | | | | | | owncloud/add-internal-locking-to-new-webdav-endpoint Add internal locking plugin
| * | Add internal locking plugin - fixes #20502Thomas Müller2015-11-163-15/+10
| | |
* | | Merge pull request #20594 from owncloud/use-proper-variableThomas Müller2015-11-191-1/+1
|\ \ \ | | | | | | | | Use proper variable
| * | | Use proper variableLukas Reschke2015-11-181-1/+1
| | | | | | | | | | | | `$shares` is not defined. Introduced with https://github.com/owncloud/core/commit/c3e7d324c5e61eb087fb2ea5102d332f9f08db3d and thus also in stable8.2
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-192-0/+4
|/ / /
* | | Merge pull request #20584 from owncloud/fileinfo-owner-external-shareRobin Appelman2015-11-181-1/+6
|\ \ \ | | | | | | | | Fix getOwner for external shares
| * | | Implement getOwner for external share storageRobin Appelman2015-11-181-1/+6
| | | |
* | | | Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-188-7/+1988
|\ \ \ \ | |/ / / |/| | | Introducing CalDAV into core
| * | | Use uri as displaynameThomas Müller2015-11-162-20/+13
| | | |
| * | | components was not written to the databaseThomas Müller2015-11-162-0/+5
| | | |
| * | | Add occ command to create a new calendarThomas Müller2015-11-162-0/+54
| | | |
| * | | Add scheduling backendThomas Müller2015-11-162-4/+68
| | | |
| * | | Fix OracleThomas Müller2015-11-161-1/+1
| | | |
| * | | Introducing CalDAV into coreThomas Müller2015-11-166-7/+1872
| | | |
* | | | 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