summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-validate.c
Commit message (Expand)AuthorAgeFilesLines
* Set a validation failure for files using <updatecontact> when being strictRichard Hughes2016-01-111-0/+6
* Check the project_group when validatingRichard Hughes2015-12-301-0/+11
* Accept various 'or later' metadata content licensesRichard Hughes2015-12-181-19/+39
* Fix a crash when tokenizing a NULL stringRichard Hughes2015-12-161-0/+10
* Fix crash in validator when processing '<li></li>'Richard Hughes2015-10-081-0/+8
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-161-0/+8
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-141-2/+1
* Add support for release urgencyRichard Hughes2015-09-111-3/+15
* Use glib's cleanup functions for libsoup as wellKalev Lember2015-09-101-2/+2
* Do not fail to validate firmware in AppStream with no screenshotsRichard Hughes2015-09-081-1/+5
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-7/+7
* Add support for the flashed firmware provide kindRichard Hughes2015-08-101-1/+4
* Show a better error message when there's not enough text before <ul>Kalev Lember2015-08-061-1/+3
* Remove another length argumentRichard Hughes2015-08-031-3/+1
* Do not fail due to style warnings when using relaxed validationRichard Hughes2015-03-131-97/+102
* trivial: Firmware files do not require screenshotsRichard Hughes2015-03-101-2/+3
* Relax validation checks to allow empty release sectionsRichard Hughes2015-03-061-5/+1
* trivial: Support the ID kind of 'firmware'Richard Hughes2015-03-041-0/+1
* Allow short descriptions when validating <description> in releasesRichard Hughes2015-02-031-2/+9
* Show the offending text when validation failsRichard Hughes2015-01-081-56/+91
* 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