Commit Graph
100 Commits
Author SHA1 Message Date
Mystikfluu f456ab4798 optimize pre-loaded channels 2022-08-28 22:25:35 +02:00
Mystikfluu 34d3dfb0dc optimize posts 2022-08-28 22:03:23 +02:00
Mystikfluu edc167bbdf make alt text represent the actual input text 2022-08-28 21:50:59 +02:00
Mystikfluu e2dc0b19a6 remove "mention" argument from posts 2022-08-28 21:50:34 +02:00
Mystikfluu 630e2d050c fix avatars not showing up 2022-08-28 20:51:21 +02:00
Mystikfluu 64d7e641ba add User avatar info to getPost 2022-08-28 15:57:30 +02:00
Mystikfluu 692af27078 add user avatar info to getPosts 2022-08-28 15:45:54 +02:00
Mystikfluu 3dc6c37e49 add gigachad emoji 2022-08-28 01:41:56 +02:00
Mystikfluu f88f4da010 add cache to favicon & fix bug 2022-08-28 01:28:03 +02:00
Mystikfluu 27f03bb6ee fix typo in ToS 2022-08-28 01:23:16 +02:00
Mystikfluu f432433c3c add pepepoggers emoji 2022-08-28 01:22:14 +02:00
Mystikfluu 42ae9954ae change TOS 2022-08-28 00:50:45 +02:00
Mystikfluu 670d4efbb1 fix emoji title being shown next to the emoji 2022-08-27 19:21:10 +02:00
Mystikfluu 58838c8810 add title to emojis 2022-08-27 19:15:01 +02:00
Mystikfluu 90c69ef126 add prototype emoji system 2022-08-27 18:22:00 +02:00
Mystikfluu 7ceb781f55 fix username not being shown in dms 2022-08-27 00:27:08 +02:00
Mystikfluu cc4e2ce590 fix username not being shown 2022-08-27 00:26:09 +02:00
Mystikfluu 30a09f4c6f give posts and codeblocks padding 2022-08-27 00:21:25 +02:00
Mystikfluu f79ea6f8e1 make codeblocks stand out more 2022-08-27 00:18:47 +02:00
Mystikfluu f99eca0e47 enhance codeblock look 2022-08-26 19:38:18 +02:00
Mystikfluu 0fdfbe1dae update markdown regex 2022-08-26 19:31:50 +02:00
Mystikfluu 50ec37884a remove unneeded https import 2022-08-26 19:31:11 +02:00
Mystikfluu 1a142c581b fix bug when not logged in 2022-08-26 14:15:15 +02:00
Mystikfluu ce2a1fb19e improve error handling 2022-08-26 00:18:24 +02:00
Mystikfluu 8446bdd4b6 fix favicon 2022-08-25 21:29:37 +02:00
Mystikfluu dc5d564302 merge certain tags
merge script tags
merge style tags
2022-08-25 20:19:12 +02:00
Mystikfluu 9c0fae175f auto minify html 2022-08-25 20:18:35 +02:00
Mystikfluu d9fe8f2642 fix bugs, improve loading time 2022-08-25 17:35:17 +02:00
Mystikfluu 988d90b46f fix a bug when user wasn't logged in 2022-08-25 12:14:09 +02:00
Mystikfluu b85dc07bac fix illegal invocation error 2022-08-25 00:50:01 +02:00
Mystikfluu 6eb634b9e9 make dms.html a template 2022-08-25 00:46:10 +02:00
Mystikfluu 32b06779b0 move document.createElement to createElement
reduces filesize and increases the readability slightly
2022-08-25 00:41:21 +02:00
Mystikfluu 87b81cef81 add channels & current user in template 2022-08-24 23:58:25 +02:00
Mystikfluu 72f8d36654 load all files via a template 2022-08-24 23:34:28 +02:00
Mystikfluu 1dccff66bf add css minifier 2022-08-24 23:34:09 +02:00
Mystikfluu 7650081220 use spdy instead of plain https 2022-08-24 21:53:59 +02:00
Mystikfluu 92c8b29f57 no longer log every avatar request 2022-08-24 17:57:09 +02:00
Mystikfluu f237bc5d75 add caching header for images 2022-08-24 16:45:23 +02:00
Mystikfluu f53e9ee510 automatically minify js files
improve loading times
2022-08-24 16:38:23 +02:00
Mystikfluu 35d91586f6 add simple templating 2022-08-24 16:00:24 +02:00
Mystikfluu 73dd02ecc4 remove useless test 2022-08-23 22:54:11 +02:00
Mystikfluu e443089188 fix dm duplication when using encryption 2022-08-23 00:43:18 +02:00
Mystikfluu 0e1226c5be supress websocket connecting errors 2022-08-23 00:41:26 +02:00
Mystikfluu c33ff903f7 enhance channel storage 2022-08-23 00:38:37 +02:00
Mystikfluu 94daecb56c simplify key storage 2022-08-23 00:36:42 +02:00
Mystikfluu fc0c96c1a1 add further encryption support for dms 2022-08-23 00:32:22 +02:00
Mystikfluu 1abcc7581b fix unlinkSync not being defined 2022-08-23 00:18:42 +02:00
Mystikfluu ad3ab133a5 move server_esm to server.js 2022-08-19 23:37:24 +02:00
Mystikfluu e567e04133 enhance simple e2ee 2022-08-19 19:51:08 +02:00
Mystikfluu 30ddffd83d bump unsafe_encrypt version 2022-08-19 19:47:28 +02:00
Mystikfluu b6e0bf279c fix a fs import 2022-08-19 19:38:23 +02:00
Mystikfluu 4a98fe5586 fix ws error 2022-08-19 19:37:47 +02:00
Mystikfluu 7f06fa0f1b make code more consistent 2022-08-19 19:35:47 +02:00
Mystikfluu 6ed17497c5 rewrite to a module 2022-08-19 19:29:14 +02:00
Mystikfluu c78f4cba3a remove unused data 2022-08-19 18:49:02 +02:00
Mystikfluu b1df38a276 change from require to import 2022-08-19 18:47:00 +02:00
Mystikfluu 9806238246 add unsafe_encrypt to the dependencies 2022-08-19 18:44:20 +02:00
Mystikfluu f8ba9fd95b lay groundwork for simple dm encryption 2022-08-19 18:36:26 +02:00
Mystikfluu cda662f270 fix replies being shown as "undefined undefined" 2022-08-19 18:28:55 +02:00
Mystikfluu da6497bfed fix typo 2022-08-14 00:26:42 +02:00
Mystikfluu 18a080f349 add getDM endpoint 2022-08-14 00:22:12 +02:00
Mystikfluu 829c34c220 slightly increase posting cooldown 2022-08-13 21:40:13 +02:00
Mystikfluu 1cf23a5526 add some more default ratelimits 2022-08-12 23:56:48 +02:00
Mystikfluu 656b3d4de0 add channel saving 2022-08-12 23:54:06 +02:00
Mystikfluu a326008224 make code a little cleaner 2022-08-12 23:49:45 +02:00
Mystikfluu 8303df6533 fix text overflow in posts 2022-08-12 23:39:33 +02:00
Mystikfluu 837b07d322 add dms to the navbar 2022-08-11 18:53:59 +02:00
Mystikfluu 35148bb9c8 clear value after opening dm 2022-08-11 17:35:10 +02:00
Mystikfluu a44ed50c89 enhance dms 2022-08-11 17:33:45 +02:00
Mystikfluu 1e4e71b0bc seperate channels and input field 2022-08-11 17:30:48 +02:00
Mystikfluu f16f41adf9 bug fix 2022-08-11 17:29:14 +02:00
MystikfluuandAlpisc 347b1fff3f dms are now in the early alpha
Co-authored-by: Alpisc <Alpisc@users.noreply.github.com>
2022-08-11 17:26:58 +02:00
Mystikfluu 6cfbe1418f increase max special characters 2022-08-11 14:16:52 +02:00
Mystikfluu c6db7b86e7 fix message length crash 2022-08-11 14:11:04 +02:00
Mystikfluu 9a5b2c9385 remove duplicate dms 2022-08-11 12:01:53 +02:00
Mystikfluu 399933a803 fix infinite loading screen 2022-08-11 11:57:47 +02:00
Mystikfluu 61fdacc42b add simple prototype dms page 2022-08-11 11:53:32 +02:00
Mystikfluu 5a76ba9562 fix server crash when changing username 2022-08-11 11:46:25 +02:00
Mystikfluu ecacb7568d conversations now returns all conversations
doesn't just check if you had a conversation with a certain person
2022-08-11 00:06:52 +02:00
Mystikfluu 2c871e3053 enhance conversation check 2022-08-11 00:00:56 +02:00
Mystikfluu 2eb7ed0ccf add new api endpoint 2022-08-10 23:57:26 +02:00
Mystikfluu 3147af35ec fix bug 2022-08-10 23:48:55 +02:00
Mystikfluu f8c2d508e4 change is_private to is_encrypted 2022-08-10 23:47:25 +02:00
Mystikfluu d37c883d89 change channel to receiver 2022-08-10 23:45:57 +02:00
Mystikfluu 781d6cf467 fix replyid bug 2022-08-10 23:05:10 +02:00
Mystikfluu 91e7afb9c6 Merge branch 'master' of https://github.com/Mystikfluu/authwebsite 2022-08-10 22:28:54 +02:00
Mystikfluu 21ed1fc476 add simple tests 2022-08-10 22:26:57 +02:00
Mystikfluu a4b6d24651 move PersonalMessages to its own file 2022-08-10 21:47:59 +02:00
Mystikfluu d1a7228694 change names 2022-08-10 21:40:24 +02:00
Mystikfluu 7ebe1e2050 add dms table 2022-08-10 20:56:14 +02:00
Mystikfluu 3c8fe6097c encode channel name when needed 2022-07-31 12:58:27 +02:00
Mystikfluu 5414a92561 decode channel names on the server 2022-07-31 12:55:51 +02:00
Mystikfluu 38f3284307 decode channel names 2022-07-31 12:51:11 +02:00
Mystikfluu af5725a310 add config to getip 2022-07-31 11:52:11 +02:00
Mystikfluu 59d126937b change require path 2022-07-31 11:50:55 +02:00
Mystikfluu 76f1522bf6 move getIP function to its own module 2022-07-31 11:49:11 +02:00
Mystikfluu 47654513ba add preferred ip header option 2022-07-31 11:39:25 +02:00
Mystikfluu a1f5b91630 enhanced setavatar image check 2022-07-28 04:15:06 +02:00
Mystikfluu cd52906b8a add simple image check when uploading an avatar 2022-07-28 04:02:31 +02:00
Mystikfluu 3e7bc7f721 add default settings when registering 2022-07-28 03:56:46 +02:00