aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates
AgeCommit message (Expand)Author
2022-10-31[builder][server][proxy] complete internationalization and add polish transla...Wojtek Kosior
2022-10-28[proxy] don't add scrollbars when not strictly neededWojtek Kosior
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-27[proxy] document popupWojtek Kosior
2022-10-27[proxy] document script blockingWojtek Kosior
2022-10-26[proxy] Make some improvements to the URL patterns doc page internationalizat...Wojtek Kosior
2022-10-25[proxy] make Haketilo popup functional•••* 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. Wojtek 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-18[proxy] upon Haketilo launch automatically open Haketilo landing page in user...•••* 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. 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] remove TODOs from library and package pages and make package page dis...Wojtek Kosior
2022-10-08[proxy] honor min/max haketilo version constraints in packages/librariesWojtek Kosior
2022-10-08[proxy] fix translatable string typoWojtek Kosior
2022-10-07[proxy] prevent library links from appearing in package descriptions when adv...Wojtek Kosior
2022-10-04[proxy] display some more details in mapping/resource version view in the web UIWojtek Kosior
2022-09-29[proxy] make uniform use of section labels in the web UIWojtek 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] change button separator's color to gray in the web UIWojtek Kosior
2022-09-28[proxy] make some (possibly confusing) web UI parts only display to advanced ...Wojtek Kosior
2022-09-28[proxy] make web UI messages regarding item's status more preciseWojtek 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] make web UI top par horizontally scrollable on smaller screens•••In the future we should use CSS @media queries to make nav bar into a hideable menu. This is a provisional solution just for now. Wojtek Kosior
2022-09-28[proxy] allow prompting the user when a package suitable for current site is ...•••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. Wojtek Kosior
2022-09-28[proxy] make package auto-installation workWojtek Kosior
2022-09-28[proxy] complete the text content and styling of web UI pages written so farWojtek Kosior
2022-09-28[proxy] visually improve the top bar of the web UIWojtek Kosior
2022-09-28[proxy] improve the look of item lists in web UIWojtek Kosior
2022-09-28[proxy] allow packages to be frozen and unfrozen in the web UI•••This commit also makes some minor changes and fixes in other parts of the web UI. Wojtek Kosior
2022-09-28[builder][server][proxy] add updated localizationWojtek Kosior
2022-09-28[proxy] make it possible to enable and disable mapping versions from web UIWojtek Kosior
2022-09-28[proxy] improve styling of items' "install" and "uninstall" buttons in the we...Wojtek Kosior
2022-09-28[proxy] once again fix SPDX identifiers in jinja templatesWojtek 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] make it possible to uninstall a package•••This commit also brings some more refactoring under state_impl/. Wojtek Kosior
2022-09-28[proxy] move SPDX license identifiers from jinja templates to separate files•••For unknown reasons REUSE had problems with *some* of the jinja files. Wojtek Kosior
2022-09-28[proxy] properly flag failed package installations in sqlite dbWojtek 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-28inform the web UI user about errors in communication with repositoryWojtek Kosior
2022-09-28arrange web UI Jinja templates into multiple directoriesWojtek Kosior
2022-09-28make it possible to change repo's name and URL using web UIWojtek Kosior