Releases: nextcloud/appstore
Releases · nextcloud/appstore
4.0.0-beta1
Added
- Support for Nextcloud 14
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
3.4.0
Added
- Added search category
Changed
- Add quicknotes to CRL
- Updated libraries
3.3.0
Added
- Add support for generating apps for Nextcloud 13
- Add support for personal setting tags in info.xml and ids instead of URLs for documentation
- Add another flag to differentiate between supported and unreleased Nextcloud releases
3.2.0
Added
- syncnextcloudreleases command to sync Nextcloud releases directly from GitHub
Removed
- Nextcloud releases are not imported via fixtures anymore, use the syncnextcloudreleases command
Security
- Narrow down fixtures to not accidentally import test data on production systems. Check if a user with the user name admin was created. If so delete that user from your system.
3.1.2
Security
- Update dependencies to latest Django security fix
Fixed
- Correctly import settings for:
- APP_SCAFFOLDING_PROFILES
- DISCOURSE_URL
- CERTIFICATE_DIGEST
3.1.1
Changed
- Get rid of moment.js and add functionality on the server in order to reduce file size
- Only load subset of languages for highlight.js
3.1.0
3.0.2
Security
- Require password when changing your account details
- Regenerate API token on password change
3.0.1
Security
- Require admin users to log in over the rate limited default login form
3.0.0
Security
- Log out user on password change to prevent hackers from retaining a stolen user session even after a new password was set, #532
- Reduce password reset link validity timespan from 3 to 1 day, #532
Added
- Add games category
- Add a newest release feed for each app on their detail page, #496
- Add a createtestuser command for easily setting up users in development
- Automatically log in user on successful email confirmation, #400
- Added security category
- Added collaboration tag for info.xml, #521 and #524
- Added sabredav plugins for info.xml, #527
- Added docs on how to configure IntelliJ/PyCharm and commit project configuration files
- API (v1): future proof signatures by adding a signatureDigest field to each app release filled with the hashing algorithm
- API (v1): add discussion field to each app that links to its forum
- API (v1): Add a new API route to fetch all Nextcloud releases
Changed
- Bring back discussion tag in info.xml which allows you to define your own forum link. If absent, it will default to our forum at help.nextcloud.com
- Use one unique button style for all buttons, #402
- Moved certificate and scaffolding to separate folders
- Moved Nextcloud public certificate and CRL to new folder
- Trim text of most info.xml elements
Removed
- Removed auth category, use security instead
- Dropped Node.js 7 support and require Node.js 8+
- Dropped support for Nextcloud 9 and 10:
- owncloud tag in info.xml will not be migrated to nextcloud tags anymore
- ocsid will not be parsed anymore and was removed from the info.xsd
- old categories will not be migrated anymore (tool, game, productivity, other)
- presence of owncloud tag will not be validated anymore for apps depending on 9 and 10
- v0 API was removed
- nextcloudrelease.json fixtures for 9 and 10 were removed
- Nextcloud 10 apps can not be generated anymore
Fixed
- Fixed an issue that would sometimes not import translated categories properly
- Better error message when database.xml validation fails
- Update travis configuration and fix test suite for generating Nextcloud 12 apps
- Treat and encode all scaffolding files as unicode and set the correct size, #522