Commit Graph

599 Commits

Author SHA1 Message Date
Matthew Shao 07b3900ac5 [web] Update react,react-dom,react-test-renderer to 16-beta.3 2017-08-08 21:55:57 +08:00
Matthew Shao c6385e81c8 [web] Update tests to ensure they won't be disturbed by static mode 2017-08-07 11:08:19 +08:00
Matthew Shao f7b494ccf2 [web] Add HideInStatic Component
HideInStaic compoent will check the MITMWEB_STATIC var, and hide the
responsive components in static mode.
2017-08-07 11:05:02 +08:00
Matthew Shao 94a0b82cee [web] Add static backend. 2017-08-07 10:57:12 +08:00
Matthew Shao 27f4c6d394 [web] Add static.js to index.html, containing MITMWEB_STATIC var. 2017-08-07 10:53:13 +08:00
Maximilian Hils 7b54ef23d5 Merge pull request #2471 from ujjwal96/traceback-fix
Fixed addon error in test suite
2017-07-29 16:54:22 +02:00
Ujjwal Verma 544a7cdd14 updated snapshot 2017-07-28 00:09:29 +05:30
Matthew Shao 7e5f424c50 [web] Minor fix for frontend and tests. 2017-07-27 11:22:02 +08:00
Matthew Shao 4282dc1ac4 [web] Update tests. 2017-07-26 15:16:23 +08:00
Matthew Shao c7e41b32ab [web] Update options auto dump for frontend. 2017-07-26 15:09:11 +08:00
Ujjwal Verma ed0f219167 fixed addon error 2017-07-26 01:02:30 +05:30
Matthew Shao 5c45a90ce9 [web] Update tests. 2017-07-24 20:36:21 +08:00
Matthew Shao 8c3e988a8c [web] Add Download/Load button to OptionEditor. 2017-07-24 20:34:15 +08:00
Matthew Shao 93cd1562de [web] OptionModal component coverge ++. 2017-07-22 21:16:16 +08:00
Matthew Shao a0d14caa89 [web] Update tests. 2017-07-21 23:00:10 +08:00
Matthew Shao 663e6026fb [web] Add default value suggester in option editor. 2017-07-21 22:58:20 +08:00
Matthew Shao cb73658dd4 [web] Remove js/ducks/ui/option.js 2017-07-20 22:26:28 +08:00
Matthew Shao f465f08c9a [web] Minor fix and update tests. 2017-07-20 15:39:43 +08:00
Matthew Shao cbf5db9a4f [web] Fix line breaking in StringSequenceOption. 2017-07-19 22:24:45 +08:00
Matthew Shao c2f0b94fb7 [web] sorting the options and minor improve ux. 2017-07-18 14:46:18 +08:00
Matthew Shao 70bb123101 Merge branch 'mitmweb-options' of https://github.com/MatthewShao/mitmproxy into mitmweb-options 2017-07-18 09:14:28 +08:00
Maximilian Hils 183079f731 [web] options: add some styling, minor fixes 2017-07-17 21:13:24 +02:00
Maximilian Hils babd967eb8 [web] options: make help and err permanently visible, improve perf 2017-07-17 21:04:01 +02:00
Matthew Shao 21b3f9c029 [web] Update OptionMaster. 2017-07-17 13:59:25 +02:00
Matthew Shao ec5061327f [web] Add reducer and actions for option editor. 2017-07-17 13:59:25 +02:00
Matthew Shao 6be1c2efb9 [web] Add simple validation and improve UI. 2017-07-17 13:59:25 +02:00
Matthew Shao 0b8b943b0b [web] Update tests. 2017-07-17 13:59:25 +02:00
Matthew Shao 73685da78b [web] Try StringSequence update logic and add tooltip. 2017-07-17 13:59:25 +02:00
Matthew Shao e1ee21d8bb [web] Update test. 2017-07-17 13:59:25 +02:00
Matthew Shao 5df15208d6 [web] Add PureStringSequenceOption type to OptionMaster.jsx 2017-07-17 13:59:25 +02:00
Matthew Shao 4a02822b34 [web] Update OptionMaster. 2017-07-17 15:32:52 +08:00
Matthew Shao c19a184ba2 [web] Add reducer and actions for option editor. 2017-07-17 15:28:06 +08:00
Matthew Shao 80091c859a [web] Add simple validation and improve UI. 2017-07-15 22:54:33 +08:00
Matthew Shao 73855908da [web] Update tests. 2017-07-10 20:43:59 +08:00
Matthew Shao 89a300fe3e [web] Try StringSequence update logic and add tooltip. 2017-07-10 20:42:24 +08:00
Matthew Shao 1cc143d502 [web] Update test. 2017-07-07 10:20:12 +08:00
Matthew Shao 30fbcfa355 [web] Add PureStringSequenceOption type to OptionMaster.jsx 2017-07-07 10:18:29 +08:00
Matthew Shao 7516f706b4 [web] Update Option Modal UI and its tests. 2017-07-05 18:55:56 +08:00
Matthew Shao e8f3b740c9 [web] Update css for modal. 2017-07-05 08:46:16 +08:00
Matthew Shao d889892ba5 [web] List all options in option modal. 2017-07-05 08:45:31 +08:00
Matthew Shao aa01a62df7 [web] Add keys argument for dump_dict in optmanager. 2017-07-05 08:40:21 +08:00
Matthew Shao 2e6f56c4e7 [web] Try toggle options in option modal. 2017-07-02 12:19:32 +08:00
Matthew Shao aad0b95cbe [web] Update js/components/Modal/OptionModal.jsx 2017-06-30 21:12:50 +08:00
Matthew Shao e28f3881dc [web] Update tests for components. 2017-06-30 20:46:50 +08:00
Matthew Shao 7baf3069b1 [web] Update the Structure of Modal component. 2017-06-30 20:46:02 +08:00
Matthew Shao 7a50301af3 [web] Add tests for js/components/Modal/ModalSpec.js 2017-06-29 09:20:11 +08:00
Matthew Shao daec9854e2 [web] Update __tests__/ducks/tutils.js 2017-06-29 09:06:55 +08:00
Matthew Shao 7784d7cdd0 [web] Add tests for reducors of options and modal. 2017-06-28 22:08:30 +08:00
Matthew Shao 4e8b8bf2ce [web] Add src/css/modal.less 2017-06-28 21:48:49 +08:00
Matthew Shao febfeb9ef2 [web] Minor update for Modal Component. 2017-06-28 21:48:22 +08:00
Matthew Shao 81c854e909 [web] Update test for js/components/Header/FileMenu.jsx 2017-06-28 18:50:08 +08:00
Matthew Shao 2a9b2a549a [web] Add Option Modal to FileMenu. 2017-06-28 18:49:11 +08:00
Matthew Shao c0ad25715b [web] Add Modal Component and OptionModal 2017-06-28 18:48:31 +08:00
Matthew Shao 23a2409a87 [web] Add modal to js/ducks/ui/index.js 2017-06-27 22:00:10 +08:00
Matthew Shao f95dcfd2e5 [web] Add js/ducks/options.js 2017-06-27 21:58:41 +08:00
Matthew Shao 58af3a6ba4 [web] Add js/ducks/ui/modal.js 2017-06-27 21:58:13 +08:00
Matthew Shao 9ff29cdb2b [web] Minor fix and Coverage ++ 2017-06-26 09:49:31 +08:00
Matthew Shao d2fa4d8341 [web] Add tests for js/components/FlowTable.jsx 2017-06-25 21:15:01 +08:00
Matthew Shao 9f58093954 [web] Add tests for js/components/EventLog.jsx 2017-06-25 21:13:53 +08:00
Matthew Shao 06a0cabb7a [web] Add tests for js/components/ContentView.jsx 2017-06-25 21:12:30 +08:00
Maximilian Hils c4804b5fe1 [web] update dependencies 2017-06-12 13:02:15 +02:00
Maximilian Hils 99eca6dfed [web] fix contentviews, simplify related logic 2017-06-12 13:01:22 +02:00
Maximilian Hils c1ba6b6c21 [web] fix stopEdit 2017-06-12 12:57:37 +02:00
Matthew Shao 49a04e37c3 [web] Update ContentLoader class name. 2017-06-12 08:41:40 +08:00
Matthew Shao d1a40def20 [web] Export PureViewServer in ContentView/ContentView.jsx 2017-06-08 11:26:36 +08:00
Matthew Shao 602ab1a687 [web] Add tests for js/components/ContentView/ContentView.jsx 2017-06-08 11:13:59 +08:00
Matthew Shao 55fd82b8f0 [web] Add tests for js/components/ContentView/ContentLoader.jsx 2017-06-08 11:09:29 +08:00
Matthew Shao edd363262c [web] Add mock-xmlhttprequest dependency. 2017-06-08 11:06:24 +08:00
Matthew Shao 4d3d18784e [web] Add tests for js/components/ContentView/ViewSelector.jsx 2017-06-06 19:07:35 +08:00
Matthew Shao 3d51595b27 [web] Add tests for js/components/ContentView/UploadContentButton.jsx 2017-06-06 19:04:40 +08:00
Matthew Shao c9a7286b60 [web] Imporve indentation. 2017-06-06 14:59:51 +08:00
Matthew Shao bff23275c3 [web] Add tests for js/components/ContentView/ShowFullContentButton.jsx 2017-06-05 10:22:19 +08:00
Matthew Shao 298ac8391e [web] Add tests for js/components/ContentView/MetaViews.jsx 2017-06-05 10:19:09 +08:00
Matthew Shao 46eae0a0b6 [web] Add tests for js/components/ContentView/DownloadContentButton.jsx 2017-06-05 10:17:24 +08:00
Maximilian Hils 465178323f explain codemirror rendering shortcomins 2017-06-02 13:26:21 +02:00
Matthew Shao 950810accb [web] Update tests for js/components/ContentView/ContentViewOptions.jsx 2017-06-02 09:19:44 +08:00
Matthew Shao ef9ee67c19 [web] Add tests for js/components/ContentView/ContentViewOptions.jsx 2017-06-01 20:37:38 +08:00
Matthew Shao de3042911a [web] Add tests for js/components/ContentView/CodeEditor.jsx 2017-06-01 20:33:22 +08:00
Matthew Shao a53875443e [web] Remove mock-xmlhttprequest dependency. 2017-05-31 19:57:34 +08:00
Matthew Shao b16a3ab083 [web] mock components/ContentView 2017-05-31 18:22:28 +08:00
Matthew Shao e1c5f2a93e [web] Add tests for js/components/FlowView/Messages.jsx 2017-05-31 16:04:28 +08:00
Matthew Shao d6e318b41d [web] Add mock-xmlhttprequest as dependency. 2017-05-31 16:00:12 +08:00
Matthew Shao 366d0d6280 [web] Add tests for js/components/FlowView/ToggleEdit.jsx 2017-05-30 21:47:50 +08:00
Matthew Shao f840d018e5 [web] Add tests for js/components/FlowView/Nav.jsx 2017-05-30 21:46:17 +08:00
Matthew Shao 248dde2604 [web] Add tests for js/components/FlowView/Header.jsx 2017-05-30 21:31:08 +08:00
Matthew Shao f2e8e57e1c [web] Add tests for js/components/FlowView/Details.jsx 2017-05-30 21:30:02 +08:00
Matthew Shao a1ef0b697d [web] Add tests for js/components/EventLog/EventList.jsx 2017-05-29 20:39:10 +08:00
Matthew Shao a0ec6f58e9 [web] Update snapshot. 2017-05-29 09:33:36 +08:00
Matthew Shao a0bb64fdd3 [web] Minor fixes. 2017-05-29 09:15:29 +08:00
Matthew Shao 9c90d13149 [web] Add tests for js/components/Header/MainMenu.js 2017-05-28 19:20:09 +08:00
Matthew Shao fbaa842a46 [web] Add tests for js/components/Header/OptionMenu.jsx 2017-05-27 23:12:37 +08:00
Matthew Shao 134331b997 [web] Add tests for js/components/Header/MenuToogle.jsx 2017-05-27 22:56:10 +08:00
Matthew Shao 62d39200d0 [web] Update js/Component/Header/FlowMenu.jsx 2017-05-27 21:43:06 +08:00
Matthew Shao 6abb04c4f8 [web] Add snapshot files. 2017-05-27 21:24:23 +08:00
Matthew Shao ddc03df4f6 [web] Add tests for js/components/Header/FlowMenu.jsx 2017-05-27 21:22:49 +08:00
Matthew Shao cdb256682e [web] Add TStore in js/__tests__/ducks/tutils.js 2017-05-27 21:19:49 +08:00
Matthew Shao b1d29dcaa1 [web] Remove jest-fetch-mock dependency. 2017-05-27 21:13:21 +08:00
Matthew Shao fbdbb097a3 [web] Add tests for js/components/Header/FilterInput.jsx 2017-05-26 18:08:29 +08:00
Matthew Shao 04e2f7e14c [web] Add tests for js/components/Header/FileMenu.jsx 2017-05-26 17:27:36 +08:00
Matthew Shao 1d7e554487 [web] Add tests for js/components/Header/ConnectionIndicator.jsx 2017-05-26 17:25:51 +08:00