David Laganiere
91ecf577c7
test(deps): fix missing dependencies
2023-02-26 17:33:11 -05:00
David Laganiere
e8413fecf0
test(HomeLoggedIn): add snapshot tests
2023-02-26 16:45:03 -05:00
David Laganiere
ff96b43758
test(Bar): add snapshot tests
2023-02-26 10:07:52 -05:00
David Laganiere
8cf996eed6
test(NetworkManagement): add tests for component
2023-01-25 07:17:39 -05:00
David Laganiere
04c3f267a7
test: add tests for NetworkButton component
2023-01-15 10:40:56 -05:00
David Laganiere
8931a780aa
test: reorganize folder structure and files
...
The specific test files used for snapshots only have been integrated in
each component's test file so that all tests, including the snapshot are
located in a single test file.
Also as more tests were added, it seems like a better idea to have test
data in a separate file on its own rather than import test data from
another test file.
FInally, with all these changes, Jest wanted to have snapshots taken
again thus why the snapshot files were updated too.
2023-01-15 10:39:35 -05:00
David Laganiere
186cacee47
test: ignore css imports with jest
2023-01-15 10:33:00 -05:00
David Laganiere
9b35150013
fix: error message due to missing package
...
This error message appeared before the installation of this package
resolved the issue: SecurityError: localStorage is not available for
opaque origins
2023-01-10 07:17:02 -05:00
David Laganiere
c1b7630d6c
fix: add missing jest package and use it directly
2023-01-10 07:10:33 -05:00
David Laganiere
d4fbd8f9d4
fix: make imports clearer for components
2023-01-04 21:51:46 -05:00
David Laganiere
d7ba09e6b5
fix: improve how components are imported
2023-01-04 19:29:18 -05:00
David Laganiere
64d7ef1961
refactor: remove unecessary commented out code
2023-01-04 08:58:13 -05:00
David Laganiere
ca469ec2c6
fix: convert syntax from CommonJS to ES6
2023-01-04 08:57:15 -05:00
David Laganiere
ce59c1c3ce
test: tests for NetworkHeader component
2023-01-04 07:40:28 -05:00
David Laganiere
f69d82e4dc
test: tests for HomeLoggedOut component
2023-01-03 19:10:51 -05:00
David Laganiere
23be268630
test: setup automated tests with jest
2023-01-03 19:07:54 -05:00
dec0dOS
358c07dfe0
chore: upgrade dev deps
2022-08-26 12:03:51 +03:00
dec0dOS
fdf5794e15
chore: small format fix
2022-08-26 02:26:56 +03:00
dec0dOS
40f98cc9df
feat: last online
2022-08-26 02:25:16 +03:00
dec0dOS
af3e7cab7f
style: remove space
2022-08-17 12:00:27 +03:00
Einar Stenberg
6d69831bc6
Update ManagedRoutes.jsx
2022-08-17 07:48:14 +02:00
Einar Stenberg
3f8b45dd8d
remove "limit" on route amount as it is not enforced
2022-08-16 15:28:20 +02:00
dec0dOS
2396e973dc
feat: support http basic auth
2022-06-18 14:55:33 +03:00
dec0dOS
f0bc4af6fa
chore: update packages
2022-06-18 14:43:20 +03:00
dec0dOS
ce9f7943c0
fix: stop redundant fetching /auth/login
2022-06-18 14:30:48 +03:00
dec0dOS
4151978a68
Merge pull request #82 from 9p4/disable-auth-properly
...
fix: disable authentication properly
2022-06-18 14:08:04 +03:00
9p4
74a36ad3ef
Remove old comment
2022-06-18 11:10:48 +05:30
9p4
6725a57237
Remove redundant disabled auth checks
2022-06-18 11:05:57 +05:30
dec0dOS
ff541dfb06
chore: upgrade frontend deps
2022-06-12 17:58:49 +03:00
dec0dOS
f1d97afc2e
chore: upgrade frontend deps
2022-06-12 17:20:22 +03:00
dec0dOS
4030e89bfa
chore: upgrade packages
2022-06-12 17:06:18 +03:00
dec0dOS
d67a587db0
chore: fix react dev proxy on some devices
2022-06-12 16:34:26 +03:00
Sambhav Saggi
ddb3f442f8
fix: simplify code and check login status on home page load
2022-05-31 21:00:43 -04:00
Sambhav Saggi
036e5779ba
fix: update disableAuth in localStorage if server config changes
2022-05-31 20:06:49 -04:00
Sambhav Saggi
75933d7e59
fix: disable authentication properly
2022-05-31 18:29:50 -04:00
Sambhav Saggi
e7fb4d0aa8
feat: disable auth ( #59 )
2022-05-23 22:09:30 -04:00
Brian Wieder
8095d2bea2
fix: fix crash when network had no IP ranges
2022-04-25 22:32:44 -04:00
dec0dOS
6cb0191774
style: small fix
2021-12-19 19:18:34 +03:00
dec0dOS
51733497f6
style: lint files
2021-12-19 19:09:54 +03:00
timothyle97
ade8c3596e
Updated to include Physical address, port, and latency
2021-12-19 11:40:46 +00:00
Timothy Le
cd6699d9b7
feat: update_frontend_online_parsing
...
Address changes in backend member.js service to properly display offline, relayed, or online peer status.
2021-12-17 22:36:07 -08:00
dec0dOS
781a48d341
fix: migrate to yarn v3
2021-12-16 16:00:31 +03:00
dec0dOS
9386aa724b
fix: fix original managed IP delete
...
fix #12
2021-12-16 15:19:28 +03:00
dec0dOS
27aa2c5d47
fix: rename "tag enum id" to "tag value"
2021-12-14 13:27:39 +03:00
dec0dOS
2f27c112ea
feat: some improvements in ui for caps and tags
2021-12-14 01:38:58 +03:00
snachx
a813d05b3c
fix: fix compatibility for existing networks after supporting tags and capabilities
2021-12-13 22:22:27 +08:00
snachx
8f891747d6
feat: add capabilities and tags support
...
#35
2021-12-11 21:14:26 +08:00
snachx
369d96e50a
fix: parse tags and capabilities in flow rules correctly
2021-12-07 00:05:24 +08:00
dec0dOS
81911315b1
refactor: move from MUI deprecated theme creation
2021-08-24 15:50:53 +03:00
dec0dOS
cd587ea736
ci: fix
2021-08-24 15:06:20 +03:00