aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/root.py
AgeCommit message (Expand)Author
2022-10-31[builder][server][proxy] complete internationalization and add polish transla...HEADmasterWojtek Kosior
2022-10-28[proxy] make it possible to export embedded documentation as standalone .html...Wojtek Kosior
2022-10-28[proxy] don't use gettext for localization of doc pages; add a stub of "packa...Wojtek Kosior
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 dir...Wojtek Kosior
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 user...Wojtek Kosior
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
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
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
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
2022-09-28[proxy] refactor we UI library and package pages templates to avoid code repe...Wojtek Kosior
2022-09-28[proxy] make it possible to also view and install/uninstall libraries (resour...Wojtek Kosior
2022-09-28[proxy] normalize whitespace in jinja templatesWojtek Kosior
2022-09-28[proxy] make package version info page also display other versions; fix&impro...Wojtek Kosior
2022-09-28make repo packages (mappings) load as uninstalled; make them installable thro...Wojtek Kosior
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
2022-09-28allow loading packages from zip files through web UI and listing installed ma...Wojtek Kosior
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