Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52930345 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Upgrade to 5.3.5

parent e3957ded
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
root = true

# General
+4 −0
Original line number Diff line number Diff line
/**
 * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
module.exports = {
	extends: [
		'@nextcloud',

.git-blame-ignore-revs

0 → 100644
+10 −0
Original line number Diff line number Diff line
# .git-blame-ignore-revs

# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

# Update to coding-standard 1.2.3
3b3935b4e754ccbc00d3abb71ab6836f3db5b026

# Update to coding-standard 1.3.1
db4964b631856f514bc08d3da0e86014a18d678f

.github/CODEOWNERS

0 → 100644
+5 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

# App maintainers
* @SebastianKrupinski @st3iny @tcitworld
+3 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ body:
  - type: textarea
    id: actual-behavior
    attributes:
      label: Actual behaviour
      label: Actual behavior
      description: |
        Tell us what happens instead
    validations:
@@ -118,6 +118,8 @@ body:
        - "PHP 8.0"
        - "PHP 8.1"
        - "PHP 8.2"
        - "PHP 8.3"
        - "PHP 8.4"
        - "Other"
  - type: input
    id: nextcloud-version
Loading