Commit graph

4493 commits

Author SHA1 Message Date
Michael
347c3eb7be
Fix typos in german.json (#1615) by kemonprogrammer
"Kerbs" to "Krebs"
"–" to "-"
2021-07-12 13:21:31 +01:00
Aaron
54735acbf6
Update CONTRIBUTING.md (#1622)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

* Added missing sections in table of contents

* Fixed typos

* Fixed typos

* Update CODE_OF_CONDUCT.md

* Update CONTRIBUTING.md

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-12 13:21:01 +01:00
Miodec
75774c9fb6 added fallback to default font 2021-07-12 13:19:27 +01:00
Miodec
ba0c571ed5 removed some unused bits 2021-07-12 13:14:28 +01:00
Jack
54ced5539c missing escape character causing issues with ctrl backspace and numbers fixed #1620 2021-07-12 01:02:41 +01:00
Jack
5d05b1212b fixed presets not showing up in the command line 2021-07-12 00:50:40 +01:00
Jack
78d35aff26 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-07-11 18:15:58 +01:00
Jack
addc02fabc removed a word which could randomly generate some bad sentences 2021-07-11 18:15:50 +01:00
shishberg
310274f4cf
Comments for weakmode constants (#1612) 2021-07-10 12:10:21 +01:00
Miodec
1204a3510d reordered theme commands 2021-07-10 12:09:39 +01:00
Miodec
3fb097c62c not showing crown based on local data if a funbox is active 2021-07-10 01:38:27 +01:00
shishberg
08ad5728db
Add weakspot mode. (#1606) by shishberg
* Add weakspot mode.

This keeps track of a per-character "weakness" score, basically a
moving average of the spacing duration with a penalty for incorrect
letters. The weakspot funbox mode uses this to bias towards words
with lots of weak letters.

* Comment about keeping weaknessScores

* Move weakspot to its own module.

* prettier
2021-07-10 01:23:47 +01:00
Miodec
98f7148ccb typo 2021-07-10 01:15:59 +01:00
Miodec
67c1352c0c fixed a bug where min burst has no defualt value in config 2021-07-09 23:53:45 +01:00
Miodec
3ac4f3b245 added username to the built in screenshot 2021-07-09 23:30:06 +01:00
Miodec
8dad137372 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-07-09 22:39:56 +01:00
Miodec
61e69cfaf7 updating emails now requires confirmation instead of current email
clearing personal bests now requires password confirmation
2021-07-09 22:39:52 +01:00
Miodec
0b12fda816 changing url of discord linking with script 2021-07-09 22:23:34 +01:00
Miodec
bec7f380ca converted discord linking to mongo 2021-07-09 22:17:19 +01:00
Miodec
eb5137e11c fixed tag pbs not working as intended 2021-07-09 21:41:33 +01:00
Miodec
edd453bfef only logging to db when error is 500 and env is not dev 2021-07-09 21:18:50 +01:00
Aaron
23af378130
Fixed some typos (#1608)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

* Added missing sections in table of contents

* Fixed typos

* Fixed typos

* Update CODE_OF_CONDUCT.md

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-09 20:25:33 +01:00
Miodec
9676e47ea0 updating result tags 2021-07-09 18:27:08 +01:00
Miodec
7ddf37f8a3 tags now use _id 2021-07-09 17:21:16 +01:00
Miodec
81bc9ded69 results now use _id correctly 2021-07-09 16:32:57 +01:00
Miodec
98619c8977 tags are not converted to _id yet 2021-07-09 15:52:09 +01:00
Miodec
2f1e129d88 switched presets to _id 2021-07-09 15:50:15 +01:00
Miodec
62084071f4 using _id in the database 2021-07-09 14:41:55 +01:00
Miodec
491be89653 converted presets to new system 2021-07-08 23:28:00 +01:00
Miodec
c730d5fa44 addings tags returns the created tag 2021-07-08 23:27:47 +01:00
Miodec
fe834b52d0 fixed error showing null string if no stack was present 2021-07-08 23:27:33 +01:00
Miodec
060de11f04 expanded validation to allow uuids 2021-07-08 23:27:19 +01:00
Miodec
db337a5cd5 changed property name 2021-07-08 23:26:56 +01:00
Miodec
20e8f68cf8 updated error handling 2021-07-08 23:26:29 +01:00
Miodec
3e66bf5757 typo 2021-07-08 22:41:45 +01:00
Miodec
60fcfe7f6b started converting presets to new system 2021-07-08 22:34:36 +01:00
Miodec
557f96c362 converted routes to plural 2021-07-08 22:22:18 +01:00
Miodec
5306f82ec7 checking funbox when checking for pb 2021-07-08 22:19:34 +01:00
Miodec
3bd02d3292 converted tags to the new system 2021-07-08 16:03:52 +01:00
Miodec
77d7fb0b64 reverting to default empty snap if error was caught 2021-07-08 16:00:52 +01:00
Miodec
d19a40fc87 updated error handling 2021-07-08 16:00:28 +01:00
Miodec
2c5dde2dda missing this 2021-07-08 15:59:28 +01:00
Miodec
be75c9a3e5 updated error handling 2021-07-08 15:58:11 +01:00
Miodec
78847dd026 handling new response from the server 2021-07-08 13:06:07 +01:00
Miodec
5fd1121d7b using monkey error 2021-07-08 12:30:06 +01:00
Aaron
4618227159
Update CONTRIBUTING.md (#1604)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

* Added missing sections in table of contents

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-08 12:07:45 +01:00
Hachemi
dc5a6208d5
Update JavaScript language (#1603) by HachemiH
* Update JavaScript language

* Update code_javascript.json
2021-07-08 01:04:45 +01:00
UnrealApex
da5d94d43e
Update CONTRIBUTING.md (#1600)
* Renamed command line setting timer-progress bar

* Added table of contents

* Fixed some mistakes

* More small changes

* Update CONTRIBUTING.md

* updated guidelines

* Update CONTRIBUTING.md

Note that one of the table of contents links is broken, fixing that later

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-07-07 23:12:17 +01:00
Meimersdorfer
20b5608b0d
Another 100 new quotes and first typo fixing German (#1597) by Meimersdorfer
* Another 100 new quotes and first typo fixing

Got another 100 (I think) brand new quotes and hope that this time the code is not that bad shattered with mistakes...
For the fixes I am not sure, whether that are all the mistakes, but I hope so.

* Update german.json
2021-07-07 14:38:37 +01:00
k a a s s o u f f l é
ab9b7ff616
Add more Dutch quotes (#1601) 2021-07-07 14:37:43 +01:00