aboutsummaryrefslogtreecommitdiff
path: root/front (follow)
Commit message (Collapse)AuthorAgeFilesLines
* version from github repo tabascoeye/workadventuretabascoeyestuebinm2021-03-011-4/+52
| | | | | | | | This version apparently has less issues with the graphics display, i.e. it uses a slightly newer version of Phaser. I put it in a seperate branch for now; in the long term, it may be better to just provide several "flavours" of workadventure in the main branch.
* Deduplicate workadventure sourcesstuebinm2021-02-261-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.
* more options for the frontendstuebinm2021-02-261-90/+51
|
* Bump to current master version of tcm workadventurestuebinm2021-02-252-6/+6
| | | | Builds fine, let's see if anything else works!
* Update to Version v1.1.0 of workadventurestuebinm2021-02-251-5/+5
|
* Merge branch 'master' of https://gitlab.com/fediventure/workadventure-nixstuebinm2021-02-251-2/+2
|\
| * create overlay and move everything into workadventure.*Finn Behrens2021-01-211-2/+2
| |
* | Safer option injection to build scriptsstuebinm2021-02-181-2/+2
| | | | | | | | | | Nix isn't very typesafe, but apparently there is at least a `escapeShellArg` function which makes things safe for shell execution.
* | patch out quill.js cdnstuebinm2021-02-181-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.
* | configurable stun serverstuebinm2021-02-051-5/+17
| |
* | replace sed with replace-literal; add option for default mapstuebinm2021-02-051-8/+6
| |
* | patches to remove googletagmanager and change default mapstuebinm2021-01-261-0/+10
|/
* Update the front packageMewp2021-01-111-2/+2
|
* Fix front env vars. Update env to a working WA version.Mewp2021-01-102-14/+20
|
* Use a different approach for passing env vars.Mewp2021-01-101-7/+20
|
* Make the front package configurable.Mewp2021-01-101-2/+7
|
* Switch to callPackageSerge Bazanski2021-01-011-3/+6
|
* CleanupSandro Jäckel2021-01-011-30/+0
|
* Add front, fix backSandro Jäckel2021-01-012-0/+5859