Zoltán Papp
3d3b05c157
Disable lint for deprecated line
2025-11-18 19:11:40 +01:00
Zoltán Papp
f36e206238
Fix account moc
2025-11-18 18:54:08 +01:00
Zoltán Papp
9a808244d7
Fix lint issue
2025-11-18 18:46:53 +01:00
Zoltán Papp
2dec76f8ea
Fix test after merge conflict
2025-11-18 18:39:14 +01:00
Zoltán Papp
224bd8ff22
Merge branch 'main' into feature/remote-debug-clean
...
# Conflicts:
# client/cmd/testutil_test.go
# client/internal/engine_test.go
# client/server/server.go
# client/server/server_test.go
# client/status/status.go
# go.mod
# go.sum
# management/internals/server/boot.go
# management/internals/server/modules.go
# management/internals/shared/grpc/server.go
# management/server/account.go
# management/server/account/manager.go
# management/server/account_test.go
# management/server/dns_test.go
# management/server/http/testing/testing_tools/channel/channel.go
# management/server/management_proto_test.go
# management/server/management_test.go
# management/server/nameserver_test.go
# management/server/peer_test.go
# management/server/route_test.go
# shared/management/client/client_test.go
# shared/management/proto/management.pb.go
2025-11-18 18:30:48 +01:00
Zoltán Papp
fe88a5662e
Fix log message
2025-11-18 17:33:54 +01:00
Zoltán Papp
f9f6409f94
Remove context log from grpc client
2025-11-18 17:26:33 +01:00
Zoltán Papp
b03154dce5
Use dedicated ctx in stream
2025-11-18 17:25:46 +01:00
Zoltán Papp
c57364596a
Fix log message
2025-11-18 17:15:16 +01:00
Viktor Liu
60f4d5f9b0
[client] Revert migrate deprecated grpc client code #4805
v0.60.0
2025-11-18 12:41:17 +01:00
Vlad
4eeb2d8deb
[management] added exception on not appending route firewall rules if we have all wildcard ( #4801 )
2025-11-17 18:20:30 +01:00
Zoltán Papp
2765bcfb89
Restore in case of error
2025-11-17 17:24:19 +01:00
Viktor Liu
d71a82769c
[client,management] Rewrite the SSH feature ( #4015 )
2025-11-17 17:10:41 +01:00
Zoltán Papp
fa6151b849
Fix error message
2025-11-17 16:13:29 +01:00
Zoltán Papp
a939c1767c
Fix error message
2025-11-17 16:09:26 +01:00
Zoltán Papp
938554fb0f
Implement time for parameter usage
2025-11-17 15:47:27 +01:00
Misha Bragin
0d79301141
Update client login success page ( #4797 )
2025-11-17 15:28:20 +01:00
Zoltán Papp
39bec2dd74
Truncate too long error response
2025-11-17 14:01:21 +01:00
Zoltán Papp
554c9bcf4b
Do not expect last sync for debug bundle
2025-11-17 12:04:20 +01:00
Zoltán Papp
f3639675e7
Fix string conversation
2025-11-17 12:02:58 +01:00
Zoltán Papp
a1457f541b
Handle job error responses on mgm side
2025-11-17 11:49:46 +01:00
Zoltán Papp
9cdfb0d78c
Handle unimplemented job type
2025-11-17 11:45:12 +01:00
Zoltán Papp
22d796097e
Add profile name and events for status
2025-11-17 09:46:54 +01:00
Zoltán Papp
aa39a5d528
Add logs
2025-11-14 13:22:08 +01:00
Viktor Liu
e4b41d0ad7
[client] Replace ipset lib ( #4777 )
...
* Replace ipset lib
* Update .github/workflows/check-license-dependencies.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Ignore internal licenses
* Ignore dependencies from AGPL code
* Use exported errors
* Use fixed version
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
v0.59.13
2025-11-14 00:25:00 +01:00
Viktor Liu
9cc9462cd5
[client] Use stdnet with a context to avoid DNS deadlocks ( #4781 )
2025-11-13 20:16:45 +01:00
Diego Romar
3176b53968
[client] Add quick actions window ( #4717 )
...
* Open quick settings window if netbird-ui is already running
* [client-ui] fix connection status comparison
* [client-ui] modularize quick actions code
* [client-ui] add netbird-disconnected logo
* [client-ui] change quickactions UI
It now displays the NetBird logo and a single button
with a round icon
* [client-ui] add hint message to quick actions screen
This also updates fyne to v2.7.0
* [client-ui] remove unnecessary default clause
* [client-ui] remove commented code
* [client-ui] remove unused dependency
* [client-ui] close quick actions on connection change
* [client-ui] add function to get image from embed resources
* [client] Return error when calling sendShowWindowSignal from Windows
* [client-ui] Add commentary on empty OnTapped function for toggleConnectionButton
* [client-ui] Fix tests
* [client-ui] Add context to menuUpClick call
* [client-ui] Pass serviceClient app as parameter
To use its clipboard rather than the window's when showing
the upload success dialog
* [client-ui] Replace for select with for range chan
* [client-ui] Replace settings change listener channel
Settings now accept a function callback
* [client-ui] Add missing iconAboutDisconnected to icons_windows.go
* [client] Add quick actions signal handler for Windows with named events
* [client] Run go mod tidy
* [client] Remove line break
* [client] Log unexpected status in separate function
* [client-ui] Refactor quick actions window
To address racing conditions, it also replaces
usage of pause and resume channels with an
atomic bool.
* [client-ui] use derived context from ServiceClient
* [client] Update signal_windows log message
Also, format error when trying to set event on
sendShowWindowSignal
* go mod tidy
* [client-ui] Add struct to pass fewer parameters
to applyQuickActionsUiState function
* [client] Add missing import
---------
Co-authored-by: Viktor Liu <viktor@netbird.io >
2025-11-13 10:25:19 -03:00
Viktor Liu
27957036c9
[client] Fix shutdown blocking on stuck ICE agent close ( #4780 )
2025-11-13 13:24:51 +01:00
Pascal Fischer
6fb568728f
[management] Removed policy posture checks on original peer ( #4779 )
...
Co-authored-by: crn4 <vladimir@netbird.io >
2025-11-13 12:51:03 +01:00
Pascal Fischer
cc97cffff1
[management] move network map logic into new design ( #4774 )
2025-11-13 12:09:46 +01:00
aliamerj
1d2a5371ce
remove EOF skipping
2025-11-12 18:48:53 +03:00
Zoltán Papp
6898e57686
Fix nil pointer check
2025-11-12 13:36:32 +01:00
Zoltán Papp
c8bc865f2f
Fix error message
2025-11-12 13:32:14 +01:00
Zoltán Papp
06bb8658b1
Fix validation
2025-11-12 13:30:29 +01:00
Zoltán Papp
8fc4fed3a0
Fix SQL query syntax
2025-11-12 13:20:08 +01:00
Zoltán Papp
df14f1399f
Fix MockAccountManager function calls checks
2025-11-12 13:18:40 +01:00
Zoltán Papp
6d6f090764
Merge branch 'main' into feature/remote-debug-clean
2025-11-12 12:48:20 +01:00
Zoltan Papp
c28275611b
Fix agent reference ( #4776 )
2025-11-11 13:59:32 +01:00
Vlad
56f169eede
[management] fix pg db deadlock after app panic ( #4772 )
2025-11-10 23:43:08 +01:00
Viktor Liu
07cf9d5895
[client] Create networkd.conf.d if it doesn't exist ( #4764 )
2025-11-08 10:54:37 +01:00
Pascal Fischer
7df49e249d
[management ] remove timing logs ( #4761 )
2025-11-07 20:14:52 +01:00
Pascal Fischer
dbfc8a52c9
[management] remove GLOBAL when disabling foreign keys on mysql ( #4615 )
2025-11-07 16:03:14 +01:00
Vlad
98ddac07bf
[management] remove toAll firewall rule ( #4725 )
2025-11-07 15:50:58 +01:00
Pascal Fischer
48475ddc05
[management] add pat rate limiting ( #4741 )
2025-11-07 15:50:18 +01:00
Vlad
6aa4ba7af4
[management] incremental network map builder ( #4753 )
2025-11-07 10:44:46 +01:00
dependabot[bot]
2e16c9914a
[management] Bump github.com/containerd/containerd from 1.7.27 to 1.7.29 ( #4756 )
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.27 to 1.7.29.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.7.27...v1.7.29 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-version: 1.7.29
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-06 19:01:44 +03:00
Pascal Fischer
5c29d395b2
[management] activity events on group updates ( #4750 )
2025-11-06 12:51:14 +01:00
Viktor Liu
229e0038ee
[client] Add dns config to debug bundle ( #4704 )
v0.59.12
2025-11-05 17:30:17 +01:00
Viktor Liu
75327d9519
[client] Add login_hint to oidc flows ( #4724 )
2025-11-05 17:00:20 +01:00
Viktor Liu
c92e6c1b5f
[client] Block on all subsystems on shutdown ( #4709 )
2025-11-05 12:15:37 +01:00