Mystikfluu
|
c94de030ce
|
add user uploads to gitignore
|
2022-09-23 17:44:59 +02:00 |
|
Mystikfluu
|
4fabb9c7a3
|
move ws client logging to debug
|
2022-09-23 17:44:23 +02:00 |
|
Mystikfluu
|
13a351e7a8
|
remove unnecessary dependencies
|
2022-09-23 17:43:50 +02:00 |
|
Mystikfluu
|
4aeb9b4a91
|
add login failure statement
|
2022-09-21 17:05:50 +02:00 |
|
Mystikfluu
|
1deb1fc071
|
change ratelimit logging message
|
2022-09-21 16:38:23 +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
|
61b1534b8a
|
add debug logging for websockets
|
2022-09-21 16:08:59 +02:00 |
|
Mystikfluu
|
887001acbd
|
use isNotNull for file checking
|
2022-09-20 22:01:41 +02:00 |
|
Mystikfluu
|
fa646473f3
|
add isNotNull function
|
2022-09-20 13:45:51 +02:00 |
|
Mystikfluu
|
826b3529ac
|
idk man
|
2022-09-20 13:44:04 +02:00 |
|
Mystikfluu
|
2a17720ff6
|
add extra check for files
|
2022-09-20 13:38:19 +02:00 |
|
Mystikfluu
|
1da920ccdb
|
change login styles
|
2022-09-19 09:50:55 +02:00 |
|
Mystikfluu
|
8564ba4022
|
add beta file uploads
|
2022-09-18 13:28:26 +02:00 |
|
Mystikfluu
|
5e3c8c508f
|
fix error when ratelimiting
|
2022-09-15 20:07:52 +02:00 |
|
Mystikfluu
|
ed7fcc52bf
|
Merge branch 'master' of https://github.com/002Hub/IPost
|
2022-09-10 18:29:21 +02:00 |
|
Mystikfluu
|
f90c093075
|
add error code for invalid login cookie
|
2022-09-10 18:29:18 +02:00 |
|
Code002Lover
|
a15ffa2735
|
Merge pull request #32 from 002Hub/deepsource-fix-0f86f7ad
Replace short hand type conversions with JavaScript methods
|
2022-09-10 18:01:29 +02:00 |
|
deepsource-autofix[bot]
|
80fbd92d8a
|
Replace short hand type conversions with JavaScript methods
|
2022-09-10 16:00:24 +00:00 |
|
Mystikfluu
|
21cfc8218b
|
add ratelimit to error code list
|
2022-09-10 17:35:51 +02:00 |
|
Mystikfluu
|
a763bde1f8
|
add clearer error status codes
|
2022-09-10 17:32:43 +02:00 |
|
Mystikfluu
|
cf9a819a55
|
dms/user -> ejs pages
|
2022-09-10 13:39:29 +02: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 |
|
Code002Lover
|
aa49e05467
|
Merge pull request #31 from 002Hub/deepsource-fix-9374d23b
Remove unnecessary computed property keys in object
|
2022-09-05 10:32:02 -07: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 |
|
Code002Lover
|
be3633ddeb
|
Merge pull request #30 from 002Hub/deepsource-fix-8a12bca0
Remove unnecessary 'async' keyword
|
2022-09-05 10:27:43 -07: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 |
|
Code002Lover
|
35f9492dbf
|
Merge pull request #28 from 002Hub/deepsource-fix-d37f38b5
Replace builtin prototype method with `Object.prototype` equivalent
|
2022-09-05 09:40:13 -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 |
|
DeepSource Bot
|
ba325cdd63
|
Add .deepsource.toml
|
2022-09-05 16:29:41 +00:00 |
|
Mystikfluu
|
ef3d5b3817
|
fix and improve various things
|
2022-09-05 15:53:07 +02:00 |
|
Mystikfluu
|
4342f8a69c
|
add new api endpoint
|
2022-08-30 02:41:53 +02:00 |
|
Mystikfluu
|
3fcb00fb2f
|
move from jimp to sharp
|
2022-08-29 00:35:10 +02:00 |
|
Mystikfluu
|
c371d34191
|
fix an error when registering
|
2022-08-28 23:20:54 +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 |
|