From e78d67094801d0a71d6623c4cc619d1eef2fd86b Mon Sep 17 00:00:00 2001
From: autoupdater <infra+packages-autoupdate@cccv.de>
Date: Wed, 14 Aug 2024 22:33:28 +0000
Subject: [PATCH] [autoupdate] Update apps.json

---
 data/apps.json | 56 ++++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 22 deletions(-)

diff --git a/data/apps.json b/data/apps.json
index 5639d78..5d7a3f8 100644
--- a/data/apps.json
+++ b/data/apps.json
@@ -2263,7 +2263,7 @@
     "issueTracker": "https://github.com/nextcloud/assistant/issues",
     "website": "https://github.com/nextcloud/assistant",
     "created": "2023-08-21T11:46:53.737268Z",
-    "lastModified": "2024-07-26T10:34:33.360239Z",
+    "lastModified": "2024-08-13T14:51:48.613411Z",
     "releases": [
       {
         "version": "1.1.0",
@@ -2493,19 +2493,31 @@
     ],
     "screenshots": [
       {
-        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshot1.jpg",
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot1.jpg",
         "smallThumbnail": ""
       },
       {
-        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshot2.jpg",
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot2.jpg",
         "smallThumbnail": ""
       },
       {
-        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshot3.jpg",
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot3.jpg",
         "smallThumbnail": ""
       },
       {
-        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshot4.jpg",
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot4.jpg",
+        "smallThumbnail": ""
+      },
+      {
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot5.jpg",
+        "smallThumbnail": ""
+      },
+      {
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg",
+        "smallThumbnail": ""
+      },
+      {
+        "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg",
         "smallThumbnail": ""
       }
     ],
@@ -2513,7 +2525,7 @@
       "en": {
         "name": "Nextcloud Assistant",
         "summary": "Process and transform text",
-        "description": "This app brings a user interface to use the Nextcloud text processing feature.\n\nIt allows users to launch AI tasks, be notified when they finish and see the results.\nThe assistant also appears in others apps like Text to easily process parts of a document.\n\nMore details on the assistant OCS API and frontend integration possibilities in the\n[developer doc](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### How to use it\n\nA new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and\nset the input you want to process.\n\nThe task might run immediately or be scheduled depending on the time estimation given by the AI provider.\nOnce a task is scheduled, it will run as a background job. When it is finished, you will receive a notification\nfrom which the results can be displayed.\n\nOther apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph\nto directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task\nbeing pre-selected and the input text set.\n\nMore details and screenshots in the [user doc](https://github.com/nextcloud/assistant/raw/main/docs/user).\n\n## Features\n\nIn the assistant, the list of available tasks depends on the available providers installed via other apps.\nThis means you have complete freedom over which service/software will actually run your AI tasks.\n\n### Text processing providers\n\nSo far, the [Large language model](https://github.com/nextcloud/llm#readme)\nand the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps\ninclude text processing providers to:\n* Summarize\n* Extract topics\n* Generate a headline\n* Get an answer from a free prompt\n* Reformulate (OpenAi/LocalAi only)\n* Context writer: Generate text with a specified style. The style can be described or provided via an example text.\n\n### Text to image (Image generation)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Text2Image Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### Speech to text (Audio transcription)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)"
+        "description": "This app brings a user interface to use the Nextcloud text processing feature.\n\nIt allows users to launch AI tasks, be notified when they finish and see the results.\nThe assistant also appears in others apps like Text to easily process parts of a document.\n\nMore details on the assistant OCS API and frontend integration possibilities in the\n[developer doc](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### How to use it\n\nA new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and\nset the input you want to process.\n\nThe task might run immediately or be scheduled depending on the time estimation given by the AI provider.\nOnce a task is scheduled, it will run as a background job. When it is finished, you will receive a notification\nfrom which the results can be displayed.\n\nOther apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph\nto directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task\nbeing pre-selected and the input text set.\n\nMore details and screenshots in the [user doc](https://github.com/nextcloud/assistant/raw/main/docs/user).\n\n## Features\n\nIn the assistant, the list of available tasks depends on the available providers installed via other apps.\nThis means you have complete freedom over which service/software will actually run your AI tasks.\n\n### Text processing providers\n\nSo far, the [Local Large language model](https://github.com/nextcloud/llm2#readme)\nand the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps\ninclude text processing providers to:\n* Summarize\n* Extract topics\n* Generate a headline\n* Get an answer from a free prompt\n* Reformulate (OpenAi/LocalAi only)\n* Context writer: Generate text with a specified style. The style can be described or provided via an example text.\n\n### Text to image (Image generation)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Text2Image Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### Speech to text (Audio transcription)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)\n\nMore details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)"
       }
     },
     "isFeatured": true,
