diff --git a/data/apps.json b/data/apps.json
index bfe6d553786e73f11c85d4c5e9328faa21d78534..b63b29ac9040693019a064f670e6fe6674a28e43 100644
--- a/data/apps.json
+++ b/data/apps.json
@@ -5961,7 +5961,7 @@
     "issueTracker": "https://github.com/nextcloud/cookbook/issues",
     "website": "https://github.com/nextcloud/cookbook/",
     "created": "2019-03-18T18:15:40.098418Z",
-    "lastModified": "2022-08-24T16:30:57.253250Z",
+    "lastModified": "2022-08-29T05:17:50.915152Z",
     "releases": [
       {
         "version": "0.9.14-beta2",
@@ -6013,6 +6013,31 @@
         },
         "signatureDigest": "sha512"
       },
+      {
+        "version": "0.9.14",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": ">=7.4.0",
+        "platformVersionSpec": ">=19.0.0 <25.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/cookbook/releases/download/v0.9.14/Cookbook-0.9.14.tar.gz",
+        "created": "2022-08-29T05:17:50.546133Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T05:17:52.679780Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": ">=7.4",
+        "rawPlatformVersionSpec": ">=19 <=24",
+        "signature": "aez8ySy8qChbBWSoO/8pHgUKEftuqFNXxUgtXjge2N+VAdjNfPbzbxM3sB32rbNR0KhH/mageDv4GvjyG3zNDYG8AHyKuLf90umSu3VZXZT19gNvGOBtEZpCBDhOO9bM6P5yuajvGGPgfiZUmm6BQRi0V7FG9DUgCUP3/Mycy/FoiUu6ST655aIo44cw0ZCb9q7tccjzB8inPekLsi2dc4VurJKdWA7Tkq3iJp9JHosSI6XUKckfVo+G/Sc6FK338Oas1ldd0ucWZYbMA6yhlP4cqAJxsE+1mDfZOIZd2nbz+lSQYcLAdZ8aYPIrQguizvxNNJOuB0OwhO0dPwqvMxYjoFUyrG8WSZ+Rva/lXzekncfrA0rWkEM5+GOdqJ9xPUKADeo4JfbGXqUnzi9ZUVFlRCnlh5hBsoa5EZdiSCz4lASjzUB4H0VWbLuXO5C86Wt7JXdPvycarcOG7sYwR3J0pkirKAO3IrWrFw7Q/EIGlHWTneh2rLyEU89xVBzpfrzsDfGgRY0NiAmTAgIwMJP+Y87JnQV4P200cXyPAYX00kc4574tlPndgGh0Vxz8mkXUWbK2GuA7TtZJxgNN/uqRNWR5WQzCxwqcUkIzkh05jJzytVolZUfPooDnLpYgUppTuwsEyJzRArC99gt3q78KYM6AQBKr2kCPpL+9EME=",
+        "translations": {
+          "en": {
+            "changelog": "### Changed\n- Parsing of JSON recipe objects in a cascade of filters\n  [#1097](https://github.com/nextcloud/cookbook/pull/1097) @christianlupus\n- Ordering corrected for mobile and printout versions\n  [#1107](https://github.com/nextcloud/cookbook/pull/1107) @christianlupus\n- Less intrusive sharp popup (suggestion menu for reference autocomplete)\n  [#1098](https://github.com/nextcloud/cookbook/pull/1098) @MarcelRobitaille\n\n### Fixed\n- Prevent slow loading of recipes due to iteration over all files\n  [#1072](https://github.com/nextcloud/cookbook/pull/1072) @christianlupus\n- Fix keyword ordering buttons being clipped by top bar\n  [#1103](https://github.com/nextcloud/cookbook/pull/1103) @MarcelRobitaille\n- Replace print icon with something better recognizable\n  [#1106](https://github.com/nextcloud/cookbook/pull/1106) @christianlupus\n- Make recipeYield optional\n  [#1108](https://github.com/nextcloud/cookbook/pull/1108) @christianlupus\n- Fix UI glitches caused by improper use of Breadcrumbs component\n  [#1105](https://github.com/nextcloud/cookbook/pull/1105) @MarcelRobitaille\n- Fix typos and styling issues\n  [#1112](https://github.com/nextcloud/cookbook/pull/1112) @christianlupus\n- Fix API endpoint used for updating recipes\n  [#1119](https://github.com/nextcloud/cookbook/pull/1119) @MarcelRobitaille\n- Reactivate step debugging  in PHP\n  [#1160](https://github.com/nextcloud/cookbook/pull/1160) @christianlupus\n- Fix multi-line code entry in some fields during editing\n  [#1162](https://github.com/nextcloud/cookbook/pull/1162) @christianlupus\n- Make the API return correct nutrition information objects for recipes\n  [#1163](https://github.com/nextcloud/cookbook/pull/1163) @christianlupus\n- Allow HowToSteps in recipe instructions during importing\n  [#1165](https://github.com/nextcloud/cookbook/pull/1165) @christianlupus\n- Correct output of getApiVersion\n  [#1175](https://github.com/nextcloud/cookbook/pull/1175) @christianlupus\n\n### Maintenance\n- Add composer.json to version control to have unique installed dependency versions\n  [#1093](https://github.com/nextcloud/cookbook/pull/1093) @christianlupus\n- Update supported PHP versions\n  [#1095](https://github.com/nextcloud/cookbook/pull/1095) @christianlupus\n- Update README with app screenshot and fixed repository links\n  [#1102](https://github.com/nextcloud/cookbook/pull/1102) @MarcelRobitaille\n- Cleaned up entry JS code\n  [#1118](https://github.com/nextcloud/cookbook/pull/1118) @christianlupus\n- Create Python based testing wrapper and enhance workflow script\n  [#1137](https://github.com/nextcloud/cookbook/pull/1137) @christianlupus\n- Update workflow from nextcloud organization template\n  [#1142](https://github.com/nextcloud/cookbook/pull/1142) @christianlupus\n- Remove dependency @nextcloud/auth from explicit dependencies\n  [#1149](https://github.com/nextcloud/cookbook/pull/1149) @christianlupus\n- Fix bug in automated test programs\n  [#1165](https://github.com/nextcloud/cookbook/pull/1165) @christianlupus\n- Update some NPM dependencies and deprecations\n  [#1159](https://github.com/nextcloud/cookbook/pull/1159) @christianlupus\n- Prepare the generation of pre-releases\n  [#1169](https://github.com/nextcloud/cookbook/pull/1169) @christianlupus\n- Corrected usage of npm ci\n  [#1170](https://github.com/nextcloud/cookbook/pull/1170) @christianlupus\n- Reactivate Codecov coverage reporting\n  [#1177](https://github.com/nextcloud/cookbook/pull/1177) @christianlupus\n\n\n\n### Fixed\n- Correct output of getApiVersion\n  [#1175](https://github.com/nextcloud/cookbook/pull/1175) @christianlupus\n\n\n\n### Changed\n- Parsing of JSON recipe objects in a cascade of filters\n  [#1097](https://github.com/nextcloud/cookbook/pull/1097) @christianlupus\n- Ordering corrected for mobile and printout versions\n  [#1107](https://github.com/nextcloud/cookbook/pull/1107) @christianlupus\n- Less intrusive sharp popup (suggestion menu for reference autocomplete)\n  [#1098](https://github.com/nextcloud/cookbook/pull/1098) @MarcelRobitaille\n\n### Fixed\n- Prevent slow loading of recipes due to iteration over all files\n  [#1072](https://github.com/nextcloud/cookbook/pull/1072) @christianlupus\n- Fix keyword ordering buttons being clipped by top bar\n  [#1103](https://github.com/nextcloud/cookbook/pull/1103) @MarcelRobitaille\n- Replace print icon with something better recognizable\n  [#1106](https://github.com/nextcloud/cookbook/pull/1106) @christianlupus\n- Make recipeYield optional\n  [#1108](https://github.com/nextcloud/cookbook/pull/1108) @christianlupus\n- Fix UI glitches caused by improper use of Breadcrumbs component\n  [#1105](https://github.com/nextcloud/cookbook/pull/1105) @MarcelRobitaille\n- Fix typos and styling issues\n  [#1112](https://github.com/nextcloud/cookbook/pull/1112) @christianlupus\n- Fix API endpoint used for updating recipes\n  [#1119](https://github.com/nextcloud/cookbook/pull/1119) @MarcelRobitaille\n- Reactivate step debugging  in PHP\n  [#1160](https://github.com/nextcloud/cookbook/pull/1160) @christianlupus\n- Fix multi-line code entry in some fields during editing\n  [#1162](https://github.com/nextcloud/cookbook/pull/1162) @christianlupus\n- Make the API return correct nutrition information objects for recipes\n  [#1163](https://github.com/nextcloud/cookbook/pull/1163) @christianlupus\n- Allow HowToSteps in recipe instructions during importing\n  [#1165](https://github.com/nextcloud/cookbook/pull/1165) @christianlupus\n\n### Maintenance\n- Add composer.json to version control to have unique installed dependency versions\n  [#1093](https://github.com/nextcloud/cookbook/pull/1093) @christianlupus\n- Update supported PHP versions\n  [#1095](https://github.com/nextcloud/cookbook/pull/1095) @christianlupus\n- Update README with app screenshot and fixed repository links\n  [#1102](https://github.com/nextcloud/cookbook/pull/1102) @MarcelRobitaille\n- Cleaned up entry JS code\n  [#1118](https://github.com/nextcloud/cookbook/pull/1118) @christianlupus\n- Create Python based testing wrapper and enhance workflow script\n  [#1137](https://github.com/nextcloud/cookbook/pull/1137) @christianlupus\n- Update workflow from nextcloud organization template\n  [#1142](https://github.com/nextcloud/cookbook/pull/1142) @christianlupus\n- Remove dependency @nextcloud/auth from explicit dependencies\n  [#1149](https://github.com/nextcloud/cookbook/pull/1149) @christianlupus\n- Fix bug in automated test programs\n  [#1165](https://github.com/nextcloud/cookbook/pull/1165) @christianlupus\n- Update some NPM dependencies and deprecations\n  [#1159](https://github.com/nextcloud/cookbook/pull/1159) @christianlupus\n- Prepare the generation of pre-releases\n  [#1169](https://github.com/nextcloud/cookbook/pull/1169) @christianlupus\n- Corrected usage of npm ci\n  [#1170](https://github.com/nextcloud/cookbook/pull/1170) @christianlupus"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "0.9.13",
         "phpExtensions": [],
@@ -15877,8 +15902,33 @@
     "issueTracker": "https://github.com/nextcloud/integration_github/issues",
     "website": "https://github.com/nextcloud/integration_github",
     "created": "2020-09-02T07:26:20.384549Z",
-    "lastModified": "2022-08-26T11:43:53.784962Z",
+    "lastModified": "2022-08-29T15:30:56.302221Z",
     "releases": [
+      {
+        "version": "1.0.4",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=22.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/integration_github/releases/download/v1.0.4/integration_github-1.0.4.tar.gz",
+        "created": "2022-08-29T15:30:50.927368Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T15:31:00.042176Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=22 <=25",
+        "signature": "e/2GPu76Tk3q03JqqBhQb9k6O8f5MPJ3dOOeQ14z5/atd1U6jYtZv4TD9kQ8u2mATNMsdDVwI7VQYAVOSeCBtBY2BVVVHEKrtrVbKBZKbzonnSf/sHN2dukKN+tOm33KTSj/1NJupR8bX0SjRcL472z+SN07UgnHwNEFvfdAmimVgqCqADY7E60lPAhwzLISvuD84CYI2vOHC+1qdXXU9JvK9lY3z3Jhv1S8r/DZUmxRtvfteWSusi4IVtbJHu8U/iiHcJaPFHSnOzmuqvYW/eAUi8/ywBcJfuJGcwTlAkxa2f8RPc7y74FJ8TMF0gHqqyxVVnbH0K8/EZp0KFmImc5q9DNFaWzI9hrgFZCCUgwHiXXci2QypajAEOTjwAZXuKFPxYyFafiPXFJs3QbHw4KpmGQIk5BUDovMk9CeJPflb+9fT2+9vBBj9RgE6nM8LoNfB1XWniVPUzuRY4DyZLVbwkVRVIFfjnN0/UOEkGbmwp5sD1/bF3HHpNRZJljGNLO5wAi7P9y9s33p1jAgcoWdfir0QWDNgRbDo99wWTl++dbUX9nBHQbsoxgmE4GuKHJH2ee6/QlBlfjmSLFZsvWegcZTroXvJmgrN/5tFmSznt3GFnNQBSvH0sFh6/F4v99x6NTnDk4wHMGGU2WMcFbftRrEeqQeiDprWc5z238=",
+        "translations": {
+          "en": {
+            "changelog": "### Added\n- optionally authenticate with a popup (OAuth only)\n- allow connection directly from the dashboard (with or without a popup)\n\n### Changed\n- use material icons\n- use node 16, bump js libs, adjust to new eslint config\n- get ready for NC 25"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.0.3",
         "phpExtensions": [],
@@ -16011,8 +16061,33 @@
     "issueTracker": "https://github.com/nextcloud/integration_gitlab/issues",
     "website": "https://github.com/nextcloud/integration_gitlab",
     "created": "2020-09-02T09:25:12.796310Z",
-    "lastModified": "2022-08-25T13:27:46.366551Z",
+    "lastModified": "2022-08-29T15:12:59.823761Z",
     "releases": [
+      {
+        "version": "1.0.5",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=22.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/integration_gitlab/releases/download/v1.0.5/integration_gitlab-1.0.5.tar.gz",
+        "created": "2022-08-29T15:12:59.131082Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T15:13:07.533852Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=22 <=25",
+        "signature": "RlZDGa814lvz+2TCmMZKvmTBE9ezF7clRwm5H/l1yUHluC/MgRc8IKowrAZ1pVcVhvj+EHjQbVy686wxjQBLmSDPh7M0af/jrVNOrwAxZ2pi+x9P5Cs1bWDCm4npOU/OW/2PDW+6PSKbFG6lLXwrrRQRlVtI13fW4cd0cEjscs5K4adzcIAU8NHH1ANJUqaTYaE1f+QugxMWicSjuzho+uGeAuXLn2VpwbJwFsZE0E+a7M0WYwAfEmN/OBXrLHuYoqYW8UQlqgqGiMdOOCMK0Iyy5ixKQwtal/p0I29NFqHAEaxnt/93S9yLIiEMb1xd6ELufbBhw5zsNSoIYr8LH/XGVnEIcCOXcPwk8QolKLZRZLB9pTStvtquRArRhXklCNGaxnm6D+vzGDJKA0Pj1Q2HGewyLLi9dlDP14bi8nXqf8HPgp0iB0jMcq5eocDqCDAncunM2QZI9yeVDZGHOfVihv9yTEjUugzGzpcdy3fHoSmpwXY+YMtfh7mjdjXyjB3wHKRLvmSlHVE0OydM0jVrvDWlWeFvtTQpH6w7lw5CezB4G3uCKzSbxLL8udQkdGAMcT968XUD25pr0xQRIuu+JWMU2tGYyD4lrIFxb0YyPeu6i40iBdks2YN3dqPyhs7GJNsnT5z3ClGqreiKBJe/A3MUVr8JFY1gJd3s/L0=",
+        "translations": {
+          "en": {
+            "changelog": "### Added\n- new option to connect with OAuth in a popup\n- token refresh (based on expiration date)\n- allow connection directly from the dashboard (with or without a popup)\n\n### Changed\n- use material icons\n- use node 16, bump js libs, adjust to new eslint config\n- get ready for NC 25\n\n### Fixed\n- fallback avatar"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.0.4",
         "phpExtensions": [],
@@ -16210,8 +16285,33 @@
     "issueTracker": "https://github.com/nextcloud/integration_google/issues",
     "website": "https://github.com/nextcloud/integration_google",
     "created": "2020-10-01T11:36:45.415725Z",
-    "lastModified": "2022-08-24T10:51:59.130055Z",
+    "lastModified": "2022-08-29T15:51:21.633335Z",
     "releases": [
+      {
+        "version": "1.0.8",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=22.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/integration_google/releases/download/v1.0.8/integration_google-1.0.8.tar.gz",
+        "created": "2022-08-29T15:51:21.445777Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T15:51:22.074759Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=22 <=25",
+        "signature": "JMyGP5LQxSm1hZ3Vm9TKc8Evp0ZKX0jY3eBNheR2MDnjS8UAg9EMQjBA2ogLSp/OF/f0Hz7oAtCNET586LYNlTHjNaWYoNG+61svs+fyXe6MC45/mC6pLtpSfvKUBryVuASW+t6t1nqq8irNzklovedAPfN/9qHFpR+9CpJ2Xm5O/s97Tx7F7YDvFWzNVHZXqRgSEenM95a9gC46XCvaVzL6fikhnccAGLQe088gyPldhs7YEDbvmE/i/NwZT8FHAKrzVA1UYoiuMmH9D1f2ogGUTrET2nEf8c/1fNOEujFHyRU04l+0l79hCxv/W90BcVSP4bklnTcnQjCgwGx6gJA9bNfF1SwPDSH21IcJGqU5JGiE8Q6t3yofgKA7OCPQbXB2gDZPachAVVmDF4MZKZ15zEItqCxAjNGvyBhqQrJ4tPC8JZdKMpIZub1ZdcIGDJBI3u/NMs1V5qcCC60h6SopVOAmHZb2St7HM8GjPpF9R6FawpvlJbANPu8439R0a0ylrk+aaXxfw//+v1/aEou5kE0jW9XcgHtXM6ofYAS3qgdZRQ4X27kimrk8ito2dQZco1gTQ7SsBrMNeWk51MjMssO6enMyczwnhDOzvcLvQYux6nmo0utNt+vWl6UecGC5INNRtzxlJpP2WsrShPPsmMzzqongCqHf34YN/a4=",
+        "translations": {
+          "en": {
+            "changelog": "### Added\n- admin option to use a popup during the OAuth flow rather than a redirect\n\n### Changed\n- adjust to NC 25 (style, icons, no more svg api etc...)\n- implement proper token expiration check\n- use node 16, adjust to new eslint config\n- improve perso/admin settings style, use NC components etc...\n\n### Fixed\n- drive pagination to count files\n  [#94](https://github.com/nextcloud/integration_google/pull/94) @hjylewis\n- remove new lines from file names\n  [#94](https://github.com/nextcloud/integration_google/pull/94) @hjylewis\n- contact photo import, correctly get photo file type so photo is not skipped"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.0.7",
         "phpExtensions": [],
@@ -16369,8 +16469,33 @@
     "issueTracker": "https://github.com/nextcloud/integration_jira/issues",
     "website": "https://github.com/nextcloud/integration_jira",
     "created": "2020-10-01T11:35:56.505360Z",
-    "lastModified": "2021-11-12T11:20:39.807446Z",
+    "lastModified": "2022-08-29T18:02:48.262481Z",
     "releases": [
+      {
+        "version": "1.0.3",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=22.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/integration_jira/releases/download/v1.0.3/integration_jira-1.0.3.tar.gz",
+        "created": "2022-08-29T18:02:47.417776Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T18:02:48.507822Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=22 <=25",
+        "signature": "zy5S9uzfiWCDO4Cr5qyZmSVymycTeUvdfMpH/pQAmz8zPOOud9wLcJ+ZlKcaAaNPzO5XBiQBwrEuZ1caEyfBCBwuiTC7bquGcyxnE33uPy06bboX7JJYgtAUwSTvVA3oc75L1vJfrYQpzWIgYvseZc3m9XsZLsT4H7Yb7lntF8Klik9icT8i8Ahb40dMiDjTUbOzMSadrukvigGsDjSYEpMf1gprC2XJrv01KMBQp/lQz1597JfO78vmUmE8KI3NAvaEr622t0109YeldRLA1nZZ+olPw37m1ksUqp2UIQBsAOOIzEzB+KXyEsyQBbGvTzZ51gAWf6Qoimg6zPrNmcQcOYGWc3qHt9xOLPxhunkBnI2sujfF/ccYfj7JeiPtDc1CgEfjB5cIUbooJSxbW3IfXwmCazMjx8E1iHOsd6ojgDnlQFNvvBk0jxWOkjoHsHQWw0JnC/GHHL0+SRb10ONuI3urfVte50Gg07GZ0a9w/3/aoUjhAxOB6AnX6kW1C7QtsPIHuMQxqFDfMoPfcPMVIUxkkVN5oTNF4p0E3/J8fnOMs1xI696ca9ju2ftdhYttjJSK/x910DLWuMyx3pcLocg4n5gRe0tu6JX3QQw1h6tpVO4ZveyWCITWyuk4aOknTapRKMk8XzAT0Ekz6jNv4QG5qRGh08B/+UXiB1g=",
+        "translations": {
+          "en": {
+            "changelog": "### Changed\n- adjust to NC 25\n- bump js libs"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.0.2",
         "phpExtensions": [],
@@ -17102,16 +17227,16 @@
         "phpVersionSpec": "*",
         "platformVersionSpec": ">=22.0.0 <26.0.0",
         "minIntSize": 32,
-        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.1/integration_openproject-2.0.1.tar.gz",
-        "created": "2022-08-16T04:31:12.921044Z",
+        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.0-20220729-nightly/integration_openproject-2.0.0-20220729-nightly.tar.gz",
+        "created": "2022-07-29T08:38:48.365930Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2022-08-19T07:25:54.509791Z",
-        "isNightly": false,
+        "lastModified": "2022-07-29T08:38:48.663858Z",
+        "isNightly": true,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=22 <=25",
-        "signature": "d65TQo43t0b9f3sUL3e7gkRRt2MzgWovLFjjk2LipMr6OJqyUbph3MZfcahOoqYc5QzqLJAKlIaB5LXLNJemXe350NVVn230a8Zgx8ZQmxkS+aI7+Ow0aIgzSJwOiYDutQs4LDxhLCXLPYBk/Y8HOq4b+d7FkXqJ+yCg+ILSQkweh70eWwTSNYaLeTS1hMOdNvjAJH1AXTnEYi5k2mqjP8UjlXSa/V99H1zeDChtgHcJOn7hAaYa/fSpfUH9QnNZ9q7bwg2nNPf2/+P+ynP9ySjeoTWToGHHQaFIFoSymyJG0NNZLPxKwJ2mvE34BqMmGrHGOmIDyyHg18ZkSZhL4BaiASWxRMSZhGQGKelVhDAeyRTzGRbDe4FPz3k0mABgjL6fMSn0IiuO19h6Hj0aoI+UCplYyjw4XUt4lKVkJhbWjpEH2diNoNBf6xeDqdB8jNHAWBSYudE0RfNWo7A0Sr4uFYrqcEG9r/PHsEpfHwzqyeyJ+oH2lt36HKIx3Rz5gTzo4jLJsgMfJ34A7TzKqir1J8R5Phhk8ZS117ZacJD/cOOvqKJR/IIoZEfsQuecTF8aXYZ1e/Lrk23ifYas1P3cv1724M5KkFvzVIpO9JQEHzgOW/9la0ofA/72+pvMrxYwzTG+k+XR91Mn+tAx1cixqCYW1yfhL+sLyvSo73o=",
+        "signature": "SwSulFP9cPLSg/25Ns81O1enmLibnQpWuyvF+PjTxyOuujBuPteb0I2JaOKxXmzPXeNQS14clzHecHZgjLEInOkx8VwIvRbWHkDZTjED3EaVuTHywrX5k+6HeyeeMp3RPwd0HKcpL1lY182zyNJP5Minito22jDuGQaUvDJ8mrqcz5PoIoRwQk3axE0WZXrDYv6nl941w5DvH7vab1j7UkACR/4K1JrXn4rnOv3jji4Kz0N9I0psiaJAzLr/v9XZLq4kzgO1FSFRZ2Rp9TXhwBnXcpiZy4pzkKQCfqL29dOEWAcOLA95UTc9e0870LnoUaQSoSqGtzcEiAMQpSSa5E/XDwL4ukJEsls4dkLs/nYaEvAYdM5HnfshiSgkZHmZFBCwweKKqFOZDTeylEgKrGtn2L7nO5WXE4lZisksdtGGRVRghj3HiNHaYLiU0ZYNQvTi2BDhJ7Qu4s76XkVwFn+hrB4KeauVJxvZqgI63lRBqSVsCPQftp5g3gBkXVDSzPbgG3SXHyAJTxsIvl8LbygnFMKUrrFQHtKdt4uzqhMIbTwcym2hG6hn1TqODKHku49lWyh2Gz/6TlFN9mFLcbFv8NrfjtBfj1O7UIqWAHVZ9aiaDY9CEMo3ZruqcQGx2RI0FVXCTJJemxM1YSQK9LkA9iqs34VoTlnuVArUOOw=",
         "translations": {
           "en": {
             "changelog": ""
@@ -17127,16 +17252,16 @@
         "phpVersionSpec": "*",
         "platformVersionSpec": ">=22.0.0 <26.0.0",
         "minIntSize": 32,
-        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.0-20220729-nightly/integration_openproject-2.0.0-20220729-nightly.tar.gz",
-        "created": "2022-07-29T08:38:48.365930Z",
+        "download": "https://github.com/nextcloud/integration_openproject/releases/download/v2.0.1/integration_openproject-2.0.1.tar.gz",
+        "created": "2022-08-16T04:31:12.921044Z",
         "licenses": [
           "agpl"
         ],
-        "lastModified": "2022-07-29T08:38:48.663858Z",
-        "isNightly": true,
+        "lastModified": "2022-08-19T07:25:54.509791Z",
+        "isNightly": false,
         "rawPhpVersionSpec": "*",
         "rawPlatformVersionSpec": ">=22 <=25",
-        "signature": "SwSulFP9cPLSg/25Ns81O1enmLibnQpWuyvF+PjTxyOuujBuPteb0I2JaOKxXmzPXeNQS14clzHecHZgjLEInOkx8VwIvRbWHkDZTjED3EaVuTHywrX5k+6HeyeeMp3RPwd0HKcpL1lY182zyNJP5Minito22jDuGQaUvDJ8mrqcz5PoIoRwQk3axE0WZXrDYv6nl941w5DvH7vab1j7UkACR/4K1JrXn4rnOv3jji4Kz0N9I0psiaJAzLr/v9XZLq4kzgO1FSFRZ2Rp9TXhwBnXcpiZy4pzkKQCfqL29dOEWAcOLA95UTc9e0870LnoUaQSoSqGtzcEiAMQpSSa5E/XDwL4ukJEsls4dkLs/nYaEvAYdM5HnfshiSgkZHmZFBCwweKKqFOZDTeylEgKrGtn2L7nO5WXE4lZisksdtGGRVRghj3HiNHaYLiU0ZYNQvTi2BDhJ7Qu4s76XkVwFn+hrB4KeauVJxvZqgI63lRBqSVsCPQftp5g3gBkXVDSzPbgG3SXHyAJTxsIvl8LbygnFMKUrrFQHtKdt4uzqhMIbTwcym2hG6hn1TqODKHku49lWyh2Gz/6TlFN9mFLcbFv8NrfjtBfj1O7UIqWAHVZ9aiaDY9CEMo3ZruqcQGx2RI0FVXCTJJemxM1YSQK9LkA9iqs34VoTlnuVArUOOw=",
+        "signature": "d65TQo43t0b9f3sUL3e7gkRRt2MzgWovLFjjk2LipMr6OJqyUbph3MZfcahOoqYc5QzqLJAKlIaB5LXLNJemXe350NVVn230a8Zgx8ZQmxkS+aI7+Ow0aIgzSJwOiYDutQs4LDxhLCXLPYBk/Y8HOq4b+d7FkXqJ+yCg+ILSQkweh70eWwTSNYaLeTS1hMOdNvjAJH1AXTnEYi5k2mqjP8UjlXSa/V99H1zeDChtgHcJOn7hAaYa/fSpfUH9QnNZ9q7bwg2nNPf2/+P+ynP9ySjeoTWToGHHQaFIFoSymyJG0NNZLPxKwJ2mvE34BqMmGrHGOmIDyyHg18ZkSZhL4BaiASWxRMSZhGQGKelVhDAeyRTzGRbDe4FPz3k0mABgjL6fMSn0IiuO19h6Hj0aoI+UCplYyjw4XUt4lKVkJhbWjpEH2diNoNBf6xeDqdB8jNHAWBSYudE0RfNWo7A0Sr4uFYrqcEG9r/PHsEpfHwzqyeyJ+oH2lt36HKIx3Rz5gTzo4jLJsgMfJ34A7TzKqir1J8R5Phhk8ZS117ZacJD/cOOvqKJR/IIoZEfsQuecTF8aXYZ1e/Lrk23ifYas1P3cv1724M5KkFvzVIpO9JQEHzgOW/9la0ofA/72+pvMrxYwzTG+k+XR91Mn+tAx1cixqCYW1yfhL+sLyvSo73o=",
         "translations": {
           "en": {
             "changelog": ""
@@ -17255,8 +17380,33 @@
     "issueTracker": "https://github.com/nextcloud/integration_reddit/issues",
     "website": "https://github.com/nextcloud/integration_reddit",
     "created": "2020-09-02T09:40:14.030796Z",
-    "lastModified": "2022-05-31T09:24:49.046499Z",
+    "lastModified": "2022-08-29T12:53:16.542407Z",
     "releases": [
+      {
+        "version": "1.0.5",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=22.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/integration_reddit/releases/download/v1.0.5/integration_reddit-1.0.5.tar.gz",
+        "created": "2022-08-29T12:53:14.015408Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T12:53:23.750423Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=22 <=25",
+        "signature": "Bhpx1OBokhSfOg3oamBEvWAuFrxVuJRNGtcujUSu/z7BwlAEzmrC+YgQbq5xNfPJUyrd8QK3W4LtTk2GmFyYNUlThe8flje62YaovXJ5PVZdK8ao+xVrdVYMm9Yg6DuyYckFImba28kvDPa1V8iCRmk/sW8CRd0SzCfw42WRTi2kIFfPG+qOzI5trxTHqfi0N3on8k1ZhwDWic4wcwR7sBA3bzOmJfZ9nZcn1+8Nwsrz2mjR6XSonbcVCEhDSVk0FZjWD/G4hlSHa/cWE/HDP8h4Q/J6QSuIEg3e/Grfcp7IncFJ4nlli8HCwZIc94fSxMsBv4DNkP7OCuz4iMjwdrDbDRFK6dytak8pGmZ2SQMh5abhKVsq+Y1dFf7+r0Ht30A9ShYJA2M8ZUUVkaS28Z8vyjtm0vdpK/hbKae51zcmqzRAHUkeookpM0V+/wBtX31xT53IVLhvaauaEJAtX9ceWbsrKBrMRygwzWjFcy8SFqPM59z4QuBSg6KsQKsFfXXAvKxR3AHUN2FGUgRSPB2xPIXjfYr3vj4zLk2/BU8EpNUxCw1/qcaLMd/v0ueWMWNK93AwNnl6CuTxIb9EHcS8kJXBpu/lB5bgJU7A/pgeg+cJJhJMuQ0LuQZgVR0/HQ7hnjgUHtc4+PGbGZG05+mjF2nowXeh8kB2K9NDbyQ=",
+        "translations": {
+          "en": {
+            "changelog": "### Changed\n- implement proper token refresh based on expiration date\n- use material icons everywhere\n- make the app ready for NC 25 style changes\n- bump js libs, asjut to new eslint config"
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.0.4",
         "phpExtensions": [],
@@ -17621,8 +17771,33 @@
     "issueTracker": "https://github.com/nextcloud/integration_twitter/issues",
     "website": "https://github.com/nextcloud/integration_twitter",
     "created": "2020-09-02T09:40:53.980675Z",
-    "lastModified": "2021-11-12T12:42:19.731773Z",
+    "lastModified": "2022-08-29T11:22:14.037798Z",
     "releases": [
+      {
+        "version": "1.0.3",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=22.0.0 <26.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/nextcloud/integration_twitter/releases/download/v1.0.3/integration_twitter-1.0.3.tar.gz",
+        "created": "2022-08-29T11:22:13.512978Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T11:22:14.897582Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=22 <=25",
+        "signature": "3Gjz25ZD1pfqRoq757dkhtQUQbIDhGVyfexYBRlaXx4OvjX9zvVJsgYWtUyfvH81R/oAsb6QiM9UfJaHabTYsXHJsLuo6UnynbW030sCxUYdwB9Hcb+PDEKREAa+N+exvBUGRDUztHW2ShWxyf3vcx+CwE1odjZygv5VUoBf/gpv5is/ml78NEjQ09GV05ZfaVQH1he0Uz6owRqVxoFoUIiArcWcwQbfTIkahe5C1w6PxiCx0Sd1DG0xX8d+b2U82/aAzmbmR5Cjzx4kQW6xCbAHyLxxl5NQUbn2JX2D4P+f/Y8C3Qz70c0hGiSKAZofkkmJD/wVK2Rgzs9pCWxqTRHj9nKTsODY1Rwf43Uktl5NO42d8hMSU995nyiFUG2ERim5KzwVoFG0LgyIby/czf8OUDgilrJ2xZM9nqObN3fI02Rulw1finZ9B5C9+97JaptLCUnbC0qihABDlPfHJALoxjRXp12Bzw9B3sUGeodDngN6DA/mqbgdsboo9rvBJuf3zSo9e9YcsmPuJMzFqKoM/BfjB4JoMSmsp9SxJetXxk/qvUK79pJplIq7qjaKZQLSeQwtjqNYs0U4ehsIt40DrBxFhmtwb/dvbgo5tFkUZRh/ClGmKyJZEX0JDFRgOC7gDXl54D4vUKRLOMByCtRzW9zojlEiE/eFOMBKjPc=",
+        "translations": {
+          "en": {
+            "changelog": ""
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "1.0.2",
         "phpExtensions": [],
@@ -27298,7 +27473,7 @@
     "issueTracker": "https://github.com/marcelklehr/recognize/issues",
     "website": "https://github.com/marcelklehr/recognize",
     "created": "2021-04-23T17:09:50.816327Z",
-    "lastModified": "2022-08-20T09:46:35.205142Z",
+    "lastModified": "2022-08-29T14:19:58.225186Z",
     "releases": [
       {
         "version": "2.1.2",
@@ -29273,8 +29448,58 @@
     "issueTracker": "https://github.com/medismail/salattime/issues",
     "website": "https://github.com/medismail/salattime",
     "created": "2022-08-15T10:57:07.948911Z",
-    "lastModified": "2022-08-25T12:16:16.038474Z",
+    "lastModified": "2022-08-29T19:58:40.849502Z",
     "releases": [
+      {
+        "version": "0.1.3",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=21.0.0 <25.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/medismail/salattime/releases/download/v0.1.3/salattime_0.1.3.tar.gz",
+        "created": "2022-08-29T19:58:40.772214Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T19:58:41.036304Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=21 <=24",
+        "signature": "nL877orpap58LFrVrp4erzLWjaTaOP/CRg5kAx/6kL21H7+RV54QaHWWU9PwoeBruXC60jMTWFFCKwv6j3P+mpjuVT4VwJJx7GUwRjgLfrOZYkPCzSjep6U65sqvMwVYs5jVsbhHxICL+98LQHInGKCrPgpjc1Kor82+oEqXOORBC2OcAQ6ogjhLx/V6XmCXJ8cx1GyulteGN0RY+fnbhL33VZueWy8gBv9xoYS7etZlDWWTmpWAxHdur0cCtgGfdTrlcqjM4C3ADc9MN2ZVo3c7KjncbasWbEAG5bTFpjOYaYLOPbKJkA17+n2UNzucidcUatbbkw3mW90emhGAzsYefu+R7T+wtSDXyZYYliOiwPiCVfzhpX32+htkzlAgFk8mhAZ6A7adpe05vB1n6YnvuSBC2PN046G67mO8FyxQ5HNPvDJDj/z3UPjQ/V0aNBtz0j75HpXowO+lwFBWPSl3f1coR9nBdB/KD15z8zcwt25ZqVDDcGkDlXQ3Zfa23DwhFBYbT6d3dDxWuiP+SjiVwJzbs4m9DV0J5s/ILkoSDdCC1PTFKTgpL41TpAuYg6xHVIQ4fSTkPa9sL3JRRdBPrcXpZ8c0x4COrZ+1SsgJQik2VC21oiWdPLDxRmvwiP/2P06+K9DUGB6aEgTP+8ho1hJm3QqKgN/IjVcDFmY=",
+        "translations": {
+          "en": {
+            "changelog": ""
+          }
+        },
+        "signatureDigest": "sha512"
+      },
+      {
+        "version": "0.1.2",
+        "phpExtensions": [],
+        "databases": [],
+        "shellCommands": [],
+        "phpVersionSpec": "*",
+        "platformVersionSpec": ">=21.0.0 <25.0.0",
+        "minIntSize": 32,
+        "download": "https://github.com/medismail/salattime/releases/download/v0.1.2/salattime_0.1.2.tar.gz",
+        "created": "2022-08-29T15:34:06.202741Z",
+        "licenses": [
+          "agpl"
+        ],
+        "lastModified": "2022-08-29T15:34:06.772470Z",
+        "isNightly": false,
+        "rawPhpVersionSpec": "*",
+        "rawPlatformVersionSpec": ">=21 <=24",
+        "signature": "dSNtBXDoFy7Z8Q1/eqzXR10Fll6NAXbuQcHl+0yuy5ahxpjLV/NqvHTgQDVEFW7E+d3sFC5zAMsVZSycmBgA45VGw/OBwE7vzyIYWRvpEfRSEqQdvUacshwCe/J2b4YnYo9i2oVaWZcPdoWih2akAJEQUiebdRKO5egHhHTGHgoiI+74ALpM1e/e8gLuS8yn0t/zNJ0j6aq3V3xLiUn6LL5ApnCNmzbqRtcSokiBNN/5DQxZEN33AoxGVqmyBm0naKMBPp/OcZtof4kSzNwMeyCzuVD6W1sh+mCPDwnC/atJXqDYsB/aE5JVBcE11hJeo9fe2JoDftMWH30XWF24GDZrjzDViWPfbNfL9ACrlCSMfzkPZT9TxoB7/GJz75+7p3hS+ZqM6UL/rirF8cLWiusRuPuBgRXSlivLzMPpdyzJtCRfPKTWuwmmcaqdhXqSY7y69sDB4/OV2nPYzbuSurXkeQgcwDWJ5oWTflKYbjW/PsTsQyHvPQjmINtvwaUmJXl4j+djVy9F9Fc8YvZeSBDoDzj3fvpMDzCh+Y78urjQj+HAq0pDO82kqd/rskin3ooxiyYz4WA/A5AOZb+yEJTyF5UZuLASdaujtSDi470qK5iFBU09iZy2YrLF1SaYi4tfI3cx3Act8teYq2J9Kicvbp9vVC2jZxGPposTXks=",
+        "translations": {
+          "en": {
+            "changelog": ""
+          }
+        },
+        "signatureDigest": "sha512"
+      },
       {
         "version": "0.1.1",
         "phpExtensions": [],
@@ -29328,7 +29553,7 @@
     ],
     "screenshots": [
       {
-        "url": "https://github.com/medismail/salattime/blob/main/img/salattime.png",
+        "url": "https://raw.githubusercontent.com/medismail/salattime/main/img/salattime.png",
         "smallThumbnail": ""
       }
     ],