zhou fan
407925545d
Merge pull request #42 from neon-mmd/fix-slow-speed-of-user-agent-generation
...
Fix slow speed of user agent generation
2023-05-22 18:16:31 +08:00
neon_arch
6e19246cb2
fix: reduce the time to build user-agents
2023-05-22 13:07:37 +03:00
neon_arch
5f052dbee8
Merge pull request #31 from alamin655/page_url
...
Fix page_url assignment in search route
2023-05-20 08:34:46 +00:00
MD AL AMIN TALUKDAR
ae2fdb557c
Removed unnecessary comment
2023-05-20 08:01:24 +05:30
MD AL AMIN TALUKDAR
9a204b2f98
Fix page_url assignment in search route
...
The page_url variable in the search route was not being properly assigned in certain cases. This commit fixes the issue by ensuring that page_url is assigned the correct value based on the search parameters.
In the match expression, the conditions have been adjusted to correctly handle the page number and construct the appropriate page_url. This ensures that the generated URL for the search page is accurate and reflects the search query and page number.
This change improves the functionality and reliability of the search route by correctly setting the page_url variable based on the provided search parameters.
2023-05-19 17:13:11 +05:30
zhou fan
feb5ea8a2e
Merge pull request #30 from neon-mmd/remove-releases-github-action
...
ci: remove releases automation github action
2023-05-18 18:27:06 +08:00
neon_arch
85e5868ac3
ci: remove releases automation github action
2023-05-18 10:12:51 +00:00
zhou fan
560e7285ef
Merge pull request #28 from bcsamrudh/rolling
...
Added an About page.
2023-05-18 17:22:31 +08:00
B C SAMRUDH
0a947cd400
Added the CSS code for about.html
2023-05-17 22:54:16 +05:30
B C SAMRUDH
2fc3ab42fe
Added an about page.
2023-05-17 22:53:10 +05:30
neon_arch
ccd9177d6b
ci: add ci to rolling from master
2023-05-15 11:06:24 +03:00
neon_arch
d54270f892
Merge pull request #22 from XFFXFF/refactor
...
refactor RedisCache to create fewer connections
2023-05-15 07:57:52 +00:00
XFFXFF
3c7edb80d0
refactor: reduce connections created with RedisCache
2023-05-15 00:20:43 +00:00
neon_arch
2d218d6ebc
ci: fix labels/tags auto-generation on oss standards github ci
2023-05-14 13:32:41 +03:00
neon_arch
b0578c4567
ci: fix labels autogeneration github ci
2023-05-14 13:24:36 +03:00
neon_arch
15037ae25d
Merge branch 'master' of github.com:neon-mmd/websurfx
2023-05-13 21:08:25 +03:00
neon_arch
09e4395861
ci: remove merge gatekeeper github ci
2023-05-13 21:07:12 +03:00
neon_arch
29c2702467
Update merge-gatekeeper.yml
2023-05-13 17:52:33 +00:00
neon_arch
6b76619bf5
ci: add merge gatekeeper github ci
2023-05-13 20:48:57 +03:00
neon_arch
e123abdb28
Merge branch 'master' of github.com:neon-mmd/websurfx
2023-05-13 20:34:08 +03:00
neon_arch
0b56a7aa63
ci: fix github cis
2023-05-13 20:32:33 +03:00
neon_arch
0dedddf8af
Update rustfmt.yml
2023-05-13 17:10:26 +00:00
neon_arch
a7229b5ee4
Update rustfmt.yml
2023-05-13 17:07:22 +00:00
neon_arch
b4a05bc940
ci: fix clippy.yml
2023-05-13 20:03:07 +03:00
neon_arch
36aa2f9e86
ci: updating github cis
2023-05-13 19:45:59 +03:00
neon_arch
a569f077cb
ci: updating github cis
2023-05-13 19:36:11 +03:00
neon_arch
ed82943702
fix: fix rust.yml caching
2023-05-13 19:31:37 +03:00
neon_arch
c2262cc38a
fix: fix rust.yml and add caching to it
2023-05-13 19:24:45 +03:00
neon_arch
3be13d0ab6
ci: add rust specific ci and auto-gen oss standard labels
2023-05-13 19:16:15 +03:00
neon_arch
58a3527a69
fix(README.md): fix discord invite link
2023-05-13 13:27:32 +03:00
neon_arch
d80d4c180d
fix(README.md): fix styling and formatting
2023-05-13 10:50:53 +03:00
neon_arch
15b0e38e34
Update releases.yml
2023-05-12 17:16:37 +00:00
neon_arch
a301be7cdb
Create releases.yml
2023-05-12 14:22:25 +00:00
neon_arch
16d76bf70d
Merge pull request #16 from neon-mmd/rolling
...
Release 0.6.0
2023-05-09 16:26:51 +00:00
neon_arch
318be6ef7e
fix cargo version lock issue and bump to version 0.6.0
2023-05-09 19:25:55 +03:00
neon_arch
b5e7f813d7
fix reqwest error and bump to version 0.6.0
2023-05-09 19:23:06 +03:00
neon_arch
493bb08d2e
bump version to 0.6.0
2023-05-09 19:15:05 +03:00
neon_arch
b042eb34c4
Merge pull request #15 from neon-mmd/docker-support
...
Add support for hosting the server using docker containers
2023-05-09 16:12:42 +00:00
neon_arch
09bb54e80f
improve docker build by fixing dockerfile
2023-05-09 19:00:14 +03:00
neon_arch
4364310b24
add support for dockerized container hosting
2023-05-09 18:53:12 +03:00
neon_arch
30b187a96e
Merge pull request #14 from neon-mmd/better-evasion-for-ip-blocking
...
Improve code to better evade bot detection and ip blocking
2023-05-08 08:58:39 +00:00
neon_arch
0502a8f551
improve code to evade bot detection and closes #8
2023-05-08 11:47:50 +03:00
neon_arch
ab7348ba3d
Merge pull request #13 from neon-mmd/optimise-code-for-server-use
...
optimise code for large scale server use and closes #7
2023-05-08 08:04:39 +00:00
neon_arch
9de3ade7e6
add more badges
2023-05-07 21:37:48 +03:00
neon_arch
5f2739312d
add more badges
2023-05-07 21:35:12 +03:00
neon_arch
c5c1684cc1
optimise code for large scale server use and closes #7
2023-05-07 21:18:19 +03:00
neon_arch
d4b7cac729
Update CODE_OF_CONDUCT.md
2023-05-06 16:32:16 +00:00
neon_arch
f1703dc297
add a code of conduct and closes #12
2023-05-06 19:30:16 +03:00
neon_arch
ba014f3aec
updating readme.md closes #11
2023-05-05 20:51:06 +03:00
neon_arch
34047fcf27
Merge pull request #10 from neon-mmd/rolling
...
Rolling
2023-05-05 10:03:58 +00:00