summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14startLayer can actually be set to `false`stuebinm1-3/+2
2021-12-13refuse doubled map propertiesstuebinm1-1/+2
2021-12-13complain if map links that don't go to .json filesstuebinm2-6/+20
2021-12-13add special warning for rc3 old-style linksstuebinm2-2/+13
2021-12-13changes to tiled map formatstuebinm2-3/+8
2021-12-12downgrad mapCopyright lint to suggestionstuebinm1-1/+1
2021-12-12better lints for invalid linksstuebinm2-21/+22
2021-12-12lints for names that are used more than twicestuebinm1-7/+13
2021-12-12handle text objects in objectgroup layersstuebinm2-22/+37
2021-12-12lint individual tile propertiesstuebinm1-1/+15
2021-12-08rudimentary linting for overlapping layersstuebinm4-1/+65
2021-12-08fix mapCopyright lintstuebinm1-3/+3
2021-12-07properties: copyright → tilesetCopyrightstuebinm1-2/+2
2021-12-07require mapCopyright to be setstuebinm1-0/+3
2021-12-04lots of code reorganising and some deduplicationstuebinm7-228/+286
2021-12-04refuse doubled namesstuebinm4-16/+52
2021-12-02collect badges from object layersstuebinm7-52/+229
2021-12-02do (naïve) html escapingstuebinm2-6/+17
2021-11-30prepend jitsi room names with assembly tagstuebinm1-2/+7
2021-11-30jitsiRoomAdminTag: prepend "assembly-" before namestuebinm1-0/+2
2021-11-30allow unknown propertiesstuebinm1-11/+2
2021-11-30rudimentary emulation of bbbRoom etc.stuebinm1-4/+26
2021-11-28various fixes to bugsstuebinm5-83/+96
2021-11-23why oh why does the prelude contain unsafe functionsstuebinm1-1/+1
2021-11-23add a severity attribute to the json outputstuebinm1-11/+16
2021-11-20whoops, forgot to add a filestuebinm1-0/+80
2021-11-20make link adjustments configurablestuebinm3-43/+48
2021-11-19add domain allow- and blocklists for weblinksstuebinm3-4/+29
2021-11-19fix group layer handlingstuebinm1-9/+22
2021-11-19add lint for empty group layersstuebinm1-0/+7
2021-11-19deal with group layersstuebinm2-9/+37
2021-11-18assorted lints for properties found in some mapsstuebinm1-17/+56
2021-11-17add warnings for as-yet unlinted layer propertiesstuebinm1-0/+9
2021-11-17small fixesstuebinm1-8/+7
2021-11-17make map parser work with more mapsstuebinm2-7/+39
2021-11-17map format: turns out more things are optionalstuebinm1-6/+6
2021-11-17exit with code 1 if maximum lint level exceededstuebinm3-14/+25
2021-11-16reject map urls starting with /_/stuebinm1-3/+6
2021-11-16add adjustment: add prefix for openWebsitestuebinm2-2/+6
2021-11-14disable print output when copying filesstuebinm1-2/+2
2021-11-14config options: implement script-related optionsstuebinm3-2/+20
2021-11-14config: some small documentationstuebinm1-0/+4
2021-11-14config option: don't copy asset filesstuebinm2-21/+27
2021-11-14Functional jitsiRoomAdminTag adjustmentstuebinm7-35/+54
2021-11-14add some simple config optionsstuebinm1-9/+30
2021-11-14too much type level stuff to read a config filestuebinm1-0/+99
2021-11-10fail on missing map assetsstuebinm1-3/+8
2021-11-10copy map assets (and refuse if any are missing)stuebinm2-22/+56
2021-11-10extra module for repository writeoutstuebinm3-10/+33
2021-11-10remove dead codestuebinm2-41/+11