Commit graph

4871 commits

Author SHA1 Message Date
Jack
45181f67dc keeping uid on the user that requested it if user is logged in,
checking if user is not banned and doesnt need to update email when checking leaderboards
updating lbmemory when checking
sending back the rank if the user was still found
2021-09-07 16:35:43 +01:00
Jack
1b3c6d9b38 added function to update leaderboard 2021-09-07 15:06:34 +01:00
Jack
dfe4590813 added dev mode to request auth 2021-09-07 15:04:50 +01:00
Jack
9140e1654b lbpersonalbests will now resist even when clearing personal bests - will only be overridden if a new higher wpm was found than the one stored 2021-09-07 15:04:16 +01:00
Jack
febee299ba fixed function that searches by objectid 2021-09-07 15:03:24 +01:00
Jack
b931730ae9 fixed typo 2021-09-07 15:03:11 +01:00
Jack
6a8a9d7bbc saving to database if result was a pb 2021-09-07 15:02:58 +01:00
Jack
e7673576fd changed default to 100
renamed function
made the table initially invisible
2021-09-07 00:57:10 +01:00
Jack
c41e26e051 changed default to 100 2021-09-07 00:56:29 +01:00
Jack
5af7e4346a added buttons to jump to top, jump to user rank
scrolling up loads more
scrolling down loads more
2021-09-06 20:36:38 +01:00
Jack
5b85f11a19 added skip and limit 2021-09-06 20:36:09 +01:00
Jack
0b1e7cd980 reworked leaderboards:
requesting rank separately,
loading 20 at once (will be 100 when live)
loading more once scrolled to the botom
2021-09-06 17:36:56 +01:00
Jack
828e219e64 added getrank function 2021-09-06 17:35:37 +01:00
Jack
aad64d3415 hidden buttons for now 2021-09-06 17:35:11 +01:00
Jack
e7beb66543 changed leaderobards route 2021-09-06 17:35:03 +01:00
Jack
44a7d40171 clearing data on close,
fixed bug when not logged in
2021-09-06 14:17:10 +01:00
Jack
854971e760 removed the auth requirement from leaderboard endpoint 2021-09-06 14:16:52 +01:00
Jack
9a80ed0fd4 fixed error when consistency was missing 2021-09-06 00:11:19 +01:00
Jack
f03f7ba9d2 updated aggregate function 2021-09-06 00:11:09 +01:00
Jack
eccbcfb615 lost stash 2021-09-06 00:00:40 +01:00
Jack
97f328f88c d 2021-09-06 00:00:01 +01:00
Jack
54c68e68bc init leaderboards branch 2021-09-05 23:57:07 +01:00
Jack
2160285e1e Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-09-05 23:03:41 +01:00
Jack
d7b9bf51fb saving best pb for each mode 2021-09-05 23:03:01 +01:00
Miodec
18bc8297ab made sure left quotation mark can be used interchangeably with right quotation mark and the apostrophe. fixes #1814 2021-09-05 14:48:52 +01:00
Miodec
7b657515eb added message about the account rate limit, why it happens and how to fix it 2021-09-05 14:32:36 +01:00
Miodec
a797aa176a disabled translation for main words 2021-09-05 14:28:26 +01:00
iuuang
51f828a30a
fixed capitalization of some words and removed some surnames (#1811) by iuuang
* Update spanish_10k.json

changed "not words", bad words and historical figures.

* Update spanish_1k.json

removed not full words and fixed capitalization.

* Update spanish_10k.json

* removed "non-words"

* Changes to Spanish 1k

fine, I'll stop including ü

* Update spanish_1k.json

* fixed capitalization of some words, removed surnames from controversial people
2021-09-03 13:54:30 +01:00
Ronnapatp
ce51d47943
Add thai quotes (#1810) by ronnapatp 2021-09-03 13:53:53 +01:00
Aaron
f9b52177ec
Fixed some grammatical errors in Security Policy (#1809) by UnrealApex
* Renamed command line setting timer-progress bar

* Updated tos, privacy policy, security policy, and contributing files

* Update CONTRIBUTING.md

* typo
fixed text outside of main content div
missing closing li

* removed empty section

* changed wording

* changed h3 to p

* updated header

* updated security policy header

* changed h3 to p
updated header
added missing p tags

* moved script down, added link back to main page

* Fixed grammatical errors

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-03 13:53:15 +01:00
Jack
b0e468561b removed the time traveler easter egg 2021-09-02 22:17:55 +01:00
Jack
652a1def66 using serverside date when saving results 2021-09-02 22:05:49 +01:00
Jack
03d850b4aa added time traveler detection 2021-09-02 21:55:17 +01:00
Jack
fc995e0baa fixed funbox challenges not loading correctly 2021-09-02 20:47:18 +01:00
Jack
9be96bd163 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-09-02 18:39:54 +01:00
Jack
3741eab740 disabled word practice in zen mdoe. closes #1799 2021-09-02 18:39:49 +01:00
susan
caea636d77
adds witch girl theme css and to theme list (#1807) 2021-09-02 18:33:59 +01:00
Dean Scarff
439f4d1f1c
Expose a global replay() function to get replay data (#1808)
This allows the data to be exported for analysis using the console, e.g.
with `copy(replay())`.  I expect it can be used in future as the basis
for the "ttr" file described in the TODO.
2021-09-02 18:33:31 +01:00
Jack
575d6dbf70 fixed pb caret not working 2021-09-02 16:17:41 +01:00
Jack
7f9d55b5da removed crown test 2021-09-02 16:17:28 +01:00
Jack
76b0b3b448 fixed sticky active indicator 2021-09-01 16:40:24 +01:00
Jack
f407c7f208 updated the input types to email to hopefully fix some password managers putting the username in the email field 2021-09-01 16:39:25 +01:00
Pranav Sinha
55b8d226c2
Debugged broken newline in customText - Issue#1780 (#1798) by pran01
* Added a delimiter switch

* Added delimiter to wordfilter

* Delimiter Switch to Delimiter Checkbox

* fixed random input fields styling

* regenerated lockfile to version 2

* brought back example.evn

* removed console logs

* removed garbage code

* reverted back delimiter tagline

* solved newline bug in custom

* removed garbage code

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-01 16:15:44 +01:00
marcoferrari2409
6816a22be6
update italian json (#1782) by marcoferrari2409
* update italian json

* Update italian.json
2021-09-01 16:13:49 +01:00
Erfan Khadivar
efd7887d09
added Persian layout and Lalezar font for RTL languages (#1786) by rendinjast
* add persian layout

* font support for RTL languages (Lalezar)

* remove forcing font

* remove forcing font
2021-09-01 16:12:16 +01:00
NottNott
75b611da88
Modify layoutfluid description (#1797) 2021-09-01 16:11:06 +01:00
Jack
bd855fdc58 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-09-01 16:10:37 +01:00
Mysteriouslog6
74c47b0e2c
Increase roundness (#1804) by MysteriousLog6
* Increase roundness

* changed roundness

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-01 16:09:58 +01:00
Jack
e593b8a030 missing periods 2021-09-01 16:08:21 +01:00
Jack
18245f84a9 removed the window.navigator.online check as it is not trustable 2021-09-01 00:01:36 +01:00