aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/webconfig.py
Commit message (Expand)AuthorAge
* fix typo in webconfig.py commentGravatar CoolOppo2016-05-11
* Add new named colors to webconfigGravatar Fabian Homborg2016-01-08
* Webconfig: It's abbr --erase, not abbr --removeGravatar Fabian Homborg2015-09-13
* Webconfig: abbr doesn't support "--"Gravatar Fabian Homborg2015-09-13
* Tweak and add tests for abbrGravatar ridiculousfish2015-06-14
* Use --remove instead of -e when erasing abbreviations from fish_configGravatar ridiculousfish2015-06-13
* abbr: rename --remove to --eraseGravatar David Adam2015-05-22
* Make fish_config work correctly when IPv6 is disabled in the kernelGravatar ridiculousfish2015-05-17
* web_config: set new prompts via JSON instead of URI-encodedGravatar David Adam2015-01-30
* web_config: respect the client's character set for JSONGravatar David Adam2015-01-30
* web_config: fix python2/3 unification for parse_qsGravatar David Adam2015-01-30
* Make fish_config handle no LANG variable set.Gravatar Konrad Borowski2014-12-05
* web_config: improve abbreviations supportGravatar David Adam2014-11-16
* abbr/web_config: support space-delimited abbreviationsGravatar David Adam2014-11-15
* web_config: add support for adding and editing abbreviationsGravatar David Adam2014-10-17
* web_config: map nonexistent post requests to 404Gravatar David Adam2014-10-17
* web_config: further python2/3 unificationGravatar David Adam2014-10-12
* web_config: use only Python 3-style (Unicode) string literalsGravatar David Adam2014-10-12
* web_config: Interpret fish output as utf-8Gravatar Kevin Ballard2014-10-09
* fish_config: Log the path for errorsGravatar Kevin Ballard2014-10-09
* web_config: send correct MIME type (and actually send it)Gravatar David Adam2014-10-09
* web_config: fix output if no abbreviations definedGravatar David Adam2014-10-07
* web_config: add support for viewing abbreviationsGravatar David Adam2014-10-05
* Make fish config work if one of colors is undefined.Gravatar Konrad Borowski2014-09-23
* Fix webconfig URL generation for python3Gravatar qjcg2014-09-15
* Comment on why we run 'false' in web_config.pyGravatar ridiculousfish2014-08-22
* Show a non-zero status in the fish_config promptGravatar Kevin Ballard2014-08-22
* webconfig: fixes for token securityGravatar Andy Lutomirski2014-08-22
* webconfig: Use a constant-time token comparisonGravatar Andy Lutomirski2014-08-22
* Authenticate connections to web_config serviceGravatar David Adam2014-08-04
* Render sample prompts faster in fish_config by using a thread poolGravatar ridiculousfish2014-07-29
* Fix fish_config error with python3Gravatar David Xia2014-07-28
* Avoid using OptionParser to parse bindings in webconfig.pyGravatar Siteshwar Vashisht2014-07-25
* Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-07-23
|\
| * Updated code to parse bindings in webconfig.pyGravatar Siteshwar Vashisht2014-07-23
* | "webconfig.py: Don't allow NoneType as buffer, fallback to bytes.Gravatar adisbladis2014-07-22
|/
* Fixed code to parse bindings for webconfigGravatar Siteshwar Vashisht2014-06-08
* fish_config: Listen on both IPv6 and IPv4.Gravatar Anders Bergh2014-03-31
* Use 127.0.0.1 for fish config.Gravatar Konrad Borowski2014-02-27
* Fix for Python out-of-range exception when accessing Bindings tabGravatar ridiculousfish2014-02-09
* Fix for opening bindings tab as initial tabGravatar Siteshwar Vashisht2014-01-30
* Minor fixes in the colors tabGravatar Siteshwar Vashisht2013-12-07
* Merge branch 'master' into fish_config_angularGravatar Siteshwar Vashisht2013-12-07
|\
| * Do not open CLI browsers when using fish_config.Gravatar d10n2013-11-26
* | Updated fish_config prompt tabGravatar Siteshwar Vashisht2013-11-09
* | Show actual binding if user clicks a binding itemGravatar Siteshwar Vashisht2013-10-27
* | Updated handling escape character in binding parserGravatar Siteshwar Vashisht2013-10-25
* | Added code for parsing end keyGravatar Siteshwar Vashisht2013-10-22
* | Moved some color related methods from index.html to colorutils.jsGravatar Siteshwar Vashisht2013-10-22
* | Changed scheme for loading key bindingsGravatar Siteshwar Vashisht2013-10-20