summaryrefslogtreecommitdiff
path: root/config.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove mentions of divocstuebinm2022-10-111-1/+1
|
* lower default maximum lint level to warningstuebinm2022-03-231-1/+1
| | | | i kept being confused by things happening that really shouldn't 🙈
* remove leftover rc3 things & some new stuffstuebinm2022-03-191-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!
* linter: allow unrestricted domain scopesstuebinm2022-03-191-15/+8
|
* wa gets an extra ausgangstuebinm2021-12-281-1/+1
| | | | | (please only deploy once https://git.cccv.de/hub/hub/-/merge_requests/492 is also deployed)
* allow live.dort.c3voc.de for audiostuebinm2021-12-271-1/+1
|
* I would like to show the fahrplan in an iframe. Please allowtabascoeye2021-12-271-1/+1
|
* separate blocking for separate contextsstuebinm2021-12-261-7/+11
| | | | | (audio links now have their own allowlist, which won't put things through the dereferrer)
* allow cdn.c3voc.de for audio streamsstuebinm2021-12-251-2/+2
| | | | | (this is a temporary solution, since it would invoke the dereferrer for things that aren't allowed, which is silly)
* correct dereferrer linkstuebinm2021-12-251-1/+1
|
* add some allowed domains to default configstuebinm2021-12-251-1/+1
|
* correct bbb link substitutionstuebinm2021-12-211-6/+0
| | | | | (unfortunately this one's hardcoded, the config options just aren't general enough)
* fix broken import from an unhappy rebasestuebinm2021-12-181-1/+1
|
* special handling of world:// and assembly namesstuebinm2021-12-161-2/+1
| | | | | these now have their own top-level config attribute which is essentially a shorthand for setting one that's deeper nested.
* rudimentary emulation of bbbRoom etc.stuebinm2021-11-301-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)
* various fixes to bugsstuebinm2021-11-281-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
* make link adjustments configurablestuebinm2021-11-201-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.
* add domain allow- and blocklists for weblinksstuebinm2021-11-191-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)
* exit with code 1 if maximum lint level exceededstuebinm2021-11-171-1/+1
|
* add adjustment: add prefix for openWebsitestuebinm2021-11-161-1/+2
|
* fix default config.jsonstuebinm2021-11-161-0/+1
|
* add example configstuebinm2021-11-141-0/+6