Skip to content

Releases: nextcloud/appstore

v4.9.0

19 Aug 22:12
v4.9.0
488454d
Compare
Choose a tag to compare

Added

  • donation XML attribute and donation button display for apps. #1452
  • Option to add enterprise support request button to apps. #1449
  • Link to documentation for monetization features. #1453
  • Relevance sorting option. #1426
  • Ability to mark apps as orphaned/unmaintained. #1421
  • Warning banner for apps without a release on recent Nextcloud versions. #1419

Changed

Fixed

  • Escape characters in translation string. #1425 #1441
  • Adjust banner height on medium browser width. #1423
  • Cleanup Makefile variables. #1367

v4.8.1

05 May 17:31
6449e2c
Compare
Choose a tag to compare

Changed

  • App templates now generated from GitHub repo template. #1368 by @provokateurin
  • redis dependency updated from 5.0.3 to 5.0.4 #1363
  • sqlparse dependency updated from 0.4.4 to 0.5.0 #1353
  • dnspython dependency updated from 2.5.0 to 2.6.1 #1351
  • pillow dependency updated from 10.2.0 to 10.3.0 #1346
  • cryptography dependency updated from 41.0.6 to 42.0.4 #1377
  • pyopenssl dependency updated from v23 to v24 #1376

v4.8.0

17 Mar 07:48
892b175
Compare
Choose a tag to compare

Added

  • App-discover API endpoint for Nextcloud 29 #1302 #1313

Changed

  • follow-redirects updated from 1.15.5 to 1.15.6 #1315
  • jasmine-core updated from 5.1.1 to 5.1.2 #1309
  • karma updated from 6.4.2 to 6.4.3 #1310
  • karma-webpack updated from 5.0.0 to 5.0.1 #1318

Fixed

  • Broken templates after django-allauth update. #1304
  • Documentation hosting & building.

v4.5.0

21 Dec 20:13
d37a08c
Compare
Choose a tag to compare

A month after release and deployment to production, all is fine.

Added

Changed

  • New UI. #1202 by @andrey18106 and @szaimen
  • urllib3 updated from 2.0.6 to 2.0.7
  • django updated from 4.2.5 to 4.2.8
  • django-simple-captcha updated from 0.5.18 to 0.5.20
  • django-cors-headers updated from 4.2.0 to 4.3.1
  • psycopg updated from 3.1.13 to 3.1.14
  • markdown updated to 3.5.1
  • Updated NPM dependencies.

Fixed

  • App templates updated. #1234 by @kesselb
  • Allow ExApp without API scopes.
  • Allow uploading of GPLv3 licensed application releases.

v4.4.1

05 Oct 20:59
ccbab59
Compare
Choose a tag to compare

Changed

  • Dropped Python 3.9 support. #1163

Fixed

  • Allow uploading of MIT licensed application releases. #1165
  • Adjusted Makefile in the app generation template. #1166

v4.4.0 - AppAPI support

02 Oct 17:40
f473dc0
Compare
Choose a tag to compare

Added

  • AppAPI applications upload & download support. #1145

Changed

  • Node.js: Now requires v20 or higher.
  • npm: Now requires v9 or higher.
  • Updated python dependencies.
  • Updated highlight.js dependency to last major version. #1063
  • Updated django-allauth from 0.54 to 0.57. #1152

v.4.3.2 - Optimisations

23 Sep 14:54
e87f80d
Compare
Choose a tag to compare

Added

  • Support of Last-Modified, e.g. If-Modified-Since: header for the Rest API endpoints. #1147
  • redis python dependency for django-allauth.

Changed

  • /api/v1/apps.json endpoint now ALWAYS return gzipped data. #1147

v4.3.1

19 Sep 11:41
24f3eee
Compare
Choose a tag to compare

[4.3.1] - 2023-09-19

Changed

  • Replaced psycopg2 with new psycopg package. #1143
  • Updated dependencies & packages. #1129

[4.3.0] - 2023-09-07

Changed

  • Replaced django-cors-middleware package with django-cors-headers
  • Updated Django from 3.2 to 4.2.5 version.

Fixed

  • Bug in REST API for deleting releases when APP_ID contains number. #1127

v4.2.0

17 Jul 20:06
200439a
Compare
Choose a tag to compare

Changed

Dropped Python 3.7/3.8 support
Updated dependencies & packages.

Fixed

Added default bruteforce login protection. #1087
Added rate limit to API token generating. #1088
Added Password reset rate limit configuration. #1077
Forced user logout after 15 failed attempts to change password. #1078

4.0.0

10 Nov 14:05
Compare
Choose a tag to compare

Added

  • Support for Nextcloud 14
  • Add info.xml validation for fulltextsearch and dashboard

Changed

  • Updated Python and JavaScript dependencies
  • Make test output more verbose
  • Pin down Travis-CI versions to match Ubuntu 16.04

Removed

  • Removed Support for Nextcloud 11
  • Removed compiled JavaScript files from version control

Security

  • Disable HMAC email validation so that an cooldown period is respected, #584