Commit graph

202 commits

Author SHA1 Message Date
Rizwan Mustafa
fa3398d944 Added required to themeColors schema 2022-02-27 15:42:48 +05:00
Rizwan Mustafa
93c17be227 Commenced shift from customThemeIndex to customThemeId 2022-02-27 09:29:04 +05:00
Rizwan Mustafa
f80e94c244 Renamed themeId to themeID for consistency 2022-02-26 07:00:08 +05:00
Rizwan Mustafa
714219bb16 Moved validation scheme to a variables at the top of file 2022-02-26 06:36:51 +05:00
Rizwan Mustafa
874d194b31 Improved code quality in User DAO 2022-02-26 06:30:28 +05:00
Rizwan Mustafa
5e47b0004b Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-26 06:13:09 +05:00
Bruce Berrios
6b1e9efe73
Fix quote ratings (#2586) by Bruception
* Fix quote ratings

* Reorder logic

* Update message

* Fix consistency
2022-02-25 19:22:44 +01:00
Rizwan Mustafa
d39fd7e9f7 Replaced let with const and used nullish coalescing 2022-02-25 21:46:14 +05:00
Rizwan Mustafa
59bea9f708 Replaced let with const 2022-02-25 21:36:35 +05:00
Rizwan Mustafa
ce5803a704 Set new theme fields explicitly to prevent validtion failures and rephrased API message 2022-02-25 21:33:30 +05:00
Rizwan Mustafa
42c7003e71 Rephrased custom theme API messages 2022-02-25 21:28:00 +05:00
Rizwan Mustafa
abfbd9672a Removed unnecssary try catch blocks. Thanks Bruce 2022-02-25 21:20:27 +05:00
Rizwan Mustafa
144ff1b74a Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-25 16:08:41 +05:00
Rizwan Mustafa
7e9a338d8f Update customThemes API 2022-02-25 13:39:01 +05:00
Bruce Berrios
8b23cdd7dc
Migrate some controller files (#2584)
* Migrate some controller files

* Rename variable
2022-02-24 13:14:33 +01:00
Rizwan Mustafa
52ad36e491 Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-24 14:16:23 +05:00
Rizwan Mustafa
eafed27f00 Started working on frontend and some minor changes in the backend
- Commandline support for custom themes
- Allow user to shift to their custom theme using Shift-click
- Updated the backend to be compatible with some changes
- Create a new custom theme for users with old system to prevent their custom theme loss
2022-02-24 14:15:58 +05:00
Bruce Berrios
7a1596d562
Migrate routes (#2582) 2022-02-23 22:44:49 -06:00
Bruce Berrios
8c5b88ef5d
Migrate files to ts (#2581) 2022-02-23 22:17:17 -06:00
Ferotiq
8620b45ea7
fix some backend errors (#2580) 2022-02-23 21:54:38 -06:00
Rizwan Mustafa
65dd54a9c7 Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-23 21:07:58 +05:00
Bruce Berrios
1ba7a76b86
Migrate middlewares to TypeScript (#2574)
* Migrate middlewares

* Update workflow

* Fix ignore

* Fix

* Fix

* Remove babel loader from root dependencies

* Remove mongoDb
2022-02-23 10:03:38 -05:00
Rizwan Mustafa
7fc7f317ef Moved validations from controllers to routes and some aesthetic changes in the user dao 2022-02-23 12:38:49 +05:00
Bruce Berrios
61f16584c9
Action anti cheat step (#2570)
* Add anti-cheat check

* Add anti-cheat step

* Test

* Revert

* .

* Fix
2022-02-22 23:02:37 +01:00
Miodec
e18da7da87 added log message
using implemented checking function
2022-02-22 22:58:00 +01:00
Miodec
96323f2af5 new anticheat import 2022-02-22 22:41:01 +01:00
Bruce Berrios
f9d6f52c15
Api overhaul (#2555) by Bruception
* Feat:Update response structure (#2427)

* Fix:response and error structure

* update:response message

* update:response class

* update

* Update response message

Co-authored-by: Mustafiz Kaifee Mumtaz <mustafiz.mumtaz@freecharge.com>

* Add MonkeyToken foundation (#2487) by Bruception

* Api changes (#2492)

* API changes

* Remove unused import

* Add Ape client (#2513)

* Add all endpoints (#2514)

* Merged backend typescript into api overhaul (#2515)

* Install typescript and add backend tsconfig

Cannot yet build due to a number of compilation errors in JS code

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Fix typescript compilation errors

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Migrated backend to ES modules

Switched to import export syntax

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Add typescript declaration for anticheat

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Rename top level files to .ts

Fix service account json file typing

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Add dev build scripts for backend typescript

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Removed empty lines and switched to using db

Cleaned up imports by removing needless empty lines and migrated to the new db.js instead of mongodb.js.

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Fixed backend commonjs syntax to ES module syntax

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Add build to backend start script

Signed-off-by: Brian Evans <ebrian101@gmail.com>

* Migrate some endpoints to Ape

* Strict equals

* Remove artifact

* ape -> Ape

* Ape migration p2 (#2522)

* Migrate leaderboard endpoints to ape

* Fixed comment

* Init backend types

* Fail

* Return

* Migrate Quotes to Ape (#2528)

* Migrate quotes to Ape

* Fix backend response

* Fix issue

* Fix rate limit (#2533)

* fix rate limit

* Fix import

* Fix issues

* Ape migration p4 (#2547)

* Migrate results endpoints to ape

* Remove unused import

* Remove unused import

* Fix loaders

* Make function async

* Hide try saving results

* Migrate some users endpoints to Ape (#2548)

* Complete Ape Migration (#2553)

* Complete ape migration

* Fix preset

* Return preset data

* Add typings

* Move captcha reset

* Read from params

* Fix result tags endpoint

* Fix stuck loader

* fixed lb memory not saving

* fixed quote rating popup not showing up for new users

Co-authored-by: Mustafiz Kaifee <49086821+Mustafiz04@users.noreply.github.com>
Co-authored-by: Mustafiz Kaifee Mumtaz <mustafiz.mumtaz@freecharge.com>
Co-authored-by: Brian Evans <53117772+mrbrianevans@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-22 20:55:48 +01:00
Rizwan Mustafa
d50ec6ccb8 Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-22 15:18:04 +05:00
Miodec
6cf1f06d0d temporairly accepting both strings and numbers 2022-02-21 13:56:25 +01:00
Rizwan Mustafa
40cbdac07f Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-21 15:19:37 +05:00
Octahedron
a0f911961f
added "show average" setting (#2551) by octahedronv2
* added "show average" setting

hopefully this doesn't break everything :)

* Delete config-schema.js

* Delete commandline-lists.ts

* Delete config.ts

* Delete db.ts

* Delete index.html

* Delete modes-notice.ts

* Delete settings.ts

* Delete types.d.ts

* added show average setting

* changed the capitalization of ONE character

* Rounded the wpm calculation when mode is PB or AVG

* Only display average if user is logged in

* Only display average if wpm > 0

and by extension, only when the user is logged in.

* changed look of average display

Co-authored-by: Jack <jack@monkeytype.com>
2022-02-21 02:49:33 +01:00
Ferotiq
4ea967d677
Add Config Validation to Every Config Value (#2542)
* add what I got so far

* add validation for the rest of the config settings

* some changes

* fix font size, tested all config settings

* add arrow function back

* change font size type

* change font size type

* Revert "change font size type"

This reverts commit fc6f0e78a4.

* merge
2022-02-20 19:30:15 +01:00
Miodec
775fe34851 added auto switch theme
allows auto switching between light and dark theme based on system theme
closes #2088 and #1629
2022-02-20 17:07:02 +01:00
Rizwan Mustafa
b9f0b176d7 Merge remote-tracking branch 'upstream/master' into store_custom_themes 2022-02-13 12:58:12 +05:00
Ferotiq
dcbdca0990
Some fixes (#2478)
* Some fixes

* Add dep-graph script, fix keyboard icon not restarting test

* remove my keyboard icon fix, force ===

* Revert "remove my keyboard icon fix, force ==="

This reverts commit 481316a7da.

* revert page fix

* fix mio's smooth brain
2022-02-12 16:53:00 +01:00
Miodec
b3f85e830d removed requirement 2022-02-12 15:57:11 +01:00
Rizwan Mustafa
cf884ac85a Merge branch 'master' into store_custom_themes 2022-02-11 06:36:41 +05:00
Miodec
351cc2bcb2 added indicate typos: replace,
added indicate typos: below,
removed indicate typos: on
closes #2444
2022-02-09 19:18:54 +01:00
Rizwan Mustafa
5aeb932c03 Merge branch 'master' into store_custom_themes 2022-02-09 20:40:05 +05:00
Bruce Berrios
f4a9147308
Setup PR check action (#2445) by Bruception 2022-02-08 21:27:14 +01:00
Bruce Berrios
76bcc4bd56
Add request validation to user endpoints (#2423) by Bruception
* Add request validation to user endpoints

* Remove tag id log

* Remove verbs from endpoints

* Remove old code

* Remove uid

* Fix

* Remove name from URI

* Rename utils

* Fix
2022-02-07 20:22:39 +01:00
Miodec
22c0f58cd8 min wpm increase 2022-02-06 13:54:03 +01:00
Bruce Berrios
bbcbc687ae
Add results schema validation (#2417) by Bruception 2022-02-06 13:33:15 +01:00
Miodec
a3fef55be4 not comparing if hash is not 64 in length 2022-02-04 21:29:37 +01:00
Bruce Berrios
957b4cf1a8
Endpoint schemas/Improved Auth Middleware (#2411) by Bruception
* Lots of stuff

* Changed code order

* Change message

* Use strict comparison

* Fix Bearer auth

* changed failed validation message

* removed full stops

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-04 21:18:22 +01:00
Miodec
059630c606 added report reason 2022-02-04 12:51:38 +01:00
Miodec
69da49d71a allowing shorthand hex 2022-02-04 12:28:31 +01:00
Miodec
0ce23c0041 changed to let 2022-02-03 22:06:38 +01:00
Miodec
a016d66474 throw instead of next 2022-02-03 22:01:31 +01:00
Miodec
601e5f522b typo 2022-02-03 21:56:41 +01:00