summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-validate.c
Commit message (Expand)AuthorAgeFilesLines
* Use <update_contact> from the AppStream specificationRichard Hughes2014-11-061-2/+2
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-2/+2
* Add some more valid metadata licensesRichard Hughes2014-10-211-0/+8
* Support 'local' AppStream iconsRichard Hughes2014-10-211-0/+60
* trivial: Validate webapps and sources correctlyRichard Hughes2014-10-211-0/+2
* trivial: Don't require a <name> in an AppData fileRichard Hughes2014-10-201-1/+7
* Relax validation requirements for font metainfo filesRichard Hughes2014-10-151-8/+7
* trivial: Relax the <li> length requirement some moreRichard Hughes2014-08-291-1/+1
* Rework as_utils_spdx_license_tokenize() to be more efficientRichard Hughes2014-08-261-7/+11
* Conform to the actual SPDX 2.0 license expression syntaxRichard Hughes2014-08-261-1/+1
* Rename as_app_get_id_full() to as_app_get_id()Richard Hughes2014-08-221-9/+9
* Rename as_app_get_id() to as_app_get_id_filename()Richard Hughes2014-08-221-2/+0
* Add some validation rules for metainfo filesRichard Hughes2014-08-141-0/+24
* Metadata licenses like 'CC0 and CC-BY-3.0' are valid content licensesRichard Hughes2014-08-111-9/+30
* Do not require sentence case when validating with relaxed settingsRichard Hughes2014-08-061-10/+23
* Validate for a sentance case start in <p>, <li>, <name> and <caption> tagsRichard Hughes2014-07-291-0/+65
* Do not parse the license strings when in relaxed validation modeRichard Hughes2014-07-111-2/+4
* Use as_image_get_alpha_flags() when validating and building metadataRichard Hughes2014-07-041-0/+17
* Validate screenshot captionsRichard Hughes2014-06-251-0/+34
* Allow empty URL sectionsRichard Hughes2014-06-241-0/+2
* Return the URL in the validation error when screenshots fail to be loadedRichard Hughes2014-06-181-10/+17
* Allow any SPDX license when validating in relaxed modeRichard Hughes2014-06-161-7/+22
* Validate the <developer_name> tag valuesRichard Hughes2014-06-161-0/+39
* Fix a strict validation failure when parsing .xml.in filesRichard Hughes2014-06-131-3/+9
* Add support for validating metainfo.xml filesRichard Hughes2014-06-111-23/+53
* Fail to validate AppData files with URLs in the descriptionsRichard Hughes2014-06-101-3/+36
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-7/+7
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-031-6/+6
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-78/+39
* Fix a crash when we try to validate <p></p>Richard Hughes2014-06-011-0/+8
* Only require <project_licence> when being strictRichard Hughes2014-05-281-2/+2
* Add validation for <releases>Richard Hughes2014-05-211-8/+111
* trivial: Fix the list of acceptable AppData licensesRichard Hughes2014-05-211-1/+1
* Do not require <project_license> for %AS_APP_VALIDATE_FLAG_RELAXRichard Hughes2014-05-161-1/+3
* Do not validate AppData files without <project_license>Richard Hughes2014-05-021-0/+6
* trivial: Use as_utils_spdx_license_tokenize() when validating the AppData lic...Richard Hughes2014-05-021-1/+3
* Use SPDX license IDs in <metadata_license>Richard Hughes2014-04-301-4/+4
* Check the project_license against the list of SPDX IDs when validatingRichard Hughes2014-04-301-8/+50
* Add as_app_validate() to validate AppStream, AppData and desktop filesRichard Hughes2014-04-211-0/+918