Commit Graph

507 Commits

Author SHA1 Message Date
HF
2bc1aa9591 reorganize routes
add adminapi
remove body-parser in favor of express methods
add id to captchas
add testmodule for matrix-synapse to login with ppfun credentials (just
a test)
2022-01-11 02:05:55 +01:00
HF
3051f80afd some README changes to be more clear about HOST and PORT env, making
sure that it works well with local builds and default settings
2022-01-07 16:03:35 +01:00
HF
314b615f47 check if host matches origin on ws request to enforce same origin 2022-01-07 04:11:32 +01:00
HF
749a5829a4 add antartica exception also to pixels drawn by chunk coords 2022-01-06 03:51:08 +01:00
HF
adb558bb52 sliced top daily ranking wrong 2022-01-06 01:17:16 +01:00
HF
b79d44ce4a Add Top 10 only canvas 2022-01-05 23:53:42 +01:00
HF
e4fa56fd73 remove unavailable sub online from API 2022-01-05 16:40:25 +01:00
HF
c2a141a6b7 change how css gets loaded (it was more complicated that it needs too)
remove express-limiter (nginx does the ratelimiting)
2022-01-05 14:36:03 +01:00
HF
2f2b114ec9 fix bug of void failing or being too fast
fix eslint errors
2022-01-04 21:09:35 +01:00
HF
02e2d431d4 fix canvases.json import
add gwpwp note on warnings
update translation templates
2022-01-04 15:07:20 +01:00
HF
73f67261b6 update ws
remove useless console.log from socketserver
2022-01-04 14:52:48 +01:00
HF
bb47924d92 fix online counter parsing
change styling of OnlineBox and CanvasSwitchButton
2022-01-04 14:12:06 +01:00
HF
9d46ec2e1c don't draw pixelNofitication on own pixels 2022-01-04 13:59:12 +01:00
HF
c2cbca1387 add per-canvas online counter 2022-01-04 13:17:39 +01:00
HF
6170d35631 refactor image converter and 3d stuff 2022-01-04 09:19:17 +01:00
HF
e59df4fb62 remove flow type definition that are used inconsistently 2022-01-03 15:06:49 +01:00
HF
3f46edf50a refactor nr.2 2022-01-03 14:11:28 +01:00
HF
718f2dc73d refactor 2022-01-03 11:02:07 +01:00
HF
8c17f56b79 update packages 2022-01-02 19:56:42 +01:00
HF
44af557581 update image-q and other packages 2022-01-01 01:35:18 +01:00
HF
544e576414 no more half-cooldown :/ 2021-12-29 01:40:04 +01:00
HF
dcb5991f55 temporary lowered cooldown for christmas 2021-12-25 18:26:31 +01:00
HF
cd485f4259 add parsing of []() enclosures 2021-11-29 15:46:33 +01:00
HF
14726a37ca add parsing of floating links 2021-11-29 05:03:46 +01:00
HF
7060919f76 add markdown for bold, italic, etc 2021-11-27 19:35:43 +01:00
HF
134d666480 refactor MarkdownParser 2021-11-27 16:56:49 +01:00
HF
87e053f99d start to parse markdown paragraphs 2021-11-27 05:29:35 +01:00
HF
d91bfeb527 more work on Markdown parsing, now with ordered lists 2021-11-27 03:10:30 +01:00
HF
554c67229f add quotes to markdown parser and expand test page 2021-11-27 01:42:52 +01:00
HF
337a2b6d6f Merge branch 'production' 2021-08-21 17:18:44 +02:00
HF
f6d05b46ff use different fonts for captcha
update packages
2021-08-21 17:08:28 +02:00
HF
2cec2e728f exclude antarctica from stats 2021-08-21 13:32:32 +02:00
HF
85c6f18c00 add error message if webgl is not supported 2021-08-05 02:24:41 +02:00
HF
8cf2b9b523 handle redis chunk rejection 2021-08-02 00:02:41 +02:00
HF
3d82c49a84 escape name RegExp properly, remove useless file 2021-08-01 23:10:45 +02:00
HF
abd40ee44a fix CAPTCHA_URL if not using captchas 2021-07-31 23:01:04 +02:00
HF
fae1cef617 fix client prediction 2021-07-31 22:48:11 +02:00
HF
cc9d36e056 fix window order on duplication 2021-07-25 00:07:28 +02:00
HF
b35ca151d7 fix uneven screen resolution 2021-07-24 14:55:32 +02:00
HF
7ec8738b72 fix hsitorical view refresh when switching 2021-07-24 14:26:59 +02:00
HF
4256a254fa make offscreen canvas smaller 2021-07-24 12:30:03 +02:00
HF
a3e35cced6 don't do full render when zooming happens in viewport rather than
offscreen canvas
don't do clearRect on renderChunk (Chrome shouldn't have the flickering
issue anymore)
2021-07-24 01:41:51 +02:00
HF
cf865a0ba4 better check keypress canvas selection 2021-07-16 12:06:20 +02:00
HF
8c4b0a5149 fix destruction of Renderer3D 2021-07-15 22:53:21 +02:00
HF
1ffd8b740c for some reason we can encounter ws that have no users 2021-07-10 20:29:27 +02:00
HF
fbc564f588 fix chat error message broadcast 2021-07-10 20:10:36 +02:00
HF
e427eeced0 fix things 2021-07-10 16:06:21 +02:00
HF
566f91c690 use EventEmitter for websockets 2021-07-10 15:51:15 +02:00
HF
21c99f7447 delete chat messges that are older than 10 days in default channels 2021-07-08 21:55:43 +02:00
HF
7e618a5979 remove old minecraft legacy code that we do not use anymore 2021-07-08 20:54:39 +02:00