diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4f62e8b..3d54206d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: php-version: [ '8.1' ] - server-version: [ 'stable26', 'stable27' ] + server-version: [ 'stable27' ] include: - server-version: "master" php-version: "8.2" @@ -103,10 +103,6 @@ jobs: ./occ app:enable notifications ./occ app:enable --force ${{ env.APP_NAME }} - - name: Patch base.php - if: ${{ startsWith(matrix.server-version, 'stable26') }} - run: patch -p 1 -i apps/${{ env.APP_NAME }}/base_php.patch - - name: Run Nextcloud run: php -S 127.0.0.1:8080 & diff --git a/README.md b/README.md index 182a08ba..6104cd3a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ [![Tests](https://github.com/cloud-py-api/app_api/actions/workflows/tests.yml/badge.svg)](https://github.com/cloud-py-api/app_api/actions/workflows/tests.yml) [![Docs](https://github.com/cloud-py-api/app_api/actions/workflows/docs.yml/badge.svg)](https://cloud-py-api.github.io/app_api/) -### Supercharge your Nextcloud with AppAPI and applications specifically designed for it. +### Boost your Nextcloud with AppAPI and its specially designed applications. ### This project pivots on four main pillars: -1. **Enhanced Stability** This ecosystem is committed to maintaining API stability over extended periods. +1. **Enhanced stability** This ecosystem is committed to maintaining API stability over extended periods. This ensures a reliable and consistent user experience as developers won't need to constantly update their apps with each new release. 2. **Enhanced security.** Unlike the traditional method, which allowed direct interaction with the core Nextcloud code, @@ -17,7 +17,7 @@ 3. **Reliable computing power.** The ecosystem is designed to solve resource-intensive problems. Developers can easily integrate complex computing functions, including advanced machine learning models, and run them on external hardware. -4. **Community Friendly** The project aims to attract a diverse and broader developer community by creating applications +4. **Community friendly.** The project aims to attract a diverse and broader developer community by creating applications in various programming languages and providing a well-documented, consistent and user-friendly API. Community collaboration and contributions are encouraged to drive open source innovation. diff --git a/appinfo/info.xml b/appinfo/info.xml index b8ff0f20..d2d5db45 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,16 +7,18 @@ https://raw.githubusercontent.com/cloud-py-api/app_api/main/screenshots/app_api_admin_settings.png - +