Artemy Egorov
4460d3df1d
Webder support ( #145 )
...
* Webder support (#144 )
* refactor: remove search configuration.
Create third_party
* feat: webder support
2024-04-26 17:08:34 +00:00
Artemy Egorov
7c72d985f7
Merge pull request from GHSA-4gj5-xj97-j8fp
...
* ci: add build check to pull requests
* Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.24 (#91 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.10.6 to 20.11.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: image compression (#101 )
* feat: image compression
* fix: not compress svg
Maybe we should add a function to disable this fix. Since I noticed that if you compress svg in webp it becomes magically smaller.
* Configuration page (#104 )
* feat: image compression
* feat: configuration page
* refactor: json stringify
and change engine buttons to ordered list
* fix: engine distributor matching
* fix: formatting
* build: update txtdot version to 1.7.0
* fix: configuration page title
* doc: features (#102 )
* fix: ssrf
GHSA-4gj5-xj97-j8fp
Doesn't fully correct the error! You need to configure the server to block requests.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 14:49:54 +03:00
Artemy Egorov
a7fdaf80fd
Fix dependabot ( #95 )
...
* Build(deps): Bump linkedom from 0.16.6 to 0.16.8 (#89 )
Bumps [linkedom](https://github.com/WebReflection/linkedom ) from 0.16.6 to 0.16.8.
- [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.6...v0.16.8 )
---
updated-dependencies:
- dependency-name: linkedom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 7.1.0 (#88 )
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 6.18.0 to 7.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps): Bump @fastify/swagger from 8.13.0 to 8.14.0 (#87 )
Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger ) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/fastify/fastify-swagger/releases )
- [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0 )
---
updated-dependencies:
- dependency-name: "@fastify/swagger"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps): Bump @fastify/view from 8.2.0 to 9.0.0 (#86 )
Bumps [@fastify/view](https://github.com/fastify/point-of-view ) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/fastify/point-of-view/releases )
- [Commits](https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: "@fastify/view"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.20 (#85 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.10.6 to 20.11.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: fix dependabot branches and create packages in dev
* fix: version link in index
* dep: update eslint-plugin
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 08:10:37 +00:00
Artemy Egorov
b78da40255
Mass refactoring and stackoverflow users parser ( #83 )
...
* refactor: public config
delete public config, replace with package.json. Update version to 1.6.0 for this pull request.
* fix: searx pagination
* refactor: type system for routes
* refactor: universal redirection
* fix: stackoverflow questions
add No handler Found error
* feat: stackoverflow users parser
2024-02-25 18:17:56 +00:00
Artemy Egorov
3b5f402d77
Interface improvements ( #74 )
...
* fix: interface style improvements
and components in ejs templates
* fix: improvement of improvements
* Redesign: kind of MD3
* Working url/search switch
* formatting
* Add switch animation, adjust sizes, adjust btn colors, rename bg2 to outline
* Format
---------
Co-authored-by: DarkCat09 <gh@dc09.ru>
2024-02-14 10:23:13 +03:00
Artemy Egorov
fa6c9cc2a0
Search by default ( #71 )
...
* feat: searx parser
* feat: search form in get page
* feat: search in main page
* fix: button naming
* chore: update version
2024-01-06 17:46:10 +00:00
DarkCat09
645542795d
Template variable bugfix
2023-09-21 17:58:23 +04:00
DarkCat09
1fc1d8e88b
NotHtmlMimetype error handling
2023-09-21 13:18:12 +04:00
DarkCat09
9f0fd5f7a8
Using version and description from publicConfig; v1.3.1
2023-09-20 14:54:51 +04:00
DarkCat09
5b7ce0bb3c
"Original page" button in error.ejs
2023-09-20 14:40:57 +04:00
DarkCat09
d65c34e848
Buttons in main page: GitHub, Docs
2023-09-20 13:13:23 +04:00
DarkCat09
bfc871f395
CSS: border instead of hr, default margin
2023-08-23 15:43:57 +04:00
DarkCat09
77058ede74
Refactored error handling
2023-08-21 18:35:25 +04:00
DarkCat09
f39f3d9225
Frontend: error page
2023-08-21 17:02:52 +04:00
Artemy
50338ec07b
feat: stackoverflow parser for questions page
2023-08-18 20:50:26 +03:00
DarkCat09
7975fa0cf9
Completed styling for main page
2023-08-16 15:22:01 +04:00
DarkCat09
6a3d541fb4
Buttons styling
2023-08-16 14:35:03 +04:00
DarkCat09
22b8af4012
Menu in /get
2023-08-16 14:08:53 +04:00
Artemy Egorov
acaae4f9cc
Merge pull request #15 from TxtDot/swagger-docs
...
Swagger docs
2023-08-16 12:16:11 +03:00
Artemy
b0bbcd0bba
doc: all available pages schema
2023-08-16 12:07:12 +03:00
DarkCat09
9f7be9e451
Separate get.css
file for optimization
2023-08-16 11:34:04 +04:00
DarkCat09
6a0eda16d6
Fix for pre/table overflow, title h1->div
2023-08-15 19:13:09 +04:00
Artemy
c88d44dcef
fix: format
2023-08-15 17:13:42 +03:00
Artemy
e073e9f1ec
fix: heading into body
2023-08-15 16:26:49 +03:00
DarkCat09
aed37d6698
Static content; CSS: dark theme, improvements
2023-08-15 16:57:50 +04:00
DarkCat09
871a3cecfd
Refactor: / (main.ts) -> /get (get.ts), /start (start.ts) -> / (index.ts)
2023-08-15 16:03:28 +04:00
DarkCat09
4dbc4fc8a0
Basic HTML + CSS; description moved to template
2023-08-15 15:55:18 +04:00
DarkCat09
f688304c07
Fixed HTML formatting; added description
2023-08-15 14:57:10 +04:00
Artemy
23a6484e20
feat: dynamic engine list in start page
2023-08-15 13:11:09 +03:00
Artemy
b6c3ca1b4d
format: delete unused
2023-08-14 18:12:09 +03:00
Artemy
c614e51708
feat: start surfing page
2023-08-14 18:08:26 +03:00
Artemy
3674ee269f
fix: index.ejs
2023-08-14 16:47:40 +03:00
DarkCat09
94f14d31ab
GET parameters, rendering HTML with ejs
2023-08-14 16:39:40 +04:00