extensions-website/constants
Anna Sirota 80e72abae4 Extra validation of the uploaded ZIP (#73)
The following is now reported as validation errors on extension archive upload:

* missing manifest file
* manifest file nested deeper than one level inside the archive
* invalid TOML inside the manifest file
* extension-type specific:
   * add-on missing a `__init__.py` file
   * theme having no multiple XML files instead one

Reviewed-on: #73
Reviewed-by: Oleg-Komarov <oleg-komarov@noreply.localhost>
2024-04-11 12:32:47 +02:00
..
base.py Extra validation of the uploaded ZIP (#73) 2024-04-11 12:32:47 +02:00
licenses.py Use SPDX for the licenses 2024-02-01 10:10:01 +01:00
permissions.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
reviewers.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
version_permissions.py Manifest: New field "permission" 2024-02-18 15:04:23 +01:00