@@ -25262,19 +25274,19 @@
         "phpVersionSpec": "*",
         "platformVersionSpec": ">=25.0.0 <29.0.0",
         "minIntSize": 32,
-        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.6.0/integration_openproject-2.6.0.tar.gz",
-        "created": "2024-01-17T10:39:11.632809Z",
+        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.6.0-20240117-nightly/integration_openproject-2.6.0-20240117-nightly.tar.gz",
+        "created": "2024-01-16T07:12:09.578930Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2024-01-17T10:39:11.754987Z",
-        "isNightly": false,
+        "lastModified": "2024-01-16T07:12:09.591499Z",
+        "isNightly": true,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=25 <=28",
-        "signature": "TzOPgYARJ5qT+RkxxIwPu8pichQjyfnuuuiBhORyd2aqcI+pgsupCsFoGuHVHOQmvULO665c5QZa0xovXXu5plq+gGY+EJ9JcA9NsSua/kKe0aLsuVpBIrS1sEk6TUcCPPLIK89GFAspBmwylk+0/UiH5E1PSbrLDegk1+XafS2GtHHn3THxaYyroCz9TEf4pp3zN5n8b7YpIhFNXQPVtb0Qk48bVxnM73e3oKkWr7m7Y7i1w2YbHpHxrUUK5WJO53bhswN2WAcEu9ozzPTpwxABjcG7zZhpeydhNhh97TpSdFmp+ndejyMi6+KYvqlBPO0HdFmFbqiRcrppkIUDfUi3H+eRk5xaBkNTifiLvGLIiTSl0cgg4dZ5+vlqwsoV7rpIMdvImHwCQFvmoM/7ze3DJzwSt/K4DKBZVGRNwFgBis+o2H9yWopPBW//K7gOYVE43TPLkKIdusXZ3d57KjjiQqs4idIUu/dnMt4CH4z7HnYBIl72cQywmmmJrSwoSx8y4xsrIumvarylvlnKQ6NnJCOxI4o5vpadtyR8iecxEVjX9pwd/IreB1qlfsXFcv+nYyDwpiqV0sTJ2Dm87GhpGFZeXq+0AjrKWmtdqfQyfCs3f6M0TmWnJF9UEHwIfL59pl06m7h1KokFaH+rJitqthopQePS5SUbbkR0thI=",
+        "signature": "VylMDjhwYSIYSlDBk38M9ZCrtfhrVS0yzzYixUd3k2VULU+8SftjjZa2+LiBmxoRsJqzajxYo4mgzfVlpGfWNZGIRYWCpee2IihtYuuZjDXPmOkeZJKbFdaICy+RIHI7qBkFYoAQPFqJbVbFq/n9s4SdbPHs1cmCUpw2BtTbjTrUtYJHDdydeHAZtcFgqGmfxtcjFnLAOioeqF17o2dM1qvZLvc0l8kOOLomgB2paRyZrtO3sDJs7cA9XcK5eKJR7S+PdjORVgvbs40s0mS4Sts9a+1TU9JSA0SYOm4xti33gcc5r+Aaw7EfxpfkzmhCLc49IPSeHJbZrPzECnAC+7G4QQoyHacVMam+7UQzaQG2ms0fR95WXkxk/yHkpUwEeJ5ab3vx6XiTsO2dz2s6t+62Q6x6RifYZlH8qMGMyKQI4y+JHajiejzuvDdFzT2eT0g+5mPXZ6Eo/UidA+dd9H2i0WQ6+fgCWrlZX0ce5zSO4WlWiHRF+rr7vpECZkAijMsrePG11i6rXQH0ZU9dUW9HUSHCkPAYq7kPkfoX78w0rCi4gYZe6Bx7LqR39mnizfGPtSVFxOEoD/90lXo6u7s/mL61GVLKXdWP0QhrfNQS1EVXp0ulAig3jbNe/sNSXg3GQthHlO1uXvE224i0H5EyCrov4HqXKDpIvNEZIpk=",
         "translations": {
           "en": {
-            "changelog": "### Changed\n- This release expects OpenProject version 13.2 or newer\n- [What's Changed](https://github.com/nextcloud/integration_openproject/releases/tag/v2.6.0)"
+            "changelog": ""
           }
         },
         "signatureDigest": "sha512"
