Changelog
- d05b0c3 Accept window title as query parameter
- 7d4213a Add api endpoint to list multi client command jobs with pagination
- f824dde Added "AmbientCapabilities=CAP_NET_BIND_SERVICE" to systemd unit files
- e5ae800 Bump async from 2.6.3 to 2.6.4
- 5f2c6b8 Bump minimist from 1.2.5 to 1.2.6
- 764d462 Fix client check
- 14d8661 Fix exclude not allowed tunnels
- 5c3cb84 Fix lint
- 4a9a391 Fix panic when job result is nil
- 07321e6 Fix tunnel is allowed
- fa60b7b Fixed powershell execution
- 697115d Fixed powershell execution
- 96d0a64 Idiomatic test on empty value
- 8db8fc4 Improved test and structure
- 79a9f7c Introduced new config for the pairing service url
- 2a8c8c2 Introduced new tunnel_host setting resolves #469
- f829d9c Just rewrite known vue paths, return 404 otherwise
- 3a74443 Merge branch 'master' into DEV-2510
- 36a81f2 Merge pull request #480 from cloudradar-monitoring/DEV-2498
- 8336e10 Merge pull request #483 from cloudradar-monitoring/DEV-2500
- e1fb933 Merge pull request #493 from cloudradar-monitoring/DEV-2491-fix
- 30901a5 Merge pull request #494 from cloudradar-monitoring/dependabot/npm_and_yarn/minimist-1.2.6
- 17d38ae Merge pull request #495 from cloudradar-monitoring/DEV-2487
- feaf688 Merge pull request #496 from cloudradar-monitoring/DEV-2510
- 904cfb4 Merge pull request #498 from cloudradar-monitoring/documentation
- f706715 Merge pull request #516 from cloudradar-monitoring/DEV-2455-refactor-jobs-and-add-fields
- df9b875 Merge pull request #525 from cloudradar-monitoring/DEV-2520
- fa5b382 Merge pull request #526 from cloudradar-monitoring/dependabot/npm_and_yarn/async-2.6.4
- e9d4b2b Merge pull request #527 from cloudradar-monitoring/update-vuepress
- 2e1d295 Merge pull request #529 from cloudradar-monitoring/apidoc
- 61d4599 Merge pull request #530 from cloudradar-monitoring/DEV-2455-fix
- 250dceb Merge pull request #532 from cloudradar-monitoring/DEV-2466
- cd6b320 Merge pull request #533 from cloudradar-monitoring/DEV-2517
- 303a14a Merge pull request #534 from cloudradar-monitoring/DEV-2514
- 4f11351 Refactor jobs api and add fields option for listing commands
- 2bf35a0 Removed all cipher suites because TLSv1.3 selects them automatically
- 5a92e71 Removed getting virt info from gopsutils.
- a0839a8 Test on correct tunnel_host
- d4671e3 Update api-doc.yml
- 6a2aa62 Update to golang-jwt v4
- 22dacbb Update vuepress
- 146fbb6 [DEV-2455] Add last_started_at field for schedules (#481)
- 7edf25c [DEV-2491] Add tunnel_allowed config (#487)
- 4c7f942 accept only TLSv1.3 and use strong cipher suites
- 1b6a854 added download counter
- 45ed5ff better guide to choose the right documentation
- 5f61f84 better verification of expected errors
- 57a172c draft for testing server default values
- 2fcd61a extended to test pairing url
- d4f9105 fix apidoc
- a11852a fixed lint errors
- 3b4b94b fixed lint errors
- 6a2f8cc fixed lint errors
- acafb23 fixed lint errors
- ec01582 fixed lint errors
- 6dc62ea fixed test
- 5f3f244 moved url validation to separated function
- 71ce222 new test for the example server config file
- 2ce1229 removed TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA from TLS config
- 93a34eb removed casual logging
- 3ef2f71 setting default pairing URL using viper
- 4d7f8e6 using errors.Wrap from github.com/pkg/errors
- cc3e8ff validate apidoc on push