index
:
haketilo-hydrilla
debian-debian
debian-upstream
koszko
master
v1.x
An HTTPs proxy to facilitate replacing sites' js with user-supplied scripts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hydrilla
/
proxy
/
state_impl
Age
Commit message (
Expand
)
Author
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/libraries
Wojtek Kosior
2022-10-07
[proxy] move tables.sql to insite state implementation directory
Wojtek Kosior
2022-10-04
[proxy] display some more details in mapping/resource version view in the web UI
Wojtek Kosior
2022-09-29
[proxy] facilitate manually pruning orphaned packages (including installed ones)
Wojtek Kosior
2022-09-29
[proxy] make sure dependencies are recomputed properly when uninstalling a pa...
Wojtek Kosior
2022-09-29
[proxy] move payload dependencies installation logic to ConcreteMappingVersio...
Wojtek 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 text
Wojtek Kosior
2022-09-28
[proxy] Add support for script blocking/allowing rules
Wojtek Kosior
2022-09-28
[proxy] guard more code with lock in Haketilo state implementation
Wojtek 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 work
Wojtek Kosior
2022-09-28
[proxy] complete the text content and styling of web UI pages written so far
Wojtek Kosior
2022-09-28
[proxy] fix a bug that caused mappings to be marked as required even after th...
Wojtek Kosior
2022-09-28
[proxy] allow packages to be frozen and unfrozen in the web UI
...
Wojtek Kosior
2022-09-28
[proxy] make it possible to enable and disable mapping versions from web UI
Wojtek Kosior
2022-09-28
[proxy] make information about mapping version being frozen available to UI code
Wojtek Kosior
2022-09-28
[proxy] make sure that dependency tree recomputation by default activates the...
Wojtek Kosior
2022-09-28
[proxy] never auto-activate mappings marked as "DISABLED"
Wojtek Kosior
2022-09-28
[server][proxy] use new ItemType enum where possible
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
...
Wojtek Kosior
2022-09-28
[proxy] properly flag failed package installations in sqlite db
Wojtek Kosior
2022-09-28
[proxy] refactor state implementation
Wojtek Kosior
2022-09-28
[proxy] normalize whitespace in .py and .sql files
Wojtek Kosior
2022-09-28
[proxy] make package version info page also display other versions; fix&impro...
Wojtek Kosior
2022-09-28
make Haketilo proxy recognize identical items when updating from repository
Wojtek Kosior
2022-09-28
make repo packages (mappings) load as uninstalled; make them installable thro...
Wojtek Kosior
2022-09-28
make it possible to change repo's name and URL using web UI
Wojtek Kosior
2022-09-28
update repository last refreshal time upon refreshing
Wojtek Kosior
2022-09-28
introduce package installation state enum
Wojtek Kosior
2022-09-28
re-enable the functionality to load packages from ZIP file
Wojtek Kosior
2022-09-28
allow pulling packages from remote repository
Wojtek Kosior
2022-09-28
allow adding, removing and altering repositories
...
Wojtek Kosior
2022-09-28
make it possible to list all repositories in the web UI
Wojtek Kosior
2022-09-28
allow loading packages from zip files through web UI and listing installed ma...
Wojtek Kosior
2022-08-11
serve a stub of meta-site for proxy configuration
Wojtek Kosior
2022-08-11
move classes/protocols for representing HTTP requests and responses data into...
Wojtek Kosior
2022-08-11
populate data structures based on payloads data loaded from sqlite db
Wojtek Kosior
2022-08-11
save computed payloads into sqlite db
Wojtek Kosior
2022-08-10
small clean up for item definitions handling before dependency resolution hap...
Wojtek Kosior
2022-08-10
unfinished partial work
Wojtek Kosior