Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6160eb2
[stable30] chore: pin NC versions for shipped app since 30.0.1 (#397)
andrey18106 Sep 26, 2024
0600821
[stable30] chore: update transifex config (#402)
andrey18106 Sep 27, 2024
090445e
[stable30] fix(command): Ensure that writeln() argument is string (#409)
backportbot[bot] Oct 3, 2024
f1925ab
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 4, 2024
b62df79
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 11, 2024
df1ef80
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 12, 2024
589445d
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 13, 2024
96ca218
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 14, 2024
328bf3a
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 15, 2024
1d9ecdc
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 16, 2024
ee2abb6
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 17, 2024
844a9e1
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 20, 2024
b7ee356
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 21, 2024
45b04fc
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 23, 2024
b68080d
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 24, 2024
1fced7c
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 26, 2024
843e789
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 27, 2024
fb0dc2f
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 28, 2024
7806e9d
fix(CI-stable30): updating tests (#426)
bigcat88 Oct 28, 2024
002850f
fix(AppAPIService): encode query parameter array via http_build_query…
bigcat88 Oct 28, 2024
1dce5b2
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 29, 2024
c6a7311
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 30, 2024
ae9c911
[stable30] chore: sync changes for Apps management migration to setti…
backportbot[bot] Oct 30, 2024
3e2b912
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 31, 2024
9926240
Added stopping of docker containers when ExApp is disabling. Timeout …
bigcat88 Oct 31, 2024
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
23 changes: 0 additions & 23 deletions .github/workflows/docs-check.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/docs.yml

This file was deleted.

182 changes: 86 additions & 96 deletions .github/workflows/tests-deploy.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .github/workflows/tests-special.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests Special

on:
pull_request:
branches: [stable30]
push:
branches: [main]
workflow_dispatch:
branches: [stable30]

permissions:
contents: read
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: 'stable28'
ref: 'stable30'

- name: Checkout AppAPI
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down
64 changes: 21 additions & 43 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
pull_request:
branches: [stable30]
push:
branches: [main]
workflow_dispatch:
branches: [stable30]

permissions:
contents: read
Expand All @@ -24,17 +24,11 @@ env:
jobs:
nc-py-api-pgsql:
runs-on: ubuntu-22.04
name: NC_Py_API • ${{ matrix.server-version }} • 🐘${{ matrix.php-version }} • PgSQL
name: NC_Py_API • 🐘${{ matrix.php-version }} • PgSQL
strategy:
fail-fast: false
matrix:
php-version: [ '8.1' ]
server-version: [ 'stable28' ]
include:
- server-version: "stable29"
php-version: "8.2"
- server-version: "master"
php-version: "8.3"
php-version: [ '8.2', '8.3' ]
env:
DATABASE_PGSQL: 1

Expand Down Expand Up @@ -62,28 +56,20 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-version }}
ref: 'stable30'

- name: Checkout Notifications
uses: actions/checkout@v3
with:
repository: nextcloud/notifications
ref: ${{ matrix.server-version }}
ref: 'stable30'
path: apps/notifications

- name: Checkout AppAPI
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
path: apps/${{ env.APP_NAME }}

- name: Checkout Notes
uses: actions/checkout@v4
if: ${{ !startsWith(matrix.server-version, 'master') }}
with:
repository: nextcloud/notes
ref: "main"
path: apps/notes

- name: Set up php ${{ matrix.php-version }}
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
with:
Expand Down Expand Up @@ -116,10 +102,6 @@ jobs:
./occ app:enable notifications
./occ app:enable --force ${{ env.APP_NAME }}

- name: Enable Notes
if: ${{ !startsWith(matrix.server-version, 'master') }}
run: ./occ app:enable notes

- name: Run Nextcloud
run: PHP_CLI_SERVER_WORKERS=2 php -S 127.0.0.1:8080 &

Expand Down Expand Up @@ -152,13 +134,13 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: pgsql_nc_py_api_${{ matrix.server-version }}_${{ matrix.php-version }}_nextcloud.log
name: pgsql_nc_py_api_${{ matrix.php-version }}_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

nc-py-api-mysql:
runs-on: ubuntu-22.04
name: NC_Py_API • stable28 • 8.1 • MySQL
name: NC_Py_API • 🐘8.1 • MySQL

services:
mysql:
Expand All @@ -182,21 +164,21 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: stable28
ref: 'stable30'

- name: Checkout Notifications
uses: actions/checkout@v3
with:
repository: nextcloud/notifications
ref: stable28
ref: 'stable30'
path: apps/notifications

- name: Checkout AppAPI
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
path: apps/${{ env.APP_NAME }}

- name: Set up php 8.1
- name: Set up php
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
with:
php-version: '8.1'
Expand Down Expand Up @@ -265,13 +247,13 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: mysql_nc_py_api_stable28_8.1_nextcloud.log
name: mysql_nc_py_api_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

nc-py-api-mysql-apcu:
runs-on: ubuntu-22.04
name: APCu • NC_Py_API • stable29 • 8.1 • MySQL
name: APCu • NC_Py_API • 🐘8.1 • MySQL

services:
mysql:
Expand All @@ -295,21 +277,21 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: stable29
ref: 'stable30'

- name: Checkout Notifications
uses: actions/checkout@v3
with:
repository: nextcloud/notifications
ref: stable28
ref: 'stable30'
path: apps/notifications

- name: Checkout AppAPI
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
path: apps/${{ env.APP_NAME }}

- name: Set up php 8.1
- name: Set up php
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
with:
php-version: '8.1'
Expand Down Expand Up @@ -381,17 +363,13 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: apcu_mysql_nc_py_api_stable29_8.1_nextcloud.log
name: apcu_mysql_nc_py_api_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

nc-py-api-oci:
runs-on: ubuntu-22.04
name: NC_Py_API • ${{ matrix.server-version }} • 8.2 • Oracle
strategy:
fail-fast: false
matrix:
server-version: [ 'stable28', 'stable29' ]
name: NC_Py_API • 🐘8.2 • Oracle

services:
oracle:
Expand Down Expand Up @@ -421,13 +399,13 @@ jobs:
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-version }}
ref: 'stable30'

