Commit graph

111 commits

Author SHA1 Message Date
github-actions[bot]
86c4d771c7 bump: version 0.2.5 → 0.2.6 2024-08-05 20:06:50 +00:00
overflowerror
9310a223c4 fix: Typo in command
(It's getting late.)
2024-08-05 22:06:29 +02:00
github-actions[bot]
67b9077800 bump: version 0.2.4 → 0.2.5 2024-08-05 20:05:40 +00:00
overflowerror
a198b67237 fix: Remove resources folder before mirroring in deploy workflow + add debug output 2024-08-05 22:05:14 +02:00
github-actions[bot]
6e365c6011 bump: version 0.2.3 → 0.2.4 2024-08-05 19:53:52 +00:00
overflowerror
204c0da58a fix: Missing delimiter in regex in deploy workflow 2024-08-05 21:53:30 +02:00
github-actions[bot]
7b4ad9cdd1 bump: version 0.2.2 → 0.2.3 2024-08-05 19:52:03 +00:00
overflowerror
c229c78332 fix: Missing quote in deploy workflow 2024-08-05 21:51:39 +02:00
github-actions[bot]
2a50a2ea53 bump: version 0.2.1 → 0.2.2 2024-08-05 19:43:29 +00:00
overflowerror
abe277770a fix: Wrong sed syntax in deploy workflow 2024-08-05 21:43:07 +02:00
github-actions[bot]
f5201f3b04 bump: version 0.2.0 → 0.2.1 2024-08-05 19:39:59 +00:00
overflowerror
a25321a0f7 fix: We don't use a prefix in the version tag 2024-08-05 21:39:20 +02:00
github-actions[bot]
f28c2d7d80 bump: version 0.1.0 → 0.2.0 2024-08-05 19:38:06 +00:00
overflowerror
21e39de3f1 fix: Add missing configuration to config file 2024-08-05 21:37:43 +02:00
overflowerror
fb75ee5ca8 chore: Add first draft of deploy pipeline 2024-08-05 21:37:25 +02:00
overflowerror
3ade121615 feat: Add housekeeping bin + slight restructure of cron jobs 2024-08-05 21:07:08 +02:00
github-actions[bot]
d8efb0c2cd bump: version 0.0.1 → 0.1.0 2024-08-04 19:27:41 +00:00
overflowerror
f347d329ad chore: Add bump workflow 2024-08-04 21:26:59 +02:00
overflowerror
74d720ccab feat: Add version number to layout 2024-08-04 21:21:58 +02:00
overflowerror
b44aba30ce feat: Add links to Minecraft Wiki on results page 2024-08-04 21:16:54 +02:00
overflowerror
07c2c9018e feat: Add disclaimer to footer 2024-08-04 21:07:51 +02:00
overflowerror
c8ce92d0d4 feat: Add contact section to about page 2024-08-04 21:03:13 +02:00
overflowerror
6b904164c3 feat: Add privacy notice page 2024-08-04 20:56:55 +02:00
overflowerror
3ab09190c8 feat: Add New Pairing button 2024-08-04 14:08:50 +02:00
overflowerror
ed6978615d feat: Add audit log 2024-08-04 12:46:27 +02:00
overflowerror
0ac852a846 feat: A bit of styling for links + add thanks block for web design 2024-08-04 12:32:46 +02:00
overflowerror
d389bc3330 feat: Add about page 2024-08-04 11:55:19 +02:00
overflowerror
469928e791 feat: Add page indicator to navbar 2024-08-04 00:03:52 +02:00
overflowerror
50659d19ae fix: direction indicators were the wrong way round 2024-08-03 23:43:10 +02:00
overflowerror
88ef772b5b fix: Left side stopped working during previous fix 2024-08-03 23:38:35 +02:00
overflowerror
d9cc3bf85e feat: First draft of navbar + changes to sizing 2024-08-03 22:52:04 +02:00
overflowerror
8c56dd8ec1 feat: Add sorting options for results table 2024-08-03 21:53:29 +02:00
overflowerror
459ddcd37d feat: A bit of styling for results table 2024-08-03 20:51:47 +02:00
overflowerror
d47d5c4a76 fix: expectation calculation was wrong 2024-08-03 20:36:55 +02:00
overflowerror
903b8a253b fix: winner column was read 1-indexed but written 0-indexed 2024-08-03 20:36:17 +02:00
overflowerror
7c588b97ef feat: Add trend graphs to result page 2024-08-03 20:24:09 +02:00
overflowerror
a4c2c3876b feat: Basic results page 2024-08-03 19:41:12 +02:00
overflowerror
daa84d14c7 feat: Add history caching 2024-08-03 18:17:14 +02:00
overflowerror
005dc8026b feat: Use minecraft font 2024-08-03 17:19:24 +02:00
overflowerror
90bd9ef5ca feat: Change loading animation 2024-08-02 22:52:46 +02:00
overflowerror
be991b99fc fix: img-preload doesn't support data prefix + running cursor fix on load doesn't work 2024-08-02 22:01:21 +02:00
overflowerror
27ac8195b3 feat: Add no-js fallback 2024-08-02 21:56:46 +02:00
overflowerror
2547b91a77 fix: Use standard html attributes 2024-08-02 21:47:49 +02:00
overflowerror
c73201ffe2 fix: Loading animation issues 2024-08-02 21:45:51 +02:00
overflowerror
f8bff80e3d feat: AJAX loading with loading animation 2024-08-02 17:25:23 +02:00
overflowerror
55394f857b feat: Add htmx dependency 2024-08-01 21:58:41 +02:00
overflowerror
3c2bb65bfe feat: Add CSRF protection 2024-08-01 21:36:58 +02:00
overflowerror
b4cedafa27 feat: Add voting logic 2024-08-01 20:50:08 +02:00
overflowerror
9295d632a9 feat: Redo of rating view
Turned out: Postgres doesn't like CTEs referring to itself in recursive subqueries very much.
2024-07-31 22:31:56 +02:00
overflowerror
7186ed25e9 feat: Basics for more advanced pairing 2024-07-30 23:14:08 +02:00