chiark / gitweb /
lint: ban all dangerous HTML tags
[fdroidserver.git] / fdroidserver / lint.py
2018-02-27 Hans-Christoph Steinerlint: ban all dangerous HTML tags
2018-01-31 Hans-Christoph Steinerlint: check srclibs has name and @ in it
2018-01-29 Hans-Christoph SteinerMerge branch 'minor-security-ish-tweaks' into 'master'
2018-01-26 Hans-Christoph Steinerlint: check description for forbidden HTML tags: iframe...
2017-12-14 Hans-Christoph SteinerMerge branch 'fixFlavor' into 'master'
2017-12-12 Hans-Christoph SteinerMerge branch 'fdroidserver-liberapay' into 'master'
2017-12-12 Andrea ScarpinoAdd Liberapay support
2017-12-07 Hans-Christoph SteinerMerge branch 'help_message_fix' into 'master'
2017-12-06 Hans-Christoph SteinerMerge branch 'lint-fixes' into 'master'
2017-12-06 Hans-Christoph Steinerlint: greatly expand the list of link shorteners to ban
2017-12-06 Hans-Christoph Steinerlint: enforce HTTPS and shortener ban in descriptions...
2017-12-06 Hans-Christoph Steinerlint: switch links to plain URLS rather than mediawiki...
2017-12-06 Hans-Christoph Steinerlint: add more VCS HTTPS checks
2017-10-12 Hans-Christoph SteinerMerge branch 'error_on_jars' into 'master'
2017-09-19 Hans-Christoph SteinerMerge branch 'first-working-localization' into 'master'
2017-09-16 Hans-Christoph Steinerfix string formats that are ambiguous for translators
2017-09-16 Hans-Christoph SteinerMerge branch 'plural' into 'master'
2017-09-16 Hans-Christoph SteinerMerge branch 'newcomers' into 'master'
2017-09-15 Hans-Christoph SteinerMerge branch 'implement-gettext' into 'master'
2017-09-15 Hans-Christoph Steinerrename 'app-id' to standard Android 'applicationId'
2017-09-15 Hans-Christoph Steinerimplement gettext localization
2017-09-15 Hans-Christoph Steinerstandardize os.walk() var names based on Python 3.5...
2017-07-06 Hans-Christoph SteinerMerge branch 'some-data-related-fixed' into 'master'
2017-07-06 Michael Pöhnlint: check all build fields against accepted list
2017-06-28 Hans-Christoph SteinerMerge branch 'random-small-fixes' into 'master'
2017-06-28 Hans-Christoph Steinerlint: check file extension for metadata
2017-06-19 Hans-Christoph SteinerMerge branch 'vagrantfile-box' into 'master'
2017-06-17 Hans-Christoph SteinerMerge branch 'googlemaven' into 'master'
2017-06-08 Boris KrautMerge branch 'fdroiddata-localization-fixes' into ...
2017-06-07 Hans-Christoph Steinerlint can no longer properly detect unset Summary/Descri...
2017-05-29 Hans-Christoph SteinerMerge branch 'makebs' into 'master'
2017-05-26 Boris KrautMerge branch 'lint-for-newness' into 'master'
2017-05-26 Hans-Christoph Steinerlint: use only license tags from https://spdx.org/licen...
2017-05-26 Hans-Christoph Steinerlint: support new per-package subdirs for l18n and...
2017-05-26 Hans-Christoph Steinerlint: add popular URL shorteners to the banned list
2017-05-02 Michael PöhnMerge branch 'libvirt-support' into 'master'
2017-05-01 Torsten GroteMerge branch 'pre-0.103-alpha4-rename' into 'master'
2017-04-27 Hans-Christoph Steinerdowncase all 'localized' key names to match the rest...
2017-02-24 Torsten GroteMerge branch 'make-Build-App-act-like-dicts' into ...
2017-02-24 Hans-Christoph Steinerrename Build fields: version -> versionName, vercode...
2017-02-24 Hans-Christoph Steinerconvert App to subclass of dict to support parsing...
2016-11-16 Hans-Christoph SteinerMerge branch 'makebs' into 'master'
2016-11-15 Daniel Martíall: make newer pycodestyle happy
2016-09-12 Daniel MartíMerge branch 'control-errors-warnings' into 'master'
2016-09-12 Hans-Christoph Steinermake metadata exceptions optional based on CLI flag
2016-06-17 Daniel Martílint: only check unused exlibs if using all apps
2016-05-05 Daniel MartíMerge branch 'lint-unused-files' into 'master'
2016-05-05 Daniel Martílint: Add check for missing and unused extlibs
2016-05-05 Daniel Martílint: make the check for format a regular check
2016-05-05 Daniel Martílint: error on unused files
2016-04-20 Daniel Martílint: gradle does have target= support
2016-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
2016-03-10 Daniel Martílint: remove sets usage
2016-03-10 Daniel MartíPort all imports to python3
2016-03-10 Daniel MartíReplace iteritems() with items()
2016-03-10 Daniel MartíSwitch all headers to python3
2016-03-07 Daniel Martílint: Also warn about gitlab links missing /issues
2016-03-03 Daniel Martílint: error on `fdroid import` disable line
2016-02-15 Daniel Martíoutput= is now a glob path and can do gradle
2016-01-31 Daniel Martílint: also check for trailing spaces in names
2016-01-31 Daniel MartíMerge branch 'authorregex' into 'master'
2016-01-31 Boris Krautlint: check whitespaces in "Author Name"
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-31 Daniel Martílint: warn about spaces in summaries too
2015-12-29 NeroBurnerChange print-function to have brackets
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel Martílint: optionally check format
2015-12-07 Daniel Martílint: fix issue found by older version of pyflakes
2015-12-03 Daniel MartíRename metafieldtype to fieldtype
2015-12-03 Daniel MartíUse constants for field/flag types
2015-12-03 Daniel MartíRepresent multiline fields as str, not list
2015-12-02 Daniel Martílint: warn about target= in gradle builds
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-28 Daniel Martílint: more versatile /HEAD warning
2015-11-28 Daniel Martílint: catch links at the beginning too
2015-11-28 Daniel Martílint: also catch gitlab master links
2015-10-24 Daniel Martílint: fix unlinkified links regex
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-12 Daniel Martílint: small cleanup
2015-09-12 Daniel Martílint: catch more duplicate links
2015-09-12 Daniel Martílint: add dumb support for multiline links
2015-09-12 Daniel Martílint: move regex closer to usage
2015-09-12 Daniel Martílint: remove now obsolete description checks
2015-09-11 Daniel Martílint: overhaul, cleaner and saner output
2015-09-11 Daniel Martílint: move lastbuild into separate function
2015-09-11 Daniel Martílint: remove "no recommended build" check
2015-09-11 Daniel MartíMerge branch 'import-tweaks-and-tests' into 'master'
2015-09-11 Daniel Martílint: cleanup, remove stale sites
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-08 Ciaran GultnieksMerge branch 'master' of https://gitlab.com/fdroid...
2015-09-08 Daniel Martílint: Warn about links left off from old sites
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'liblzma' into 'master'
2015-08-31 Daniel Martílint: fixed list false positives, no need for utf
2015-08-31 Daniel Martílint: warn about duplicate lines
2015-08-31 Daniel Martílint: catch more incorrect lists
2015-08-30 Daniel Martílint: stop accepting Office as valid category
2015-08-30 Daniel Martílint: accept new category Sports & Health
next