Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-29 | [proxy] remove options page in web UI and move options to proxy's home page | Wojtek 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 text | Wojtek Kosior | |
2022-09-28 | [proxy] Add support for script blocking/allowing rules | Wojtek 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 work | Wojtek Kosior | |
2022-09-28 | [proxy] allow packages to be frozen and unfrozen in the web UI | Wojtek 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 templates | Wojtek 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-28 | make repo packages (mappings) load as uninstalled; make them installable ↵ | Wojtek Kosior | |
through the web UI | |||
2022-09-28 | arrange web UI Jinja templates into multiple directories | Wojtek Kosior | |
2022-09-28 | add navigation bar to web UI | Wojtek Kosior | |
2022-09-28 | introduce package installation state enum | Wojtek Kosior | |
2022-09-28 | allow adding, removing and altering repositories | Wojtek Kosior | |
This commit also temporarily breaks package import from files :/ | |||
2022-09-28 | allow loading packages from zip files through web UI and listing installed ↵ | Wojtek Kosior | |
mappings | |||
2022-08-12 | make Haketilo proxy web UI in terms of a Flask app | Wojtek Kosior | |
2022-08-11 | serve a stub of meta-site for proxy configuration | Wojtek Kosior | |