Age | Commit message (Expand) | Author |
---|---|---|
2022-02-16 | assume and use "$schema" properties in item definitions | Wojtek Kosior |
2022-02-15 | give certain scrollbars static background color, make scrollbars' look less b... | Wojtek Kosior |
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...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. | Wojtek Kosior |
2022-02-01 | more improvements for abrowser&librewolf | Wojtek Kosior |
2022-01-31 | add support for testing with other browsers (especially Abrowser and Librewolf)...There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed. | Wojtek Kosior |
2022-01-29 | make Haketilo buildable again (for Mozilla)...How cool it is to throw away 5755 lines of code... | Wojtek Kosior |
2022-01-28 | update error reporting in popup | Wojtek Kosior |
2022-01-26 | add new root content script | Wojtek Kosior |
2022-01-26 | add new extension's popup page | 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-18 | facilitate caching repository responses in content scripts | Wojtek Kosior |
2022-01-15 | make blocking rules queryable in pattern tree just as mappings are | 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...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. | Wojtek Kosior |
2022-01-08 | work on UI components...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. | Wojtek Kosior |
2022-01-04 | fix license promise typo | Wojtek Kosior |
2022-01-03 | improve and test the dafult policy dialog...This commit also fixes some bugs that manifested themselves spuriously. | Wojtek Kosior |
2022-01-03 | redesign CSS loading | Wojtek Kosior |
2022-01-03 | facilitate testing extension's HTML files | Wojtek Kosior |
2021-12-22 | reworked build system; added missing license notices | Wojtek Kosior |
2021-12-03 | merge `master` (license notices) and `koszko` (v1.0 development) | Wojtek Kosior |
2021-11-20 | replace cookies with synchronous XmlHttpRequest as policy smuggling method....Note: this breaks Mozilla port of Haketilo. Synchronous XmlHttpRequest doesn't work as well there. This will be fixed with dynamically-registered content scripts later. | Wojtek Kosior |
2021-10-30 | Fix license notices on JS and SH files...Other files have been left, as no model notice is available | jahoti |
2021-09-13 | rename the extension to "Haketilo" | Wojtek Kosior |
2021-09-11 | added missing line break in options page | Wojtek Kosior |
2021-09-10 | Make it impossible to check "Allow native scripts" for pages with payload. | Wojtek Kosior |
2021-09-10 | limit allowed pattern lengths | Wojtek Kosior |
2021-09-08 | Fix sanitizing of non-HTML XMLDocument's | Wojtek Kosior |
2021-09-04 | show appropriate message when repository returns no custom content for given URL | Wojtek Kosior |
2021-09-03 | limit width of url in popup heading | Wojtek Kosior |
2021-09-03 | disable payload injection on non-html pages | Wojtek Kosior |
2021-09-02 | enable toggling of global script blocking policy\n\nThis commit also introduc... | Wojtek Kosior |
2021-09-01 | add styling to settings install(import) dialog | Wojtek Kosior |
2021-09-01 | add styling for popup page\n\nThis does not include styling for contents of t... | Wojtek Kosior |
2021-08-30 | add styling for options page\n\nThis does not include styling for contents of... | Wojtek Kosior |
2021-08-27 | reset CSS rules | Wojtek Kosior |
2021-08-27 | start using `<template>' tag | Wojtek Kosior |
2021-08-27 | enable whitelisting of `file://' protocol\n\nThis commit additionally also ch... | Wojtek Kosior |
2021-08-18 | implement smuggling via cookies instead of URL | Wojtek Kosior |
2021-08-06 | Facilitate installation of scripts from the repository...This commit includes: * removal of page_info_server * running of storage client in popup context * extraction of some common CSS to a separate file * extraction of scripts import view to a separate file * addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js) * addition of hydrilla repo url to default settings * other minor changes and of course changes related to the actual installation of scripts from the repo | Wojtek Kosior |
2021-07-27 | validate settings on import | Wojtek Kosior |
2021-07-21 | add ability to query page content from repo and display it in the popup | Wojtek Kosior |
2021-07-21 | store repository URLs in settings | Wojtek Kosior |