aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js
Commit message (Collapse)AuthorAgeFilesLines
* web: add more keyboard shortcutsMaximilian Hils2015-03-294-21/+43
|
* web: global key handlingMaximilian Hils2015-03-293-4/+25
|
* 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: 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-3/+0
| |
* | web: initial attempt at header editorMaximilian Hils2015-03-272-23/+134
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-238-60/+337
|
* web: add content downloadMaximilian Hils2015-03-221-1/+5
|
* web: improve viewsMaximilian Hils2015-03-226-22/+68
|
* web: upgrade to react 0.13Maximilian Hils2015-03-222-15/+29
|
* web: raw content viewMaximilian Hils2015-03-222-5/+51
|
* web: add content viewsMaximilian Hils2015-03-222-14/+161
|
* structure componentsMaximilian Hils2015-03-217-407/+426
|
* web: fix bugsMaximilian Hils2015-03-216-6/+9
|
* add table sortMaximilian Hils2015-03-175-53/+167
|
* web: smaller changesMaximilian Hils2015-03-158-52/+32
|
* 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
|/
* Add PEG support to gulpfileAldo Cortesi2015-01-034-28/+32
| | | | | - 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-023-10/+28
| | | | | | - 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-011-4/+1
| | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here
* Use Facebook's dispatcherAldo Cortesi2015-01-011-21/+4
|
* Replace custom EventEmitter with one from browserifyAldo Cortesi2015-01-014-40/+10
|
* All files and only files in in js/components are jsxAldo Cortesi2015-01-0111-16/+16
| | | | So remove the redundant naming
* More browesrification.Aldo Cortesi2014-12-315-33/+45
|
* More conversions to browserifyAldo Cortesi2014-12-305-18/+36
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-3018-47/+185
|
* web: integrate filter docsMaximilian Hils2014-12-261-8/+46
|
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-254-58/+29
|
* web: much ui work, such christmasMaximilian Hils2014-12-254-56/+145
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-246-103/+147
|
* web: move eventlog state out of settingsMaximilian Hils2014-12-235-13/+45
|
* web: intercept featureMaximilian Hils2014-12-238-49/+81
|
* web: squash bugsMaximilian Hils2014-12-233-16/+12
|
* web: simpler filter uiMaximilian Hils2014-12-234-84/+34
|
* highlight ui: complicated versionMaximilian Hils2014-12-224-17/+58
|
* web: filter/highlight ui, many fixesMaximilian Hils2014-12-137-120/+376
|
* add filter descriptionsMaximilian Hils2014-12-122-30/+100
|
* web: disable autoscroll at topMaximilian Hils2014-12-121-1/+5
|
* web: filteringMaximilian Hils2014-12-126-234/+253
|
* web: fight against react-routerMaximilian Hils2014-12-125-9/+81
|
* web: implement filtersMaximilian Hils2014-12-124-25/+1799
|
* web: add filter grammarMaximilian Hils2014-12-111-0/+93
|