Commit Graph

170 Commits

Author SHA1 Message Date
HF
2d0c31fac6 right shift -> place from historical view 2021-01-27 17:45:33 +01:00
HF
277568fc9c remove christmas button
add pixel-bursts server side
2021-01-26 19:44:40 +01:00
HF
371c0151fa add Christmas button 2020-12-07 23:54:40 +01:00
HF
2f04d24452 just admns can load modlist 2020-12-03 03:48:17 +01:00
HF
f852cdd166 load three js for globe.js (somehow webpack doesn't load it itself) 2020-12-01 20:52:31 +01:00
HF
edf4125e44 sort channel in drop down 2020-12-01 12:19:23 +01:00
HF
0c19232c8e add shift-hold placing - is on trial, will be kept if good 2020-11-30 21:34:49 +01:00
HF
02489b674a archive political-compass canvas 2020-11-30 15:47:14 +01:00
HF
3614c24aa4 fix borders of UserContextMenu 2020-11-29 18:22:15 +01:00
HF
9a7ca41eb9 create Moderator role 2020-11-29 17:47:25 +01:00
HF
8419adf2f0 change order of User Context Menu items 2020-11-29 10:53:28 +01:00
HF
b79a12f931 fixing bugs that got introduced in the past two commits 2020-11-29 01:13:05 +01:00
HF
ac464ba5a7 split LOGIN and LOGOUT from RECEIVE_ME 2020-11-28 02:02:12 +01:00
HF
8f24a34a1d make channels from array into object 2020-11-26 21:23:16 +01:00
HF
ab910619f8 add route and action to leave DM channel 2020-11-26 18:27:45 +01:00
HF
f42078853a add Channel Context Menu 2020-11-25 22:40:26 +01:00
HF
7777fb2bb2 add button for chat channel settings 2020-11-25 20:19:26 +01:00
HF
26ed411129 add blocking of Users 2020-11-25 10:07:44 +01:00
HF
389f447b5b request blocked users with passport 2020-11-19 20:18:45 +01:00
HF
cce2ad1f80 send channel type and lastMessage to client
use name of other user on DM channels
add startdm api to start direct messages
2020-11-16 00:00:15 +01:00
HF
4064f1674d add custom channel drop down menu basics 2020-11-15 00:52:33 +01:00
HF
ad79ac1746 add popu-up menu 2020-11-08 23:42:02 +01:00
HF
2161fe11a2 add fields for dms 2020-11-07 20:16:32 +01:00
HF
d44556b6e2 temporarily disable selection saving on chat 2020-11-06 23:10:39 +01:00
HF
9f0a78f1ea make info and event messages belong to actual user 2020-11-06 21:00:47 +01:00
HF
482cfd3fe3 migreate chat to proper sql tables with relations 2020-11-05 22:40:28 +01:00
HF
fe3e1d7e79 Add possibility to have hidden canvses, mirror pz and pc 2020-07-05 11:22:40 +02:00
HF
35f1a7787c add hotkey for historical view 2020-06-23 19:19:19 +02:00
HF
fe0e5dc596 fix spacing in help modal 2020-06-23 08:48:49 +02:00
HF
23ae0c9e44 change to guilded instead of discord 2020-06-23 08:37:15 +02:00
HF
423b603542 add rollback option to admintools 2020-06-23 00:26:24 +02:00
HF
a69711d838 add protection or rectangles without image to admintools 2020-06-22 20:39:40 +02:00
HF
1d081991ba add admintools to user area 2020-06-22 19:27:03 +02:00
HF
f01db742af add maxLength to chat input field
make void a tiny bit faster again
2020-05-25 19:43:09 +02:00
HF
dc6b1f8cbe add MMORPG style Event 2020-05-24 23:23:19 +02:00
HF
59fe03f3d2 add hCaptcha test button 2020-05-18 09:52:56 +02:00
HF
4a58412ca6 fix chat
fix overflow
move captcha div into body
2020-05-16 17:54:01 +02:00
HF
76d2a041b5 Add hCaptcha support 2020-05-16 15:53:08 +02:00
HF
ecb27a1ea0 change captcha
remove noauthUser, which was just confusing
remove rest of api/pixel
2020-05-16 13:49:10 +02:00
HF
53acf388a4 fix ping regexp 2020-05-15 08:24:13 +02:00
HF
3a7ecf21cc start to move set pixel request to websocket
remove killing of old websocket after 30min
catch binary ws package errors
change CoolDownPacket to ms
stop messing with void bot
fix reddit login image alt-text
force subrender on pixel set to avoid seemingly freeze
excape redex characters in username
2020-05-14 07:07:56 +02:00
HF
897b56a9b9 use ceil instead of floor on cooldown box for tosya 2020-05-13 05:06:32 +02:00
HF
cb2076eb48 set colors in chat according to theme
fix default color on refresh
2020-05-13 03:47:57 +02:00
HF
f421f22430 move selectedColor from gui to canvas store to be able to choose default color based on cli 2020-05-13 02:28:23 +02:00
HF
74ee0483d3 fix chat linebreaks 2020-05-13 01:55:07 +02:00
HF
7614d5366b add on click mentions
add ping notifications
2020-05-13 01:38:47 +02:00
HF
d278edb9b1 add mentions 2020-05-12 14:52:36 +02:00
HF
a7b43c2854 fix notifybox styling 2020-05-12 11:25:17 +02:00
HF
69552fbf10 fix text selection in chat
fix auto-scrolling in chat
2020-05-12 10:11:34 +02:00
HF
43e79f9db5 add political compass canvas 2020-05-12 00:30:12 +02:00
HF
9f5299646d add greentext 2020-05-11 20:01:42 +02:00
HF
cf7fb88c83 fix chat opening on window resize
fix space in Online Box
send online counter on every websocket connect
2020-05-11 15:27:19 +02:00
HF
0b3afeb6e0 Change Modal layout
fix configure store error
add css transition effects
2020-05-11 13:45:32 +02:00
HF
0ed5193982 make css additional to default css instead of replacing it 2020-05-11 08:31:51 +02:00
HF
fb167337bb split stylesheet from js, style selection and fix all lsint errors 2020-05-11 05:56:07 +02:00
HF
8742bf53b5 fix canvas select menu style 2020-05-10 04:03:39 +02:00
HF
44ba7d338d Hide unusable stuff when no image is selected 2020-05-10 03:08:48 +02:00
HF
a3d1f33969 Add copy to clipboard button on image converter (not supported in all browsers) 2020-05-10 02:57:03 +02:00
HF
cc5340bc7a fix chat css 2020-05-10 00:50:52 +02:00
HF
dc99fd9012 implement ip banning by text are 2020-05-09 23:23:31 +02:00
HF
d1502882c1 change from rgbquant to image-q 2020-05-09 16:35:38 +02:00
HF
9493172034 fix error handling of passport
fix a few lsint errors
2020-05-09 08:40:46 +02:00
HF
8cadbbdac1 Add scaling option and remove old image converter 2020-05-09 04:58:13 +02:00
HF
3e86ea25be Add converter in usermodal 2020-05-09 02:19:00 +02:00
HF
80fe10da7b Create GIMP Palette on client in own Converter Menu 2020-05-08 15:10:32 +02:00
HF
b3b0908449 unrank 3D canvas and display ranking status in Canvas Selection menu 2020-05-08 11:56:59 +02:00
HF
19fb12df6a fix settings modal keybind 2020-04-30 19:05:31 +02:00
HF
c051dc9ac5 Chat Channels part 2 2020-04-29 19:32:21 +02:00
HF
8877a7658a add chat channels 2020-04-29 18:16:58 +02:00
HF
5478faebd5 move copy-coords key to R 2020-04-29 04:38:36 +02:00
HF
77d3a6c417 click on coords box copies to chat if open
style changes, chat now selectable
2020-04-28 08:28:18 +02:00
HF
3ec1d71a49 add country flags
add chat mute by country
2020-04-28 04:13:48 +02:00
HF
5cc626b8a0 add /mute chat command
fix eslint no-import error for jsons that don't get packed by webpack (i am sure there must be a better way to do that, but i am too lazy right now)
2020-04-27 19:49:24 +02:00
HF
9cabf7c8fd reenable negative notifications and move it from gui to user state 2020-04-24 20:59:05 +02:00
HF
f1d82220dd fix a few lint errors 2020-04-15 01:35:52 +02:00
HF
485f2b83bc handle all palette sizes in react 2020-04-14 23:46:43 +02:00
HF
2bec370f8b Notify time set from 20 to 15s, audio time from 20 to 5s
don't show cooldowbox if cooldown smaller than one
2020-03-27 01:50:11 +01:00
HF
f47b2a3a20 nr2 2020-03-19 02:31:54 +01:00
HF
3710271494 fix palette 2020-03-19 02:26:59 +01:00
HF
5408e77959 fix palette height on smaller palettes 2020-03-15 20:56:20 +01:00
HF
1c7de0d93d add coronavirus canvas 2020-03-15 20:37:49 +01:00
HF
71f87ba3ed no 3d ui on 2d canvas
update README
2020-02-18 11:28:27 +01:00
HF
9c97cbf97f Add tap to help modal control description 2020-02-02 03:07:44 +01:00
HF
a951bfaf86 hide 3D controls if not using touch device 2020-02-02 02:49:28 +01:00
HF
05711b8b62 fix colors 2020-02-02 01:19:56 +01:00
HF
1fdeecfdde fix z-order 2020-02-02 01:00:50 +01:00
HF
654dd68fcf make 3d controls listen on touch events 2020-02-02 00:21:41 +01:00
HF
0a54b96535 Make 3D controls 2020-02-02 00:10:00 +01:00
HF
6f9dc2ec32 remove alpha value from canvases.json and replace it with cli 2020-01-31 00:55:04 +01:00
HF
dd7bfa95a0 Change controls to E/C Up/Down and update Help Modal
Fix Screenshot issue
2020-01-28 11:19:19 +01:00
HF
1b185f4e5b Make 3D canvas multiplayer 2020-01-28 10:39:08 +01:00
HF
66662e49c3 fix small ui issues 2020-01-25 07:39:45 +01:00
HF
caf08ee32d Add 3d voxel canvas
Add Canvas Selection Menu
Improve Rendering
Move ChunkRGB into seperate file
2020-01-25 03:53:35 +01:00
HF
88990bf454 lazy load test 2020-01-22 06:55:55 +01:00
HF
c77aec130f fix typo 2020-01-21 23:00:47 +01:00
HF
56370c548f fix issue of Loading not disappearing in Historical mode 2020-01-17 03:38:24 +01:00
HF
9207890b3c make arrows go past days 2020-01-17 03:25:28 +01:00
HF
8a72aa232c add arrow buttons to historical mode 2020-01-17 02:35:19 +01:00
HF
f99241476d fix two eslint errors :peepoweird: 2020-01-15 00:39:35 +01:00
HF
8d2c5e75d9 also list midnight full-backup in historical view 2020-01-11 02:00:33 +01:00