aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/root.py
AgeCommit message (Collapse)Author
2022-10-31[builder][server][proxy] complete internationalization and add polish ↵Wojtek Kosior
translation
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] don't use gettext for localization of doc pages; add a stub of ↵Wojtek Kosior
"packages" doc page
2022-10-26[proxy] add documentation page describing URL patterns in HaketiloWojtek Kosior
2022-10-22[proxy] extract potentially reusable HTML jinja templates into a separate ↵Wojtek Kosior
directory
2022-10-22[proxy] make popup script injection configurable throught the web UIWojtek Kosior
2022-10-20[proxy] rework internal HTTP headers representationWojtek Kosior
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.
2022-10-11[builder][server][proxy] remove "from __future__ import annotations"Wojtek Kosior
2022-10-10[proxy] when web UI's home page is accessed through plain HTTP, show link to ↵Wojtek Kosior
TLS certs page and tell the user to install mitmproxy cert
2022-10-08[proxy] honor min/max haketilo version constraints in packages/librariesWojtek Kosior
2022-09-29[proxy] make it possible to create "ad hoc" packages through the web UIWojtek Kosior
2022-09-29[proxy] facilitate manually pruning orphaned packages (including installed ones)Wojtek Kosior
2022-09-29[proxy] remove options page in web UI and move options to proxy's home pageWojtek Kosior
2022-09-28[proxy] make some (possibly confusing) web UI parts only display to advanced ↵Wojtek Kosior
users
2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-28[proxy] Add support for script blocking/allowing rulesWojtek Kosior
2022-09-28[proxy] allow prompting the user when a package suitable for current site is ↵Wojtek Kosior
found; add proxy's options page This commit also causes uncached responses to be forced on all HTTP request to external servers. This is needed to make sure that changes Haketilo makes to HTTP response headers are always picked up by the browser. The drawback is that this increases network traffic causing a performance hit. We might optimize this in the future.
2022-09-28[proxy] make package auto-installation workWojtek Kosior
2022-09-28[proxy] allow packages to be frozen and unfrozen in the web UIWojtek Kosior
This commit also makes some minor changes and fixes in other parts of the web UI.
2022-09-28[proxy] refactor we UI library and package pages templates to avoid code ↵Wojtek Kosior
repetition
2022-09-28[proxy] make it possible to also view and install/uninstall libraries ↵Wojtek Kosior
(resources) through the web UI
2022-09-28[proxy] normalize whitespace in jinja templatesWojtek Kosior
2022-09-28[proxy] make package version info page also display other versions; ↵Wojtek Kosior
fix&improve some aspects of package loading and dependency recomputing
2022-09-28make repo packages (mappings) load as uninstalled; make them installable ↵Wojtek Kosior
through the web UI
2022-09-28arrange web UI Jinja templates into multiple directoriesWojtek Kosior
2022-09-28add navigation bar to web UIWojtek Kosior
2022-09-28introduce package installation state enumWojtek Kosior
2022-09-28allow adding, removing and altering repositoriesWojtek Kosior
This commit also temporarily breaks package import from files :/
2022-09-28allow loading packages from zip files through web UI and listing installed ↵Wojtek Kosior
mappings
2022-08-12make Haketilo proxy web UI in terms of a Flask appWojtek Kosior
2022-08-11serve a stub of meta-site for proxy configurationWojtek Kosior