Aleksandr Gumroian
499be46588
Using socket.io for websocket handling and make reforis configurable
...
Socket.io wrapper is used to handle websockets now,
this means that websocket logic had to be redone.
Also it is necessary to set `REFORIS_PREFIX` env variable
during the build process. To set the path of backend url.
It was previously fixed to `/reforis`.
2024-09-05 13:02:13 +02:00
Aleksandr Gumroian
b96ccde81c
Bump v6.1.1
...
* Add & updated Weblate translations
* Update icon color classes to use "text-secondary" instead of "text-dark"
* Update Wi-Fi QRCodeModal component to use new styles & add close button
* Refactore WiFiGuestForm component to get rid of obsolete div element
* NPM audit fix
2024-08-30 15:56:08 +02:00
Aleksandr Gumroian
4e6f6e7413
Bump v6.1.0
...
* Add & update Weblate translations
* Migrate to Font Awesome v6
* NPM audit fix
2024-08-23 14:03:48 +02:00
Aleksandr Gumroian
5f1372bb37
Migrate to FontAwesome v6
2024-08-22 16:05:40 +02:00
Aleksandr Gumroian
d90e39a570
Bump v6.0.3
...
* Update WiFiQRCode component
2024-07-26 17:06:38 +03:00
Aleksandr Gumroian
bd8d5bc8cb
Bump v6.0.2
...
* Add className prop to CheckBox and Radio components
2024-06-28 14:03:19 +03:00
Aleksandr Gumroian
3b48510246
Bump v6.0.1
...
* Add className prop to Switch component
* Update dependencies in package.json
* NPM audit fix
2024-06-26 15:59:26 +03:00
Aleksandr Gumroian
6cb2a5388e
Update dependencies in package.json
...
Update Webpack and Prettier to latest versions
2024-06-26 15:52:57 +03:00
Aleksandr Gumroian
bf7e5303e9
Bump v6.0.0
...
* Add CHANGELOG.md
* Add JS_DIR variable to Makefile
* Add support for shared reForis ESLint configuration
* Update dependencies in package.json
* Update Spinner.css styles for better positioning and responsiveness
* Migrate to Bootstrap 5
* NPM audit fix
* Other small improvements
2024-06-11 14:02:24 +02:00
Aleksandr Gumroian
912f8facdb
Fix linting issues
2024-06-10 16:28:25 +02:00
Aleksandr Gumroian
42fb16d066
Update Snapshots
2024-06-10 16:28:24 +02:00
Aleksandr Gumroian
5a77a22755
Update dependencies in package.json
2024-06-10 16:28:23 +02:00
Aleksandr Gumroian
42fcc02d83
Update Bootstrap library to version 5.3.x
2024-04-29 15:19:20 +02:00
Aleksandr Gumroian
32630601c2
Bump v5.6.1
...
* Added & updated Weblate translations
* Fixed loading state & button's layout
* Updated bootstrap library to version 4.6.2
* Used custom reforis-image in GitLab CI/CD
* NPM audit fix
2024-01-19 21:15:50 +03:00
Aleksandr Gumroian
c0bcd46b2b
Update bootstrap library to version 4.6.2
2024-01-19 20:49:13 +03:00
Aleksandr Gumroian
fb41c9629e
Bump v5.6.0
...
* Add & update Weblate translations
* Add CustomizationContext and custom hook
* Update caniuse-lite
* Remove testUtils from .gitignore
* Make ieee80211w_disabled as optional in WiFiForm
* Move contexts in a context folder
* NPM audit fix
2022-12-29 11:34:19 +01:00
Aleksandr Gumroian
2e398388b5
Bump v5.5.0
...
* Add & update translations
* Add a switch to disable Management Frame Protection (802.11w)
* Improved Foris JS documentation
* NPM audit fix
2022-12-02 16:08:36 +01:00
Aleksandr Gumroian
83caf505d9
Improve description in package.json
2022-09-16 16:10:42 +02:00
Aleksandr Gumroian
bc044df7a8
Bump v5.4.1
...
* Add Weblate translations
* Update PropType peer dependency
* NPM audit fix
2022-06-02 11:12:05 +02:00
Aleksandr Gumroian
d6563d2ffd
Update PropTypes library to v15.8.1
...
As reForis had updated library, there was a conflict in npm
between different versions of the library.
```
npm ERR! While resolving: reforis_js@1.2.1
npm ERR! Found: prop-types@15.8.1
npm ERR! node_modules/prop-types
npm ERR! prop-types@"^15.8.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer prop-types@"15.7.2" from foris@5.4.0
npm ERR! node_modules/foris
npm ERR! foris@"5.4.0" from the root project
```
2022-06-02 11:08:02 +02:00
Aleksandr Gumroian
518fa30306
Bump v5.4.0
...
* Add & update translations
* Add CopyInput bootstrap component
* Update WiFiForm labels and description for wifi ax
* Make WS path in lighttpd mode configurable
* Fix Wi-Fi password helptext string
* NPM audit fix
2022-05-20 16:11:12 +02:00
Aleksandr Gumroian
536ccc0f03
Bump v5.3.0
...
* Add & update translations
* Add rest of the props to DownloadButton component
* Add hostname validation
* Add wifi 802.11ax HE modes
* Set best Wi-Fi HT mode depending on the checked frequency
* Improve domain name RegEx pattern
* Remove customOrder prop in Select component
* Fix Wi-Fi translation strings
* Fix autocomplete attribute in PasswordInput
* Fix WiFi password max length check
* Fix documentation build
* Fix access token in publish script
* Refine & restructure Makefile
* Update GitLab CI image to Node.js v16
* NPM update (several dependencies)
* NPM audit fix
2022-02-28 16:57:37 +01:00
Aleksandr Gumroian
e2f3e6857e
NPM update (several dependencies)
...
* qrcode.react to v1.0.1
* react-datetime to v3.1.1
* moment-timezone to v0.5.34
2022-02-28 15:49:09 +01:00
Aleksandr Gumroian
e1a893874a
Update webpack & react-styleguidist dependencies
2022-02-08 15:16:03 +01:00
Aleksandr Gumroian
579ed5ea8c
Bump v5.2.0
...
* Remove login page
* NPM audit fix
2021-12-15 19:05:53 +03:00
Marek Sašek
43cb5bff50
Bump v5.1.16
...
* NPM audit fix
2021-11-18 17:49:13 +01:00
Marek Sašek
c67ea089fd
NPM audit fix
2021-11-18 17:49:12 +01:00
Marek Sašek
4b25f6eafc
Revert "NPM audit fix"
...
This reverts commit 6e6c349866
.
2021-11-18 17:49:12 +01:00
Marek Sašek
1669ac8576
Bump v5.1.15
...
* Add WPA3 option
* Add custom order ability of Select options
* NPM audit fix
2021-11-03 13:40:40 +01:00
Marek Sašek
6e6c349866
NPM audit fix
2021-11-03 13:38:54 +01:00
Aleksandr Gumroian
585fec4e3e
Bump v5.1.14
...
* Add & update translations
* Fix infinity redirect loop when WS error occurs
* NPM audit fix
2021-07-30 17:02:51 +03:00
Aleksandr Gumroian
f67edc39e1
Bump v5.1.13
...
* Add sentinelAgreement endpoint to forisUrls
* NPM audit fix
2021-06-30 10:51:03 +02:00
Aleksandr Gumroian
6f0f344eb4
NPM audit fix
2021-06-30 10:45:30 +02:00
Aleksandr Gumroian
3619532124
Bump v5.1.12
...
* Add & update translations
* Add & fix obsolete links
* Expend library with the ResetWifiSettings function
* Fix switching Wi-Fi modes depending on bands in WiFiForm
* Fix translation sources in WiFiForm
* NPM audit fix
* Other small improvements
2021-05-14 13:38:01 +02:00
Aleksandr Gumroian
c5bac99d8e
NPM audit fix
2021-05-14 13:38:00 +02:00
Aleksandr Gumroian
57ef9c4ea0
Bump v5.1.11
...
* Remove duplicated file for Norwegian language
* Fix translations inconsistency
2021-02-04 12:14:29 +01:00
Aleksandr Gumroian
45fee77426
Bump v5.1.10
...
* Add and update translations
2021-01-29 17:14:03 +01:00
Aleksandr Gumroian
8d75b5ec6e
Bump v5.1.9
...
* Fix trailing space in Modal classes
* Change formFieldsSize of ResetWiFiSettings card
* Increase bottom margin of formFieldsSize
2021-01-20 11:42:24 +01:00
Aleksandr Gumroian
8c110ebf52
NPM audit fix
2021-01-18 23:31:43 +01:00
Marek Sašek
79006cfb99
Bump v5.1.8
2020-12-19 00:25:44 +01:00
Marek Sašek
7c837d041e
Bump v5.1.7
2020-11-27 15:37:07 +01:00
Aleksandr Gumroian
e2695d49a1
Bump v5.1.6
...
* NPM audit fix
* Add displayCard function to utils
* Add optional sizes to Modal
* Add information about optional sizes to docs
* Remove redundant merge.py
2020-11-25 23:29:42 +01:00
Aleksandr Gumroian
1bac60e054
Bump v5.1.5
2020-09-25 19:27:58 +02:00
Aleksandr Gumroian
328e568ab3
NPM audit fix
2020-09-25 19:26:57 +02:00
Aleksandr Gumroian
240db88661
Bump v5.1.4
2020-09-25 17:27:47 +02:00
Marek Sašek
c32137e29a
Bump v5.1.3
2020-09-11 18:00:05 +02:00
Aleksandr Gumroian
0f85713483
Bump v5.1.2
2020-09-08 18:26:15 +02:00
Aleksandr Gumroian
896277b62a
Bump v5.1.1
2020-08-31 16:04:03 +02:00
Aleksandr Gumroian
7a98ab0c2d
Bump v5.1.0
2020-08-25 17:32:24 +02:00
Aleksandr Gumroian
e41da48b1a
Integrate Prettier + ESLint + reForis Style Guide
2020-08-18 16:17:00 +02:00