@@ -25287,19 +25299,19 @@
         "phpVersionSpec": "*",
         "platformVersionSpec": ">=25.0.0 <29.0.0",
         "minIntSize": 32,
-        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.6.0-20240117-nightly/integration_openproject-2.6.0-20240117-nightly.tar.gz",
-        "created": "2024-01-16T07:12:09.578930Z",
+        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.6.0/integration_openproject-2.6.0.tar.gz",
+        "created": "2024-01-17T10:39:11.632809Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2024-01-16T07:12:09.591499Z",
-        "isNightly": true,
+        "lastModified": "2024-01-17T10:39:11.754987Z",
+        "isNightly": false,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=25 <=28",
-        "signature": "VylMDjhwYSIYSlDBk38M9ZCrtfhrVS0yzzYixUd3k2VULU+8SftjjZa2+LiBmxoRsJqzajxYo4mgzfVlpGfWNZGIRYWCpee2IihtYuuZjDXPmOkeZJKbFdaICy+RIHI7qBkFYoAQPFqJbVbFq/n9s4SdbPHs1cmCUpw2BtTbjTrUtYJHDdydeHAZtcFgqGmfxtcjFnLAOioeqF17o2dM1qvZLvc0l8kOOLomgB2paRyZrtO3sDJs7cA9XcK5eKJR7S+PdjORVgvbs40s0mS4Sts9a+1TU9JSA0SYOm4xti33gcc5r+Aaw7EfxpfkzmhCLc49IPSeHJbZrPzECnAC+7G4QQoyHacVMam+7UQzaQG2ms0fR95WXkxk/yHkpUwEeJ5ab3vx6XiTsO2dz2s6t+62Q6x6RifYZlH8qMGMyKQI4y+JHajiejzuvDdFzT2eT0g+5mPXZ6Eo/UidA+dd9H2i0WQ6+fgCWrlZX0ce5zSO4WlWiHRF+rr7vpECZkAijMsrePG11i6rXQH0ZU9dUW9HUSHCkPAYq7kPkfoX78w0rCi4gYZe6Bx7LqR39mnizfGPtSVFxOEoD/90lXo6u7s/mL61GVLKXdWP0QhrfNQS1EVXp0ulAig3jbNe/sNSXg3GQthHlO1uXvE224i0H5EyCrov4HqXKDpIvNEZIpk=",
+        "signature": "TzOPgYARJ5qT+RkxxIwPu8pichQjyfnuuuiBhORyd2aqcI+pgsupCsFoGuHVHOQmvULO665c5QZa0xovXXu5plq+gGY+EJ9JcA9NsSua/kKe0aLsuVpBIrS1sEk6TUcCPPLIK89GFAspBmwylk+0/UiH5E1PSbrLDegk1+XafS2GtHHn3THxaYyroCz9TEf4pp3zN5n8b7YpIhFNXQPVtb0Qk48bVxnM73e3oKkWr7m7Y7i1w2YbHpHxrUUK5WJO53bhswN2WAcEu9ozzPTpwxABjcG7zZhpeydhNhh97TpSdFmp+ndejyMi6+KYvqlBPO0HdFmFbqiRcrppkIUDfUi3H+eRk5xaBkNTifiLvGLIiTSl0cgg4dZ5+vlqwsoV7rpIMdvImHwCQFvmoM/7ze3DJzwSt/K4DKBZVGRNwFgBis+o2H9yWopPBW//K7gOYVE43TPLkKIdusXZ3d57KjjiQqs4idIUu/dnMt4CH4z7HnYBIl72cQywmmmJrSwoSx8y4xsrIumvarylvlnKQ6NnJCOxI4o5vpadtyR8iecxEVjX9pwd/IreB1qlfsXFcv+nYyDwpiqV0sTJ2Dm87GhpGFZeXq+0AjrKWmtdqfQyfCs3f6M0TmWnJF9UEHwIfL59pl06m7h1KokFaH+rJitqthopQePS5SUbbkR0thI=",
         "translations": {
           "en": {
-            "changelog": ""
+            "changelog": "### Changed\n- This release expects OpenProject version 13.2 or newer\n- [What's Changed](https://github.com/nextcloud/integration_openproject/releases/tag/v2.6.0)"
           }
         },
         "signatureDigest": "sha512"
@@ -47923,7 +47935,7 @@
     "issueTracker": "https://github.com/the-djmaze/snappymail/issues",
     "website": "https://snappymail.eu",
     "created": "2022-10-17T19:05:46.114755Z",
