Commit Graph

889 Commits

Author SHA1 Message Date
HF
c771123d42 fix more 2022-09-11 02:49:46 +02:00
HF
4a3f35cf55 fix password reset 2022-09-11 02:21:49 +02:00
HF
7476d647bb fix more issues 2022-09-11 01:54:08 +02:00
HF
bd83a66052 fix things 2022-09-11 01:31:26 +02:00
HF
de1729d56b Horicontal Scaling 2022-09-11 00:47:46 +02:00
HF
ae6ebc2441 change chathistory limit to not fall to sql requests 2022-09-08 22:45:28 +02:00
HF
9681209320 Merge branch 'devel' 2022-09-07 21:27:00 +02:00
HF
76cfe3c7ab first check captcha, then check proxy 2022-09-07 21:23:50 +02:00
HF
de7e29d9b7 increase online counter broadcast delay 2022-09-07 20:31:07 +02:00
HF
771c8681fb adjust timeouts 2022-09-07 20:19:16 +02:00
HF
105b7ab76d finalize sql incrememntation batching 2022-09-07 18:43:32 +02:00
HF
1bb4011467 check for regUser existance in User.js 2022-09-07 16:51:18 +02:00
HF
e6842dd262 change incrementation loop 2022-09-07 14:07:06 +02:00
HF
f3a86ed544 increase threshold for long-respones-time warning 2022-09-07 13:39:11 +02:00
HF
f3a0da1c4c rename allowPlace to cooldown and batch incrementing pixelcounts into a
single transaction
2022-09-07 13:19:38 +02:00
HF
100bdb17b5 use lua scripting in redis for setting pixels 2022-09-07 04:33:48 +02:00
HF
9166adab13 make proxycheck hysteresis configurable 2022-09-05 23:03:36 +02:00
HF
3ba8df95f8 remove gazprom redirect 2022-09-05 20:11:33 +02:00
HF
f9b165bd8e allow discord media links 2022-09-05 20:05:48 +02:00
HF
da8fea785c cache none-returned proxycheck requests for an hour to not flood
ourselves
2022-09-05 13:28:44 +02:00
HF
b7d2d43d3e Merge branch 'devel' 2022-09-05 11:46:43 +02:00
HF
57c95091fe fix proxycheck key disabling on limit 2022-09-05 11:44:35 +02:00
HF
dca577cd79 open canvas links from popups in parent 2022-09-05 11:38:34 +02:00
HF
47ac68c34a broadcast messages from one popup over parent to others 2022-09-05 11:16:42 +02:00
HF
ec2907c0a6 fix mute button notification 2022-09-05 10:59:06 +02:00
HF
8326e63ef0 fix fetch links 2022-09-05 01:44:37 +02:00
HF
60ea16271c better url handling 2022-09-05 01:23:04 +02:00
HF
4f96f6d7d6 changing stylings 2022-09-05 01:06:26 +02:00
HF
b1ee464697 change stylings 2022-09-04 23:49:25 +02:00
HF
98766e9da4 add align prop to contextmenu 2022-09-04 23:31:02 +02:00
HF
715c6ff1cc add link hook and use context for window data 2022-09-04 22:32:16 +02:00
HF
b51303fe6f check for parent refresh and parent close 2022-09-04 13:07:34 +02:00
HF
a4d6b7b1d9 reorganize store and make popup connect to websocket when needed 2022-09-04 05:47:05 +02:00
HF
ee8f58440b change api links 2022-09-04 03:56:09 +02:00
HF
bc4951deee change routes 2022-09-04 03:52:48 +02:00
HF
b4b82ea478 remove ASSET_SERVER config 2022-09-04 03:28:42 +02:00
HF
cd195c9692 fix popup issues 2022-09-04 03:16:42 +02:00
HF
c0ee7b3e0e fix websocket fix aham 2022-09-04 01:35:24 +02:00
HF
8b361a2965 remane some files, continue with popups 2022-09-04 01:32:57 +02:00
HF
bed2ae48e2 WebSocket: remove verifyClient and check in upgrade request instead 2022-09-03 23:36:22 +02:00
HF
d13c6d2fe7 add timeout to proxycheck request 2022-08-27 19:35:48 +02:00
HF
99e8125d49 debug store (especially thrown RELOAD_URL) 2022-08-22 00:45:29 +02:00
HF
c93fad12bc change isAllowedCache prefix
fix proxycheck key update
add small stuff to wins
2022-08-21 21:32:51 +02:00
HF
dde8eba9bc use HourlyCron instead of own timeout for proxycheck key refresh 2022-08-21 20:54:19 +02:00
HF
9699d0f08f await cron jobs to catch errors 2022-08-21 20:34:23 +02:00
HF
b5b062f674 change proxycheck logging 2022-08-21 17:03:40 +02:00
HF
16356396fb refactor proxycheck util 2022-08-21 16:27:30 +02:00
HF
3deacb6de9 improve whois 2022-08-20 19:59:55 +02:00
HF
37b8b834b6 change types and notify popups about big window unloading 2022-08-20 06:16:26 +02:00
HF
cd9177cc1b change how coords are storedin modtools
fix persist/REHYDRATE
2022-08-19 17:15:38 +02:00
HF
eefa210ed0 change stylings 2022-08-19 15:23:01 +02:00
HF
53b9aeeec7 send actions to popUps
log proxycheck returns again
2022-08-19 04:49:14 +02:00
HF
69ffeefd3d better handle proxycheck key
createStore without combine
2022-08-18 14:29:53 +02:00
HF
feb5263628 test window.opwn 2022-08-18 01:17:12 +02:00
HF
df223f5932 move hover from gui to canvas reducer 2022-08-17 21:48:50 +02:00
HF
df44445720 split persistent reducers 2022-08-17 21:21:47 +02:00
HF
856b1288be move context menu out of store 2022-08-17 18:54:42 +02:00
HF
352649e3bd rename WINDOW actions to WIN 2022-08-17 12:35:35 +02:00
HF
6ee78ff5d6 render settings on /win 2022-08-17 12:27:24 +02:00
HF
befa32b0a6 bundle passport packages with server 2022-08-16 16:52:58 +02:00
HF
bdf9939aa2 configure store for popups 2022-08-16 14:52:51 +02:00
HF
54e482a8d7 import json files via read file
update translation templates
make sure webpack builds in root
transpile passport-reddit
don't use babel for webpack config
2022-08-16 13:59:43 +02:00
HF
343c2da231 remove modaltext and modalcotext classes 2022-08-15 23:53:32 +02:00
HF
680cd4327e remove modiletitle class and replace it with h3 2022-08-15 22:07:56 +02:00
HF
63bf9b15ff refactor stuff 2022-08-15 21:37:25 +02:00
HF
5d38af340e shorten type strings 2022-08-15 21:04:57 +02:00
HF
0a0acf7e12 keep window z order on window resize 2022-08-15 19:13:58 +02:00
HF
4c7aa66158 fix cooldown 2022-08-15 18:49:02 +02:00
HF
caa0fe5a59 update language files, add serbian 2022-08-15 18:11:46 +02:00
HF
4429f2a573 use reselect
reorganize windows reducer
2022-08-15 18:03:21 +02:00
HF
2f1a60fce7 state debug 2022-08-14 21:51:30 +02:00
HF
70e1e156a6 fix chat errors 2022-08-14 21:13:37 +02:00
HF
114d67f1d2 fix chat button on some phones 2022-08-14 20:37:15 +02:00
HF
a67c22c814 change styles 2022-08-14 19:21:25 +02:00
HF
1aa77841d0 change table styles 2022-08-14 18:43:29 +02:00
HF
f750497018 minor fixes 2022-08-14 14:02:32 +02:00
HF
f3e6333982 change mention and chatname background colors 2022-08-14 13:30:20 +02:00
HF
7c0d6d075e experiment 2022-08-14 11:44:45 +02:00
HF
9ac475c25e Merge branch 'master' into devel 2022-08-14 11:17:07 +02:00
HF
ec0249012d debug ping append 2022-08-14 11:04:57 +02:00
HF
4e41679c88 change mod / admin flag 2022-08-14 01:53:12 +02:00
HF
9788704a06 add title to name and change max-width 2022-08-14 01:39:50 +02:00
HF
2f2a446c15 aand more 2022-08-14 01:27:38 +02:00
HF
79643a6605 trying some stuff 2022-08-14 00:44:02 +02:00
HF
fec22a7156 change padding of ping / mention 2022-08-13 23:39:17 +02:00
HF
fc86dcd967 fix random text color 2022-08-13 20:40:36 +02:00
HF
d11afa83fd redesign chat 2022-08-13 19:45:35 +02:00
HF
196e701150 treat Modal equal to Window, move them to WindowManager 2022-08-13 18:51:43 +02:00
HF
43c2f1d012 check for click outside with mousedown instead of click 2022-08-12 21:26:35 +02:00
HF
ae1e259bab use react portals to move Embeds out of ChatMessages into parent
add barebone for window route
2022-08-12 21:13:47 +02:00
HF
cccb49df43 adjust void speed 2022-08-12 18:46:36 +02:00
HF
a9fcd04eef parse canvasId more stricly to number on websocket 2022-08-12 16:40:47 +02:00
HF
0a5bb9aca7 fix broken stuff 2022-08-12 15:13:59 +02:00
HF
9978d12a70 don't have chat related stuff in general window reducer, handle
chat over window args directly
2022-08-12 13:19:44 +02:00
HF
1b20d3f9e7 send amount of ranked pixel in PixelReturn package 2022-08-11 18:19:07 +02:00
HF
386218d722 make mods and admins bypass country bans 2022-08-11 16:26:10 +02:00
HF
5510bf3b5c change flag priorities (trans more important than israel) 2022-08-08 18:40:55 +02:00
HF
d76d6f652d refactor sounds and use different sound for captcha 2022-08-08 16:52:54 +02:00
HF
3afd3eeaae refactor Rankings tables 2022-08-08 15:23:48 +02:00
HF
f3677db4f9 make mods have trans flag in chat 2022-08-08 14:53:48 +02:00