Commit graph

9367 commits

Author SHA1 Message Date
Miodec
10159702ff opened the tags endpoint to the apekey authentication 2023-06-29 13:11:40 +02:00
Kris Bucyk
69071f6414
Create initial quotes for code_ruby language (#4413) TiceKrisBs 2023-06-29 12:52:01 +02:00
Laaveshwaran P
6b47323171
ordered the words in tamil language by frequency (#4412) aviicii
* ordered the words in tamil language by frequency

* changed words by frequency for 1k_tamil
2023-06-29 12:51:31 +02:00
ibrab000
30fcfd21e6
Added void and arcadia layouts (#4409) ibrab000
* Added void and arcadia layouts

* Update _list.json
2023-06-29 12:50:29 +02:00
Laaveshwaran P
e1567c54d4
Notify users for school email address (.edu | .ac | .sch) (#4404) aviicii
* warning icon added

* changed email checking

* added message for pop over

* added signup function for edu indicator

* switched .edu string end check for regex
checks if email:
 - ends with .edu
 - contains xxx.edu.xxx
 - contains education

* updated warning message

* move edu check to const regex

* add support to .ac domains

.ac domains are used as academic domains by the commonwealth countries.

* identify school email addresses also

.sch.* is a second-level domain for schools in various countries

* fixed .ac regex

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-06-29 12:48:46 +02:00
Laaveshwaran P
12e11447f3
Added quotes for Tamil Language (#4406) aviicii
* added quote file for tamil

* added 10 quotes from thirukkural

added 10 famous thirukkural quotes
source: https://thirutamil.com/article/top-10-popular-thirukkural-in-tamil/

* added couple of longer quotes

* typo

* removed small quotes

* added more long quotes

* author name change
2023-06-29 12:46:11 +02:00
Miodec
3d2fc2913a omitting note 2023-06-28 14:06:02 +02:00
Miodec
7a84ed234d refactor 2023-06-27 23:42:32 +02:00
Miodec
5e34cecd9f removed type cast 2023-06-27 23:29:01 +02:00
Miodec
03facf7e8f fixed bug caused by triple equals 2023-06-27 23:22:21 +02:00
Miodec
a6b59bb7da adjusted theme buttons styling 2023-06-27 17:33:38 +02:00
Miodec
1722c64197 updated date 2023-06-27 17:08:12 +02:00
Miodec
e447486709 updated privacy policy 2023-06-27 17:07:52 +02:00
Miodec
73a24af279 admin validation 2023-06-27 17:03:33 +02:00
Miodec
d881b642f9 fixed typo 2023-06-26 15:37:41 +02:00
Miodec
f1eb6df0f6 added message for firefox users (#4405) 2023-06-26 15:37:26 +02:00
Miodec
817b4e6805 more strict config schema 2023-06-26 15:23:57 +02:00
Miodec
17ddb87abb updated mode2 type 2023-06-26 14:13:21 +02:00
Eduardo Guzman-Diaz
cc95aff900
Adding tests for isTagPresetNameValid (#4402) gondolin24
* Adding tests for isTagPresetNameValid

* more generic tag names
added more tests

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-06-26 13:16:39 +02:00
Miodec
e4f151d880 quote lengths 2023-06-26 13:06:20 +02:00
Miodec
5b0247351d quote reports 2023-06-26 13:04:27 +02:00
Miodec
9f79bc34fd removed bad words 2023-06-26 12:57:22 +02:00
Miodec
fe6c526661 ab test 2 2023-06-26 12:12:19 +02:00
Miodec
9d6be7a4ea fixed typo 2023-06-25 21:40:28 +02:00
Laaveshwaran P
7d56b837e7
Strict equality migration (#4376) aviicii
* replaced `==` with `===`

* replaced `==` with `===` for bail out

* strict equality for index.ts

hoping it would work for Config.singleListCommandLine === "on" as the type of singleListCommandLine is defined as a subgroup and is confusing

* done strict equality

* strict equality for controllers in ./frontend/src/frontend

`==` and `!=` are shifted to `===` and `!==` for strict equality without type coercion

* elements partially done

* elements done

* pages completed

* popups done

* settings and states done

* done test, types and utils

* done src

* format connection.ts

code formatting lost during resolving merge conflict

* updated gitignore

* unnecessary catch (we want to be notified if the drop failed as it will cause duplication)

* added english quote (#4385) oliverpearce

* removed extra space

* removed non words

* apparently autocapitalize="off" is depracated
part of #4388

* unnecessary if check

* updated if check

* better check

* added todo

* updated logic

---------

Co-authored-by: Miodec <jack@monkeytype.com>
Co-authored-by: Oliver Pearce <67935783+oliverpearce@users.noreply.github.com>
2023-06-23 20:57:52 +02:00
Miodec
b5a25a37f3 using vanilla js 2023-06-23 16:57:01 +02:00
Miodec
95759edc60 using vanilla js 2023-06-23 16:56:52 +02:00
Miodec
0e6679e40a resetting login page input values when leaving the login page 2023-06-23 16:48:31 +02:00
Miodec
a0c5ade54d signing out after user changed email 2023-06-23 16:44:18 +02:00
Miodec
8597037845 added another check to make sure emails match 2023-06-23 16:44:05 +02:00
Miodec
f3e040f4d1 fixed function mixup
closes #4395
2023-06-23 14:55:34 +02:00
Miodec
eb0abb369d changed pattern to fix windows issues 2023-06-22 23:52:58 +02:00
Miodec
e3cb26d30c added eslint to frontend to fix linting issues 2023-06-22 23:52:55 +02:00
Miodec
202059d13f apparently autocapitalize="off" is depracated
part of #4388
2023-06-22 12:39:07 +02:00
Miodec
bd5376a4ab removed non words 2023-06-22 11:25:38 +02:00
Miodec
5f52f1c09a removed extra space 2023-06-21 13:10:35 +02:00
Oliver Pearce
4ce7ece75a
added english quote (#4385) oliverpearce 2023-06-21 13:09:36 +02:00
Miodec
782ac58907 unnecessary catch (we want to be notified if the drop failed as it will cause duplication) 2023-06-21 13:04:59 +02:00
Miodec
66d87bf240 updated gitignore 2023-06-21 00:08:46 +02:00
Miodec
20a08d27ea removed navigate event
removed any types
added generic parameter which describes the type of options data
2023-06-20 15:37:38 +02:00
Miodec
79b0c37dee added macedonian 2023-06-19 23:26:24 +02:00
Miodec
7e68922151 fixed small useranme on profile page 2023-06-19 22:00:32 +02:00
Miodec
f5bb1a2395 removed unnecessary imports from page controller 2023-06-19 21:34:21 +02:00
Miodec
381ee144c5 added page name type 2023-06-19 21:33:51 +02:00
Miodec
fd48402840 fixed 404 media query 2023-06-19 21:32:29 +02:00
Miodec
e19ba58d41 added comment 2023-06-19 20:59:21 +02:00
Miodec
6d7ee53e63 removed any 2023-06-19 18:47:32 +02:00
Miodec
e7c224b007 removed any type 2023-06-19 18:41:09 +02:00
Miodec
0432f09244 removed any type 2023-06-19 18:37:34 +02:00
Miodec
2c8f31f56f removed any type 2023-06-19 18:33:28 +02:00