-    "lastModified": "2024-08-12T22:46:54.538648Z",
+    "lastModified": "2024-08-13T09:29:01.844774Z",
     "releases": [
       {
         "version": "2.37.2",
@@ -47949,14 +47961,14 @@
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2024-08-12T22:46:54.613913Z",
+        "lastModified": "2024-08-13T09:29:01.917181Z",
         "isNightly": false,
         "rawPhpVersionSpec": ">=7.4",
         "rawPlatformVersionSpec": ">=20 <=30",
-        "signature": "fr7CJRcdTCaCKs1rhYGEikVMjAs380YKRV/DjkIAYS5R9poYMvcIV9q/hZCJZuoN\nd1EBCZaIW3MuaiSNDXb+HqiGad69wwuvinFPDE9TPTbu3vXDfron02Sl5qsVyENU\nlmSj+QiW3DHq3BuHRo2FXd4h8XyN/LxR2cQazULR/cp/+u6wq4JeJlAA8n1+ttMq\nEsmSy/AZc/DopWW5fRxvn1rJ96uBJ1GzzoFx2+8R2SwOnYY+6KccPfg7agRW6tdp\njD2kl38CL55idUImVWlgm3/S09cMbkJ9SHFG5kPrOOQT6ff71786kph2GY12v1kz\nD4ebs0wfkWgmT7BEVWXQy0fAfXygLr7IvRYnhPWokrm4MA6wrzb1665zZn8VjM3i\nKeNByIz1B851rcdZOJXOf+N9INVu1ycOGF5zZzWhNsS/GBKxrYNg7SpYSWfr+GJh\n2sbeU0h1l36MHDBTu40eh9OTWtFS8VC4kZE8Xb3rFp9XMLAeEL1hUdooyYw+MxwV\nCBBc/XvMDdCwxn4YBElMYyFmyZq4i8SfFTc1ycYt6bGk5j3BBzFRWxB+L+xw/Gtr\n7DIhPpk+0gzlotiZFVHWu3Jdeo6dBlgVIDhIHVmf28ssj65SlKkpGgbgpiN/XWES\nESBwRrCbynKczq7xLv7UdG/b9lI93rZfx30eNPk9Vds=",
+        "signature": "GEehrRh1BIQTWuY82QlsLu7sv/UeU+Is1IMXagI+OhLP4R59eGgFvTYZwgNa36xu\niRe/PRk+Cln4nxColk57DNou7XBhHocnOphqxuR81nC1RjNFUJsHkwFKRGMpRztZ\nedUT7h2jxc2fgQimtDamen7NgpoJU0ca71wrEvsdGYMoGM4KsBTw2jbDY6fAddRn\nANzcSUJ2YIjNI/VeZ0tWsV9AMUtdOW1QG/Hcaoa/yaHlc4+GUIH+3bBw/mQxYrxb\n37UmBLhyBM5OejKbA57175Ln5+38mQ6ZvhNMJkEdaUFM2dLOxrpEMfyNOj2vW+/v\nXJYrdp15nz7tz9ZiPQtVbzsXdPLLIMhEyKs4K2enQ448WxG7o5TUGTZgfIjleCGc\nwIN0R6rJsQAhy27gN1cuAWa5zOKX1Da4CDQM6nqWcgWqLLCgZYrQeLXFWfgUwu5j\nBzRB6u9H69/ZhUr9ZHbjnkSlPX4qph3apxloDdSNDX1Qra0xpV9rnNbE4AcRYWlF\nQOSvYX7thdNWEtJ6spf6Yz9WjtntuXMTkgnzRbqV5Fz4NMfrx5r6gvEs1yuJfMv9\nK21wnMHzr5D2pkkD0923TH+wJuXHKByRWA2qn19tfLNxbmwQVFajNOMzH4l9UZW2\nbbzDncSfldC+7pJ4J0Y1ZlG52BQba3F+551fTzmjw0A=",
         "translations": {
           "en": {
-            "changelog": "### Nextcloud\n- Failed loading due to Office365 OAuth2 attempt #1703"
+            "changelog": "### Added\n- Validate Fetch JSON response\n\n### Fixed\n- PATH_INFO bug due to Office365 OAuth login\n- Prevent logout loop on error\n\n### Nextcloud\n- Failed loading due to Office365 OAuth2 attempt #1703"
           }
         },
         "signatureDigest": "sha512"
-- 
GitLab