aboutsummaryrefslogtreecommitdiff
path: root/front (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-09add xce-unfederated versionstuebinm1-12/+260
this is based on the xce-unfederated branch of the workadventure-xce repository [1], and requires some reworking of the general derivation code since it currently uses older package sets than the other versions. [1] https://github.com/workadventure-xce/workadventure-xce/tree/xce-unfederated
2021-04-09package update roundup, remove fediventure versionstuebinm2-52/+52
updates: - workadventure-xce to the latest commit - workadventure-tcm to the latest commit this removes the fediventure-version, as it appears to be no longer updated, and since the workadventure-xce version now also includes the relevant patches for the current federation features.
2021-03-22small cleanup: shorter attribute names, move patchfiles into root, etc.stuebinm2-53/+0
2021-03-22update thecodingmachine workadventure versionstuebinm2-8/+208
2021-03-22remove hasi & tabascoeye workadventure versionsstuebinm2-11690/+0
The maintainers of both of these forks are now collaborating on workadventure-xce, and have apparently both deprecated their own versions in favour of it (see [1] for hasi; tabascoeye does not explicitely state as much, but has changed their description to reflect that of the workadventure-xce repository). [1] https://gitlab.hasi.it/herzi/project/workadventure
2021-03-22Add workadventure-xce (experimental community version)stuebinm3-1/+6110
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