summaryrefslogtreecommitdiff
path: root/nova/tests/unit/console
Commit message (Expand)AuthorAgeFilesLines
* Remove use of removeprefixStephen Finucane2022-12-201-1/+3
* Adapt websocketproxy tests for SimpleHTTPServer fixmelanie witt2022-08-171-35/+26
* Use unittest.mock instead of third party mockStephen Finucane2022-08-016-7/+6
* Fix duplicates keysRajesh Tailor2022-05-261-2/+0
* Merge "console: Improve logging"Zuul2021-09-071-4/+5
|\
| * console: Improve loggingStephen Finucane2021-03-031-4/+5
* | Merge "Reduce mocking in test_reject_open_redirect for compat"Zuul2021-08-301-14/+13
|\ \
| * | Reduce mocking in test_reject_open_redirect for compatmelanie witt2021-07-311-14/+13
* | | address open redirect with 3 forward slashesSean Mooney2021-08-231-0/+34
|/ /
* | Reject open redirection in the console proxymelanie witt2021-05-141-0/+34
* | Remove references to 'sys.version_info'Stephen Finucane2021-04-211-28/+0
|/
* Refactor and rename test_tcp_rst_no_compute_rpcapimelanie witt2021-02-031-9/+31
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-5/+3
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+2
* Remove six.movesTakashi Natsume2020-11-071-3/+2
* Merge "Allow TLS ciphers/protocols to be configurable for console proxies"Zuul2020-02-241-0/+16
|\
| * Allow TLS ciphers/protocols to be configurable for console proxiesNathan Kinder2020-02-121-0/+16
* | trivial: Merge unnecessary 'NovaProxyRequestHandlerBase' separationStephen Finucane2020-02-061-17/+17
|/
* Mask the token used to allow access to consolesBalazs Gibizer2019-11-271-0/+3
* Remove 'nova-console' service, 'console' RPC APIStephen Finucane2019-11-222-260/+0
* Reduce scope of 'path' query parameter to noVNC consolesmelanie witt2019-09-271-17/+13
* Fix non-existent method of MockTakashi NATSUME2019-08-151-1/+1
* Remove nova-consoleauthStephen Finucane2019-07-051-75/+2
* Add 'path' query parameter to console access urlMohammed Naser2019-06-141-16/+20
* Stop handling cells v1 for console authenticationStephen Finucane2019-04-161-20/+0
* Move create of ComputeAPI object in websocketproxymelanie witt2019-03-271-0/+10
* Use X-Forwarded-Proto as origin protocol if presentmelanie witt2019-01-161-0/+32
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-3/+3
* Convert websocketproxy to use db for token validationPaul Murray2018-05-031-85/+370
* remove unnecessary conf importsMatthew Edmonds2018-03-091-3/+0
* Fix accumulated nitsStephen Finucane2018-01-163-24/+55
* console: Provide an RFB security proxy implementationDaniel P. Berrange2018-01-122-0/+248
* console: introduce the VeNCrypt RFB authentication schemeStephen Finucane2018-01-122-2/+206
* console: introduce framework for RFB authenticationStephen Finucane2018-01-123-0/+108
* console: Send bytes to socketsStephen Finucane2018-01-121-0/+1
* console: introduce basic framework for security proxyingDaniel P. Berrange2017-09-281-2/+82
* conf: remove *_topic config optsStephen Finucane2017-07-171-4/+2
* Fix the race condition with novncjianghua wang2017-06-071-0/+31
* Fix novncproxy for python3Jens Rosenboom2017-02-161-104/+67
* Merge "tests: Replace use of CONF with monkey patching"Jenkins2017-01-241-1/+5
|\
| * tests: Replace use of CONF with monkey patchingStephen Finucane2017-01-061-1/+5
* | conf: move few console opts to xenserver groupMaciej Szankin2016-12-191-2/+3
|/
* conf: Remove deprecated service manager optsChangBo Guo(gcb)2016-12-051-2/+2
* Merge "Fixes python 3 unit tests"Jenkins2016-09-261-8/+8
|\
| * Fixes python 3 unit testsClaudiu Belu2016-09-231-8/+8
* | Skip malformed cookiesGleb Stepanov2016-09-221-0/+28
|/
* Merge "Remove invalid test methods for config option port_range"Jenkins2016-07-091-12/+0
|\
| * Remove invalid test methods for config option port_rangeChangBo Guo(gcb)2016-06-101-12/+0
* | Use instance object instead of db recordjichenjc2016-06-141-14/+20
|/