* adds language-validation.js
* run prettier
* run prettier on gulpfile.js
* moves language-validation.js functionality into json-validation.js, rollback gulpfile.js
* improves duplicate detection algorithm, removes constraint
* use duplicate detection from @Bruception
* moves findDuplicates function out of loop, adds duplicatePercentageThreshold
* removes russian_10k as 90% of the words are duplicates
* use Math.round to prevent errors when duplicatePercentageThreshold is 0
* remove duplicates from code_bash.json
* remove duplicates from code_brainfck.json
* remove duplicates from code_html.json
* no longer create error when duplicates are found
* run prettier
* lowered threshold, added count log
Co-authored-by: Maximilian Kronenbürger <maximilian.kronenbuerger@1und1.de>
Co-authored-by: Miodec <bartnikjack@gmail.com>
* added auto ban if user triggers anticheat too much
* updated base configuration
* autoban is optional
* storing updated autoban array
* only checking autoban in time 15 and 60
* miliseconds
* removed unnecessary if check
* returning if already banned
* storing now in variable
greater not greater equal
* moved constant outside function
* using partial type
* renamed variables
* renamed to autoBanTimestamps
* added autoban tests
* increased coverage minimum
* slightly better test
* added autoBanTimestamps checks to other tests
* spacebar in presets and tags addition
* super mega spacebar remake
* style fix
* final name removal in ui
* replaceAll in ape removal
* using display above account chart
* create preset in command line addition
* testing removal
* one more testing removal
* create tag command line addition
* Update commandline-lists.ts
* moved add commands to the bottom
hiding if user is not signed in
* refactor
* hiding tags and presets when signed out
* fixed presets and tags display in alerts
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>