From 1b15afdde4d8ad93a90078fe1687279436cb96ac Mon Sep 17 00:00:00 2001 From: autoupdater <infra+packages-autoupdate@cccv.de> Date: Tue, 16 Apr 2024 22:33:20 +0000 Subject: [PATCH] [autoupdate] Update apps.json --- data/apps.json | 300 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 264 insertions(+), 36 deletions(-) diff --git a/data/apps.json b/data/apps.json index 6f9a628..c1ac0ed 100644 --- a/data/apps.json +++ b/data/apps.json @@ -1788,8 +1788,33 @@ "issueTracker": "https://github.com/nextcloud/assistant/issues", "website": "https://github.com/nextcloud/assistant", "created": "2023-08-21T11:46:53.737268Z", - "lastModified": "2024-03-22T11:51:32.462872Z", + "lastModified": "2024-04-15T16:40:52.463175Z", "releases": [ + { + "version": "1.0.8", + "phpExtensions": [], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=28.0.0 <31.0.0", + "minIntSize": 32, + "download": "https://github.com/nextcloud-releases/assistant/releases/download/v1.0.8/assistant-v1.0.8.tar.gz", + "created": "2024-04-15T16:40:52.432966Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-15T16:40:52.516827Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=28 <=30", + "signature": "XwwoezRjofZegFE8N88Z31/tGW4Up6XyQImY6+rH9vqlB95gBFyPfQ0GUeddJkzg6izHk8Swag+aS9m3gloKcA+J9DSomWyR4QcH2iZPA0fGD6Zb5ydQttadijyMSa0x0BKmad4S6b7o3oF6xOxtM4nC0TODfyOlrqKuG13SnT+hWGTBG1coUln8Xr9LbKkxPk5ehNso1yxeEJc1TliOTw3D6u9lUEsPgvI5J+X9oCZusZCrrDta8TYIL0SlKrTFYidDDyR1Ur6wH1f36N/TthT15O2cj0yDKCVYoOWNpVqb8GJBqERm+Aq1asjt9dT1yCFPGpnUOd8yL307+hOewm+uNc3VkGZrUgQtykBbVBtpMZTmgs8e2uGbbeAksX+IX5zucIN69Ln8M61TJ3TOFO5IG5NxqfT0gfu3O4hPr/EprYqTGOxtj4US3iY4gzZ08Kb01TzWd+kiei1OJlUYfex7z6nKK/2x+vP5m0G6FYUy3kRp7He9VIJFh8rejfKXUKcI6nuVDK4XWKoUbtLYgbTY7S0xe3RxMd8edXMFa0XHul56cnWgwVvHxdGPVrvyXC+Zk4aCLtsAY5zSmsty/s9v+vxospqXSeT3wEZrt7d8R2WRoE33pp6xV/REZ6Lo1SQd2wqtLFT+X0j2hby6b7mN8o+PvcuGEM61w8nzYeg=", + "translations": { + "en": { + "changelog": "### Added\n\n- OpenAPI specs\n- Support for NC 30\n- Developer and user docs @julien-nc [#57](https://github.com/nextcloud/assistant/pull/57) [#61](https://github.com/nextcloud/assistant/pull/61)\n- Node and eslint workflows @kyteinsky [#60](https://github.com/nextcloud/assistant/pull/60)\n- Add empty content when history is empty @julien-nc [#63](https://github.com/nextcloud/assistant/pull/63)\n\n### Changed\n\n- reset input/output form if the task type is changed by the user @julien-nc [#54](https://github.com/nextcloud/assistant/pull/54)\n\n### Fixed\n\n- create tmp folder to store docs as 0700 @kyteinsky [#64](https://github.com/nextcloud/assistant/pull/64)" + } + }, + "signatureDigest": "sha512" + }, { "version": "1.0.7", "phpExtensions": [], @@ -1953,13 +1978,17 @@ { "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshot3.jpg", "smallThumbnail": "" + }, + { + "url": "https://github.com/nextcloud/assistant/raw/main/img/screenshot4.jpg", + "smallThumbnail": "" } ], "translations": { "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\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\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 [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)" } }, "isFeatured": false, @@ -10327,6 +10356,74 @@ "certificate": "-----BEGIN CERTIFICATE-----\r\nMIIEDjCCAvYCAhGmMA0GCSqGSIb3DQEBCwUAMHsxCzAJBgNVBAYTAkRFMRswGQYD\r\nVQQIDBJCYWRlbi1XdWVydHRlbWJlcmcxFzAVBgNVBAoMDk5leHRjbG91ZCBHbWJI\r\nMTYwNAYDVQQDDC1OZXh0Y2xvdWQgQ29kZSBTaWduaW5nIEludGVybWVkaWF0ZSBB\r\ndXRob3JpdHkwHhcNMjExMTAxMTUxNjM4WhcNMzIwMjA3MTUxNjM4WjAeMRwwGgYD\r\nVQQDDBNmaWxlc19kb3dubG9hZGxpbWl0MIICIjANBgkqhkiG9w0BAQEFAAOCAg8A\r\nMIICCgKCAgEA5OjgS2TGPCfalBLHOZ/Jk5xTyJvmes9jm62eRHHrPvewWCBgFZ5Y\r\ngGuNmJEZJKRw6MsU13ZTsCoOB11j90zX8aQQhQiKMmoQZSIPYdPpNIAb9jojOfeD\r\nc92WADmWlV8ECQZ0l8d1iD8UCmEcPBtMWCh7V8tcJD85vHDNlQZEZ0h5GjKlJdCT\r\nfvehxO+68vql4hJiOjLSYAIqS2Cq/6xwGX7A7HmpSX8856DN4oOYEk2XbwaD/Hr7\r\n6bEk5VGRdqaBLNqIo5etUo7DUgRmfJHoxSizi+YAHgpWrqG7WEjx4m3eQOL6wE4v\r\nqt+2LFT9MeKAq90YwMh98TuowKTl32x2IUwr0orkVaYtoNZLcxX+TeDTaBUbbemk\r\nLPv/eWmqTLX8SmMXzyXpW7gQ5O/31lN1zRE/3JzYb5Qxwpcz3xa2P0TZt5EUCAYN\r\nsEFTEsJy80Bzz8SQt94zr55osIjI5K72i/QqE0Cg+rPgRRadWV77FD2lkxGlTqXo\r\nvJZbLH0pKuzgecCCDFXU3l+roEsMloG4W7ZOhtBPdcgovKVpOLDYQOqwXqm/Mzdj\r\nOV05S9Txyo/ahWYKwRvAA0GhxYi+IVdJnZNWDPs/gFckl/aehBZmlP0eFR2AwYqy\r\nvMUkEuFjBe6rnMxqsHcoG98AhEcR/x2lo1ZOcEWFc9cy3uFdtDY9r0sCAwEAATAN\r\nBgkqhkiG9w0BAQsFAAOCAQEAGqoc3vL3LrgYUiDW6ox3YNW4QXiJfCWYn4SivfA9\r\nwkga98E1uq6qm4qnP3fZ16vVv3xOJ/fS1+cLfR7C0r6L4vtuGbQqSYXd394l2Gql\r\nMpi240aowJ+ErPlQ5hquFBsw12gTW4XOv6IZ5H+clqyhxmc5DpHnWFlhXifHeFxa\r\n45H7SBNLOCysZSNkbYrMVSAWTs+pUdZ/9WDksBSs7Z6BGC2Sn2j49djOF5Ozjhcd\r\nozv+29W0cpQeTvYhrgeaR2lqTITYBbzGfp7YlyCmgf2OO13iLy348l/ZdPN6Gj18\r\nPQYmSR9CY3a9nl6QF47N0AE9BObFswySHKi/yLZgUktX0w==\r\n-----END CERTIFICATE-----", "discussion": "https://help.nextcloud.com/c/apps/files-downloadlimit" }, + { + "id": "files_external_ethswarm", + "categories": [ + "files", + "tools" + ], + "userDocs": "", + "adminDocs": "", + "developerDocs": "", + "issueTracker": "https://github.com/MetaProvide/nextcloud-swarm-plugin/issues", + "website": "https://github.com/MetaProvide/nextcloud-swarm-plugin", + "created": "2022-09-28T16:14:25.866015Z", + "lastModified": "2024-04-16T11:54:59.961966Z", + "releases": [ + { + "version": "0.4.1", + "phpExtensions": [], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=23.0.0 <28.10.0", + "minIntSize": 32, + "download": "https://github.com/MetaProvide/nextcloud-swarm-plugin/releases/download/v0.4.1/files_external_ethswarm.tar.gz", + "created": "2024-04-16T11:54:55.440881Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-16T11:55:00.804601Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=23.0 <=28.9", + "signature": "p1BpZ/zVzW24FeH8LebI98x6p0CapFUyFjxzx0fGXRi4I7i7pX3J4r0nsVsV5+YZ5U2SJvy/lwX2CxRTwgijpYt6qMIRhp2e7gSMLJvk0B0NHg0Lcn+7ROGfCWef/xhc0SCHvatRT6rvCwBRAyyuZ7C3EdcNoKXs6OJNjP2sNu7RnmqWN6xwFJhKs6OQNbe/peF77pZJqIOwvEmNknfUsMuRT+1iWrMyP2GTBvNvpRH1ThAmYYjkhnWz9opRFJOdr0hYXDMxIpR9E+WjeLpCdY6M8iFslQLhGWM3P09AVs9bi5LNMnMKNyxIgkz0iPUzFHzE3D76Y0MDkaNbwnQR8DoQqkAUXRdkZVpciGMs0hdnKJHVH5tOeYEUL75CCZVjXU5hBWMoJqNbqz2TBpcUiTbfhkJzpoiXgq3mKy7HjLhXzGA4wcowTWbFSJNO6XSQQswASLThe7KdmMSXHsn+kZjmfGyPTK5RZCuJwIGB+Yk+KviiyyHTUzVrXb4L8l0VhD7vgV8MRs+OBMK1EQu9y7m+r/I325nYFaSZXTB+CNGwBozNIvD1A6773lssdtTQxyu/MM5ST3a4m+FKcChDLji8YCuR51cQ2CAeslFJ2+R47kq2PdEEEk5HJvfSD3I/hLRgfqFBo5nuG9veQ+Pmdg2G9bzJOyBfXn9QtLjxNV4=", + "translations": { + "en": { + "changelog": "" + } + }, + "signatureDigest": "sha512" + } + ], + "screenshots": [ + { + "url": "https://raw.githubusercontent.com/MetaProvide/nextcloud-swarm-plugin/main/assets/images/swarm_Files.png", + "smallThumbnail": "" + } + ], + "translations": { + "en": { + "name": "External Storage: Swarm", + "summary": "Bringing Swarm to Nextcloud - decentralized file-storage, connected to the blockchain", + "description": "# Nextcloud Swarm Plugin\n\n*Decentralized Sovereign cloud-storage comes to Nextcloud!*\n\nThis plugin brings [Swarm](https://www.ethswarm.org/) to [Nextcloud](https://nextcloud.com) - decentralized file-storage, connected to the blockchain.\n\n## Table of Contents\n\n- [Dependencies](#dependencies)\n- [Setup and Installation](#setup-and-installation)\n- [Usage](#usage)\n\t- [Settings](#settings)\n\t- [Using Swarm](#using-swarm)\n- [License](#license)\n\n## Dependencies\n\nTo use the plugin you need the following\n\n* A Nextcloud instance\n* A Bee node\n\n## Setup and Installation\n\nFor setting up a Bee node please have a look at the [official documentation](https://docs.ethswarm.org/docs/installation/quick-start)\n\nThe following steps explain how to configure a Bee node in Nextcloud.\n\n- Make sure the \"External Storage\" plugin is enabled\n- Install the \"External Storage: Swarm\" app from the Nextcloud App store\n- Navigate to External Storage Administration (Profile menu -> Settings -> External Storage)\n- Add the connection settings for a new Bee node\n- Navigate to Ethswarm Storage Administration (Profile menu -> Settings -> Ethswarm Storage)\n- Configure the Bee node - by default, encryption is active\n- To use a Bee node, it is necessary to [Purchase a Batch of new stamps](https://docs.ethswarm.org/docs/access-the-swarm/keep-your-data-alive) from the funds in the chequebook\n- Once the new batch is purchased, a unique batchId is generated. Once your batch has been purchased, it will take a few minutes for other Bee nodes in the Swarm to catch up and register your batch. Allow some time for your batch to propagate in the network before proceeding to the next step. This is indicated by the checkbox \"Usable\".\n- Uploading files to the swarm costs Bzz, so it is necessary to select a Batch as \"Active\". Only 1 batch is allowed to be Active for a given Bee node. Then click \"Save Settings\".\n\n## Usage\n\nFile handling operations involving the Bee node are integrated in the External Storage (\"Files\") section of Nextcloud.\n\nUsing the plugin, the main file operations that are available in Nextcloud are:\n\n- Upload file(s) to a Bee node\n- Download and view files\n- Copy/Move files from any External Storage to a Bee node\n- Copy files from a Bee node to any External Storage\n\n### Settings\n\nAvailable to users with administrative credentials, the external storage accepts configuration options from two places, the normal External Storage settings, which allows a user to configure the basic connection properties of a Bee node.\n\nSince every operation in Swarm costs money, it is important to view how much money is available to the Bee node directly and also provide a convenient way of handling the payment system in Swarm - all managed directly in Nextcloud. This is in a specific section with more advanced configuration for the Bee node, where the following settings can be viewed and edited:\n\n- Configure which Bee node to manage\n- View current status of the Bee node\n- Option to toggle encryption on and off\n- How much BZZ is available to the node\n- Any purchased stamp batches and the remaining balances\n- Have the option to purchase a new batch of stamps\n- Toggle the batch used for uploading files active/inactive\n\n### Using Swarm\n\nOnce setup and configured, the Bee node is ready to use.\n- Navigate to \"Files\" option on the menu -> \"External Storage\" and then the name of the Bee node.\n- You can then upload files just like you normally would in Nextcloud.\n- Once uploaded, it can be viewed internally or downloaded. It can also be copied to another storage.\n- Files from another Nextcloud storage can also be copied/moved to the Bee node." + } + }, + "isFeatured": false, + "authors": [ + { + "name": "MetaProvide", + "mail": "", + "homepage": "" + } + ], + "ratingRecent": 0.5, + "ratingOverall": 0.5, + "ratingNumRecent": 0, + "ratingNumOverall": 0, + "certificate": "-----BEGIN CERTIFICATE-----\nMIIEEjCCAvoCAhHhMA0GCSqGSIb3DQEBCwUAMHsxCzAJBgNVBAYTAkRFMRswGQYD\nVQQIDBJCYWRlbi1XdWVydHRlbWJlcmcxFzAVBgNVBAoMDk5leHRjbG91ZCBHbWJI\nMTYwNAYDVQQDDC1OZXh0Y2xvdWQgQ29kZSBTaWduaW5nIEludGVybWVkaWF0ZSBB\ndXRob3JpdHkwHhcNMjIwOTIwMDAxNzE4WhcNMzIxMjI2MDAxNzE4WjAiMSAwHgYD\nVQQDDBdmaWxlc19leHRlcm5hbF9ldGhzd2FybTCCAiIwDQYJKoZIhvcNAQEBBQAD\nggIPADCCAgoCggIBAKm/fJqaSxbwKOtQtPRqxPjHPvryQLiJLkNbjrek0rFljWtn\nvLyJ0icV/6/Fx4ba8aW1f3MaSrisoFULsWqPgTON/YNvIWS1IE9tcviRhQQdQ2Yy\n//eVMyKcFclliHGXSHMz/AvU3SLb+ibVJYb2XDc7qOsHL0k8xeoZ8Gdj31GKjrFl\natwpFuUxjdH7DtvsGFj/zY/6pG28JkFASUM6xiMEn0B3fDctwIcofH6MR0eSsEMw\nO4Ekev1CPHrNeoIUyhQ7zSIUytcz/P+KboC/uAOYH7pOhyvcdLJ6o8S3NckMV109\n5RwS0DFJSQ9P0o3BT4HE92OngDn1wf+33W8AHA4wv9CgiSHGQ78fCyoXRzgHhgso\nH5zCJpKzYkx2SG2BckF5CwS9n7hKaDjFPBNtApnTjpQM72qZfKx3nlr8mJOwIEUL\nHRCqm6BHdJJXKO8IqcKw7DVEqoc0iOgn7Eg4rvScCa82NxjOCf/F9OANIMimk+BS\nMFRff/wT7qDkO3/LXTYDI4Uqw+OA794kFizXtrorrxKsjzK3gvUizTJhbufmg9Cc\n9RvUw1At4QPVm3pCpuwfhGB64KdSi/b4dVNJ139B18gaDb4+9tUFQnj6UC7mgeVH\nDzNcTIiD026n7BpWkMPAsfEaeLzhKr+5purwE6L7kMxcB//LK7xtTN2CSh7xAgMB\nAAEwDQYJKoZIhvcNAQELBQADggEBAA6aGrpPvJ+yxyaxRPxzhrBfxwakZnN9pUVR\nG4owckt7X4ub/nQ7X1wZ/EUm+KduH5fWs/DN01SvJzNA0G4ICogKLBktAeKxwPTD\n6NDopvxqSPl7Boy+YcHbWd8qcxnGvLZN+HoVS46cClMIS8AqnfqKoMFVTvlAVc1S\npgfi7yDU0Cw03U/jEX8Z9O3Mc/QkfSDJG6wtAMuaCwv1kIkVy/sd8XGiKvvV7pVp\n6jjWSPwrCyMzfJKxfJdlNIGnCYMm5d0z2Jcm9QJtyNk0sX/M+Yh4oOv8Rr0AAMNP\nPPfwExqEYqVEb4q+03eeXPu4Y4/KyVJ+FhNs0b2RYYWZ+UPn51w=\n-----END CERTIFICATE-----", + "discussion": "https://help.nextcloud.com/c/apps/files-external-ethswarm" + }, { "id": "files_fulltextsearch", "categories": [ @@ -11787,8 +11884,58 @@ "issueTracker": "https://github.com/nextcloud/forms/issues", "website": "https://github.com/nextcloud/forms", "created": "2019-05-29T00:37:35.363258Z", - "lastModified": "2024-04-14T17:36:09.148310Z", + "lastModified": "2024-04-15T22:04:32.775023Z", "releases": [ + { + "version": "4.2.2", + "phpExtensions": [], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=28.0.0 <30.0.0", + "minIntSize": 32, + "download": "https://github.com/nextcloud-releases/forms/releases/download/v4.2.2/forms-v4.2.2.tar.gz", + "created": "2024-04-15T22:04:32.710990Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-15T22:04:32.828481Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=28 <=29", + "signature": "YVVA+sw5opvp4qLFi2ccSPsxDaPdw3XVQb0sRficulPm87YdlA+FN8Wgjjpv+DLDbAVFBa/qz8fa2tdlhQrM1/5/IgEt+2g8Bzi3do+v0jKIqOKYdHDLhGGXRlnYDcnO+x2f77Z0RXiQIkKmb4fo41qj5CUtJrt0qfm6lsFVqrG6a4T0toCPK8bh3IzE9hd0A83zCOeUvTQduiDOt6/6E3q5KpV9ZjL/8ExqBiSpOFBZUohwfjTGVivF+xMTZOA5n5OH45GbZOPnPwZnyyPY86+uqFhNaXuQt582UQQ3LOCz4a59mUDOee3ZtK8Q+QeF95pfrYCyaI/PNIL/nwbxs73/qbwsp9NL04lwdDlAH2iluOLc2wEPd0H0pvs26wf/ZDA+0V53lPczXmEjbFIv76EHWIFgnRGfuefYO20rlfRH0FRCrLyQ1X+9p8FjkK6CZZ6PWxoETS3XyJYP7w6RK43sxpK/BovPn2KEPmj2+zxuGy2iAMWfQllPDCqd1gEaGqBXtekRNTrgcGIZnVtC49K/kegIEV+i+1yKrTTIizHGx+cG7ehHsQrJzsQHOHQqgROdbJhyaGplQK70RpLu+oNXmUW1uc8YfiaiOp1g6i1S0J7jOxX0deX2LlCMDh7Uj2yjiJ7STgDTW+6KeGC7YEDqz0jWQRWsNw4YWzRU87E=", + "translations": { + "en": { + "changelog": "[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.1...v4.2.2)\n\n### Fixed\n- fix(DB): Correctly fetch shared forms by @susnux in [\\#2069](https://github.com/nextcloud/forms/pull/2069)\n- fix(Form): If `permitAllUsers` is not set then no public access is granted by @susnux in [\\#2070](https://github.com/nextcloud/forms/pull/2070)" + } + }, + "signatureDigest": "sha512" + }, + { + "version": "4.2.1", + "phpExtensions": [], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=28.0.0 <30.0.0", + "minIntSize": 32, + "download": "https://github.com/nextcloud-releases/forms/releases/download/v4.2.1/forms-v4.2.1.tar.gz", + "created": "2024-04-15T17:26:09.853474Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-15T17:26:09.970237Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=28 <=29", + "signature": "Fqs4c2FYqIOo4zBMCy2lmBQEROnJdmQ+Fj0bbAccMpmV/UDKh5LlaQJlzJT0Y8xO2To1xTHHOBbovTZQ/X3IBsYejnjEbLLBTF2LELz7vI/vZSPbSnSuOeiB5nGjHHaDZzL/PH4ymeOJhvF9mDE0386qO63sRWgljvarQZsmuYd7sfHxbIb6pFgjIGtWhL7rDCB/gX69/pohAaKDtIVR+szpGAgKbwQx/hdUO5WZvyx5UvOJPnqSNpGV5cHEjRUkabhyxcxGlW4VYsOcwGU97a7qUf2fDStm++A3laF075dl8sVHLzje133n/2gy/b4OnOm6DRtTwYoaUrysr2Phe3cAlHLJoq0QHNZeot4ncW+3nvug5NprWAh4uy8aKbRxT4UkC+2yXo5moSHLVuDOeyjznKyUb4hMdLfv5ylWocD8nYNJyouY4nYPE0y0z578sGS3LUUyoEWoC1N9CeSD3QrLwRXn54D7J32EHJLiUx1kGT/JVT8vgDX8OKlL8xDD9LE2Puk9la24OAfjCAEPoCk9O7Hs09oCnS8s3O5jNuWleAXgBpS4l3uLzq1RANMc0lPeu48elL6reHtu091UfZgqH03lueoW4/nF0ysPclyYSl937QRQ296GP9eeTg+JXReEyd3bOPFwdJHN7WpscXyVyf2nD8eUXSzNbctayJc=", + "translations": { + "en": { + "changelog": "[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.0...v4.2.1)\n\n### Fixed\n- fix: remove setup() and move code to data() in Results.vue by @Chartman123 in [\\#2065](https://github.com/nextcloud/forms/pull/2065)\n- fix: Move non-reactive props and composables to `setup` by @susnux in [\\#2068](https://github.com/nextcloud/forms/pull/2068)\n- Set lastUpdated on link/unlink file by @Chartman123 in [\\#2066](https://github.com/nextcloud/forms/pull/2066)\n- fix: `legacyLink` access handling by @Chartman123 in [\\#2060](https://github.com/nextcloud/forms/pull/2060)\n- fix: don't filter expired forms in navigation by @Chartman123 in [\\#2062](https://github.com/nextcloud/forms/pull/2062)" + } + }, + "signatureDigest": "sha512" + }, { "version": "4.2.0-alpha.1", "phpExtensions": [], @@ -11989,87 +12136,87 @@ "isFeatured": true, "authors": [ { - "name": "Jan C. Borchardt", + "name": "Affan Hussain", "mail": "", "homepage": "" }, { - "name": "John Molakvoæ", + "name": "Ajfar Huq", "mail": "", "homepage": "" }, { - "name": "Jonas Rittershofer", + "name": "Christian Hartmann", "mail": "", "homepage": "" }, { - "name": "Kai Schröer", + "name": "Ferdinand Thiessen", "mail": "", "homepage": "" }, { - "name": "Kameron Sheppard", + "name": "Hamza Mahjoubi", "mail": "", "homepage": "" }, { - "name": "Natalie Gilbert", + "name": "Inigo Jiron", "mail": "", "homepage": "" }, { - "name": "Nick Gallo", + "name": "Jan C. Borchardt", "mail": "", "homepage": "" }, { - "name": "René Gieling", + "name": "John Molakvoæ", "mail": "", "homepage": "" }, { - "name": "Stephan Link", + "name": "Jonas Rittershofer", "mail": "", "homepage": "" }, { - "name": "Tim Sattizahn", + "name": "Kai Schröer", "mail": "", "homepage": "" }, { - "name": "Vinzenz Rosenkranz", + "name": "Kameron Sheppard", "mail": "", "homepage": "" }, { - "name": "Affan Hussain", + "name": "Natalie Gilbert", "mail": "", "homepage": "" }, { - "name": "Ajfar Huq", + "name": "Nick Gallo", "mail": "", "homepage": "" }, { - "name": "Christian Hartmann", + "name": "René Gieling", "mail": "", "homepage": "" }, { - "name": "Ferdinand Thiessen", + "name": "Stephan Link", "mail": "", "homepage": "" }, { - "name": "Hamza Mahjoubi", + "name": "Tim Sattizahn", "mail": "", "homepage": "" }, { - "name": "Inigo Jiron", + "name": "Vinzenz Rosenkranz", "mail": "", "homepage": "" } @@ -19454,19 +19601,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" @@ -19479,19 +19626,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" @@ -21872,8 +22019,33 @@ "issueTracker": "https://github.com/jhass/nextcloud-keeweb/issues", "website": "https://github.com/jhass/nextcloud-keeweb", "created": "2016-09-26T17:31:31.025730Z", - "lastModified": "2024-01-27T18:00:32.680130Z", + "lastModified": "2024-04-15T15:14:48.014158Z", "releases": [ + { + "version": "0.6.18", + "phpExtensions": [], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=28.0.0 <29.0.0", + "minIntSize": 32, + "download": "https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.18/keeweb-0.6.18.tar.gz", + "created": "2024-04-15T15:14:47.947098Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-15T15:14:48.116012Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=28 <=28", + "signature": "PHASwm8/2PCerBVxG481LBfReow3EtnlZNzTtF2R3odP4GJo1JZAC/4WQ0oP\nFTUbK/0DiQ57t5vBpSa2/q8akFlh/v0NDOgm3mERvIrSSZ7DxymTnt4+wouB\nkrMGVX1yp6PCfARBNe7OBUnfDXtSq7PDZCTb1wInwThLt0UczVcQIWCOFP+b\nSbzWhxKFEE2lRsrScgY9KVdwngMPtaNeB2HviIeR1DnjDBC7uS6wza0bfXkw\n6bdyKl+A/MaDxnpweY2Oyv2O4uWyHKeesZ+Otagh31NpHeV46BjhmySMP7QT\ngkwxJS2w16ZpmlfDufeDpq2K+T4LwDpUthB9mZJneqt2eGmczDm4Y9JHXfqZ\n/HTSyi7WGghb/3v5ar60IHOWKxGkL7LKoi5q/44ro3JR4CFO8ZSBbHcKoB6U\nwoqmmSiYT/M7xowTnvBhbFBJBTRmEB6Sx+5V7CZeAaSuKdsu09LCJmie65fM\nxuSSLSC4zTxKeYvarKgEsu1yj23tBQQ8HFdzBR/OyRYbJqP4Pdip7K1kzzZg\nGWp5ccMIHKo77ktZTa99lAgrxc/4gVCdkzMrnJAku24lSL2QqM42K0+eH4PK\ngg/YGh8xHUKe6LPy/vy+dpetRN+Py6hGoKxrM4udHVNP38Z9SlIQZw7/NZaG\nkIEI9pbu5FuPPzekt0j+O4s=", + "translations": { + "en": { + "changelog": "" + } + }, + "signatureDigest": "sha512" + }, { "version": "0.6.17", "phpExtensions": [], @@ -21985,7 +22157,7 @@ "en": { "name": "Keeweb", "summary": "Open Keepass stores", - "description": "Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud.\n \n💀 KeeWeb itself not actively maintained since 2021 and may contain security issues 💀 Please move to an actively maintained developed app like Passman or Passwords." + "description": "Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud.\n \nWARNING: As of March 2024 KeeWeb itself was not actively maintained since 2021 and may contain security issues. You may consider to choose an actively maintained developed app like Passman or Passwords. If this changes in the future, this notice will be updated accordingly." } }, "isFeatured": false, @@ -26614,8 +26786,39 @@ "issueTracker": "https://github.com/H2CK/oidc/issues", "website": "https://github.com/H2CK/oidc", "created": "2022-03-15T21:28:03.253395Z", - "lastModified": "2024-03-28T10:34:18.607619Z", + "lastModified": "2024-04-16T08:02:50.767516Z", "releases": [ + { + "version": "0.8.1", + "phpExtensions": [ + { + "id": "openssl", + "versionSpec": "*", + "rawVersionSpec": "*" + } + ], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=25.0.0 <30.0.0", + "minIntSize": 32, + "download": "https://github.com/H2CK/oidc/releases/download/0.8.1/oidc-0.8.1.tar.gz", + "created": "2024-04-16T08:02:50.022569Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-16T08:02:50.979264Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=25 <=29", + "signature": "Y6V8hlHFuhVYyyn2XgMy+RWyiFzWoZUfnHjv9+bGC1aOS6koJVjc+Es9KFER7pQGc/2tC543z3Kf0b3BQG+aByOfF1tddnTpbapwpXeqFCnDsNCvqT/OUngCow+YBzzosNDd+y0eau/x/k3D7XjOYtK+MdRdbXVBmSl40NZ8Q8jq8CA5xXuRJ1UjM6yh1qpendb+e6TPz9PXMcuZoM7TBB9YSahSJafYhoWQcji/Z7kEFm+KaMmBjBm0SP8+68j5tyG7FvjUCh+DDhPMNj8oQHKhtIVe5NZN+enVZMXtYX+xLSntZjNZBy22Yt70CURPhEOPXfskozHt5emqb0aGezED6+zo6BD74Ngs1b0XZZ1w8zcOjiTSnLttFMDXO2fV/VLI4HVaYgPvatJsYiiLrKAwOA7iSdWBwsVd3f+g7SWUYyBpqzhSMJUoIolI5lV+tcdHCYvo2foRb8jQo4R2Hbe3+zOcdyE7g4QWKyo9ArdrCcC5lYwCyEmQCIKLx3xxy7HEF5WVjObllTgqzPIjqMnr7W4CatxFtKzv7s9+SDGmnyVAqNGTxLOvVIP/MtFw/KGaWjgug+8nOGCOtftklwC5ZowMP8mhzuZw/VMGxlHruKLvUsjwwcHHQ67inMmdvqe10Zmc25oo8J4yr2OgnNA3i8ccrV0norz4IZeyyoc=", + "translations": { + "en": { + "changelog": "### Changed\n\n- Added support for Nextcloud 29\n- Updated dependencies\n- Updated translations" + } + }, + "signatureDigest": "sha512" + }, { "version": "0.8.0", "phpExtensions": [ @@ -45787,8 +45990,33 @@ "issueTracker": "https://github.com/nextcloud/user_retention/issues", "website": "https://github.com/nextcloud/user_retention", "created": "2019-07-29T12:49:00.758256Z", - "lastModified": "2023-11-09T17:24:21.899943Z", + "lastModified": "2024-04-16T09:56:03.656274Z", "releases": [ + { + "version": "1.12.0", + "phpExtensions": [], + "databases": [], + "shellCommands": [], + "phpVersionSpec": "*", + "platformVersionSpec": ">=27.0.0 <30.0.0", + "minIntSize": 32, + "download": "https://github.com/nextcloud-releases/user_retention/releases/download/v1.12.0/user_retention-v1.12.0.tar.gz", + "created": "2024-04-16T09:56:03.617071Z", + "licenses": [ + "agpl" + ], + "lastModified": "2024-04-16T09:56:03.709323Z", + "isNightly": false, + "rawPhpVersionSpec": "*", + "rawPlatformVersionSpec": ">=27 <=29", + "signature": "qeqUtZEXyuVy2ONWOvc+/lcntqRxF81GiQht2yla9EuEV0Nl/3S8uLUnLp/hITyfYg4awoTgFMws5Lqjh2qcG8ND91MJe8at8nL5wBA/bPdFOuubSpKBoxZ+Xm1NRFA63+RYpr2/hw/AUJokoK2HFqxl++f3i55nnr0tSTReakdP3M+4QSOhEy+z2ChTugAgFpqnMvtAK1uiDclacyYAi6Ib9LcmH2EfZpUZJXW9/A4PzIUYJFtX+BC22XxxCsCrU4njKH2wRRYSsFLJ9y7Rm8fdoA8xVidVte0BK+eJ1MOR0yhyYkZH4lZWlQYoK8fbNixtjeofOCc3xC2+fT0hpOEXcpYP7J/uVGVtaJ7utsnZBztchH/lGS57ittX6rZNzbHEenHikUcg2Oeh78mBgEgTwgZNEhgnA0aUgr+r98QFiN+M7I/nfa7vPUDPjFq02Ap4fxJmm7Eyd2kzYrSpLwBQmiwcsqksoihhp5hlf2ZUqLAYmvl7ZDuY9FYIM0sUUG6uttCreybyik3ZoFNN4LyHfg80o26XNiZV6DD5Yq1Rafgif3kYFEr4mCWNYZf132rSeW9GbjgYi7bfGsYW2FM6yfO8XS4R0lSdNwdVHDKWBkPkDG6MJ4YPBFIu7S0hnFXRs9nSbQ10YFIiEC3IUyBS9Z7EhULXtsh/EN4pog0=", + "translations": { + "en": { + "changelog": "### Changed\n- Add compatibility with Nextcloud 29\n- Drop compatibility with Nextcloud 26" + } + }, + "signatureDigest": "sha512" + }, { "version": "1.11.0", "phpExtensions": [], -- GitLab