Ujjwal Verma
ed0f219167
fixed addon error
2017-07-26 01:02:30 +05:30
Thomas Kriechbaumer
4855659eeb
nuke old openssl
2017-07-25 10:56:24 +02:00
Thomas Kriechbaumer
a2c2b1a9cb
update cert with too small key
...
$ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
(keep everything default, do not enter a Common Name or FQDN)
$ cat key.pem cert.pem > test/mitmproxy/data/no_common_name.pem
2017-07-25 10:56:24 +02:00
Thomas Kriechbaumer
2868a0808a
Merge pull request #2467 from mitmproxy/requires-io-master
...
[requires.io] dependency update on master branch
2017-07-24 22:08:05 +02:00
Thomas Kriechbaumer
960262e4ed
Merge pull request #2466 from Kriechi/update-travis
...
update travis
2017-07-24 22:07:52 +02:00
requires.io
31db24599a
[requires.io] dependency update
2017-07-24 21:25:04 +02:00
Thomas Kriechbaumer
4b7fa6b3bf
Merge pull request #2459 from mhils/fix-tb
...
Fix addon tracebacks
2017-07-24 21:10:39 +02:00
Thomas Kriechbaumer
5916178d60
update travis
2017-07-24 21:03:38 +02:00
Thomas Kriechbaumer
28c326031a
[requires.io] dependency update on master branch ( #2435 )
2017-07-24 21:03:14 +02:00
Maximilian Hils
5c4b0d4132
require latest mypy version (refs #2452 )
2017-07-24 19:03:01 +02:00
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
38d926d159
[web] Add /options/dump API to backend.
2017-07-24 20:32:46 +08:00
Matthew Shao
6c4dbcc7a7
[web] Update OptManager.save() to suit the need of mitmweb.
2017-07-24 20:30:14 +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
Maximilian Hils
3209704086
fix addon tracebacks
...
`.tb_next` discards the first interesting frame,
this shouldn't happen.
2017-07-21 11:25:17 +02:00
Maximilian Hils
e1d0bc6de9
Merge pull request #2430 from MatthewShao/mitmweb-options
...
[web] [WIP] Mitmweb options
2017-07-20 18:01:53 +02:00
Maximilian Hils
8526ca9e17
Merge pull request #2454 from mhils/minor-improvements
...
Minor improvements
2017-07-20 17:45:40 +02:00
Maximilian Hils
7b0485d6d6
update mypy
2017-07-20 16:27:13 +02:00
Matthew Shao
cb73658dd4
[web] Remove js/ducks/ui/option.js
2017-07-20 22:26:28 +08:00
Maximilian Hils
8b0b4c42b0
Merge pull request #2455 from mhils/script-fixes
...
Fix loading scripts with same filename
2017-07-20 16:00:58 +02:00
Maximilian Hils
9176626dab
fix type declaration
2017-07-20 15:43:36 +02:00
Maximilian Hils
b7bda8f4b2
shorten option help
...
We can have longer versions in the docs, but this makes the
options pages quite hard to parse.
2017-07-20 15:27:41 +02:00
Maximilian Hils
94d28831e1
replace deprecated use of SourceFileLoader.load_module
2017-07-20 15:23:22 +02:00
Maximilian Hils
779677bcc6
fix loading scripts with same filename
2017-07-20 15:21:09 +02: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
1f5ede2857
[web] Update error msg in PUT /options API.
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
ca8364404d
[web] Update error msg in PUT /options API.
2017-07-15 22:53:11 +08:00
Maximilian Hils
a81cd18d92
make eventsequence.iterate extendable
2017-07-15 12:26:38 +02:00
Maximilian Hils
af777f9b4f
remove --shortversion
...
this has no benefit over --version and clutters our cmdline options.
2017-07-15 12:21:15 +02:00
Thomas Kriechbaumer
374c27feb6
Merge pull request #2436 from ujjwal96/addon
...
Allow remote Addon
2017-07-15 10:57:45 +02:00
Thomas Kriechbaumer
74708d546b
Update test_allowremote.py
2017-07-15 10:01:14 +02:00
Ujjwal Verma
fdc64be04a
Allow remote addon
2017-07-15 10:01:14 +02:00