| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | just adding information about the possibility of using WPA3 (#91) | olekstomek | 2021-07-24 | 1 | -2/+2 | |
| | | ||||||
| * | pt-BR translation (#86) | Ismael Ferreira G Pereira | 2021-07-24 | 2 | -0/+27 | |
| | | ||||||
| * | Use english as a fallback language (#77) | Ben Woodward | 2021-07-17 | 1 | -9/+11 | |
| | | | | Fixes #75 | |||||
| * | Wouter/nl-NL translations (#76) | Wouter | 2021-07-17 | 2 | -0/+27 | |
| | | | | | | | | | | | | * Add nl-NL translations * Format files with Prettier * Add nl-NL as option to the select * Small rewrite of Dutch translation * Remove empty line | |||||
| * | Add Russian and Ukrainian translations (#73) | Ben Woodward | 2021-07-17 | 2 | -0/+55 | |
| | | | | | | | | * Add Russian and Ukrainian translations * Prettier formatting Co-authored-by: Anton <goldtom1423@gmail.com> | |||||
| * | Add japanese translation (#68) | hatsu | 2021-07-17 | 2 | -0/+26 | |
| | | | | | | | | * Add japanese i18n * Add comma * make fmt.write | |||||
| * | fix: unmatched title (#70) | Baoyuan | 2021-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add language detector (#67) | KeJun | 2021-07-17 | 2 | -4/+9 | |
| | | | | | | * feat: add language detector * style: fmt code | |||||
| * | Add Portuguese translation (#65) | Pedro Renan | 2021-07-16 | 2 | -0/+26 | |
| | | | | | | | | * improve portuguese translation in i18n * rebase * fix prettier issues at i18n.js | |||||
| * | Unset password when encryption mode is 'None' (#53) | Faithfulness Alamu | 2021-07-16 | 1 | -3/+7 | |
| | | | | | | | | * Unset password when encryption mode is 'None' Fixes #46 * Run code format | |||||
| * | Add Spanish translation (#64) | oscfdezdz | 2021-07-16 | 2 | -0/+28 | |
| | | ||||||
| * | [Issue #49] feat: add i18n (#58) | Baoyuan | 2021-07-16 | 4 | -22/+97 | |
| | | | | | | * feat: add i18n * fix: code clean | |||||
| * | [Issue #44] Hide password when using "None" encryption (#56) | Noah Hefner | 2021-07-16 | 2 | -7/+23 | |
| | | | | | | | | | | * Changes behavior of password textarea when None encryption is selected * prettier * password text area hides on checking hide password tikbox * className re-structuring, changed Hide Password | |||||
| * | Only run Prettier on ./src (#55) | Ben Woodward | 2021-07-15 | 2 | -3/+0 | |
| | | | | | | * Move base stylesheet input public * Only run prettier on ./src | |||||
| * | Add check for non-null network name (#52) | Lionel Karlen | 2021-07-15 | 1 | -8/+12 | |
| | | ||||||
| * | Added website icon and small design change in WiFi details box (#45) | llamaiscool | 2021-07-15 | 4 | -4/+7 | |
| | | | | | | | | * Added website icon and small design change in WiFi details box * Fixed few errors of previous pull * Fixed errors of previous pull | |||||
| * | [Feature Request #39] Added encryption options (#43) | Noah Hefner | 2021-07-15 | 2 | -19/+64 | |
| | | | | | | | | | | | | | | * Added encryption options [Feature Request #39] * Added encryption options [Feature Request #39] * Removed encrypt options from print page * made requested changes * fixed css issue * checked WPA/WPA2 as default encryption type | |||||
| * | Hide password before printing (#42) | Ben Woodward | 2021-07-13 | 2 | -1/+20 | |
| | | | | | | | | | | | * feat: add possiblity to hide password fiel before priting * HidePassword as a property of network and additional print styles - Moves hidePassword into the network object - Adds missing CSS for hiding password Co-authored-by: orenaksakal <orenaksakal@gmail.com> | |||||
| * | Fix typo (#38) | Alan Hogan | 2021-07-11 | 1 | -1/+1 | |
| | | | | atleast → at least | |||||
| * | Disable autocorrections on input fields | bndw | 2021-07-11 | 1 | -0/+8 | |
| | | ||||||
| * | Portrait orientation (#35) | Ben Woodward | 2021-07-11 | 3 | -29/+61 | |
| | | | | | | | | | | | * Portrait orientation Adds a rotate button that toggle landscape and portrait orientation. Fixes #30 * Fix QRCode padding in portait orientation * Default to portrait on small screens | |||||
| * | Change inputs to textareas (#34) | Ben Woodward | 2021-07-06 | 3 | -7/+9 | |
| | | | | | | | Issue #28 discovered long ssid and password values would be visibly cropped. This change replaces the input fields with 2-row textareas that properly handle the maximum length of both ssids and passwords, 32 and 63 characters respectively. | |||||
| * | Password must be atleast 8 characters | bndw | 2021-07-04 | 1 | -1/+9 | |
| | | | | | Fixes #29 | |||||
| * | Prettier formatting (#33) | Ben Woodward | 2021-07-04 | 3 | -28/+53 | |
| | | | | | | * Add prettier * Format code | |||||
| * | Set password maxLength to 63 | bndw | 2021-07-04 | 1 | -1/+1 | |
| | | | | | Fixes #27 | |||||
| * | :lipstick: Update header | bndw | 2020-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | Update deps (#7) | Ben Woodward | 2020-06-07 | 1 | -2/+2 | |
| | | | | | | | | * :arrow_up: yarn upgrade * Run yarn for first time install * :lipstick: s/maxlength/maxLength on input fields | |||||
| * | :bug: Escape special chars (#6) | Ben Woodward | 2020-06-07 | 1 | -1/+19 | |
| | | | | | Escapes special characters `";,:\` Fixes #3 | |||||
| * | Serif font for input fields (#5) | Ben Woodward | 2020-06-04 | 2 | -2/+5 | |
| | | | | Fixes #4 | |||||
| * | Rewrite Card.js with hooks (#1) | Yusuf YILDIZ | 2020-06-02 | 1 | -47/+33 | |
| | | ||||||
| * | :bug: Set maxLength on inputs | bndw | 2020-05-31 | 1 | -2/+2 | |
| | | ||||||
| * | :lipstick: Dashed card border | bndw | 2020-05-31 | 1 | -4/+3 | |
| | | ||||||
| * | :lipstick: Update title | bndw | 2020-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | :fire: Remove create-react-app boilerplate | bndw | 2020-05-31 | 5 | -168/+0 | |
| | | ||||||
| * | :memo: Note about privacy | bndw | 2020-05-31 | 1 | -2/+3 | |
| | | ||||||
| * | Initial commit | bndw | 2020-05-31 | 8 | -68/+133 | |
| | | ||||||
| * | Initialize project using Create React App | bndw | 2020-05-30 | 8 | -0/+256 | |
