Skip to content

Releases: nextcloud/appstore

2.0.0

02 Jun 13:57
Compare
Choose a tag to compare

Security

  • Validate certificate signatures before letting people register public certificates. This would only allow developers to claim apps if they knew the public certificate. App uploads however were impossible without knowing the signature.

Added

  • Lazy-load images in app list
  • Added new Nextcloud version fixtures
  • Added support for several new XML elements in schema
  • Added support to switch between language comments
  • Added support to easily post ratings in multiple languages
  • Added support for running New Relic on servers
  • Added ability to transfer app ownership
  • Added commands to update tokens, set a default password for an admin user for development and verify an email address
  • Added Nextcloud 12 app template
  • Added validation for database.xml files
  • Added support for Apache 2.0 and MPL 2.0 licenses

Fixed

  • Replace _ with - in app ids to match Discourse links
  • Remove duplicate entries for languages in comments
  • Fix layout issues in list view if app names were longer than expected
  • Return proper 400 codes in case certificate validation fails
  • API: Do not return duplicate releases for apps
  • Do not show an error message when an unexpected content type is being returned when registering or uploading an app

Changed

  • Migrated frontend code to Typescript + Webpack
  • Require bug tracker to present in info.xml
  • Require max-version to be present for Nextcloud versions
  • Extracted api and account settings into a separate app
  • Moved app schema to a different path, make sure to adjust your web-server config
  • Migrated to yarn as package manager
  • The update script now stops and restarts the apache server during the update
  • MAX_DOWNLOAD_INFO_XML_SIZE setting has been renamed to MAX_DOWNLOAD_FILE_SIZE which defaults to 1Mb now instead of 512Kbs
  • Another schema (database.xsd) needs to be added to your web-server config

Removed

  • Dropped Python 3.4 support
  • Dropped app ownership table

2.0.0-beta.2

21 May 10:26
df46934
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

Security

  • Validate certificate signatures before letting people register public certificates. This would only allow developers to claim apps if they knew the public certificate. App uploads however were impossible without knowing the signature.

Added

  • Added new Nextcloud version fixtures
  • Added support for several new XML elements in schema
  • Added support to switch between language comments
  • Added support to easily post ratings in multiple languages
  • Added support for running New Relic on servers
  • Added ability to transfer app ownership
  • Added commands to update tokens, set a default password for an admin user for development and verify an email address
  • Added Nextcloud 12 app template
  • Added validation for database.xml files
  • Added support for Apache 2.0 and MPL 2.0 licenses

Fixed

  • Replace _ with - in app ids to match Discourse links
  • Remove duplicate entries for languages in comments
  • Fix layout issues in list view if app names were longer than expected
  • Return proper 400 codes in case certificate validation fails
  • API: Do not return duplicate releases for apps
  • Do not show an error message when an unexpected content type is being returned when registering or uploading an app

Changed

  • Migrated frontend code to Typescript + Webpack
  • Require bug tracker to present in info.xml
  • Require max-version to be present for Nextcloud versions
  • Extracted api and account settings into a separate app
  • Moved app schema to a different path, make sure to adjust your web-server config
  • Migrated to yarn as package manager
  • The update script now stops and restarts the apache server during the update
  • MAX_DOWNLOAD_INFO_XML_SIZE setting has been renamed to MAX_DOWNLOAD_FILE_SIZE which defaults to 1Mb now instead of 512Kbs
  • Another schema (database.xsd) needs to be added to your web-server config

Removed

  • Dropped Python 3.4 support
  • Dropped app ownership table

2.0.0-beta.1

12 May 18:11
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release
Update prodinstall.rst

2.0.0-alpha.1

16 Apr 19:01
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

Security

  • Validate certificate signatures before letting people register public certificates. This would only allow developers to claim apps if they knew the public certificate. App uploads however were impossible without knowing the signature.

Added

  • Added new Nextcloud version fixtures
  • Added support for several new XML elements in schema
  • Added support to switch between language comments
  • Added support to easily post ratings in multiple languages
  • Added support for running New Relic on servers
  • Added ability to transfer app ownership
  • Added commands to update tokens, set a default password for an admin user for development and verify an email address

Fixed

  • Replace _ with - in app ids to match Discourse links
  • Remove duplicate entries for languages in comments
  • Fix layout issues in list view if app names were longer than expected
  • Return proper 400 codes in case certificate validation fails
  • API: Do not return duplicate releases for apps

Changed

  • Migrated frontend code to Typescript + Webpack
  • Require bug tracker to present in info.xml
  • Require max-version to be present for Nextcloud versions
  • Extracted api and account settings into a separate app
  • Moved app schema to a different path, make sure to adjust your webserver config
  • Migrated to yarn as package manager
  • The update script now stops and restarts the apache server during the update

Removed

  • Dropped Python 3.4 support
  • Dropped app ownership table

0.2.0 - 2016-10-23

23 Oct 17:16
Compare
Choose a tag to compare

Added

  • Faster API E-Tag generation
  • Faster API and web interface due to reduced sql queries
  • Generate apps through the web interface
  • Add validation for command tags in info.xml
  • Parse appid/CHANGELOG.md if present following the keep a changelog format
  • Add legacy API so Nextcloud 9 and 10 can switch to the new store
  • Allow semver pre-releases, e.g. 1.0.0-alpha
  • Featured flags are now exposed in the API

Changed

  • Improve admin interface
  • Change some urls to prevent clashes with app names
  • Combine app developer related tasks in one dropdown-menu
  • Hide app rating form from app owner
  • Naming and usability fixes for app rating form
  • Boolean fields are now prefixed with is in the API
  • API route for deleting releases is now split up into two routes: one for normal and one for nightly releases

Fixed

  • Fixed syntax highlightning for Markdown
  • Fixed regex for commands
  • Fixed backlinks on app releases page

Removed

  • Removed discussion info.xml tag, instead link to the discourse forum app category and create categories in the forum when registering apps

0.1.0 - 2016-09-21

21 Sep 20:09
Compare
Choose a tag to compare

Improvements

  • First release