* Added 5 quotes
* fixed lengths and added MORE quotes
* merged current with prior stream
* Fetching upstream (#1)
* extended: language 'code rust' (#3104)
Added all derives and some very common traits as well as `pub(crate)`.
* added one english quote (#3094)
* added one english quote
* added one english quote
* updated the quote id 6095
* Custom Filters [Backend] (#3105)
* Added `ResultFilters` to types
Added customFilters field to user
This field is an optional array of `ResultFilters`
It will store a user's custom filters
* Added Add and Remove functions for `ResultFilters` in user DAL
Also added unit tests
* Added Custom Filter configuration
Can now enable/disable the custom filters feature
Can also set a cap on the number of filters per user
* Add and Remove functions for `ResultFilters` in user controller
* Added one english quote (#3109)
* added one english quote
* added one english quote
* updated the quote id 6095
* Added english quote id 6096
* Custom Filters [Backend] (#3105) (#3110)
* Added `ResultFilters` to types
Added customFilters field to user
This field is an optional array of `ResultFilters`
It will store a user's custom filters
* Added Add and Remove functions for `ResultFilters` in user DAL
Also added unit tests
* Added Custom Filter configuration
Can now enable/disable the custom filters feature
Can also set a cap on the number of filters per user
* Add and Remove functions for `ResultFilters` in user controller
* Added Haskell programming language (#3108)
* added: code_haskell language;
* fixed: missing comma;
* Contributing typos fix (#3114)
* 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
* russian_25k and russian_50k addition
* russian 375k addition
* lil fix
* fixed windows auto-reload error
* Revert "fixed windows auto-reload error"
This reverts commit ea22621232.
* Revert "Revert "fixed windows auto-reload error""
This reverts commit 669cec4217.
* Revert "Revert "Revert "fixed windows auto-reload error"""
This reverts commit d90352633c.
* themes popup small fix
* using &&
* some typos fixed
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
* Fix yesterday toggle button (#3107)
Co-authored-by: Cody Bloemhard <cblmhrd@live.nl>
Co-authored-by: Jitesh Kumar Sahoo <77315098+Jitesh117@users.noreply.github.com>
Co-authored-by: Malo Hamon <hamon.malo@gmail.com>
Co-authored-by: aNOOBis <69043738+aNOOBisTheGod@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
* fixed ids and added more quotes
* i sincerely hope this is the LAST TIME I DO THIS
* more quotes!
* removed inappropriate quote
Co-authored-by: Cody Bloemhard <cblmhrd@live.nl>
Co-authored-by: Jitesh Kumar Sahoo <77315098+Jitesh117@users.noreply.github.com>
Co-authored-by: Malo Hamon <hamon.malo@gmail.com>
Co-authored-by: aNOOBis <69043738+aNOOBisTheGod@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
* Added 20 more quotes (151-170)
* Fixed quote length (id: 155, 157)
* Add 40 more Indonesian quotes, 171-210
* Fixed "groups" formatting back to original
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
* Add leaderboard language selection (#3124) bruception
* Adds leaderboard language selection
* Update mesage
* fixed disabled select2 styling
* changed button positioning
* fixed media queries
* Add languages
Co-authored-by: Miodec <bartnikjack@gmail.com>
* remove references of swapEscToTab
* Custom Filters [FrontEnd] (#3106) nocommentcode
* Add Create and Delete functions for Filter Presets to `Users` ape endpoint
- deleteFilterPreset
- addFilterPreset
* Added name and _id fields to the `ResultFilter` interface in the front end
This matches the `ResultFilter` interface in the backend
Added the new fields for the default filter
Added checks in result-filter.ts to not update the ui based on these fields
* Added new-filter-preset-popup
This popup is displayed when creating a new filter preset
It allows the user to select a name.
* Added Filter Preset Buttons in account page html
- Added the Filter Preset button
- Added the filter preset region
- Added the new and delete buttons
* Added Filter Presets to DB Snapshot
* Implemented Custom Fileter Creation, Selection and Deletion flow
- Users can now create a custom filter based on the current settings
- Users will be prompted to select a name for the filter
- User can click on any custom filter and the current filter will be updated
- User can delete a custom filter while it is selected
* Implemented Filter Preset Creation, Selection and Deletion flow
- Users can now create a filter preset based on the current settings
- Users will be prompted to select a name for the filter
- User can click on any filter preset and the current filter will be updated
- User can delete a filter preset while it is selected
* adjusted styling
* removed margin
* removed icon
* added media query
* popup wording
* automatically replacing _ when displaying and creating preset
* using loader and notifications
* fixed bork
* fixed sometimes not being able to delete preset
* make preset popup look like tags popup
Co-authored-by: Miodec <bartnikjack@gmail.com>
* added pace caret: last closes#3113
* Add rate limits to forgot password (#3129) mehdidev
* Added New Quotes
* Add More Quotes
* Add rate limit to forgot password
* Use Prettier
* Change canCall to let so that lint doesn't flag me for the 69th time
* change forgotPassword() to async & remove console.log's
* If this doesn't fix everything idk what to do
* reduced nesting, using function to create error message
* updated notification
Co-authored-by: Miodec <bartnikjack@gmail.com>
* added: code_opencl language (#3132) codybloemhard
* added: code_opencl language;
* fixed: duplicate word in code_opencl;
* fixed: another duplicate in code_opencl;
* Include language in notification (#3134)
* Add 20 more Indonesian quotes, 151-170 (#3136) R0merol
* Added 20 more quotes (151-170)
* Fixed quote length (id: 155, 157)
* using completed events language instead of current config
* add hedge theme (#3137) devkennyy
* create hedge theme
* update _list.json
* fixed sub alt color issues
* update colors
* updated colors
Co-authored-by: Miodec <bartnikjack@gmail.com>
* replaced quickTab with quickRestart
* updated keytips and statements
* update keytips
* moved keytip update to ui module
* not opening command line if quick restart is esc
* calling update keytips when changing quick restart
* handling restarting with quick restart escape
* updated settings page to reflect new quick restart setting
* swapping legacy values
* removed line which caused circular dependencies
* reordered files to fix event not firing
* handling closing with escape before opening
* not doing anything if a modal is visible
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Malo Hamon <hamon.malo@gmail.com>
Co-authored-by: Mehdi Hussain <mehdi@mehdi.us>
Co-authored-by: Cody Bloemhard <cblmhrd@live.nl>
Co-authored-by: R0merol <farisfrontiers@gmail.com>
* Added 5 quotes
* fixed lengths and added MORE quotes
* merged current with prior stream
* Fetching upstream (#1)
* extended: language 'code rust' (#3104)
Added all derives and some very common traits as well as `pub(crate)`.
* added one english quote (#3094)
* added one english quote
* added one english quote
* updated the quote id 6095
* Custom Filters [Backend] (#3105)
* Added `ResultFilters` to types
Added customFilters field to user
This field is an optional array of `ResultFilters`
It will store a user's custom filters
* Added Add and Remove functions for `ResultFilters` in user DAL
Also added unit tests
* Added Custom Filter configuration
Can now enable/disable the custom filters feature
Can also set a cap on the number of filters per user
* Add and Remove functions for `ResultFilters` in user controller
* Added one english quote (#3109)
* added one english quote
* added one english quote
* updated the quote id 6095
* Added english quote id 6096
* Custom Filters [Backend] (#3105) (#3110)
* Added `ResultFilters` to types
Added customFilters field to user
This field is an optional array of `ResultFilters`
It will store a user's custom filters
* Added Add and Remove functions for `ResultFilters` in user DAL
Also added unit tests
* Added Custom Filter configuration
Can now enable/disable the custom filters feature
Can also set a cap on the number of filters per user
* Add and Remove functions for `ResultFilters` in user controller
* Added Haskell programming language (#3108)
* added: code_haskell language;
* fixed: missing comma;
* Contributing typos fix (#3114)
* 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
* russian_25k and russian_50k addition
* russian 375k addition
* lil fix
* fixed windows auto-reload error
* Revert "fixed windows auto-reload error"
This reverts commit ea22621232.
* Revert "Revert "fixed windows auto-reload error""
This reverts commit 669cec4217.
* Revert "Revert "Revert "fixed windows auto-reload error"""
This reverts commit d90352633c.
* themes popup small fix
* using &&
* some typos fixed
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
* Fix yesterday toggle button (#3107)
Co-authored-by: Cody Bloemhard <cblmhrd@live.nl>
Co-authored-by: Jitesh Kumar Sahoo <77315098+Jitesh117@users.noreply.github.com>
Co-authored-by: Malo Hamon <hamon.malo@gmail.com>
Co-authored-by: aNOOBis <69043738+aNOOBisTheGod@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
* fixed ids and added more quotes
* i sincerely hope this is the LAST TIME I DO THIS
Co-authored-by: Cody Bloemhard <cblmhrd@live.nl>
Co-authored-by: Jitesh Kumar Sahoo <77315098+Jitesh117@users.noreply.github.com>
Co-authored-by: Malo Hamon <hamon.malo@gmail.com>
Co-authored-by: aNOOBis <69043738+aNOOBisTheGod@users.noreply.github.com>
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
Co-authored-by: Bruce Berrios <58147810+Bruception@users.noreply.github.com>
* Added New Quotes
* Add More Quotes
* Add rate limit to forgot password
* Use Prettier
* Change canCall to let so that lint doesn't flag me for the 69th time
* change forgotPassword() to async & remove console.log's
* If this doesn't fix everything idk what to do
* reduced nesting, using function to create error message
* updated notification
Co-authored-by: Miodec <bartnikjack@gmail.com>
* Add Create and Delete functions for Filter Presets to `Users` ape endpoint
- deleteFilterPreset
- addFilterPreset
* Added name and _id fields to the `ResultFilter` interface in the front end
This matches the `ResultFilter` interface in the backend
Added the new fields for the default filter
Added checks in result-filter.ts to not update the ui based on these fields
* Added new-filter-preset-popup
This popup is displayed when creating a new filter preset
It allows the user to select a name.
* Added Filter Preset Buttons in account page html
- Added the Filter Preset button
- Added the filter preset region
- Added the new and delete buttons
* Added Filter Presets to DB Snapshot
* Implemented Custom Fileter Creation, Selection and Deletion flow
- Users can now create a custom filter based on the current settings
- Users will be prompted to select a name for the filter
- User can click on any custom filter and the current filter will be updated
- User can delete a custom filter while it is selected
* Implemented Filter Preset Creation, Selection and Deletion flow
- Users can now create a filter preset based on the current settings
- Users will be prompted to select a name for the filter
- User can click on any filter preset and the current filter will be updated
- User can delete a filter preset while it is selected
* adjusted styling
* removed margin
* removed icon
* added media query
* popup wording
* automatically replacing _ when displaying and creating preset
* using loader and notifications
* fixed bork
* fixed sometimes not being able to delete preset
* make preset popup look like tags popup
Co-authored-by: Miodec <bartnikjack@gmail.com>
* Fixed mistake in a word (http://sum.in.ua/s/reghionaljnyj)
* Removed non-existent word (http://sum.in.ua/s/karochje)
* Removed vulgarism
* Removed complex word (consists of two words)
* Removed duplicate occured after fixing a mistake
* 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
* russian_25k and russian_50k addition
* russian 375k addition
* lil fix
* fixed windows auto-reload error
* Revert "fixed windows auto-reload error"
This reverts commit ea22621232.
* Revert "Revert "fixed windows auto-reload error""
This reverts commit 669cec4217.
* Revert "Revert "Revert "fixed windows auto-reload error"""
This reverts commit d90352633c.
* themes popup small fix
* using &&
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
* Add server configuration panel
* Remove unnecessaary check
* Remove break
* styling changes
showing when configuration was saved
* changing color based on response
* Remove comment
* Changes
* Add support for arrays
* Arbitrary nesting
* Add array item controls
* added button to quickly open the configuration panel
* removed excessive padding
* text inputs same height and style as checkboxes
* monkey stylng
Co-authored-by: Miodec <bartnikjack@gmail.com>
* Added Oromo language
* Adding Oromo Language
Corrected the previous errors:
-converted all words to lower case
- removed trailing dots/comma and numbers in word list.
* Adding Oromo - fixed errors
Represented apostrophe as it is in json file.
Improved readability of JSON file.
* Adding Oromo - Fixed errors2
Represented apostrophe as it is in json file.
Improved readability of JSON file.
* Adding Oromo - removed duplicates
Removed duplicates in word list.
Renamed json files to corresponding word counts.
* Updated 5k words list
Replaced the duplicate with another unique word
* 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
* russian_25k and russian_50k addition
* russian 375k addition
* lil fix
* fixed windows auto-reload error
* Revert "fixed windows auto-reload error"
This reverts commit ea22621232.
* Revert "Revert "fixed windows auto-reload error""
This reverts commit 669cec4217.
* Revert "Revert "Revert "fixed windows auto-reload error"""
This reverts commit d90352633c.
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
* add more quotes
* unique id
* removed new line tag
* add more quotes
* add more quotes
* add 1 more quote
* remove new line tag
* add quote
* add more quotes
* quotes with length>60
replaced quotes with length greater than 60
* added malayalam quotes
created malayalam language quotes file and added some quotes.
* Revert "added malayalam quotes"
This reverts commit a16de20e8e.
* added Malayalam quotes
created Malayalam quotes file and added some quotes.
* added malayalam quote
* started malayalam
* added quote
* length fix
Co-authored-by: Miodec <bartnikjack@gmail.com>
* 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
* russian_25k and russian_50k addition
Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
* add more quotes
* unique id
* removed new line tag
* add more quotes
* add more quotes
* add 1 more quote
* remove new line tag
* add quote
* add more quotes
* quotes with length>60
replaced quotes with length greater than 60
* added malayalam quotes
created malayalam language quotes file and added some quotes.
* Revert "added malayalam quotes"
This reverts commit a16de20e8e.
* added Malayalam quotes
created Malayalam quotes file and added some quotes.
Co-authored-by: Miodec <bartnikjack@gmail.com>
* Disable signup button by default and enable only on all correct checks
* Refactor code
* remove debug log
* null when hidden
Co-authored-by: Miodec <bartnikjack@gmail.com>
* 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>
* 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>