Mystikfluu
|
5f7e6fce10
|
changed random string generation
|
2022-04-27 22:52:07 +02:00 |
|
Mystikfluu
|
32c404cdd0
|
changed mysql connections
now using a pool of up to 10 connections instead of one
|
2022-04-27 15:46:40 +02:00 |
|
Mystikfluu
|
182ff8fcad
|
added new features
added user bio
added getotheruser endpoint
sending better responses in post api
|
2022-04-26 19:43:33 +02:00 |
|
Mystikfluu
|
62383402b3
|
added minimum password length
changed max username length to 25
fixed login
|
2022-04-24 18:59:04 +02:00 |
|
Mystikfluu
|
9dcf467595
|
commented out unused websocketserver functions
|
2022-04-24 16:08:45 +02:00 |
|
Mystikfluu
|
91aa0e5302
|
getPosts endpoint now returns all posts
|
2022-04-24 16:07:08 +02:00 |
|
Mystikfluu
|
886178b79d
|
added special text
|
2022-04-24 11:56:14 +02:00 |
|
Mystikfluu
|
ca1b8fb324
|
moved js into seperate files inside js/ directory
|
2022-04-24 09:51:32 +02:00 |
|
Mystikfluu
|
5ad7b29c70
|
finally added https
|
2022-04-24 00:41:07 +02:00 |
|
Mystikfluu
|
235701b646
|
added sessions
increased max api calls
|
2022-04-23 18:15:02 +02:00 |
|
Mystikfluu
|
7982cb192c
|
removed max password length
|
2022-04-23 17:38:14 +02:00 |
|
Mystikfluu
|
81358f3c28
|
fixed error after unsigning auth cookie
now sending error message if an invalid auth cookie is passed to the
server
|
2022-04-23 09:55:26 +02:00 |
|
Mystikfluu
|
fbf7895487
|
fixed error
made constants for hashes
|
2022-04-22 20:14:39 +02:00 |
|
BuildTools
|
6c2edafd0f
|
fixed /api/ error
|
2022-04-22 16:48:54 +02:00 |
|
BuildTools
|
dd2960b391
|
added posts
|
2022-04-22 16:45:42 +02:00 |
|
BuildTools
|
9690ca9153
|
updated hashing
now even better
|
2022-04-22 13:07:47 +02:00 |
|
BuildTools
|
5d857e7731
|
fixed some problems
reduced dumb code
added some debugging
|
2022-04-22 12:53:42 +02:00 |
|
BuildTools
|
2b946db885
|
converted all hashes to hashing function
|
2022-04-22 12:47:06 +02:00 |
|
BuildTools
|
e657a06233
|
fml
|
2022-04-22 12:43:13 +02:00 |
|
BuildTools
|
b65047386c
|
fixed minor problem
|
2022-04-22 12:41:00 +02:00 |
|
BuildTools
|
0381f275e0
|
more secure hashing
|
2022-04-22 12:37:17 +02:00 |
|
Mystikfluu
|
72b78ebd14
|
removed helmet
added "x-powered-by" header with value "ZeroTwoHub"
added "DID_I_FINALLY_ADD_HTTPS" which sets the secure value of the
cookies
|
2022-04-20 23:56:57 +02:00 |
|
Mystikfluu
|
2c9f27b8de
|
set secure to true in cookies
|
2022-04-20 22:29:28 +02:00 |
|
Mystikfluu
|
acbc100824
|
increased user request ratelimits
moved ratelimiting code outside of api section
|
2022-04-20 22:25:44 +02:00 |
|
Mystikfluu
|
c5fb09df78
|
added ratelimits to endpoints that did not have it before
|
2022-04-20 22:21:23 +02:00 |
|
Mystikfluu
|
15f47110d9
|
set httpOnly in the cookies to false
|
2022-04-20 22:14:27 +02:00 |
|
Mystikfluu
|
bc547bfbc7
|
fixed several vulnerabilities
|
2022-04-20 22:10:01 +02:00 |
|
Mystikfluu
|
534d1a6d07
|
initial commit
|
2022-04-20 21:31:09 +02:00 |
|