Commit Graph

  • b7c0eba1e5 add extra settings struct Pascal Fischer 2023-11-27 17:04:40 +01:00
  • d1a323fa9d Add gocritic linter (#1324) Yury Gargay 2023-11-27 16:40:02 +01:00
  • 63d211c698 Prepare regexps on compile time (#1327) Yury Gargay 2023-11-27 13:01:00 +01:00
  • 0ca06b566a Add Windows version to correct system info field (#1330) Maycon Santos 2023-11-24 17:49:39 +01:00
  • cf9e447bf0 Update signing pipelines to version 0.0.10 (#1329) Maycon Santos 2023-11-24 14:27:40 +01:00
  • fdd23d4644 Remove the gateway check for routes (#1317) v0.24.3 Maycon Santos 2023-11-24 11:31:22 +01:00
  • 5a3ee4f9c4 Add systemd .service files (#1316) (#1318) hg 2023-11-24 01:15:07 +06:00
  • 70c24384ea starting refactor chore/refactor-management Pascal Fischer 2023-11-23 18:40:03 +01:00
  • 5ffed796c0 Merge pull request #1326 from netbirdio/fix/windows-os-info pascal-fischer 2023-11-22 20:13:18 +01:00
  • ab895be4a3 fix get os info for windows to report correct versions Pascal Fischer 2023-11-22 16:23:19 +01:00
  • 96cdcf8e49 Add client UI shortcut links for standard users in Windows (#1323) Bethuel Mmbaga 2023-11-21 20:02:16 +03:00
  • 63f6514be5 Add tenv linter (#1322) Yury Gargay 2023-11-21 17:38:33 +01:00
  • afece95ae5 Fix lookupCache to work when idp has more users (#1321) Yury Gargay 2023-11-20 16:47:11 +01:00
  • d78b7e5d93 Skip user deletion if the user does not exist in IdP (#1320) Bethuel Mmbaga 2023-11-20 16:56:21 +03:00
  • 67906f6da5 Improve Account cache reload condition (#1319) Yury Gargay 2023-11-20 12:05:32 +01:00
  • 52b5a31058 Merge pull request #1309 from netbirdio/fix/duplicated-entries-on-events-api pascal-fischer 2023-11-17 12:03:26 +01:00
  • b58094de0f Add metrics for PeersUpdateManager (#1310) Yury Gargay 2023-11-16 18:21:52 +01:00
  • 456aaf2868 Merge pull request #1315 from netbirdio/feature/dns-name-for-ios-from-idp pascal-fischer 2023-11-16 17:42:48 +01:00
  • d379c25ff5 use idp cache instead of idp manager Pascal Fischer 2023-11-16 17:13:04 +01:00
  • f86ed12cf5 add support for ipad as well Pascal Fischer 2023-11-16 17:01:01 +01:00
  • 5a45f79fec use the email address to set the iphone name for iOS 16+ Pascal Fischer 2023-11-16 16:46:08 +01:00
  • b2300216bb disable relay connection for iOS until proxy is refactored into bind Pascal Fischer 2023-11-16 13:37:34 +01:00
  • e7d063126d Add non-deletable service user (#1311) Bethuel Mmbaga 2023-11-15 18:22:00 +03:00
  • fb42fedb58 Fix PAT copy for GetUserByTokenID in SQLite store (#1312) Yury Gargay 2023-11-15 14:15:12 +01:00
  • 9eb1e90bbe refactor activity get queries to only add comment Pascal Fischer 2023-11-15 11:21:59 +01:00
  • 53fb0a9754 refactor activity get queries to only consider 1 deleted user entry Pascal Fischer 2023-11-14 17:40:14 +01:00
  • 70c7543e36 Allow to update IntegrationReference for user (#1308) Yury Gargay 2023-11-14 12:25:21 +01:00
  • d1d01a0611 Extend AccountManager with external cache and group/user management methods (#1289) Yury Gargay 2023-11-13 14:04:18 +01:00
  • 9e8725618e Extend linter rules (#1300) Yury Gargay 2023-11-10 16:33:13 +01:00
  • a37c946abe replace engine listener with connection listener Pascal Fischer 2023-11-09 19:58:28 +01:00
  • a40261ff7e Log access control error (#1299) Maycon Santos 2023-11-09 17:15:59 +01:00
  • 0a8249e044 add engine ready listener Pascal Fischer 2023-11-08 16:37:56 +01:00
  • 89e8540531 Export account manager events store (#1295) Bethuel Mmbaga 2023-11-08 13:35:37 +03:00
  • 2b249ab9c9 fix after merge changes Pascal Fischer 2023-11-07 15:52:19 +01:00
  • 0e7a67cf81 merge main Pascal Fischer 2023-11-07 15:18:37 +01:00
  • 9f7e13fc87 Enable deletion of integration resources (#1294) Bethuel Mmbaga 2023-11-07 17:02:51 +03:00
  • 8be6e92563 Extend API with accessible peers (#1284) Zoltan Papp 2023-11-07 14:38:36 +01:00
  • b726b3262d Add codespell job (#1281) Maycon Santos 2023-11-07 13:37:57 +01:00
  • 125a7a9daf Add integration activity types to codes.go (#1293) Bethuel Mmbaga 2023-11-07 14:05:58 +03:00
  • 9b1a0c2df7 Extend devcontainer with dind and go features (#1292) Yury Gargay 2023-11-07 11:14:07 +01:00
  • 1c23a0e70c fix panic on no dns response Pascal Fischer 2023-11-07 10:12:58 +01:00
  • 5632d222cc switching between client to query upstream Pascal Fischer 2023-11-06 12:32:25 +01:00
  • 1568c8aa91 Add basic support of devcontainer (#1280) Yury Gargay 2023-11-06 11:22:39 +01:00
  • e193df3bc7 fix metadata send on startup Pascal Fischer 2023-11-04 19:46:47 +01:00
  • 65052e5cba use dns.Client.Exchange test/dns-bind Maycon Santos 2023-11-03 20:35:52 +01:00
  • b6af524187 refactor add filter acl fix/enforce-acl-for-containers Maycon Santos 2023-11-03 15:25:18 +01:00
  • 2f5ba96596 Bump google.golang.org/grpc from 1.55.0 to 1.56.3 (#1252) dependabot[bot] 2023-11-03 14:45:50 +01:00
  • 63568e5e0e Bump golang.org/x/image from 0.5.0 to 0.10.0 (#1285) dependabot[bot] 2023-11-03 14:45:35 +01:00
  • 64084ca130 trying to bind the DNS resolver dialer to an interface Pascal Fischer 2023-11-03 14:26:07 +01:00
  • 9c4bf1e899 Parse original resolv.conf (#1270) Zoltan Papp 2023-11-03 13:05:39 +01:00
  • 2c01514259 Fix black icon background on Win (#1269) Zoltan Papp 2023-11-03 13:05:07 +01:00
  • e2f27502e4 Feature/search domain for android (#1256) Zoltan Papp 2023-11-02 19:04:33 +01:00
  • 8cf2866a6a Add integration reference field to group copy method (#1283) Bethuel Mmbaga 2023-11-02 16:33:20 +03:00
  • c99ae6f009 fix some typo spotted with codespell (#1278) Fabio Fantoni 2023-11-01 17:11:16 +01:00
  • 8843784312 Remove logging of User names on Debug level (#1275) Yury Gargay 2023-11-01 12:00:47 +01:00
  • c38d65ef4c Extends management user and group structure (#1268) Bethuel Mmbaga 2023-11-01 13:04:17 +03:00
  • 6d4240a5ae Feature/update check (#1232) Zoltan Papp 2023-10-30 10:32:48 +01:00
  • 52f5101715 Fix network route adding rule to filter table (#1266) Maycon Santos 2023-10-30 09:25:33 +01:00
  • 79f60b86c4 fix route deletion Pascal Fischer 2023-10-27 11:11:25 +02:00
  • e2eef4e3fd Pass JWT Claims Extractor to Integrations (#1258) Yury Gargay 2023-10-27 17:18:44 +02:00
  • 76318f3f06 Fix Windows firewall message check (#1254) Maycon Santos 2023-10-27 10:54:26 +02:00
  • db25ca21a8 Log auth0 batch length (#1255) Maycon Santos 2023-10-27 09:52:11 +02:00
  • a8d03d8c91 Fix redirect urls template processing (#1251) v0.24.2 Maycon Santos 2023-10-25 17:51:05 +02:00
  • 74ff2619d0 Log client version on startup (#1240) v0.24.1 Maycon Santos 2023-10-25 00:47:40 +02:00
  • 40bea645e9 Bump golang.org/x/net from 0.10.0 to 0.17.0 (#1214) dependabot[bot] 2023-10-25 00:23:07 +02:00
  • e7d52beeab Support pinning version during binary install (#1237) Glenn Sommer 2023-10-25 00:14:00 +02:00
  • 7a5c6b24ae Fix GetAccountByPrivateDomain for SQLite (#1242) Yury Gargay 2023-10-25 00:12:10 +02:00
  • de46393a7c updated Pascal Fischer 2023-10-23 18:31:40 +02:00
  • 90c2093018 Fix SaveUserLastLogin in SQLite store (#1241) Yury Gargay 2023-10-23 16:08:21 +02:00
  • 06318a15e1 Log store engine type (#1234) v0.24.0 Maycon Santos 2023-10-19 21:14:05 +02:00
  • eeb38b7ecf Update management.json template with all existing configuration parameters (#1182) pascal-fischer 2023-10-19 20:07:25 +02:00
  • e59d2317fe Add search domains support (#1224) Maycon Santos 2023-10-19 19:32:42 +02:00
  • ee6be58a67 Fix update script's failure to update netbird-ui in binary installation (#1218) Bethuel Mmbaga 2023-10-19 18:47:39 +03:00
  • a9f5fad625 Update grpc clients' keepalive interval (#1231) Maycon Santos 2023-10-19 10:18:16 +02:00
  • c979a4e9fb Explicitly disable CGO for client (#1228) Maycon Santos 2023-10-18 18:15:18 +02:00
  • f2fc0df104 Make possible set IdpSignKeyRefreshEnabled from setup.env (#1230) Fabio Fantoni 2023-10-18 18:03:51 +02:00
  • 87cc53b743 Add management-integrations (#1227) Yury Gargay 2023-10-17 17:19:47 +02:00
  • 7d8a69cc0c Use account creator as inviter as a fallback (#1225) Maycon Santos 2023-10-17 15:54:50 +02:00
  • e4de1d75de Update contribution guide with go version and Windows driver (#1226) Maycon Santos 2023-10-17 11:37:58 +02:00
  • 73e57f17ea chore: pkg import only once (#1222) guangwu 2023-10-16 23:00:05 +08:00
  • 46f5f148da Move StoreKind under own StoreConfig configuration and rename to Engine (#1219) Yury Gargay 2023-10-16 11:19:39 +02:00
  • 32880c56a4 Implement SQLite Store using gorm and relational approach (#1065) Yury Gargay 2023-10-12 15:42:36 +02:00
  • 2b90ff8c24 Fix/key backup in config script (#1206) v0.23.9 Zoltan Papp 2023-10-11 23:01:49 +02:00
  • b8599f634c Fix nil pointer exception in group delete (#1211) Zoltan Papp 2023-10-11 23:00:56 +02:00
  • 659110f0d5 Rework peer connection status based on the update channel existence (#1213) Yury Gargay 2023-10-11 18:11:45 +02:00
  • 4ad14cb46b Add Pagination for IdP Users Fetch (#1210) Bethuel Mmbaga 2023-10-11 17:09:30 +03:00
  • c4c59ed3a7 fix Pascal Fischer 2023-10-09 14:59:21 +02:00
  • 7f958e9338 trying to add DNS Pascal Fischer 2023-10-09 14:58:48 +02:00
  • 3c485dc7a1 Fix routing groups expand and filtering (#1203) v0.23.8 Maycon Santos 2023-10-09 14:39:41 +02:00
  • 026958c22a Lock by PeerID when CreateChannel yury/use-sync-map-in-updatechannel Yury Gargay 2023-10-09 14:16:08 +02:00
  • 9bfab103a0 Merge remote-tracking branch 'upstream/main' into yury/use-sync-map-in-updatechannel Yury Gargay 2023-10-09 13:54:21 +02:00
  • f7e6cdcbf0 Run linter action on MacOS and Windows (#1198) Yury Gargay 2023-10-07 21:45:46 +02:00
  • af6fdd3af2 Always call Login from UI with the desktop flag (#1200) Misha Bragin 2023-10-06 18:28:46 +02:00
  • 5781ec7a8e Use the PCKE flow in the UI (#1196) Misha Bragin 2023-10-06 17:03:17 +02:00
  • 91b45eab98 Merge remote-tracking branch 'origin/main' into local/engine-restart Pascal Fischer 2023-10-06 16:33:01 +02:00
  • ec8eb76b42 small refactor for better code quality in swift Pascal Fischer 2023-10-06 16:32:30 +02:00
  • 56d82a99e1 Backup and restore encryption key fix/events-key-handling Zoltan Papp 2023-10-06 15:41:29 +02:00
  • d25f543913 Handle idempotent way the encryption key Zoltan Papp 2023-10-06 14:37:24 +02:00
  • 672b4c0401 Eliminate repeated error messages Zoltan Papp 2023-10-06 14:09:17 +02:00
  • 8b8e4bbc6a support for routes and working connection Pascal Fischer 2023-10-05 20:15:44 +02:00