aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* update web builds, use watchifyMaximilian Hils2015-10-0815-211/+154
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-174-15/+15
|
* adjust to netlib changesMaximilian Hils2015-09-161-3/+3
|
* fix #615Maximilian Hils2015-06-081-0/+5
|
* check in last attempt at contenteditable before retreating to inputsMaximilian Hils2015-05-021-25/+71
|
* web: try harder to fix editorMaximilian Hils2015-05-011-2/+7
|
* mitmweb: add editorMaximilian Hils2015-05-015-155/+239
|
* web: fix delete flowsLegend Tang2015-03-301-1/+1
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-3012-56/+290
|
* s/filter/search/Maximilian Hils2015-03-303-9/+9
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* web: add more keyboard shortcutsMaximilian Hils2015-03-294-21/+43
|
* web: global key handlingMaximilian Hils2015-03-295-7/+28
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-279-136/+130
| | | | | | Using contexts frees us from the contracts we have using props - namely, we can assume them to be constant for the lifetime of the object.
* web: minor ux improvementsMaximilian Hils2015-03-271-0/+2
|
* web: fix react-routerMaximilian Hils2015-03-271-2/+4
|
* Merge remote-tracking branch 'vzvu/react-router-0.13.2'Maximilian Hils2015-03-272-4/+1
|\ | | | | | | | | Conflicts: libmproxy/web/static/vendor.js
| * web: upgrade to react-router 0.13.2vzvu3k6k2015-03-272-4/+1
| |
* | web: initial attempt at header editorMaximilian Hils2015-03-272-23/+134
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-239-60/+361
|
* web: add content downloadMaximilian Hils2015-03-222-2/+6
|
* web: improve viewsMaximilian Hils2015-03-226-22/+68
|
* web: upgrade to react 0.13Maximilian Hils2015-03-223-65/+79
|
* web: raw content viewMaximilian Hils2015-03-223-6/+53
|
* tweak cssMaximilian Hils2015-03-229-157/+164
|
* web: add content viewsMaximilian Hils2015-03-225-14/+174
|
* structure componentsMaximilian Hils2015-03-217-407/+426
|
* web: fix bugsMaximilian Hils2015-03-216-6/+9
|
* add table sortMaximilian Hils2015-03-176-53/+199
|
* web: smaller changesMaximilian Hils2015-03-158-52/+32
|
* update package.json during transition period, see #518Legend Tang2015-03-151-1/+1
|
* fix sourcemapsMaximilian Hils2015-03-111-11/+35
|
* improve source map generationMaximilian Hils2015-03-111-4/+4
|
* add sourcemap generation for scripts-app-dev taskSuyash2015-03-071-9/+15
|
* Merge remote-tracking branch 'legend/master'Maximilian Hils2015-03-063-5/+17
|\ | | | | | | | | Conflicts: libmproxy/web/static/app.js
| * another clean up for #503 #504Legend Tang2015-03-062-2/+5
| |
| * clean up for #503 #504Legend Tang2015-03-061-4/+4
| |
| * Replace `addListener` method with multiple bindings, fix for #503 504Legend Tang2015-03-061-3/+12
| |
| * Revert "revert to custom EventEmitter, workaround for #504"Legend Tang2015-03-062-32/+5
| | | | | | | | This reverts commit fa8fc64ce0170b029410600af20b25c8160fe5c6.
| * revert to custom EventEmitter, workaround for #504Legend Tang2015-03-062-5/+32
| | | | | | | | It's an EventEmitter issue.
* | fix #506Legend Tang2015-03-062-8/+10
|/
* clean up web buildsMaximilian Hils2015-03-054-37/+29
|
* Pin browserify to most recent version that worksAldo Cortesi2015-01-041-1/+1
| | | | | | Issue being tracked here: https://github.com/substack/node-browserify/issues/1044
* Ditch old gulpfileAldo Cortesi2015-01-032-180/+0
|
* Add PEG support to gulpfileAldo Cortesi2015-01-036-84/+106
| | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports
* Unit test framework for web client-side codeAldo Cortesi2015-01-024-46/+76
| | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;)
* components/utils.js -> common.jsAldo Cortesi2015-01-017-18/+16
| | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway.
* Make header more compactAldo Cortesi2015-01-012-11/+2
| | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here
* Use Facebook's dispatcherAldo Cortesi2015-01-012-22/+6
|
* Replace custom EventEmitter with one from browserifyAldo Cortesi2015-01-014-40/+10
|
* Remove unused filesAldo Cortesi2015-01-013-57/+0
|