aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* :lipstick: Update imagebndw2020-06-201-3/+1
|
* :construction_worker: CI: Multi-stage buildbndw2020-06-083-6/+19
|
* construction_worker: CI: run 'yarn' in the build targetbndw2020-06-082-1/+1
|
* Update deps (#7)Ben Woodward2020-06-073-959/+1066
| | | | | | | * :arrow_up: yarn upgrade * Run yarn for first time install * :lipstick: s/maxlength/maxLength on input fields
* :memo: Update READMEbndw2020-06-071-2/+2
|
* :bug: Escape special chars (#6)Ben Woodward2020-06-071-1/+19
| | | | Escapes special characters `";,:\` Fixes #3
* Serif font for input fields (#5)Ben Woodward2020-06-042-2/+5
| | | Fixes #4
* Rewrite Card.js with hooks (#1)Yusuf YILDIZ2020-06-021-47/+33
|
* :bug: Set maxLength on inputsbndw2020-05-311-2/+2
|
* :lipstick: Dashed card borderbndw2020-05-311-4/+3
|
* :lipstick: Update titlebndw2020-05-311-1/+1
|
* :fire: Remove create-react-app boilerplatebndw2020-05-316-169/+0
|
* :memo: Note about privacybndw2020-05-311-2/+3
|
* :lipstick: Update readmebndw2020-05-311-2/+13
|
* Initial commitbndw2020-05-3119-156/+211
|
* Initialize project using Create React Appbndw2020-05-3018-0/+11305