Commit graph

8750 commits

Author SHA1 Message Date
Sebastian Michaelsen 0abb1fb2a1
Add rel="me" attributes to links on profile page (#4015) smichaelsen
This indicates, that the linked resources belong to the person, that the current page is about.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me
2023-02-21 14:24:19 +01:00
Miodec 58d2a3dfbd custom theme media queries 2023-02-21 14:23:17 +01:00
Miodec 8a2fa437e6 removed p
wider columns
2023-02-21 14:21:12 +01:00
Miodec 2249932331 using css setup that is esier to modify in media queries 2023-02-21 14:19:13 +01:00
Miodec 4400ebe538 added duplicate result check 2023-02-21 14:03:56 +01:00
Miodec bb4687f2c7 quote reports 2023-02-21 13:28:22 +01:00
Miodec 6ed5a9422d added zipf funbox 2023-02-21 13:14:36 +01:00
Miodec e36c57c047 missing properties 2023-02-21 13:14:10 +01:00
Miodec c4a036b7cd removed duplicate 2023-02-20 15:27:03 +01:00
Miodec 452e886a6d quote reports 2023-02-20 12:49:18 +01:00
Bruce Berrios 5337a9bb99
Add weekly xp rewards results job (#3939) bruception
* Add weekly xp rewards results job

* Fix formatting

* Pluralize

---------

Co-authored-by: Jack <jack@monkeytype.com>
2023-02-20 12:30:14 +01:00
Miodec 126e67811c removed length check 2023-02-20 11:57:54 +01:00
Rob Sassack 8f14a943a9
changed event on hiding popups to be mousedown (#4010) robsassack 2023-02-20 11:55:06 +01:00
Aaron 36a11ec312
Fixed a typo (#4012) unrealapex
* Renamed command line setting timer-progress bar

* Fix wrong Dutch word

* Fix typo

---------

Co-authored-by: Aaron <79121360+hazyboba@users.noreply.github.com>
2023-02-20 11:53:23 +01:00
Rob Sassack 3deb2809a1
Added binary mode to funbox (#4005) robsassack
* Added binary mode to funbox

* changed description and added punctionation off for binary funbox
2023-02-19 13:02:45 +01:00
Aaron 259a36e57a
Made wording better (#4007) unrealapex
* Renamed command line setting timer-progress bar

* Make account config input an `input` so it takes up less space

* Revert "Make account config input an `input` so it takes up less space"

* Better wording

---------

Co-authored-by: Aaron <79121360+hazyboba@users.noreply.github.com>
2023-02-19 12:56:17 +01:00
github-actions[bot] 388067316a
Prettier fix (#4006)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-02-18 19:28:19 -05:00
Miodec 9157b42e2c updated russian list 2023-02-18 23:03:39 +01:00
Miodec b3d6988cab typo 2023-02-18 16:50:08 +01:00
Miodec d1a6136853 removed quote 2023-02-17 22:46:27 +01:00
Miodec 6f90305fcf added another version of a single quote 2023-02-17 22:23:31 +01:00
Miodec ce9f5b1956 quote lengths 2023-02-17 13:45:17 +01:00
Miodec 8ff06113b9 quote reports 2023-02-17 13:44:55 +01:00
Miodec 4a90877735 fixed account graphs not updating on filter change
closes #4001
2023-02-17 13:28:03 +01:00
Miodec 58cad70f6d added command to clear all notifications
closes #4002
2023-02-17 11:18:44 +01:00
Miodec 528c0e79a2 hiding notifications when typing
part of #4002
2023-02-17 11:13:18 +01:00
Miodec e582cc9b51 fixed spacing for texticon 2023-02-16 17:54:43 +01:00
Miodec 3dc603d2bb showing stop on error on the result page 2023-02-15 13:39:53 +01:00
Miodec d85663eba1 rounding data points 2023-02-15 13:39:53 +01:00
Miao4382 1ccbb49346
Added one quote in English (#3997) miao4382 2023-02-15 13:36:35 +01:00
Peter Gessler c0373dfc1f
fix: Add about page supporter/contributor references (#3994) gesslerpd 2023-02-14 11:27:04 +01:00
Miodec 384ec9bf44 updated email addresses 2023-02-14 00:22:37 +01:00
Miodec 4781755fef replaced email address 2023-02-13 23:55:08 +01:00
Miodec c891a6c229 removed note 2023-02-13 23:47:07 +01:00
Miodec ea491efefe added last updated paragraph 2023-02-13 22:55:23 +01:00
Miodec 76451ff8c6 added section about the advertising a/b test 2023-02-13 22:47:18 +01:00
Miodec f232cc8ff9 allowing up to 420 in words 10
closes #3989
2023-02-13 15:35:02 +01:00
Miodec cecfd8b7b5 custom handling error 2023-02-13 15:28:20 +01:00
Miodec aa4f0a41f3 returning false if response was not ok 2023-02-13 15:10:15 +01:00
Jack 1ca0fd1b23
Custom email (#3964)
* added nodemailer and mjml

* added email template

* basic email util file

* added email queue

* email worker

* renamed folder

* showing which queues and workers were initialized

* initializing email on server boot
added some test code

* renamed to email worker

* type fix

* renamed queue

* added queue to list

* added worker to list

* logging when config was verified

* handling send mail result

* not minifying (not supported anymore)
using .html property
returning correct value

* dont send me emails

* added port to .env

* updated example

* updated test email

* using env email

* parseint base

* message

* refactor

* message

* rename

* moved email templates

* using async file read

* typo

* using mustache

* moved file
renamed to email client

* logging with prometheus

* added social links

* line

* using stronger types (object instead of array of any[])
moved prometheus logging into email client
added function to send mail using a template

* fixed templates not working

* removed console log

* name change

* rename

* moved templates

* rename

* string interpolation

* string interpolation

* moved to dev dependencies, exact versions

* moved types

* removed function, remove unnecessary if

* update template params

* updated name

* fixed button not clickable

* throwing

* moved template metadata to one place

* rename

* sending email on account creation

* removed test code
removed await

* fixed button

* not stopping the server if email client validation failed

* added metric for queue lengths

* exposing getjobcounts

* added job to log queue lengths

* added endpoint to request verification email

* using send verification email that calls api instead of firebase built in

* updated route

* renamed function

* recording time to complete

* returning 400 if email already verified

* setting transport initialized to true earlier, setting it to false if caught error

* moved forgot password flow to a simple popup, added new endpoint to ape

* added forgotpasswordemail route

* added email tempalte

* setting transport to false if caught error

* added email queue function

* moved try higher

* fixed log
2023-02-13 13:24:43 +01:00
Piyush Sahu 8d965a7cf1
quote - NaD (#3988) sahupr 2023-02-13 13:09:24 +01:00
Bianco Da Costa Oliveira cd31a5c9cd
Update portuguese.json (#3987) Ocnaibill
frases adicionadas.
2023-02-13 13:01:20 +01:00
github-actions[bot] 23cd7f44a8
Prettier fix (#3986)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-02-13 13:00:35 +01:00
Pratham Purohit a1c26c96aa
Adding a light color theme "slambook". (#3982) prathammpurohit
* Create pale_page.css

* Update pale_page.css

Added a pale yellow page-like interface. Added newer error colours as well.

* Update _list.json

Added theme "pale_page".

* Update pale_page.css

Added a new colour theme.

* Update _list.json

Added a new theme "pale_page".

* Delete pale_page.css

* Create slambook.css

Added a new theme "slambook".

* Update _list.json

Added a new theme "slambook".

* Update slambook.css

fixed color scheme

* Update _list.json

* Update slambook.css

Updated theme
2023-02-13 13:00:14 +01:00
Miodec 9f8ff40a36 fix quote lengths 2023-02-13 12:55:41 +01:00
Miodec 06bd540d61 quote reports 2023-02-13 12:54:42 +01:00
Miodec af38c4ee2d removed words 2023-02-12 22:20:58 +01:00
Miodec 68474368e1 longer notification time 2023-02-12 00:02:50 +01:00
Miodec 89a6e9ff02 updated message 2023-02-12 00:02:50 +01:00
Jerry Zhou da9b691bb1
New Sound on Click - Pentatonic Scale (#3970)
* added scale function

* cleaned up merge

* cleaned up scale implementation and created closure for previewing scales

* finalized changes

* fixed ci/de

* switched to upper camel case

* undid accidental changes

* updates

* fixed indexing bug and audioCtxt being intialized

* removed mapping

* updated schema with non-inclusive range for two new sound-on-clicks

---------

Co-authored-by: Bruce Berrios <bberr022@fiu.edu>
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
2023-02-10 18:11:52 -05:00