aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/app.js
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-6271/+0
|
* update web builds, use watchifyMaximilian Hils2015-10-081-1371/+1905
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-4/+4
|
* web: try harder to fix editorMaximilian Hils2015-05-011-2/+7
|
* mitmweb: add editorMaximilian Hils2015-05-011-177/+263
|
* web: fix delete flowsLegend Tang2015-03-301-1/+1
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-301-76/+284
|
* s/filter/search/Maximilian Hils2015-03-301-9/+9
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* web: add more keyboard shortcutsMaximilian Hils2015-03-291-21900/+67
|
* web: global key handlingMaximilian Hils2015-03-291-28/+21904
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-137/+131
| | | | | | 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: fix react-routerMaximilian Hils2015-03-271-2/+4
|
* Merge remote-tracking branch 'vzvu/react-router-0.13.2'Maximilian Hils2015-03-271-3/+0
|\ | | | | | | | | Conflicts: libmproxy/web/static/vendor.js
| * web: upgrade to react-router 0.13.2vzvu3k6k2015-03-271-4/+1
| |
* | web: initial attempt at header editorMaximilian Hils2015-03-271-24/+135
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-231-62/+339
|
* web: add content downloadMaximilian Hils2015-03-221-2/+6
|
* web: improve viewsMaximilian Hils2015-03-221-25/+71
|
* web: upgrade to react 0.13Maximilian Hils2015-03-221-15/+29
|
* web: raw content viewMaximilian Hils2015-03-221-6/+52
|
* web: add content viewsMaximilian Hils2015-03-221-33/+182
|
* structure componentsMaximilian Hils2015-03-211-424/+449
|
* web: fix bugsMaximilian Hils2015-03-211-7/+10
|
* add table sortMaximilian Hils2015-03-171-56/+169
|
* web: smaller changesMaximilian Hils2015-03-151-54/+33
|
* add sourcemap generation for scripts-app-dev taskSuyash2015-03-071-1/+3
|
* Merge remote-tracking branch 'legend/master'Maximilian Hils2015-03-061-6/+18
|\ | | | | | | | | Conflicts: libmproxy/web/static/app.js
| * another clean up for #503 #504Legend Tang2015-03-061-3/+6
| |
| * clean up for #503 #504Legend Tang2015-03-061-5/+5
| |
| * Replace `addListener` method with multiple bindings, fix for #503 504Legend Tang2015-03-061-4/+13
| |
* | fix #506Legend Tang2015-03-061-11/+13
|/
* clean up web buildsMaximilian Hils2015-03-051-1/+20
|
* Add PEG support to gulpfileAldo Cortesi2015-01-031-356/+39
| | | | | - 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-021-8/+14
| | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;)
* components/utils.js -> common.jsAldo Cortesi2015-01-011-223/+221
| | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway.
* Make header more compactAldo Cortesi2015-01-011-5/+2
| | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here
* Use Facebook's dispatcherAldo Cortesi2015-01-011-41/+343
|
* Replace custom EventEmitter with one from browserifyAldo Cortesi2015-01-011-60/+333
|
* All files and only files in in js/components are jsxAldo Cortesi2015-01-011-24/+24
| | | | So remove the redundant naming
* More browesrification.Aldo Cortesi2014-12-311-48/+209
|
* More conversions to browserifyAldo Cortesi2014-12-301-21/+427
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-301-0/+3774