| Commit message (Expand) | Author | Files | Lines |
2021-12-14 | startLayer can actually be set to `false` | stuebinm | 1 | -3/+2 |
2021-12-13 | refuse doubled map properties | stuebinm | 1 | -1/+2 |
2021-12-13 | complain if map links that don't go to .json files | stuebinm | 2 | -6/+20 |
2021-12-13 | add special warning for rc3 old-style links | stuebinm | 2 | -2/+13 |
2021-12-13 | changes to tiled map format | stuebinm | 2 | -3/+8 |
2021-12-12 | downgrad mapCopyright lint to suggestion | stuebinm | 1 | -1/+1 |
2021-12-12 | better lints for invalid links | stuebinm | 2 | -21/+22 |
2021-12-12 | lints for names that are used more than twice | stuebinm | 1 | -7/+13 |
2021-12-12 | handle text objects in objectgroup layers | stuebinm | 2 | -22/+37 |
2021-12-12 | lint individual tile properties | stuebinm | 1 | -1/+15 |
2021-12-08 | rudimentary linting for overlapping layers | stuebinm | 4 | -1/+65 |
2021-12-08 | fix mapCopyright lint | stuebinm | 1 | -3/+3 |
2021-12-07 | properties: copyright → tilesetCopyright | stuebinm | 1 | -2/+2 |
2021-12-07 | require mapCopyright to be set | stuebinm | 1 | -0/+3 |
2021-12-04 | lots of code reorganising and some deduplication | stuebinm | 7 | -228/+286 |
2021-12-04 | refuse doubled names | stuebinm | 4 | -16/+52 |
2021-12-02 | collect badges from object layers | stuebinm | 7 | -52/+229 |
2021-12-02 | do (naïve) html escaping | stuebinm | 2 | -6/+17 |
2021-11-30 | prepend jitsi room names with assembly tag | stuebinm | 1 | -2/+7 |
2021-11-30 | jitsiRoomAdminTag: prepend "assembly-" before name | stuebinm | 1 | -0/+2 |
2021-11-30 | allow unknown properties | stuebinm | 1 | -11/+2 |
2021-11-30 | rudimentary emulation of bbbRoom etc. | stuebinm | 1 | -4/+26 |
2021-11-28 | various fixes to bugs | stuebinm | 5 | -83/+96 |
2021-11-23 | why oh why does the prelude contain unsafe functions | stuebinm | 1 | -1/+1 |
2021-11-23 | add a severity attribute to the json output | stuebinm | 1 | -11/+16 |
2021-11-20 | whoops, forgot to add a file | stuebinm | 1 | -0/+80 |
2021-11-20 | make link adjustments configurable | stuebinm | 3 | -43/+48 |
2021-11-19 | add domain allow- and blocklists for weblinks | stuebinm | 3 | -4/+29 |
2021-11-19 | fix group layer handling | stuebinm | 1 | -9/+22 |
2021-11-19 | add lint for empty group layers | stuebinm | 1 | -0/+7 |
2021-11-19 | deal with group layers | stuebinm | 2 | -9/+37 |
2021-11-18 | assorted lints for properties found in some maps | stuebinm | 1 | -17/+56 |
2021-11-17 | add warnings for as-yet unlinted layer properties | stuebinm | 1 | -0/+9 |
2021-11-17 | small fixes | stuebinm | 1 | -8/+7 |
2021-11-17 | make map parser work with more maps | stuebinm | 2 | -7/+39 |
2021-11-17 | map format: turns out more things are optional | stuebinm | 1 | -6/+6 |
2021-11-17 | exit with code 1 if maximum lint level exceeded | stuebinm | 3 | -14/+25 |
2021-11-16 | reject map urls starting with /_/ | stuebinm | 1 | -3/+6 |
2021-11-16 | add adjustment: add prefix for openWebsite | stuebinm | 2 | -2/+6 |
2021-11-14 | disable print output when copying files | stuebinm | 1 | -2/+2 |
2021-11-14 | config options: implement script-related options | stuebinm | 3 | -2/+20 |
2021-11-14 | config: some small documentation | stuebinm | 1 | -0/+4 |
2021-11-14 | config option: don't copy asset files | stuebinm | 2 | -21/+27 |
2021-11-14 | Functional jitsiRoomAdminTag adjustment | stuebinm | 7 | -35/+54 |
2021-11-14 | add some simple config options | stuebinm | 1 | -9/+30 |
2021-11-14 | too much type level stuff to read a config file | stuebinm | 1 | -0/+99 |
2021-11-10 | fail on missing map assets | stuebinm | 1 | -3/+8 |
2021-11-10 | copy map assets (and refuse if any are missing) | stuebinm | 2 | -22/+56 |
2021-11-10 | extra module for repository writeout | stuebinm | 3 | -10/+33 |
2021-11-10 | remove dead code | stuebinm | 2 | -41/+11 |