Commit Graph

88 Commits

Author SHA1 Message Date
Kay Faraday 3c830d0f88 the 2024 instance massacre (+whitelist minor.cafe) 2024-09-29 22:50:13 -07:00
Kay Faraday 0a6f901efb whitelist akko.faraday.quest 2024-09-09 13:33:28 -07:00
Kay Faraday f3239b2352 whitelist cub.lol 2024-09-05 22:11:33 -07:00
Kay Faraday b47c7f47d0 whitelist love.is.notacri.me 2024-08-16 13:52:08 -07:00
Kay Faraday 8f5e112e97 whitelist nnia.cc 2024-08-06 21:01:36 +00:00
Kay Faraday d931ab8fe4 whitelist paravielfalt.zone 2024-07-29 16:52:12 -07:00
Kay Faraday b13c37cf50 prisma fix 2024-07-29 15:40:37 -07:00
Kay Faraday 02e7eddf7b instance whitelist 2024-07-29 15:40:20 -07:00
Ategon Dev d61530f91d Negative pixel patch 2024-07-15 22:51:23 +00:00
Grant de2a56ba99 typo in redis default key in ratelimiter 2024-07-15 15:29:42 -06:00
Grant 6cf1aaca5c protect dangerous endpoints behind NODE_ENV 2024-07-15 15:29:26 -06:00
Grant c012664613 bump ratelimit for pixel whois from 50 to 150 per 15 minutes (related #101) 2024-07-15 12:16:16 -06:00
Grant 91281ef52e Track IP addresses for alternate account discovery 2024-07-14 16:02:32 +00:00
Grant b99a0cb7ed Rewrite canvas caching 2024-07-13 21:02:17 +00:00
Grant 013f5b8bb5 [admin] Add moderation/admin management endpoints 2024-07-13 10:02:23 -06:00
Grant 184fe59dea Merge branch 'main' of ssh://git.sc07.company:2424/sc07/canvas 2024-07-12 19:45:19 -06:00
Grant fa244418d8 Fix uncaught import issue 2024-07-12 19:45:10 -06:00
Grant ba03c6a2f7 [admin] Implement user notices 2024-07-12 19:29:06 -06:00
Grant 12606f3e6d Merge branch 'main' of ssh://git.sc07.company:2424/sc07/canvas 2024-07-12 18:56:49 -06:00
Grant ec338e6893 do not attempt to exec fetch if no url exists (fixes #83) 2024-07-12 18:56:48 -06:00
Grant d2990845ad Queue & run canvas redis cache in worker 2024-07-13 00:53:24 +00:00
Marius DAVID 5a44446138 Improve handling of the user pixel stack 2024-07-13 00:03:06 +00:00
Grant ac3cefe952 force an update to user data before giving more stack 2024-07-12 03:47:25 -06:00
Grant f1e07bfb90 Give user pixel back after they undo (fixes #77) 2024-07-12 03:21:53 -06:00
Grant 217953af35 Merge branch 'main' of ssh://git.sc07.company:2424/sc07/canvas 2024-07-12 03:09:11 -06:00
Grant fe5abb18e2 prevent users from being able to collect more than the max stack if they are AFK for too long 2024-07-12 03:03:54 -06:00
Grant b9487ba803 Add fix for client-side routing the client UI uses 2024-07-12 03:03:30 -06:00
Grant 02329f01a4 hardcoded settings & trigger canvas cache upon undoing pixels 2024-07-12 03:03:06 -06:00
Grant 10a510c42c jank: wrap oidc userinfo call (related #80) 2024-07-12 02:54:02 -06:00
Grant 54574e35f9 Pixel placement log / pixels.log 2024-07-12 03:28:28 +00:00
Grant 021f72162d duct-tape google recaptcha 2024-07-11 21:14:12 -06:00
Grant a74064623d Moderation Square Undo 2024-07-12 01:59:51 +00:00
Grant 678dab35ad fix prometheus performance issue 2024-07-11 19:10:40 -06:00
Grant 3dd4d7e0d0 implement canvas freezing 2024-07-11 12:05:47 -06:00
Grant 93dc27b17a allow alternate scripts to run in docker, fix performance issue with workers 2024-07-10 10:16:54 -06:00
Grant a7a9b35da6 Move canvasToRedis to a worker thread
Fixes #68
2024-07-09 21:01:28 -06:00
Grant 7c2dfbbbf8 add missing migrations for CANVAS_SIZE & CANVAS_FILL 2024-07-09 18:46:41 -06:00
Grant d336adc93a More audit logs 2024-07-10 00:44:47 +00:00
Grant caf19b247d Audit Log 2024-07-09 03:50:06 +00:00
Grant 5f57679bb3 add option to print sql instead of committing the changes itself 2024-07-08 20:43:09 -06:00
Grant bcbe093806 allow arguments to be passed to tools 2024-07-08 20:42:16 -06:00
Grant 414124cbcb remove Pixel -> PaletteColor constraint, it's not needed and prevents palette changes 2024-07-08 18:07:27 -06:00
Grant 5f00ca94d7 update seed_palette to use pxls palette 13 2024-07-08 17:25:51 -06:00
Grant 13cb98036c add dark grey to seed_palette
this also fixes the symbols not lining up on the template styles (there's another gray)
2024-07-08 17:05:24 -06:00
Grant 924815e629 rapid patch: add event info banner (related #69) 2024-07-05 23:06:26 -06:00
Grant 29feba063c [wip] implement user & instance banning (related #17) 2024-07-05 21:46:40 -06:00
Grant 0282576fa8 add readme to src/tools 2024-07-02 15:28:20 -06:00
Grant 076ff1c942 server now notifies the client when the canvas isn't cached
- added foundation for server-sent alerts (related #53)
2024-07-02 14:25:55 -06:00
Grant 7964954a0d add missing mobile click emitter 2024-06-30 13:13:33 -06:00
Grant b09ddd13b4 massive performance rewrite
- main canvas & blank canvas drawing moved to separate worker thread (if possible)
- server jobs moved to separate process (fixing CPU leak on heatmap generation)
- pixels now store if they are on top reducing db queries
- remove various methods to store pixel data in redis, reducing delay for various actions

additional fixed: (came up during performance fixes)
- added square fill (fixes #15)
- redraw loop (fixes #59)
- added keybind to deselect current color (fixes #54)
- pixel undos no longer delete the pixel from the db
- server logging now indicates what module triggered the log
2024-06-26 18:38:46 -06:00