summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-validate.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Don't require screenshots for valid langpacksRichard Hughes2016-08-151-1/+2
* trivial: Fix validation of console-application componentsRichard Hughes2016-08-111-4/+1
* Print max caption length when validatingRichard Hughes2016-08-101-2/+6
* trivial: Be a bit more helpful when reporting validation warningsRichard Hughes2016-08-091-80/+87
* No validation failure for lots of releasesRichard Hughes2016-08-091-5/+0
* Add some more validation checks for keywordsRichard Hughes2016-08-051-0/+14
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-12/+12
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-60/+0
* Fix crash when validating files containing invalid remote URIsRichard Hughes2016-03-011-1/+1
* Rename a symbol to reflect realityRichard Hughes2016-02-251-13/+13
* Properly validate AppStream files with local or remote iconsRichard Hughes2016-02-241-1/+4
* Add a warning when validating in strict mode a file with invalid tagsRichard Hughes2016-02-181-0/+10
* trivial: Do not use deprecated libsoup APIRichard Hughes2016-02-171-5/+5
* Fix a validation error for metainfo files with descriptionsRichard Hughes2016-02-061-0/+10
* Accept FSFAP as a valid metadata licenseRichard Hughes2016-02-051-0/+2
* Add AsTranslation to support <translation> tags in AppData filesRichard Hughes2016-01-251-0/+11
* Reject an invalid project group when parsingRichard Hughes2016-01-221-11/+7
* 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