Commit graph

290 commits

Author SHA1 Message Date
Jack 3df56ff5be removed discord id from being sent with the leaderboard data 2021-10-24 21:31:50 +01:00
Jack 87b76246dc fixed wpm validation not working. closes #2029 2021-10-24 01:29:25 +01:00
Jack 225973e9ac removed file 2021-10-24 01:20:20 +01:00
Jack 6e2a680388 added previous name to log 2021-10-21 00:36:11 +01:00
Jack 1f122399d5 removed unused files 2021-10-20 15:19:03 +01:00
Jack 50783f2e08 fixed pb saving issues when no pbs are found 2021-10-18 16:22:29 +01:00
Miodec 13c1b40e13 fixed project not running correctly if git could not be initialised 2021-10-11 23:45:17 +01:00
Jack 50aec0b9e7 added captcha to quote submission 2021-10-11 16:02:27 +01:00
Jack 5719158aec checking language aswell 2021-10-11 14:32:57 +01:00
Jack ab955b102e checking if fields are empty 2021-10-11 00:27:00 +01:00
Jack cf8d258400
Quote submission (#1984)
* added new-quotes get and add routes

* added new-quotes/approve route to api

* Added front-end for quote submission

* fix language typo, force lowercase language

* Check for duplicate quote

* added unknown language handling to quote-submit

* npm i

* npm i

* language dropdown instead of input field

* mouse down instead click

* styling changes

* moved quotemod check to the controller,
added refuse endpoint,
added ability to approve and edit

* limiting quotes

* added log to quote approve

* added approve quotes button

* typo

* using the correct function, lowered limit

* added quote approve popup

* getting quotes and showing them

* error checking

* error checking

* removed console log

* stylng changes,
added refresh list button

* added disabled class

* styling changes

* handling button clicks
showing langauge and timestamp

* check if user is a quote mod

* approve button handling

* handling quote edit

* showing short quotes in red

* post, not get

* not parsing quote id to int

* parsing to objectid

* updated styling

* fixed lint warnings

* fixed up new quotes dao

* showing loader

* calling function correctly

* typo fix

* fixed wrong path,
fix broken newid,
saving file when file exists,
searching for the quote correctly when attempting to delete

* showing message

* blocking buttons and inputs when waiting for response,
unlocking after response

* deleted workflow

Co-authored-by: lukew3 <lukew25073@gmail.com>
2021-10-10 22:46:35 +01:00
Jack 447ab9dfc4 allowing disk use for leaderboard aggregation 2021-10-05 15:08:54 +01:00
Jack 614f7fde03 marking all results coming from the input rewrite 2021-09-29 14:21:35 +01:00
Jack fb64ad62fa more compact log 2021-09-25 13:54:12 +01:00
Jack 0fb3e2ae04 left out object parameter 2021-09-25 13:53:15 +01:00
Jack d2e5c0afab only adding device when needed 2021-09-25 13:52:09 +01:00
Jack 860de29955 better agent log 2021-09-25 13:49:46 +01:00
Jack a9a9afa2e4 added ip and useragent logging 2021-09-25 13:38:59 +01:00
Jack 590ade59c6 not saving pb if test was bailed out 2021-09-24 22:22:39 +01:00
Jack 0d0e2b32a4 logging delete events 2021-09-21 01:45:16 +01:00
Jack 0566c25b9f checking if lbpb has timestamp 2021-09-20 22:55:04 +01:00
Jack 60e97f0791 better error message 2021-09-17 22:22:09 +01:00
Jack f38733da10 using estimated document count instead of a deprecated function 2021-09-17 22:07:44 +01:00
Jack 13976921be added top % display. closes #825 2021-09-17 20:59:45 +01:00
Jack 9d507b67e6 better validation 2021-09-14 15:43:28 +01:00
Jack 8c377cca58 username validation 2021-09-14 15:40:44 +01:00
Jack 74f4f8fc9c added more username validation 2021-09-14 15:38:44 +01:00
Jack 4afa2f089f fixed debug cron 2021-09-14 14:54:35 +01:00
Jack e8d73a898d announcing lb updates 2021-09-14 14:54:03 +01:00
Jack adac26883a deleting old logs 2021-09-14 00:10:56 +01:00
Jack c063012e9e added lazy mode 2021-09-13 17:28:00 +01:00
Jack e90a250f92 reverted change made for testing 2021-09-13 15:46:54 +01:00
Jack 5cd8619cb5 making sure uid makes it into the db error 2021-09-13 15:40:12 +01:00
Jack 7e682136f7 added protection against duplicate user docs 2021-09-13 15:40:00 +01:00
Jack 06871259b3 more logs 2021-09-12 20:00:57 +01:00
Miodec bb85249de3 possible fix for rare occurances of incorrect result hash error 2021-09-11 13:04:52 +01:00
Jack a4d8efad1a fixed errors not being able to be logged 2021-09-10 14:18:40 +01:00
Jack 96ccad28b1 more user logs 2021-09-10 14:18:30 +01:00
Jack e24e95e59c creating index on the correct collection this time 2021-09-10 14:15:49 +01:00
Jack d5e21757c6 indexing leaderboard 2021-09-10 14:11:38 +01:00
Jack b814a7fe4f moved leaderboard update back a bit 2021-09-10 01:04:40 +01:00
Jack 9ca0a96d2d running leaderboard updates together 2021-09-10 00:50:47 +01:00
Jack 1239f6ecae removed sort 2021-09-10 00:27:31 +01:00
Jack 050e18dd3e updated log once more,
logging errors
2021-09-10 00:03:01 +01:00
Jack a740d9f63e changed event name for lb update 2021-09-10 00:00:56 +01:00
Jack c47d93ced0 better pb log 2021-09-09 23:58:40 +01:00
Jack b3f2aa544c not checking leaderboards on test complete
updating test leaderboards every 5 minutes
2021-09-09 23:39:10 +01:00
Jack 3d4f985cc6 better time logging 2021-09-09 19:24:34 +01:00
Jack 0984d5777d sorting lb, added perf require 2021-09-09 19:09:17 +01:00
Jack a677e264c3 typo 2021-09-09 17:58:50 +01:00