aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Document supported languages (#74)Ben Woodward2021-07-241-1/+13
|
* Use english as a fallback language (#77)Ben Woodward2021-07-172-132/+21
| | | Fixes #75
* Wouter/nl-NL translations (#76)Wouter2021-07-172-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 Woodward2021-07-172-0/+55
| | | | | | | * Add Russian and Ukrainian translations * Prettier formatting Co-authored-by: Anton <goldtom1423@gmail.com>
* Add japanese translation (#68)hatsu2021-07-172-0/+26
| | | | | | | * Add japanese i18n * Add comma * make fmt.write
* fix: unmatched title (#70)Baoyuan2021-07-171-1/+1
|
* feat: add language detector (#67)KeJun2021-07-173-4/+10
| | | | | * feat: add language detector * style: fmt code
* Add Portuguese translation (#65)Pedro Renan2021-07-162-0/+26
| | | | | | | * improve portuguese translation in i18n * rebase * fix prettier issues at i18n.js
* Unset password when encryption mode is 'None' (#53)Faithfulness Alamu2021-07-161-3/+7
| | | | | | | * Unset password when encryption mode is 'None' Fixes #46 * Run code format
* Add Spanish translation (#64)oscfdezdz2021-07-162-0/+28
|
* [Issue #49] feat: add i18n (#58)Baoyuan2021-07-166-25/+249
| | | | | * feat: add i18n * fix: code clean
* [Issue #44] Hide password when using "None" encryption (#56)Noah Hefner2021-07-162-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
* Update GIF (#54)Abhinav Raut2021-07-151-1/+2
|
* Only run Prettier on ./src (#55)Ben Woodward2021-07-155-4/+4
| | | | | * Move base stylesheet input public * Only run prettier on ./src
* Add check for non-null network name (#52)Lionel Karlen2021-07-151-8/+12
|
* Create FUNDING.ymlBen Woodward2021-07-151-0/+1
|
* Add make targets for prettier formatting (#50)Ben Woodward2021-07-152-3/+11
|
* Local development setup (#47)Ben Woodward2021-07-151-2/+19
|
* Added website icon and small design change in WiFi details box (#45)llamaiscool2021-07-159-7/+17
| | | | | | | * 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 Hefner2021-07-152-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 Woodward2021-07-132-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 Hogan2021-07-111-1/+1
| | | atleast → at least
* Disable autocorrections on input fieldsbndw2021-07-111-0/+8
|
* Update READMEbndw2021-07-111-8/+2
|
* Portrait orientation (#35)Ben Woodward2021-07-113-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
* Update READMEbndw2021-07-101-1/+3
|
* Change inputs to textareas (#34)Ben Woodward2021-07-063-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 charactersbndw2021-07-041-1/+9
| | | | Fixes #29
* Prettier formatting (#33)Ben Woodward2021-07-0411-49/+81
| | | | | * Add prettier * Format code
* Set password maxLength to 63bndw2021-07-041-1/+1
| | | | Fixes #27
* yarn upgradebndw2021-06-211-984/+1014
|
* :arrow_up: Bump ws from 6.2.1 to 6.2.2 (#26)dependabot[bot]2021-06-051-3/+3
| | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* :arrow_up: Bump dns-packet from 1.3.1 to 1.3.4 (#25)dependabot[bot]2021-05-281-3/+3
| | | | | | | | | | Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* yarn upgradebndw2021-05-241-883/+702
|
* :arrow_up: Bump hosted-git-info from 2.8.8 to 2.8.9 (#24)dependabot[bot]2021-05-111-3/+3
| | | | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* :arrow_up: Bump ssri from 6.0.1 to 6.0.2 (#23)dependabot[bot]2021-04-191-3/+3
| | | | | | | | | | Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update dependencies (#22)Ben Woodward2021-04-032-478/+556
| | | | | ssri and is-svg packages. https://github.com/advisories/GHSA-vx3p-948g-6vhq https://github.com/advisories/GHSA-7r28-3m3f-r2pr
* :arrow_up: Bump react-dev-utils from 11.0.3 to 11.0.4 (#21)dependabot[bot]2021-03-121-9/+26
| | | | | | | | | | Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Github Actions CI (#20)Ben Woodward2021-02-285-35/+39
| | | Replace CircleCI with Github Actions
* Update dependencies (#19)Ben Woodward2021-02-281-1164/+1218
| | | Resolves 'immer' vuln: https://github.com/advisories/GHSA-9qmh-276g-x5pj
* Licensebndw2020-12-301-0/+21
|
* Update deps (#18)Ben Woodward2020-12-232-2676/+3089
|
* :arrow_up: Bump ini from 1.3.5 to 1.3.8 (#17)dependabot[bot]2020-12-121-5/+5
| | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update object path (#16)Ben Woodward2020-11-282-2/+3
| | | | | * Update object-path dep * Don't send node_modules to docker ctx
* Build non-master branches (#15)Ben Woodward2020-11-281-1/+15
| | | | | | | * Build non-master branches * Specify docker version to fix node bug https://support.circleci.com/hc/en-us/articles/360050934711
* Update deps (#14)Ben Woodward2020-11-281-787/+811
|
* yarn upgradebndw2020-09-271-48/+53
|
* Update dependencies (#13)Ben Woodward2020-09-221-208/+267
|
* Update dependencies (#10)Ben Woodward2020-08-221-968/+1018
| | | | | * yarn upgrade * Upgrade all lodash deps to ^4.17.19
* :lipstick: Update headerbndw2020-06-203-4/+4
|