Commit graph

50 commits

Author SHA1 Message Date
Ajay Ramachandran
4dca4081c1 Added api endpoint to get the top users 2019-08-03 00:13:21 -04:00
Ajay Ramachandran
c9ccc409a3
Merge pull request #10 from OfficialNoob/patch-1
Added hash function and BehindProxy bool
2019-07-31 23:36:12 -04:00
Ajay Ramachandran
d5d33f0e9b Reformatted and fixed missing parameters. 2019-07-31 23:32:25 -04:00
Ajay Ramachandran
f5794f1fc3 Raised cutoff due to low amount of users. 2019-07-30 19:31:56 -04:00
Official Noob
c67fb34588
Removed uuidv1 and added GetIP() 2019-07-30 18:43:23 +01:00
Official Noob
af1ae4346f
Added hash function and BehindProxy bool 2019-07-30 18:14:25 +01:00
Ajay Ramachandran
4e732b6367 Made votes anonymous. 2019-07-28 23:00:54 -04:00
Ajay Ramachandran
3720681f84 Made IP addresses private. 2019-07-28 22:58:20 -04:00
Ajay Ramachandran
dadbf8026e Fixed NaN check not correct. 2019-07-28 16:05:23 -04:00
Ajay Ramachandran
fd6071f8d6 Removed extra comment. 2019-07-26 17:15:42 -04:00
Ajay Ramachandran
4379660b01 Fixed NaN crashing the server. 2019-07-26 15:20:34 -04:00
Ajay Ramachandran
abfbba2ad0 Fixed server crash. 2019-07-25 16:56:06 -04:00
Ajay Ramachandran
7e041e5b49 Prevented backwards sponsor times. 2019-07-25 16:54:43 -04:00
Ajay Ramachandran
d7dec47de7 Made the UUID a hash of the input instead of random. 2019-07-25 16:48:13 -04:00
Ajay Ramachandran
71527cc4b1 Switched back to sha256, sha512 is just too long. 2019-07-25 16:36:53 -04:00
Ajay Ramachandran
5fbe580c08 Hash the userIDs 2019-07-25 16:35:08 -04:00
Ajay Ramachandran
ab0631ff63 Prevented sponsor segments less than 1 seconds from being submitted. 2019-07-23 19:06:43 -04:00
Ajay Ramachandran
db8c2e76e5 Updated posting to work with extra database column. 2019-07-23 18:31:42 -04:00
Ajay Ramachandran
11c099c3dc Made server save and report viewCount. 2019-07-23 17:59:19 -04:00
Ajay Ramachandran
cd36e2b64b Made it run the hash function 5000 times to ensure no one will brute force the IPs. 2019-07-22 17:10:23 -04:00
Ajay Ramachandran
930c0bc6a3 Added rate limit per day per IP. 2019-07-21 22:06:01 -04:00
Ajay Ramachandran
5a5118a7b0 Made it order the sponsor times by start time. 2019-07-20 21:48:08 -04:00
Ajay Ramachandran
5e3c8a3b15 Fixed submissions being broken. 2019-07-20 15:29:31 -04:00
Ajay Ramachandran
a0e63e7326 Preventing voting twice accept for changing vote. 2019-07-19 17:00:50 -04:00
Ajay Ramachandran
6850414a27 Replaced typeof with proper undefined check 2019-07-17 21:58:40 -04:00
Ajay Ramachandran
03fcda5e3b Fixed post method not setting a default for votes. 2019-07-17 19:09:45 -04:00
Ajay Ramachandran
a213d2be02 Fixed it not checking if there are more than 4 choices to choose from. 2019-07-17 17:13:43 -04:00
Ajay Ramachandran
79fd1fe95e Made it use the sum of votes from choiceGroups when deciding the top 4. 2019-07-17 15:46:38 -04:00
Ajay Ramachandran
60c125f4ce Made functions use more generic variable names. 2019-07-17 14:44:23 -04:00
Ajay Ramachandran
24ed3143ed Uses weighted random to ensure a maximum of 4 sponsor times are returned 2019-07-17 14:41:10 -04:00
Ajay Ramachandran
5c24a6109c Moved weighted random into separate function. 2019-07-16 22:51:17 -04:00
Ajay Ramachandran
a4affb9e4d Made it so that -2 to 0 votes has a chance in the randomizer. 2019-07-15 22:32:08 -04:00
Ajay Ramachandran
ab3facdbcf Changed to point of convergence to 10. This can be changed if this service gets popular. 2019-07-15 22:25:22 -04:00
Ajay Ramachandran
9ab902dc36 Added new sqrt formula to decide which sponsor time to give out. 2019-07-15 22:18:35 -04:00
Ajay Ramachandran
22905b6acd Made the server return a list of UUIDs along with the list of sponsor times. 2019-07-15 16:54:27 -04:00
Ajay Ramachandran
4e5ef0d040 Added voting endpoint. 2019-07-15 16:40:47 -04:00
Ajay Ramachandran
9b812721ad Made it so that each user can only submit 4 sponsorship segments per video 2019-07-11 19:45:55 -04:00
Ajay Ramachandran
1afd720241 Changed 400 error code to 409 2019-07-10 23:38:28 -04:00
Ajay Ramachandran
da9fc1f4a1 Made it save the time the data was submitted (in unix time) 2019-07-10 23:34:37 -04:00
Ajay Ramachandran
12745531e2 Added duplication check. 2019-07-10 22:45:15 -04:00
Ajay Ramachandran
a2889925e7 Added global salt for hashed ips 2019-07-10 22:07:39 -04:00
Ajay Ramachandran
05da836384 Made the server save a hash of their ip with the data. 2019-07-10 22:00:28 -04:00
Ajay Ramachandran
16b2b22bc0 Added support for receiving a userID 2019-07-10 19:25:49 -04:00
Ajay Ramachandran
b2a54716c9 Fixed 404 check not properly working 2019-07-09 16:43:17 -04:00
Ajay Ramachandran
5cc5a7af0d Made it send 404 when nothing is found 2019-07-09 16:31:04 -04:00
Ajay Ramachandran
367dc82d85 Added support for float times 2019-07-09 15:20:10 -04:00
Ajay Ramachandran
b167b0bc48 Fixed CORS issues 2019-07-09 15:12:08 -04:00
Ajay Ramachandran
c0efc89083 Changed api endpoints 2019-07-09 14:44:40 -04:00
Ajay Ramachandran
7bf99e35fe Added post function and fixed database download function 2019-07-09 14:42:59 -04:00
Ajay Ramachandran
ca479bc2f7 Initial commit 2019-07-09 13:48:03 -04:00