aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* 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
|
* Fix fonts, stylesheets, add much more flexible bootstrap over-rides.Aldo Cortesi2014-12-3033-80350/+84
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-3026-171/+1118
|
* Start moving to new gulpfile, browerify, etc.Aldo Cortesi2014-12-301-0/+14
|
* web: integrate filter docsMaximilian Hils2014-12-262-21/+75
|
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-254-58/+29
|
* web: much ui work, such christmasMaximilian Hils2014-12-256-125/+235
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-246-103/+147
|
* web: move eventlog state out of settingsMaximilian Hils2014-12-236-15/+47
|
* web: intercept featureMaximilian Hils2014-12-2310-51/+91
|
* web: squash bugsMaximilian Hils2014-12-233-16/+12
|
* web: simpler filter uiMaximilian Hils2014-12-235-85/+45
|
* highlight ui: complicated versionMaximilian Hils2014-12-224-17/+58
|
* web: filter/highlight ui, many fixesMaximilian Hils2014-12-138-120/+382
|
* 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-126-9/+83
|
* web: implement filtersMaximilian Hils2014-12-126-52/+1841
|
* web: add filter grammarMaximilian Hils2014-12-111-0/+93
|
* web: add file menu stubMaximilian Hils2014-12-101-9/+83
|
* web: implement settings store, modularize storeMaximilian Hils2014-12-107-104/+147
|
* web: take viewport resize into accountMaximilian Hils2014-12-103-6/+28
|
* web: add event store, fix all those bugsMaximilian Hils2014-12-1014-276/+185
|
* generalize storeMaximilian Hils2014-12-092-110/+114
|
* always use the app dispatcherMaximilian Hils2014-12-0917-8433/+1883
|
* web: various improvementsMaximilian Hils2014-11-296-29/+84
|
* event log: virtual scrollingMaximilian Hils2014-11-284-37/+68
|
* web: add virtualscroll mixinMaximilian Hils2014-11-283-48/+72
|
* web: various fixes, add clear buttonMaximilian Hils2014-11-286-33/+72
|
* web: virtual scrollingMaximilian Hils2014-11-283-48/+95
|
* web: fixesMaximilian Hils2014-11-272-13/+21
|
* format codeMaximilian Hils2014-11-2712-148/+153
|
* web++Maximilian Hils2014-11-2711-166/+193
|
* web: update dependenciesMaximilian Hils2014-11-273-7224/+7557
|
* introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-264-98/+194
|
* beef up event logMaximilian Hils2014-09-229-30/+153
|