summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-validate.c
Commit message (Expand)AuthorAgeFilesLines
* 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