This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
forked from nextcloud/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'nextcloud:master' into master
- Loading branch information
Showing
1,516 changed files
with
20,676 additions
and
11,405 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
*/Activity/* @nickvergessen | ||
*/Notifications/* @nickvergessen | ||
/apps/dav/lib/CalDAV @ChristophWurst @miaulalala @tcitworld | ||
/apps/dav/lib/CardDAV @ChristophWurst @miaulalala @tcitworld | ||
|
||
# Two-Factor Authentication | ||
# https://github.com/nextcloud/wg-two-factor-authentication#members | ||
/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen | ||
*/TwoFactorAuth/* @ChristophWurst @miaulalala @nickvergessen | ||
/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,38 @@ | ||
name: Update Psalm baseline | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '5 4 * * *' | ||
|
||
jobs: | ||
update-psalm-baseline: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Checkout submodules | ||
shell: bash | ||
run: | | ||
auth_header="$(git config --local --get http.https://github.com/.extraheader)" | ||
git submodule sync --recursive | ||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 | ||
with: | ||
submodules: true | ||
|
||
- name: Set up php7.4 | ||
uses: shivammathur/setup-php@master | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: 7.4 | ||
extensions: ctype,curl,dom,fileinfo,gd,iconv,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip | ||
extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip | ||
coverage: none | ||
|
||
- name: Composer install | ||
run: composer install | ||
|
||
- name: Psalm | ||
run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline | ||
continue-on-error: true | ||
|
||
- name: Reset composer | ||
run: | | ||
git clean -f lib/composer | ||
git checkout composer.json composer.lock lib/composer | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v3 | ||
with: | ||
|
@@ -38,9 +42,12 @@ jobs: | |
author: nextcloud-command <[email protected]> | ||
signoff: true | ||
branch: automated/noid/psalm-baseline-update | ||
# Make sure we can open multiple PRs | ||
branch-suffix: timestamp | ||
title: '[Automated] Update psalm-baseline.xml' | ||
body: | | ||
Auto-generated update psalm-baseline.xml with fixed psalm warnings | ||
labels: | | ||
automated pr | ||
reviewers: juliushaertl, artonge, kesselb | ||
3. to review | ||
team-reviewers: server-backend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.