aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-05Make it easy to override Make variables with the guix command to usekoszkoWojtek Kosior
2023-08-29Make sure Makefile's 'dist' target can also be run with newer GuixWojtek Kosior
2023-08-25make it possible to build&test&use just hydrilla without haketiloWojtek Kosior
2022-11-24remove an inadequate comment left over from the pastWojtek Kosior
2022-11-24prepare Hydrilla package module for use from a containing git repoWojtek Kosior
2022-11-24mark `clean-doc` target as PHONYWojtek Kosior
2022-11-24always remove html docs directory before rebuilding itWojtek Kosior
2022-11-23name the `hydrilla.scm` containing directory `guix-module-dir`Wojtek Kosior
2022-11-23facilitate manual package updates after repository refreshalsWojtek Kosior
2022-10-31[builder][server][proxy] complete internationalization and add polish ↵HEADmasterWojtek Kosior
translation
2022-10-31[proxy] include jinja templates in buildsWojtek Kosior
2022-10-29[builder][server][proxy] add `reuse-lint` Makefile ruleWojtek Kosior
2022-10-29[builder][server][proxy] make translations.py mypy-compliantWojtek Kosior
2022-10-29[proxy] use common jinja templates subrepo as a standalone package moduleWojtek Kosior
2022-10-29[builder][server][proxy] remove unneeded custom sdist setuptools commandWojtek Kosior
2022-10-28[proxy] move common jinja templates into a subrepositoryWojtek Kosior
2022-10-28[proxy] prevent our injected script-src-elem directive from blocking popup ↵Wojtek Kosior
script
2022-10-28[proxy] don't add scrollbars when not strictly neededWojtek Kosior
2022-10-28[proxy] make it possible to export embedded documentation as standalone ↵Wojtek Kosior
.html files and include these in the binary release tarball
2022-10-28[proxy] add an index page to the documentationWojtek Kosior
2022-10-28[proxy] document repositoriesWojtek Kosior
2022-10-28[proxy] document advanced web UI featuresWojtek Kosior
2022-10-28[proxy] document packagesWojtek Kosior
2022-10-28[proxy] don't use gettext for localization of doc pages; add a stub of ↵Wojtek Kosior
"packages" doc page
2022-10-27[proxy] document popupWojtek Kosior
2022-10-27[proxy] document script blockingWojtek Kosior
2022-10-27[proxy] gather available doc page identifiers programmaticallyWojtek Kosior
2022-10-27[proxy] document policy selectionWojtek Kosior
2022-10-26[proxy] Make some improvements to the URL patterns doc page ↵Wojtek Kosior
internationalization and make it accessible from items import page
2022-10-26[proxy] add documentation page describing URL patterns in HaketiloWojtek Kosior
2022-10-26[builder][server][proxy] remove commented special pattern object definition ↵Wojtek Kosior
from url_patterns.py
2022-10-26[proxy] properly handle wildcard protocols in payloads patternsWojtek Kosior
2022-10-26[builder][server][proxy] make indentation of `substitute*` in hydrilla.scm ↵Wojtek Kosior
consistent
2022-10-25[builder][server][proxy] remove unneeded, commented-out python-immutables ↵Wojtek Kosior
package definition from hydrilla.scm
2022-10-25[builder][server][proxy] prevent Guix package interference with ↵Wojtek Kosior
locally-installed Python packages
2022-10-25[proxy] make Haketilo popup functionalWojtek Kosior
* Ad hoc payload creation was additionally fixed in this commit. * Addition on newly created script blocking/allowing rules to pattern tree was additionally fixed in this commit. It is no longer necessary to restart Haketilo for new rules to come into effect.
2022-10-22[proxy] extract potentially reusable HTML jinja templates into a separate ↵Wojtek Kosior
directory
2022-10-22[proxy] simplify usage of class variables of `Policy` subtypesWojtek Kosior
This commit also prevents popup script injection to Haketilo-served pages like `https://hkt.mitm.it/`.
2022-10-22[proxy] make popup script injection configurable throught the web UIWojtek Kosior
2022-10-21[proxy] facilitate injecting non-payload script to all pagesWojtek Kosior
2022-10-21[proxy] correct style in page_init_script.js.jinjaWojtek Kosior
2022-10-21[proxy] Correct payload_resource.py module docstringWojtek Kosior
2022-10-21[proxy] rework CSP manipulationWojtek Kosior
2022-10-21[proxy] rename `js_templates` directoryWojtek Kosior
2022-10-20[proxy] rework internal HTTP headers representationWojtek Kosior
2022-10-19[proxy] pass all available flow information to relevant methods of Policy typeWojtek Kosior
2022-10-19[builder][server][proxy] for make targets that spawn a shell, modify bash ↵Wojtek Kosior
prompt to indicate the enviroment is active
2022-10-19[proxy] instead of writing addon.py under Haketilo state directory, include ↵Wojtek Kosior
the script in package data files
2022-10-19[proxy] use XDG_STATE_HOME to determine the directory for Haketilo to store ↵Wojtek Kosior
its data in
2022-10-18[proxy] upon Haketilo launch automatically open Haketilo landing page in ↵Wojtek Kosior
user's default web browser * The landing page instructs user to configure browser's proxy settings. * It is now possible to choose the IP address to listen on via command line parameter. * The browser launching behavior can be switched off via command line parameter.