Bruce Berrios
|
92a503df71
|
Refactor Quote Endpoints (#2388) by Bruception
* Refactor quotes route
* Add request validation
* removed unnecessary configuration check
* using const
Co-authored-by: Miodec <bartnikjack@gmail.com>
|
2022-02-01 19:47:41 +01:00 |
|
Miodec
|
4935a6594d
|
using asynchandlerwrapper
removed try catches
|
2022-02-01 18:42:25 +01:00 |
|
Miodec
|
07a32b63e5
|
using asynchandlerwrapper
removed try catches
removed old, unused functions
|
2022-02-01 18:38:48 +01:00 |
|
Miodec
|
cd47dcffab
|
using asynchandlerwrapper
removed try catches
added conffiguration check instead of commenting code out
|
2022-02-01 18:30:46 +01:00 |
|
Miodec
|
779faf42da
|
using asynchandlerwrapper, removed try catch
|
2022-02-01 18:26:59 +01:00 |
|
Miodec
|
596673af1d
|
removed unused args
|
2022-02-01 18:22:31 +01:00 |
|
Miodec
|
96dc1783e5
|
removed unused code
|
2022-02-01 18:21:31 +01:00 |
|
Miodec
|
05d3ead9ce
|
ignoring eslint errors if argument begins with _
|
2022-02-01 18:13:40 +01:00 |
|
Miodec
|
4167bcffe6
|
using asynchandlerwrapper, removed try catches
part of #2376
|
2022-02-01 18:00:33 +01:00 |
|
Miodec
|
cd1ac9743d
|
removed try catches, removed unused functions
|
2022-02-01 17:56:23 +01:00 |
|
Miodec
|
66b3e012b0
|
using asynchandlerwrapper in leaderboard routes
part of #2376
|
2022-02-01 17:53:33 +01:00 |
|
Miodec
|
0cc74791fb
|
switched hashing package
now using node-object-hash
added a configuratoin property to enable/disable hashing
part of #2389 and #2250
|
2022-02-01 13:13:59 +01:00 |
|
Miodec
|
bd2d82e681
|
added async handler wrapper to config routes
part of #2376
|
2022-02-01 00:33:48 +01:00 |
|
Miodec
|
08103327dc
|
fixed issue where base configuratoin would fail to insert into the database
|
2022-02-01 00:31:04 +01:00 |
|
Miodec
|
7f1e50e3bd
|
fixed logger not defined
|
2022-02-01 00:08:49 +01:00 |
|
Bruce Berrios
|
101c227599
|
Add Dynamic Server Configuration (#2385) by Bruception
* Add no frontend script
* Define context middleware
* Define base configuration schema
* Define configuration DAO
* Setup context middleware and live configuration fetch
* Remove patch configuration method
* Rename files for consistency
* Use plain object check
* Use plain object
* modified base configuration
* renamed config property
* brought back 2 properties
Co-authored-by: Miodec <bartnikjack@gmail.com>
|
2022-01-31 22:47:58 +01:00 |
|
Miodec
|
1692679951
|
typo
|
2022-01-31 15:36:22 +01:00 |
|
Miodec
|
db4174c29a
|
moved logging to controller
|
2022-01-31 13:05:14 +01:00 |
|
Miodec
|
90660a6858
|
logging reports
|
2022-01-31 13:03:59 +01:00 |
|
Miodec
|
ed4f109c56
|
increased report limits
|
2022-01-31 13:01:50 +01:00 |
|
Bruce Berrios
|
974e50ec48
|
Add quote reporting feature (#2372) by Bruception
* Add initial quote reporting logic
* Remove report status
* Add initial frontend
* Add submit logic
* Add report quote button to rating popup
* Refactor quoteId argument
* Remove console log
* Add captcha to request validation schema
* Use captcha id for value and reset
* Update report data schema
* Hide report popup on complete
* quote search styling update
* updated report quote styling
* tofixed
* tofixed
* moved report button to the result screen
styling changes
* resetting captcha after hiding to avoid ugly animation
* select2 styling update
* lowercase
Co-authored-by: Miodec <bartnikjack@gmail.com>
|
2022-01-31 00:53:56 +01:00 |
|
Bruce Berrios
|
7ce9146c7d
|
Add initial report quote endpoint (#2367) by Bruception
* Add initial report quote endpoint
* Tune rate limiter for report quote
* Tune rate limiter
* Increase max comment size
* Add supported languages to schema validation
* Fix naming
|
2022-01-29 22:03:02 +01:00 |
|
Bruce Berrios
|
05971924af
|
Consolidate Quotes API (#2365) by Bruception
* Consolidate quotes API
* Re-add authentication middleware
|
2022-01-28 23:58:20 +01:00 |
|
Bruce Berrios
|
dafaad9158
|
Refactor cron jobs (#2357) by Bruception
* Refactor cron job configuration
* Refactor leaderboard update logic
* Update naming
* Refactor to use leaderboard dao
* Deduplicate top 10 query
* Fix oopsy
* Fix query order
* Undo method signature update
* Update new records detection logic
* Fix lint
|
2022-01-28 19:48:08 +01:00 |
|
Bruce Berrios
|
fefe7cd9e9
|
Refactor routing configuration (#2356) by Bruception
* Refactor adding routes
* Fix lint
* Move root route
* Fix lint
|
2022-01-26 23:42:53 +01:00 |
|
Miodec
|
955c49b324
|
removed debug delays
|
2022-01-20 00:31:03 +01:00 |
|
Miodec
|
b1bf8c3793
|
website starts in focus mode and focus is removed once finished loading
|
2022-01-19 23:58:50 +01:00 |
|
Miodec
|
93bd15af28
|
changed status
|
2022-01-18 17:15:36 +01:00 |
|
Miodec
|
91bd2368cd
|
moved the test route to the root route
|
2022-01-18 17:10:50 +01:00 |
|
Miodec
|
2c99f420a3
|
shortened mongo connection timeout
|
2022-01-18 15:42:56 +01:00 |
|
Miodec
|
7c43a02765
|
changing error if connection was refused to the 27017 port
|
2022-01-18 15:42:32 +01:00 |
|
Rizwan Mustafa
|
938d469388
|
Fixed typo (#2300)
|
2022-01-14 16:20:04 +01:00 |
|
Miodec
|
6180884881
|
Merge branch 'master' of https://github.com/Miodec/monkeytype
|
2022-01-14 14:47:53 +01:00 |
|
Miodec
|
e7c86ee20a
|
added consolelog
|
2022-01-14 14:44:35 +01:00 |
|
Miodec
|
2603866f42
|
better messages about the anticheat module
|
2022-01-14 14:44:24 +01:00 |
|
Jack
|
8a0d9ae592
|
Update example.env
|
2022-01-14 14:26:57 +01:00 |
|
Miodec
|
fdfc874ad7
|
catching errors while updating email
|
2022-01-10 03:27:29 +01:00 |
|
Miodec
|
6868ba4db6
|
removing stack before sending to user
|
2022-01-10 03:10:26 +01:00 |
|
Miodec
|
ee0843b317
|
fixed error completely broken
|
2022-01-10 03:06:34 +01:00 |
|
Miodec
|
3eae8529df
|
updated error message when dev mode is active
|
2022-01-10 03:05:57 +01:00 |
|
Miodec
|
c9fcb10958
|
unlink discord sends a command to the bot to take away the roles
|
2022-01-08 15:42:05 +01:00 |
|
Miodec
|
1ce7533aa5
|
added unlink discord command sending
|
2022-01-08 15:40:46 +01:00 |
|
Miodec
|
96097e83c4
|
lint warning
|
2022-01-08 15:32:43 +01:00 |
|
Miodec
|
eafad772b2
|
lint warning
|
2022-01-08 15:32:28 +01:00 |
|
Miodec
|
f269d0dfd8
|
clearing lb personal bests on clear pb
|
2022-01-08 15:31:40 +01:00 |
|
Miodec
|
bcc9c3d8b0
|
typo
|
2022-01-07 17:26:25 +01:00 |
|
Miodec
|
4b35a3df0e
|
fixed incorrect parameter names
|
2022-01-07 17:24:58 +01:00 |
|
Miodec
|
0282c0ef80
|
moved log to main file
|
2022-01-07 17:24:49 +01:00 |
|
Miodec
|
ba03f819fc
|
lint warning fixes
|
2022-01-07 17:05:24 +01:00 |
|
Miodec
|
1b8de5c0bf
|
checking env when loading anticheat module
not allowing to continue if not in dev mode
|
2022-01-07 17:04:47 +01:00 |
|