Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: verify connect command #357

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e9f090e
verify connect command (backend)
filipslezaklab Nov 18, 2024
4066eef
cleanup imports
filipslezaklab Nov 18, 2024
4e11935
review up
filipslezaklab Nov 18, 2024
f9618d0
review up
filipslezaklab Nov 18, 2024
74b5f56
port app settings outside db from encrypted db pr
filipslezaklab Nov 18, 2024
a478461
chore: port application configuration solution from encrypt-db pr
filipslezaklab Nov 19, 2024
ae6f09e
chore: prettier fix
filipslezaklab Nov 19, 2024
0a1f722
chore: eslint fix
filipslezaklab Nov 19, 2024
c1aa708
sqlx prepare
filipslezaklab Nov 19, 2024
0129a86
Simplify app_config.rs
moubctez Nov 19, 2024
dc3dae1
Get rid of AppLogLevel
moubctez Nov 19, 2024
47ae866
Cleanups
moubctez Nov 19, 2024
e210981
AppState.db does not need to be in Arc
moubctez Nov 20, 2024
e99e21a
Less cloning
moubctez Nov 20, 2024
362cfd9
Fix loading config and LocationStats
moubctez Nov 20, 2024
0d1fcea
fix logging enums in frontend
filipslezaklab Nov 20, 2024
ed67ebd
Merge branch 'verify-connect' of github.com:DefGuard/client into veri…
filipslezaklab Nov 20, 2024
9b0ba05
fix typo in error
filipslezaklab Nov 20, 2024
9505d1f
release Mutex lock
moubctez Nov 20, 2024
2d2b3cc
fix bad usage of client flags store
filipslezaklab Nov 20, 2024
8e80dbb
Merge branch 'verify-connect' of github.com:DefGuard/client into veri…
filipslezaklab Nov 20, 2024
cde68b5
add favicon for main window
filipslezaklab Nov 20, 2024
f610430
Do not relay on handshake, use last stat collection
moubctez Nov 20, 2024
449d459
order latest stat by collected_at
filipslezaklab Nov 20, 2024
9f8cf0f
Add .sqlx
moubctez Nov 20, 2024
9f7f6cd
Compact SQL queries
moubctez Nov 21, 2024
e985931
Ignore stats for unchanged peers
moubctez Nov 21, 2024
8c03b09
Get rid of re-exports
moubctez Nov 21, 2024
086659e
Less Mutex locking
moubctez Nov 21, 2024
ed4f771
Introduce AppState::add_connection
moubctez Nov 21, 2024
0ad5105
Get rid of connected_from
moubctez Nov 21, 2024
1a77080
Handle statistics threads in AppState
moubctez Nov 22, 2024
9c91101
Resolve locking crisis
moubctez Nov 22, 2024
8be6226
Cleanup logging
moubctez Nov 25, 2024
e240484
DeadConnDroppedOut: does not use `id` - remove
moubctez Nov 25, 2024
42c67b2
Remove dead code
moubctez Nov 25, 2024
5e9ee22
Re-format index.html
moubctez Nov 25, 2024
9a23f07
Get rid of database Mutex
moubctez Nov 25, 2024
012f682
Clean up logging
moubctez Nov 25, 2024
637d638
chore: refactor settings to use single form instead of multiple micro…
filipslezaklab Nov 25, 2024
4d1732c
Merge branch 'verify-connect' of github.com:DefGuard/client into veri…
filipslezaklab Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<link href="/icons/favicon.ico" rel="icon" type="image/ico" />
<title>main window</title>
</head>

<body>
<div id="root"></div>
<div id="modals-root"></div>
Expand Down
Binary file added public/icons/favicon.ico
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading
Loading