Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-15 | change store names and data keys to singular | Wojtek Kosior | |
2022-02-09 | make resource dependency specifier an object | Wojtek Kosior | |
2022-02-09 | adapt to changes in file path format | Wojtek Kosior | |
From now on we assume Hydrilla serves file contents at 'file/sha256/<hash>' instead of 'file/sha256-<hash>'. With this commit we also stop using the "hash_key" property internally. | |||
2022-01-27 | facilitate querying IndexedDB for script files of resource and its dependencies | Wojtek Kosior | |
2022-01-25 | add a repo querying HTML interface | Wojtek Kosior | |
2022-01-22 | add a mapping/resources installation dialog | Wojtek Kosior | |
2022-01-17 | test script blocking with and without the CSP-based approach on | Wojtek Kosior | |
2022-01-17 | move policy enforcing code to a new file, include basic test | Wojtek Kosior | |
2022-01-14 | add settings page with styling | Wojtek Kosior | |
2022-01-13 | facilitate managing script blocking with a list of edtable entries | Wojtek Kosior | |
2022-01-13 | facilitate managing repository URLs in a list; minor other changes | Wojtek Kosior | |
2022-01-11 | add missing payload_create test and styling | Wojtek Kosior | |
2022-01-10 | improve item list styling; add payload creation form; exend dialog mechanism | Wojtek Kosior | |
2022-01-08 | further item list work | Wojtek Kosior | |
There is now a mechanism for removing an item and there are more tests for item list. The entire thing is still work in progress. | |||
2022-01-08 | work on UI components | Wojtek Kosior | |
This commit introduces some HTML and javascript (and tests for it) to use in constructing the new UI. This is partial work that is not yet finished. |