mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #628] [MERGED] chore: Nextcloud 33 compatibility ⚠️ breaking changes #639
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#639
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nextcloud/twofactor_gateway/pull/628
Author: @vitormattos
Created: 9/18/2025
Status: ✅ Merged
Merged: 9/20/2025
Merged by: @vitormattos
Base:
master← Head:chore/update-to-nextcloud33📝 Commits (10+)
dbc3b64chore: Bump PHP dependencies9d3491cchore: bump minimum Nextcloud version07c6b1achore: update GitHub Actions2ec18ebchore: add new composer autoloadca8bd4efix: replace log classa1e6271chore: apply cs:fixbaf4b2achore: update PHPUnit tests to PHPUnit 10b2caf27chore: use ubuntu-latest at all workflows5746940chore: update order of scripts630c62echore: order dependencies📊 Changes
211 files changed (+21047 additions, -25044 deletions)
View changed files
➕
.editorconfig(+32 -0)➕
.eslintrc.cjs(+19 -0)➖
.eslintrc.js(+0 -8)➕
.github/CODEOWNERS(+1 -0)➕
.github/config.yml(+5 -0)📝
.github/dependabot.yml(+3 -0)📝
.github/workflows/appstore-build-publish.yml(+46 -22)➕
.github/workflows/dependabot-approve-merge.yml(+49 -0)➖
.github/workflows/dependabot-approve.yml(+0 -11)➖
.github/workflows/lint-eslint-when-unrelated.yml(+0 -39)📝
.github/workflows/lint-eslint.yml(+61 -23)📝
.github/workflows/lint-info-xml.yml(+8 -9)📝
.github/workflows/lint-php-cs.yml(+17 -5)📝
.github/workflows/lint-php.yml(+25 -10)📝
.github/workflows/lint-stylelint.yml(+13 -6)📝
.github/workflows/node.yml(+61 -25)➕
.github/workflows/openapi.yml(+96 -0)➖
.github/workflows/package.yml(+0 -95)📝
.github/workflows/phpunit-mysql.yml(+78 -40)➖
.github/workflows/phpunit-oci.yml(+0 -169)...and 80 more files
📄 Description
It's a very big refactor at codebase to be compatible with Nextcloud 32 and also to have a more clean architecture.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.