aboutsummaryrefslogtreecommitdiff
path: root/front (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-14added fediventure versionstuebinm1-0/+5797
This is the version currenlty on the feature/fediventure branch in the workadventure repository of the fediventure group at https://gitlab.com/fediventure/workadventure/-/tree/feature/federation
2021-03-09Added tabascoeye workadventure versionstuebinm1-0/+5845
2021-03-09Added hasi workadventure versionstuebinm3-8/+5851
wapkgs.nix new contains packages for several different versions of workadventure (so far hasi + thecodingmachine), which can both be used. Unfortunately, this appears to require some weird hacks to convince nix to sort out the dependencies without having to actually duplicate all the packaging code, but it works.
2021-02-26Deduplicate workadventure sourcesstuebinm1-7/+3
Maximal sharing means that even if the workadventure sources are imported in all nix files, there will still only be one copy of it in the nix store --- nevertheless, it seems reasonable to only have them once in the code, too, if only to make upgrading them easier.
2021-02-26more options for the frontendstuebinm1-90/+51
2021-02-25Bump to current master version of tcm workadventurestuebinm2-6/+6
Builds fine, let's see if anything else works!
2021-02-25Update to Version v1.1.0 of workadventurestuebinm1-5/+5
2021-02-18Safer option injection to build scriptsstuebinm1-2/+2
Nix isn't very typesafe, but apparently there is at least a `escapeShellArg` function which makes things safe for shell execution.
2021-02-18patch out quill.js cdnstuebinm1-32/+54
Note that only the sources are patched out; the quill npm package is still in the nix set and the javascript, it just silently fails to laod at runtime now.
2021-02-05configurable stun serverstuebinm1-5/+17
2021-02-05replace sed with replace-literal; add option for default mapstuebinm1-8/+6
2021-01-26patches to remove googletagmanager and change default mapstuebinm1-0/+10
2021-01-21create overlay and move everything into workadventure.*Finn Behrens1-2/+2
2021-01-11Update the front packageMewp1-2/+2
2021-01-10Fix front env vars. Update env to a working WA version.Mewp2-14/+20
2021-01-10Use a different approach for passing env vars.Mewp1-7/+20
2021-01-10Make the front package configurable.Mewp1-2/+7
2021-01-01Switch to callPackageSerge Bazanski1-3/+6
2021-01-01CleanupSandro Jäckel1-30/+0
2021-01-01Add front, fix backSandro Jäckel2-0/+5859