appstore/CHANGELOG.md

445 строки
13 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2017-04-16 20:16:24 +03:00
# Changelog
2016-09-21 23:03:52 +03:00
2018-02-17 12:39:04 +03:00
## [Unreleased]
## [4.9.0] - 2024-08-19
### 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
- Multiple dependency updates. #1379 #1386 #1382 #1388 #1389 #1390 #1391 #1392
#1393 #1400 #1401 #1404 #1409 #1412 #1414 #1415 #1417 #1428 #1430 #1431 #1433
#1438 #1448
### Fixed
- Escape characters in translation string. #1425 #1441
- Adjust banner height on medium browser width. #1423
- Cleanup Makefile variables. #1367
## [4.8.1] - 2024-05-10
### 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
## [4.8.0] - 2024-03-17
### 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.
## [4.7.0] - 2024-02-15
### Added
- Email validation during account registration. #1299
### Changed
- AppAPI: removed `protocol` and reworked `scopes` in `info.xml`. #1288
- django updated from `4.2.8` to `4.2.9` #1268 #1295
- jinja2 updated from `3.1.2` to `3.1.3` #1278
- pillow updated from `10.0.1` to `10.2.0` #1283
- follow-redirects updated from `1.15.2` to `1.15.5` #1286
## [4.6.0] - 2024-01-02
### Added
- Ability to mark comments as a spam for an admin review. #1256
### Changed
- lxml updated from `4.9.3` to `4.9.4`
## [4.5.0] - 2023-12-21
### Added
- Podcasts. #1202 @andrey18106
### 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.
## [4.4.1] - 2023-10-05
### Changed
- Dropped Python 3.9 support. #1163
### Fixed
- Allow uploading of MIT licensed application releases. #1165
- Adjusted Makefile in the app generation template. #1166
## [4.4.0] - 2023-10-03
### 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
## [4.3.2] - 2023-09-23
### 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
## [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
## [4.2.0] - 2023-07-18
### 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.1.0] - 2023-05-18
### Added
- Notify users on password change
2018-11-10 17:02:53 +03:00
### Changed
- Updated Python and JavaScript dependencies
- Dropped Python 3.6 support
2018-11-10 17:05:23 +03:00
## [4.0.0] - 2018-11-10
2018-11-10 17:02:53 +03:00
### Added
2018-08-25 12:37:40 +03:00
- Support for Nextcloud 14
- Add info.xml validation for fulltextsearch and dashboard
2018-08-25 12:37:40 +03:00
### Changed
- Updated Python and JavaScript dependencies
- Make test output more verbose
- Pin down Travis-CI versions to match Ubuntu 16.04
### Removed
2018-08-25 12:37:40 +03:00
- Removed Support for Nextcloud 11
- Removed compiled JavaScript files from version control
2018-11-10 13:23:03 +03:00
### Security
- Disable HMAC email validation so that an cooldown period is respected, #584
2018-05-18 11:27:11 +03:00
## [3.4.0] - 2018-05-18
### Added
- Added search category
2018-05-11 13:38:40 +03:00
### Changed
2018-05-18 11:27:11 +03:00
- Add quicknotes to CRL
2018-05-11 13:38:40 +03:00
- Updated libraries
2018-02-18 13:55:46 +03:00
## [3.3.0] - 2018-02-18
2018-02-17 12:39:04 +03:00
### 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
2018-02-17 12:39:04 +03:00
## [3.2.0] - 2018-02-04
### Added
2018-02-04 23:09:04 +03:00
- **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.
2017-06-03 16:35:38 +03:00
2018-02-02 10:40:18 +03:00
## [3.1.2] - 2018-02-02
### Security
- Update dependencies to latest Django security fix
2018-01-08 21:35:15 +03:00
### Fixed
- Correctly import settings for:
- APP_SCAFFOLDING_PROFILES
- DISCOURSE_URL
- CERTIFICATE_DIGEST
2018-01-02 15:37:33 +03:00
## [3.1.1] - 2018-01-02
### 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
2018-01-01 17:07:30 +03:00
## [3.1.0] - 2018-01-01
2018-01-01 15:29:41 +03:00
### Added
2018-01-01 15:30:16 +03:00
- Fail if .git folders are shipped in the archive release, #537
2018-01-01 15:29:41 +03:00
2018-01-01 17:07:30 +03:00
### Changed
- Updated 3rdparty libraries
## [3.0.2] - 2017-11-16
### Security
- Require password when changing your account details
- Regenerate API token on password change
2017-11-15 21:55:10 +03:00
## [3.0.1] - 2017-11-15
### Security
- Require admin users to log in over the rate limited default login form
2017-11-14 19:50:40 +03:00
## [3.0.0] - 2017-11-15
### 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
2017-07-29 11:41:49 +03:00
- Automatically log in user on successful email confirmation, #400
- Added security category
- Added collaboration tag for info.xml, #521 and #524
2017-11-14 19:50:40 +03:00
- 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
2017-11-14 19:50:40 +03:00
- **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
2017-06-03 16:35:38 +03:00
### Removed
- Removed **auth** category, use **security** instead
2017-06-03 16:35:38 +03:00
- 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
2017-06-03 16:35:38 +03:00
2017-06-24 15:10:37 +03:00
## Fixed
2017-11-14 19:50:40 +03:00
- Fixed an issue that would sometimes not import translated categories properly
2017-06-24 15:10:37 +03:00
- Better error message when database.xml validation fails
2017-09-01 22:10:16 +03:00
- Update travis configuration and fix test suite for generating Nextcloud 12 apps
2017-09-27 19:36:52 +03:00
- Treat and encode all scaffolding files as unicode and set the correct size, #522
2017-06-24 15:10:37 +03:00
2017-06-02 16:49:16 +03:00
## [2.0.0] - 2017-06-02
2016-09-21 23:03:52 +03:00
2017-04-16 20:16:24 +03:00
### 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.
2017-04-16 20:16:24 +03:00
### 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
2017-05-19 18:19:56 +03:00
- Added support for Apache 2.0 and MPL 2.0 licenses
2017-04-16 20:16:24 +03:00
### 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
2017-04-16 20:16:24 +03:00
### 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
2017-04-15 11:46:38 +03:00
- 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
2017-04-16 20:16:24 +03:00
### Removed
- Dropped Python 3.4 support
- Dropped app ownership table
2017-04-16 20:16:24 +03:00
## [1.0.0] - 2016-13-12
2017-04-16 20:16:24 +03:00
### Added
- Add ability to add nightlies and pre-releases to app release feed by appending ?prerelease=true&nightly=true to feed url
- Add changelog to app release feed
- Add number of recent and overall ratings to API
- Add app development templates for Nextcloud 10
- Add a way for developers to define a smaller thumbnail for a screenshot and expose it in the API
2017-04-16 20:16:24 +03:00
### Changed
- Information related to the app and not the app release should only be updated when stable, new releases are uploaded
- Manage Nextcloud releases in the admin interface instead of a Python file
- Apps need to provide a maximum version in addition to the minimum version
- Apps do not need to provide an owncloud tag anymore for Nextcloud 11
- RSS and Atom feed links now redirect to the app store app detail page instead of the download link. The download link is now available at the bottom of the entry
2017-04-16 20:16:24 +03:00
### Removed
- Remove nightlies and pre-releases from app release feed
2017-04-16 20:16:24 +03:00
### Fixed
- Apps depending on Nextcloud minor or patch versions are now rendered on the app detail and releases page
2016-11-06 14:04:14 +03:00
- Fix styling bug that would sometimes hide the app resource links when in mobile mode
- Allow digits in app id, #370
- Do not expose incompatible app releases in REST API
2017-04-16 20:16:24 +03:00
## [0.2.0] - 2016-10-23
2016-09-25 13:46:04 +03:00
2017-04-16 20:16:24 +03:00
### Added
2016-09-25 13:46:04 +03:00
- 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
2016-10-04 21:13:43 +03:00
- 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
2017-04-16 20:16:24 +03:00
### Changed
- Improve admin interface
- Change some urls to prevent clashes with app names
2017-05-13 22:44:30 +03:00
- Combine app developer related tasks in one drop-down-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
2016-09-25 13:46:04 +03:00
2017-04-16 20:16:24 +03:00
### Fixed
2016-09-25 13:46:04 +03:00
2017-05-13 22:44:30 +03:00
- Fixed syntax highlighting for Markdown
- Fixed regex for commands
2017-05-13 22:44:30 +03:00
- Fixed back-links on app releases page
2017-04-16 20:16:24 +03:00
### Removed
2016-09-25 13:46:04 +03:00
- Removed discussion info.xml tag, instead link to the discourse forum app category and create categories in the forum when registering apps
2016-09-25 13:46:04 +03:00
2017-04-16 20:16:24 +03:00
## [0.1.0] - 2016-09-21
2016-09-21 23:03:52 +03:00
2017-04-16 20:16:24 +03:00
### Added
2016-09-21 23:03:52 +03:00
- First release