Commit Graph

33 Commits

Author SHA1 Message Date
Artemy Egorov
c9f9e48acb
Engine routing (#82)
* refactor: move engines to folder

* refactor: engine class

* refactor: add distributor and readability, searx engines class

* delete: google engine

useless since searx added

* fix: stackoverflow

* update version
2024-02-17 12:25:54 +00:00
dependabot[bot]
af29af9f16
Build(deps): Bump @fastify/swagger-ui from 2.0.1 to 2.1.0 (#75)
Bumps [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/fastify/fastify-swagger-ui/releases)
- [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/swagger-ui"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 10:31:52 +03: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
ead78e79ab
Fix connection refusion (#72)
* fix: socket connection refused

* chore: update versions
2024-01-06 18:46:55 +00: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
Artemy Egorov
8524289f55
Code format (#69)
* ci: format

* Create format-check.yml

* Update package.json

* format
2023-12-14 14:27:23 +04:00
Artemy Egorov
8f707c800e
Timeout (#70)
* fix: long response time due to many <a>...

... without hrefs. It's a temporary measure until it's clear how to deal with such performance issues.

* perf: remove jsdom install linkedom

* feat: timeout

But still this timeout works only for the time of transfer of the page itself, not its processing by the server

* fix: links

* format
2023-12-13 21:08:24 +04:00
DarkCat09
17ada35e7a
Updated deps, cleanup 2023-11-10 18:11:04 +04:00
DarkCat09
60c7ed6e98
Update: dompurify 2023-11-10 18:04:56 +04:00
DarkCat09
7fd791c8a3
Security fix: Axios updated 2023-11-10 18:03:02 +04:00
Andrey
a6088914f7
Merge pull request #62 from TxtDot/nev-version
1.4.0
2023-09-25 12:08:23 +04:00
DarkCat09
7f6b7c2215
Security bugfix: HTML sanitizing 2023-09-25 12:04:22 +04:00
Artemy
2e662ea30f 1.4.0 2023-09-25 10:53:42 +03:00
DarkCat09
3a058c5da1
Forgot to install iconv-lite 2023-09-21 11:00:17 +04:00
Artemy
8fc3c2a6b9 1.3.0 2023-09-17 11:32:08 +03:00
Artemy Egorov
92ba77de77 feat: micromatch system to match domains 2023-09-04 21:34:36 +03:00
Artemy Egorov
29604a2ed1 Merge branch 'main' into new-validation 2023-08-25 11:45:22 +03:00
Artemy Egorov
832eb0811c feat: install jsdom 2023-08-25 11:42:18 +03:00
Artemy Egorov
912a887179 1.2.0 2023-08-23 17:23:17 +03:00
Artemy
87cba82ee6 fix: google results 2023-08-18 11:09:02 +03:00
DarkCat09
d498488875
Bugfix: disallow proxying of local resources 2023-08-17 18:00:39 +04:00
Artemy
9da9ea3ade feat: swagger-ui
In /doc route
2023-08-16 10:49:55 +03:00
Artemy
4c7571bcfe feat: swagger 2023-08-16 10:36:04 +03:00
Artemy
4f5abcbc2d ci: fix path 2023-08-15 17:34:39 +03:00
Artemy
8127e1ca7f ci: cleancss and copyfiles 2023-08-15 17:15:54 +03:00
DarkCat09
aed37d6698
Static content; CSS: dark theme, improvements 2023-08-15 16:57:50 +04:00
Artemy
b62a566aba refactor: remove node-cache
Let nginx or something similar take care of the cache
2023-08-14 16:47:20 +03:00
DarkCat09
aec8960d32
Merge branch 'main' into new-routing 2023-08-14 16:58:33 +04:00
DarkCat09
94f14d31ab
GET parameters, rendering HTML with ejs 2023-08-14 16:39:40 +04:00
Artemy
fb33669c67 doc: update information 2023-08-14 14:37:30 +03:00
Artemy
25dbad0f3b refactor: fastify migration 2023-08-14 13:03:19 +03:00
Artemy
e15fb2a07b feat: handlers 2023-08-13 21:39:23 +03:00
Artemy
d02317c587 Initial commit 2023-08-13 20:38:33 +03:00