Commit Graph

538 Commits

Author SHA1 Message Date
Settel
9ba74f5b2f version: bump to 2.21
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-18 11:21:17 +02:00
Settel
b359d30d8c feat: use pnpm instead of yarn 2023-06-18 11:20:50 +02:00
Settel
0f805962a4 chores: upgrade npm packages 2023-06-17 20:31:32 +02:00
Settel
7e4c344ec1 feat: publish to docker.io 2023-06-04 14:31:02 +02:00
Settel
7de4f1cad8 version: bump to 2.20
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-06-04 11:40:46 +02:00
Settel
fcfed00d5b feat: check for slirp4netns tool during setup (needed for rootless Podman) 2023-06-04 11:40:31 +02:00
Settel
e4114837c4 version: bump to 2.19
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-06-04 11:37:55 +02:00
Settel
66fa59ea2e feat: check for newuidmap tool during setup (needed for rootless Podman) 2023-06-04 11:37:41 +02:00
Settel
3577a9291a version: bump to 2.18
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-06-04 11:30:43 +02:00
Settel
af89f6c9fb bugfix: create build/files/ folder during build process 2023-06-04 11:30:30 +02:00
Settel
555c26448a version: bump to 2.17
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-06-04 11:26:25 +02:00
Settel
ef486010af chores: remove default admin account from repo 2023-06-04 11:26:00 +02:00
Settel
e726b8f990 version: bump to 2.16
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-06-04 11:23:03 +02:00
Settel
9d4c6916a6 bugfix: bind to all interfaces by default (needed for Podman/Docker) 2023-06-04 11:22:49 +02:00
Settel
0cd78c5af9 version: bump to 2.15 2023-06-03 23:05:33 +02:00
Settel
a78ed70f05 feat: setup game and create admin user 2023-06-03 23:05:06 +02:00
Settel
846f137b7a feat: setup app, create admin user (WIP) 2023-06-03 22:39:36 +02:00
Settel
c871418d07 Merge branch 'develop' of git.gnuher.de:settel/knowyt into develop 2023-06-03 21:20:41 +02:00
Settel
78b4947730 feat: show create admin account dialog (WIP) 2023-06-03 21:09:16 +02:00
Settel
dd653c39f4 i18n: add i18n translation 2023-05-17 22:56:08 +03:00
Settel
3f8df8b538 bugfix: create data dir if not present 2023-05-17 22:55:44 +03:00
Settel
415c42cefd feat: check for more dependencies during preflight check 2023-05-17 22:55:30 +03:00
Settel
0367fa6987 bugfix: fix build chain matrix notification plugin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-03 20:23:47 +01:00
Settel
1876484590 Merge branch 'prod' into develop 2023-02-02 15:01:16 +01:00
Settel
21a24632b2 Merge branch 'develop' of git.gnuher.de:settel/knowyt into develop 2023-02-02 14:59:32 +01:00
Settel
059035e4fd create client's output dir before setting up server 2023-02-02 14:58:59 +01:00
Settel
6b9394a50a create admin account and show PIN (WIP)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 18:19:34 +01:00
Settel
0d2ae30b24 refactor: move version/copyright notice to own component
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 17:50:20 +01:00
Settel
7cd0639708 fix bug in IsInitialized() 2023-01-29 17:49:47 +01:00
Settel
e5bfd05e71 add text to /setup page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-29 17:19:51 +01:00
Settel
cfd16e8e6c refactor CheckSetup() 2023-01-29 16:14:23 +01:00
Settel
4967d6bdf1 add new page /setup 2023-01-29 16:07:24 +01:00
Settel
37198001a3 add new role "setup" if game is not initialized yet 2023-01-29 16:06:13 +01:00
Settel
ea7caa322b remove ServerinfoStore for it's not needed 2023-01-29 15:36:57 +01:00
Settel
1dcd26ffcf add comments 2023-01-29 15:36:06 +01:00
Settel
a243deb79e init game when database is empty
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
bind server to interface given by CLI option
2023-01-29 15:06:46 +01:00
Settel
ad71364b13 version: bump to 2.14
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-16 15:48:33 +01:00
Settel
15d1dca106 feat: remove game 2022-12-16 15:48:10 +01:00
Settel
9821353cfb feat: remove game (WIP) 2022-12-15 15:20:15 +01:00
Settel
13ff778bc8 feat: remove game (WIP) 2022-12-15 10:55:13 +01:00
Settel
e152d33da0 feat: remove game (WIP) 2022-12-15 10:40:28 +01:00
Settel
decb7ad693 refactor: extract removePlayerById(), so it's reusable 2022-12-15 10:11:42 +01:00
Settel
e4a0b06271 data: create game with 2 users to test delete game feature 2022-12-15 10:11:12 +01:00
Settel
014f78b040 refactor: renamed deletePlayer -> removePlayer for consistency 2022-12-12 23:01:47 +01:00
Settel
b2e402f4bb chore: fix linter warnings 2022-12-12 22:50:28 +01:00
Settel
8313847806 feat: add cancel button to player modal dialog 2022-12-10 22:05:21 +01:00
Settel
893ada71a8 feat: reject users on disabled games, except admin in cameo 2022-12-10 22:01:42 +01:00
Settel
a2c95abde9 feat: add new game state 'disabled' 2022-12-10 19:58:24 +01:00
Settel
5550341359 feat: add UI elements to disable or remove game 2022-12-10 19:11:32 +01:00
Settel
74e797a328 version: bump to 2.13
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-09 21:39:59 +01:00