- name: Checkout Notifications
uses: actions/checkout@v3
with:
repository: nextcloud/notifications
ref: ${{ matrix.server-version }}
ref: 'stable30'
path: apps/notifications

- name: Checkout AppAPI
Expand Down Expand Up @@ -497,7 +475,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: oci_nc_py_api_${{ matrix.server-version }}_8.2_nextcloud.log
name: oci_nc_py_api_nextcloud.log
path: data/nextcloud.log
if-no-files-found: warn

Expand Down
2 changes: 2 additions & 0 deletions .tx/backport
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
main
stable30
stable29
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ to join us in shaping a more versatile, stable, and secure app landscape.
*Your insights, suggestions, and contributions are invaluable to us.*

]]></description>
<version>3.2.0</version>
<version>4.0.0</version>
<licence>agpl</licence>
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -63,7 +63,7 @@ to join us in shaping a more versatile, stable, and secure app landscape.
<screenshot>https://raw.githubusercontent.com/cloud-py-api/app_api/main/screenshots/app_api_4.png</screenshot>
<dependencies>
<php min-version="8.1"/>
<nextcloud min-version="28" max-version="31"/>
<nextcloud min-version="30.0.1" max-version="30"/>
</dependencies>
<background-jobs>
<job>OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob</job>
Expand Down
1 change: 0 additions & 1 deletion appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'requirements' => ['other' => '.+'], 'defaults' => ['other' => '']],

// ExApps actions
['name' => 'ExAppsPage#viewApps', 'url' => '/apps', 'verb' => 'GET' , 'root' => '/apps'],
['name' => 'ExAppsPage#listCategories', 'url' => '/apps/categories', 'verb' => 'GET' , 'root' => ''],
['name' => 'ExAppsPage#listApps', 'url' => '/apps/list', 'verb' => 'GET' , 'root' => ''],
['name' => 'ExAppsPage#enableApp', 'url' => '/apps/enable/{appId}', 'verb' => 'GET' , 'root' => ''],
Expand Down
2 changes: 1 addition & 1 deletion js/app_api-adminSettings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/app_api-adminSettings.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions js/app_api-main.js

This file was deleted.

55 changes: 0 additions & 55 deletions js/app_api-main.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion js/app_api-main.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions js/app_api-src_views_Apps_vue.js

This file was deleted.

1 change: 0 additions & 1 deletion js/app_api-src_views_Apps_vue.js.map

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading