166 Commits

Author SHA1 Message Date
Mystikfluu
ae6ee0c974 qc
okay deepsource, you wanna fight?!?
2022-11-19 17:56:15 +01:00
Mystikfluu
4643c55270 small quality control 2022-11-19 17:38:12 +01:00
Mystikfluu
2b3c5061ab further enhance lighthouse scores 2022-11-18 02:18:41 +01:00
Mystikfluu
ea43f26954 clearer login and register errors
see #41
2022-10-23 09:14:49 +02:00
Mystikfluu
efcded8816 update modalsize function
"var" -> "const"
2022-10-04 21:54:19 +02:00
Mystikfluu
5e425c0fbc change function name in dms
"postMessage" -> "postMsg"
2022-10-04 21:53:18 +02:00
Mystikfluu
685f7de37c fix bug 2022-10-04 21:40:22 +02:00
Mystikfluu
a4a0549738 add quick spam check to postMsg 2022-10-04 21:37:50 +02:00
Mystikfluu
88d9d8e0a6 add modal creating function 2022-10-04 21:34:24 +02:00
Mystikfluu
c1a2833dd8 function name change
"postMessage" -> "postMsg"
2022-10-04 21:05:48 +02:00
Mystikfluu
dc3f004019 make warn_message_int an interval 2022-09-21 16:20:58 +02:00
Mystikfluu
96ff306c8b add further logging when ws activity is present 2022-09-21 16:19:45 +02:00
Mystikfluu
7857f9942c add warnings for potential errors 2022-09-21 16:16:16 +02:00
Mystikfluu
8564ba4022 add beta file uploads 2022-09-18 13:28:26 +02:00
deepsource-autofix[bot]
80fbd92d8a
Replace short hand type conversions with JavaScript methods 2022-09-10 16:00:24 +00:00
Mystikfluu
381c50adf0 add server stats logging
see https://newrelic.com for more info
2022-09-09 20:58:39 +02:00
Mystikfluu
bbf5d1b2c3 Merge branch 'master' of https://github.com/Mystikfluu/authwebsite 2022-09-05 19:32:10 +02:00
deepsource-autofix[bot]
6f6db8f84b
Remove unnecessary computed property keys in object 2022-09-05 17:31:15 +00:00
Mystikfluu
08dcc9f96a Merge branch 'master' of https://github.com/Mystikfluu/authwebsite 2022-09-05 19:28:11 +02:00
deepsource-autofix[bot]
c478f83f70
Remove unnecessary 'async' keyword 2022-09-05 17:25:36 +00:00
Mystikfluu
6af25e4b16 fix bug in dms 2022-09-05 18:46:03 +02:00
Mystikfluu
27fd13b3dd remove unused file 2022-09-05 18:42:24 +02:00
Code002Lover
85b549458d
Merge pull request #29 from 002Hub/deepsource-fix-74783334
Replace  `==`/`!=` with `===`/`!==`
2022-09-05 09:41:10 -07:00
Code002Lover
242f7ad3df
Merge pull request #27 from 002Hub/deepsource-fix-d0ffa19b
Fix Yoda conditions
2022-09-05 09:40:58 -07:00
deepsource-autofix[bot]
29e4d677f3
Replace ==/!= with ===/!== 2022-09-05 16:40:08 +00:00
deepsource-autofix[bot]
e2350b9aa4
Replace builtin prototype method with Object.prototype equivalent 2022-09-05 16:39:08 +00:00
deepsource-autofix[bot]
8bb219a545
Fix Yoda conditions 2022-09-05 16:34:40 +00:00
Mystikfluu
ef3d5b3817 fix and improve various things 2022-09-05 15:53:07 +02:00
Mystikfluu
e1de6895a9 add fallback avatar handling 2022-08-28 22:31:43 +02:00
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
f432433c3c add pepepoggers emoji 2022-08-28 01:22:14 +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
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
d9fe8f2642 fix bugs, improve loading time 2022-08-25 17:35:17 +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