summaryrefslogtreecommitdiff
path: root/config.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-23lower default maximum lint level to warningstuebinm1-1/+1
i kept being confused by things happening that really shouldn't 🙈
2022-03-19remove leftover rc3 things & some new stuffstuebinm1-8/+8
this removes: - the bbb properties - all explicit mentions of rc3 - the weird script domain hacks (done via a substitution now) - some (few) of the weirder code choices it also adds some more type level witchery to deal with configs, which for some reason seems to be the hardest problem of this entire program … also the server now does inter-assembly dependency checking!
2022-03-19linter: allow unrestricted domain scopesstuebinm1-15/+8
2021-12-28wa gets an extra ausgangstuebinm1-1/+1
(please only deploy once https://git.cccv.de/hub/hub/-/merge_requests/492 is also deployed)
2021-12-27allow live.dort.c3voc.de for audiostuebinm1-1/+1
2021-12-27I would like to show the fahrplan in an iframe. Please allowtabascoeye1-1/+1
2021-12-26separate blocking for separate contextsstuebinm1-7/+11
(audio links now have their own allowlist, which won't put things through the dereferrer)
2021-12-25allow cdn.c3voc.de for audio streamsstuebinm1-2/+2
(this is a temporary solution, since it would invoke the dereferrer for things that aren't allowed, which is silly)
2021-12-25correct dereferrer linkstuebinm1-1/+1
2021-12-25add some allowed domains to default configstuebinm1-1/+1
2021-12-21correct bbb link substitutionstuebinm1-6/+0
(unfortunately this one's hardcoded, the config options just aren't general enough)
2021-12-18fix broken import from an unhappy rebasestuebinm1-1/+1
2021-12-16special handling of world:// and assembly namesstuebinm1-2/+1
these now have their own top-level config attribute which is essentially a shorthand for setting one that's deeper nested.
2021-11-30rudimentary emulation of bbbRoom etc.stuebinm1-0/+6
("rudimentary" since for now the best it can do is just replacing / prepending urls; presumably, it should also do a sanity check or something of the like)
2021-11-28various fixes to bugsstuebinm1-3/+3
Among them - always set correct exit codes - refuse to write out files if the out path already exists - calculate the overall severity correctly - slightly changed the json output schema - also output the text output format in json - make the default config.json suitable for a production environment
2021-11-20make link adjustments configurablestuebinm1-3/+15
this allows for creating custom URI "schemas" in the linter's config, which may be either allowed, prefixed, or translated according to some (domain-based) substitution.
2021-11-19add domain allow- and blocklists for weblinksstuebinm1-2/+4
(these use a rather crude regex for parsing, which may be possible to side-step, and which should probably be replaced by something that was actually written while following the relevant rfc)
2021-11-17exit with code 1 if maximum lint level exceededstuebinm1-1/+1
2021-11-16add adjustment: add prefix for openWebsitestuebinm1-1/+2
2021-11-16fix default config.jsonstuebinm1-0/+1
2021-11-14add example configstuebinm1-0/+6