Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docheader
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright © 2021-%year% The Galette Team
*
* This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
* This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- id: gen
uses: galette/.github/actions/matrix-generator@main
with:
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}

setup-lint-matrix:
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,7 @@ jobs:
uses: galette/.github/actions/matrix-generator@main
with:
target: lint
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-community/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}
all-jobs: ${{ github.event_name != 'pull_request' && github.repository == 'galette-plugins/galette-oauth2' && (github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')) }}

lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
./bin/console galette:headers:check \
--project-name="Galette OAuth2 plugin" \
--start-year="2021" \
--project-url="https://galette-community.github.io/plugin-oauth2/" \
--project-url="https://galette-plugins.github.io/plugin-oauth2/" \
--directory="galette/plugins/plugin-oauth2"

unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion _config.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
* This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
* SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion _define.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
* This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
* SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion _dependencies.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
* This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
* SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion _routes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
* This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
* SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python

#
# This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
# This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
# SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#
Expand Down
2 changes: 1 addition & 1 deletion bin/twig-cache
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

/**
* This file is part of Galette OAuth2 plugin (https://galette-community.github.io/plugin-oauth2/).
* This file is part of Galette OAuth2 plugin (https://galette-plugins.github.io/plugin-oauth2/).
* SPDX-FileCopyrightText: Copyright © 2021-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
Expand Down
Loading