aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/state_impl/concrete_state.py
AgeCommit message (Expand)Author
2022-09-12[proxy] Add support for script blocking/allowing rulesWojtek Kosior
2022-09-12[proxy] guard more code with lock in Haketilo state implementationWojtek Kosior
2022-09-12[proxy] allow prompting the user when a package suitable for current site is ...Wojtek Kosior
2022-09-09[proxy] make package auto-installation workWojtek Kosior
2022-09-09[proxy] complete the text content and styling of web UI pages written so farWojtek Kosior
2022-09-09[proxy] make it possible to also view and install/uninstall libraries (resour...Wojtek Kosior
2022-09-09[proxy] make it possible to uninstall a packageWojtek Kosior
2022-09-09[proxy] refactor state implementationWojtek Kosior
2022-09-09[proxy] normalize whitespace in .py and .sql filesWojtek Kosior
2022-09-09make repo packages (mappings) load as uninstalled; make them installable thro...Wojtek Kosior
2022-09-09introduce package installation state enumWojtek Kosior
2022-09-09re-enable the functionality to load packages from ZIP fileWojtek Kosior
2022-09-09allow pulling packages from remote repositoryWojtek Kosior
2022-09-09allow adding, removing and altering repositoriesWojtek Kosior
2022-08-22make it possible to list all repositories in the web UIWojtek Kosior
2022-08-17allow loading packages from zip files through web UI and listing installed ma...Wojtek Kosior
2022-08-11serve a stub of meta-site for proxy configurationWojtek Kosior
2022-08-11move classes/protocols for representing HTTP requests and responses data into...Wojtek Kosior
2022-08-11populate data structures based on payloads data loaded from sqlite dbWojtek Kosior
2022-08-11save computed payloads into sqlite dbWojtek Kosior
2022-08-10small clean up for item definitions handling before dependency resolution hap...Wojtek Kosior
2022-08-10unfinished partial workWojtek Kosior