Commit graph

176 commits

Author SHA1 Message Date
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
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
Bruce Berrios
83f1253f42
Add config schema (#2401) by Bruception
* Add config schema

* Change schema

* Fix custom validator

* Relax schema

* add result filters schema

* Remove result filters

* Fix quoteLength schema
2022-02-03 20:26:34 +01:00
Rizwan Mustafa
59d599c25b Merge branch 'master' into store_custom_themes 2022-02-02 20:42:28 +05:00
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
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
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
db4174c29a moved logging to controller 2022-01-31 13:05:14 +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
Rizwan Mustafa
73b2ee2eb8 Merge branch 'master' into store_custom_themes 2022-01-27 19:29:50 +05: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
Rizwan Mustafa
e53af982e1 Added method for removing, getting and editing custom themes on the backend 2022-01-17 06:20:47 +05:00
Rizwan Mustafa
91030810d1 Fixed typo 2022-01-15 08:11:17 +05:00
Rizwan Mustafa
4bcd76e685 Created route for adding custom theme 2022-01-15 08:06:11 +05:00