Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: acbb930eaee75780684a2a9a9fdb7f34241eda06
Choose a base ref
..
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f65ce546c05b054f7f3ac8c91e6040cd8dbd6e63
Choose a head ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
2 changes: 1 addition & 1 deletion lib/public/AppFramework/Http/EmptyPermissionPolicy.php
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
*
* @see \OCP\AppFramework\Http\FeaturePolicy
* @since 21.0.0
*/
*/
class EmptyPermissionPolicy {

/** @var string[] of allowed domains to autoplay media */
1 change: 1 addition & 0 deletions lib/public/AppFramework/Http/PermissionPolicy.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>