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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable28' ]
db: ['sqlite']

name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ "8.1" ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable28' ]
browser: [ 'firefox' ]
db: [ 'mysql' ]

Expand Down
4 changes: 2 additions & 2 deletions js/twofactor_totp-main-login-setup.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/twofactor_totp-main-login-setup.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

/*!
* Vue.js v2.7.14
* (c) 2014-2022 Evan You
* Vue.js v2.7.16
* (c) 2014-2023 Evan You
* Released under the MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion js/twofactor_totp-main-login-setup.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/twofactor_totp-main-settings.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions js/twofactor_totp-main-settings.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
* Released under the MIT License.
*/

/*!
* Vue.js v2.7.16
* (c) 2014-2023 Evan You
* Released under the MIT License.
*/

/*!
* vue-qrcode v1.0.2
* https://fengyuanchen.github.io/vue-qrcode
Expand Down
2 changes: 1 addition & 1 deletion js/twofactor_totp-main-settings.js.map

Large diffs are not rendered by default.

Loading