Commit Graph

79 Commits

Author SHA1 Message Date
Andrey
34af751bdc
Merge pull request #17 from TxtDot/error-handler
refactor: Error Handler
2023-08-16 14:29:17 +04:00
Artemy
9e29561ad3 refactor: Error Handler 2023-08-16 13:20:24 +03:00
Artemy Egorov
3b82b1232b
Merge pull request #16 from TxtDot/non-html
Redirect in case of non-html content (using exceptions)
2023-08-16 12:23:38 +03:00
Artemy
399992fce0 fix: imports 2023-08-16 12:23:14 +03:00
Artemy
d873be0226 Merge branch 'main' into non-html 2023-08-16 12:21:06 +03:00
DarkCat09
ebc0552169
Custom exceptions, redirect in case of non-html content 2023-08-16 13:17:47 +04:00
Artemy Egorov
acaae4f9cc
Merge pull request #15 from TxtDot/swagger-docs
Swagger docs
2023-08-16 12:16:11 +03:00
Artemy
af2c964e4d doc: add title, version, description to swagger 2023-08-16 12:15:51 +03:00
Artemy
b0bbcd0bba doc: all available pages schema 2023-08-16 12:07:12 +03:00
Artemy
20755f2b89 doc: schema for get 2023-08-16 11:54:22 +03:00
Artemy
9da9ea3ade feat: swagger-ui
In /doc route
2023-08-16 10:49:55 +03:00
Artemy Egorov
676147772f
Merge pull request #14 from TxtDot/fix-img-width
Bugfix: width for img, other media & iframes
2023-08-16 10:36:53 +03:00
Artemy
4c7571bcfe feat: swagger 2023-08-16 10:36:04 +03:00
DarkCat09
9f7be9e451
Separate get.css file for optimization 2023-08-16 11:34:04 +04:00
DarkCat09
db74607922
Bugfix: width for media & iframes 2023-08-16 11:32:42 +04:00
Andrey
7011594d12
Merge pull request #13 from TxtDot/raw-html
feat: raw html page
2023-08-16 11:01:49 +04:00
Artemy
eafdcf6240 feat: raw html page
For custom user clients
2023-08-16 09:43:43 +03:00
Artemy Egorov
230fb3231d
Merge pull request #12 from TxtDot/start-page
Start page, CSS
2023-08-15 18:46:38 +03:00
DarkCat09
1e121d2eea
Padding 2023-08-15 19:44:41 +04:00
DarkCat09
367565a799
Small code cleanup, generateRequestUrl 2023-08-15 19:42:48 +04:00
DarkCat09
6a0eda16d6
Fix for pre/table overflow, title h1->div 2023-08-15 19:13:09 +04:00
Andrey
b4d710334e
Merge pull request #11 from TxtDot/fix-google
Fix google
2023-08-15 18:42:00 +04:00
Artemy
2efe1091f8 fix: add value to input in google search 2023-08-15 17:39:57 +03:00
Artemy
1a9909609e ci: fix dev mode 2023-08-15 17:36:35 +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
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
Artemy
c70a84db52 fix: update redirect link 2023-08-15 16:26:36 +03:00
DarkCat09
aed37d6698
Static content; CSS: dark theme, improvements 2023-08-15 16:57:50 +04:00
DarkCat09
e4c711336f
Fix: template paths 2023-08-15 16:19:02 +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
Andrey
17e5773988
Merge pull request #10 from TxtDot/google-parsing
Google parsing
2023-08-15 14:42:47 +04:00
Artemy
1630dbfa17 fix: lang, textContent 2023-08-15 13:37:21 +03:00
Artemy
23a6484e20 feat: dynamic engine list in start page 2023-08-15 13:11:09 +03:00
Artemy
7000189d6d feat: google parsing and search 2023-08-15 13:05:06 +03:00
Artemy
239994ac5e refactor: change handlers argument to window 2023-08-15 11:18:08 +03:00
Andrey
c1dfd4d517
Merge pull request #9 from TxtDot/start-surfing
feat: start surfing page
2023-08-14 20:54:28 +04:00
Artemy
dcac759ded refactor: rename routes 2023-08-14 18:22:03 +03:00
Artemy
935a924fba refactor: rename scripts 2023-08-14 18:17:27 +03:00
Artemy
847ab55a82 Merge branch 'main' into start-surfing 2023-08-14 18:12:37 +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
Andrey
66af4a1a2f
Merge pull request #8 from TxtDot/remap-links
feat: change links to proxied
2023-08-14 18:52:50 +04:00
Artemy
126a0f1d13 format: delete comment 2023-08-14 17:47:37 +03:00
Artemy
2f67e968c7 feat: change links to proxied 2023-08-14 17:45:19 +03:00
Andrey
d9fd968792
Merge pull request #7 from TxtDot/fix-handlePage
refactor: move request to handlePage
2023-08-14 17:56:58 +04:00
Artemy
27d0db2f6f refactor: move request to handlePage 2023-08-14 16:54:05 +03:00