summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-validate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix validation of translated captions when LANG is not CmasterRichard Hughes2021-12-031-3/+3
* Add validation for duplicate license xml elementsOtto Urpelainen2021-05-181-0/+10
* Test launchable tags in validationIan McInerney2020-06-151-0/+32
* Allow timestamp in the future in validate-relaxBartłomiej Piotrowski2020-04-241-1/+3
* trivial: Fix CI by moving 'future' back a bitRichard Hughes2020-01-061-1/+1
* Update list of allowed metadata licencesscx2019-09-191-1/+11
* Log expected and actual screenshot dimensions when failingTobias Mueller2019-09-131-6/+6
* Offset future checks by UTC+14Peter Hutterer2019-08-271-1/+2
* Do not allow forward or backwards slashes in <id> valuesRichard Hughes2019-06-101-0/+5
* Do not require <translation> for validation unless strictKalev Lember2019-05-171-2/+2
* Do not require <update_contact> for validation unless strictRichard Hughes2019-05-141-2/+2
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* Only require <release> for validate, but not validate-relaxKalev Lember2019-03-291-4/+7
* Allow building on WindowsJehan2019-03-261-1/+0
* Modernize the validation requirementsRichard Hughes2019-03-201-28/+127
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Use as_utils_vercmp_full internallyKalev Lember2019-01-041-1/+1
* Do not require a release transaction when validating in relaxed modeRichard Hughes2018-06-271-1/+3
* trivial: Don't crash when validating <image/>Richard Hughes2018-05-211-1/+1
* Correctly validate files using OR in the metadata_licenseRichard Hughes2018-03-081-10/+38
* Do not fail to validate if the timestamps are out of orderRichard Hughes2018-02-211-20/+0
* Don't expect an enum when really passing a bitfieldRichard Hughes2018-01-221-1/+1
* Describe connection problems/HTTP errors when validating imagessuve2017-12-171-3/+11
* trivial: Check for duplicate content ratings sections with the same kindRichard Hughes2017-12-091-0/+5
* lib/app-validate: Fix typo in variable namePhilip Withnall2017-10-021-4/+4
* Do not check the suffix of <id> tagsRichard Hughes2017-08-061-41/+6
* Allow remote icon types for desktop AppData filesRichard Hughes2017-08-041-5/+8
* Fail to validate if AppData screenshots are duplicatedRichard Hughes2017-08-031-0/+5
* Validate the <id> format according to the specRichard Hughes2017-06-271-0/+35
* Add the limits in the validation output messagesRichard Hughes2017-05-271-23/+30
* Validate kudos in AppData and AppStream filesRichard Hughes2017-04-031-0/+27
* Make content_rating a requirement for any component with the 'Game' categoryRichard Hughes2017-03-091-0/+13
* Deprecate app_set_source_file() and app_set_source_kind()Richard Hughes2017-02-271-16/+31
* trivial: Use the new AsFormatKind definesRichard Hughes2017-02-271-22/+22
* Fail to validate if any release is in the futureRichard Hughes2017-02-211-0/+7
* Fail to validate if the release children are in the wrong orderRichard Hughes2017-02-211-4/+50
* Revert "Require name and summary for validate-relax"Kalev Lember2017-02-031-0/+1
* Require name and summary for validate-relaxKalev Lember2017-01-301-1/+0
* Only fail to validate <icon> in AppData desktop componentsRichard Hughes2017-01-111-2/+3
* Add support for "+" operator at the end of SPDX license identifiersKalev Lember2016-12-311-8/+3
* Revert "Remove invalid SPDX licenses from content license lookup table"Kalev Lember2016-12-291-0/+8
* Remove invalid SPDX licenses from content license lookup tableKalev Lember2016-12-291-8/+0
* Add a component kind of 'driver'Richard Hughes2016-09-021-0/+1
* Remove the inf parsing from appstream-glibRichard Hughes2016-08-221-2/+1
* trivial: Fix several -Wsign-conversion issues on ARMRichard Hughes2016-08-221-1/+1
* as-app-validate: Check if icon_name is NULL (#130)Justin J. Kim2016-08-191-2/+4
* 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