Commit graph

448 commits

Author SHA1 Message Date
72be410e3c docs: update SVR.JS mod API to introduce req.rewriteURL() method
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m6s
2025-01-03 09:05:06 +01:00
1eb863debe fix: add JSX syntax for Prism
Some checks failed
Deploy Next.js application / deploy (push) Failing after 11m4s
2025-01-01 10:13:32 +01:00
d751161db8 chore: update statistics in the about section
Some checks failed
Deploy Next.js application / deploy (push) Failing after 5s
2024-12-27 15:45:58 +01:00
4dea446ed1 feat: add link to SVR.JS Mods directory
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
2024-12-27 15:44:00 +01:00
eeecc81aa0 docs: add "cacheIgnoreHeaders" configuration property documentation for SVR.JS Cache mod
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
2024-12-24 12:57:10 +01:00
097ca4fba5 docs: add SVR.JS Cache mod notes
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-12-19 16:24:57 +01:00
b7be6a4504 fix: remove Button components inside the Link components for the download buttons
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
2024-12-19 15:59:43 +01:00
4819c119f1 fix: add the download property to the download links 2024-12-19 15:56:39 +01:00
c508a55b85 chore: update statistics in the about section
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
2024-12-17 17:06:16 +01:00
d8ebc39b56 chore: rename "Forum" link to "Community" also in the documentation page
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
2024-12-12 20:27:15 +01:00
04643b0ac3 chore: rename SVR.JS Forum to SVR.JS Community
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
2024-12-12 20:16:32 +01:00
10fd49e42d docs: fix spelling error in reverse proxy configuration error page
All checks were successful
Deploy Next.js application / deploy (push) Successful in 8m6s
2024-12-11 15:53:52 +01:00
7bcbff413b docs: update reverse-proxy-mod documentation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m10s
2024-12-11 15:43:43 +01:00
614f9a0df1 fix: fix a "Maximum update depth exceeded" error in mods administration page 2024-12-11 15:40:56 +01:00
bd80881e27 fix: wrap the newsletter unsubscription form in a Suspense component
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-12-10 21:04:36 +01:00
e27af5ffc1 fix: fix more type errors and upgrade TypeScript and eslint-config-next
Some checks failed
Deploy Next.js application / deploy (push) Failing after 9m31s
2024-12-10 20:44:41 +01:00
55f0bdd1bd fix: replace the "use" hook with "useSearchParams" hook in newsletter unsubscription form
Some checks failed
Deploy Next.js application / deploy (push) Failing after 3m53s
2024-12-10 20:10:11 +01:00
46aa5c3c0c fix: remove React.FC type for server-side rendered components 2024-12-10 20:06:52 +01:00
e39a80bc79 fix: replace the "use" hook with "useParams" hook in multi-log admin page
Some checks failed
Deploy Next.js application / deploy (push) Failing after 4m3s
2024-12-10 19:50:10 +01:00
0fa95d58c2 docs: update documentation to reflect the features of SVR.JS 4.3.0 and updated mods
Some checks failed
Deploy Next.js application / deploy (push) Failing after 8m58s
2024-12-10 19:28:54 +01:00
cc9ee54d7a chore: update dependencies to latest versions 2024-12-10 19:06:33 +01:00
c265b0ffbd docs: add the recommendation to use configJSON.wwwroot instead of "." for SVR.JS 2.x and 3.x mods
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
2024-12-09 00:42:46 +01:00
6583fd10a0 docs: change the recommendation for using config.wwwroot instead of process.cwd()
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-12-08 23:35:04 +01:00
eee12586a5 docs: add the recommendation to use config.wwwroot instead of process.cwd()
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-12-08 23:18:52 +01:00
ae4cffe813 docs: correct the webroot configuration property name in API documentation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-12-08 23:15:38 +01:00
4b79fa66f5 docs: fix invalid JSON in the example virtual host configuration
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-12-08 21:27:19 +01:00
505b008f3a docs: fix the example virtual host configuration
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
2024-12-08 21:25:04 +01:00
0c403325eb chore: update statistics in the about section
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m8s
2024-12-07 12:46:54 +01:00
b2a792d341 feat: add a mention about SVR.JS installer for Windows Server
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m13s
2024-12-04 21:21:19 +01:00
115e630bf7 docs: update instructions for Deno
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m7s
2024-12-03 07:18:43 +01:00
158586f453 fix: update the command for SVR.JS installation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m10s
2024-12-02 19:02:26 +01:00
36f5fd134e docs: add a previously undocumented property of a non-standard code
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m12s
2024-12-01 17:05:08 +01:00
d767b70448 docs: update the documentation for OrangeCircle and GreenRhombus
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m8s
2024-11-29 16:22:54 +01:00
9a0513fd8f docs: remove the "First use" header and add frontmatter to the "System requirements" page
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m40s
2024-11-28 19:21:02 +01:00
4e99fef118 chore: lock up the version of Next.js
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m12s
2024-11-28 19:06:13 +01:00
00ed127dde fix: add the navbar links to the documentation page 2024-11-28 19:04:58 +01:00
f9b8f297b4 chore: update dependencies to latest versions and migrate Nextra configuration 2024-11-28 18:52:39 +01:00
c5cabd8aec docs: update the documentation to reflect the features of SVR.JS 4.3.0 2024-11-28 18:18:08 +01:00
d539191066 fix: optimize the metadata for the server documentation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m6s
2024-11-25 08:51:03 +01:00
018bbd5592 fix: add canonical URL for blog posts 2024-11-25 08:47:58 +01:00
7866a5c68f fix: optimize the metadata
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
2024-11-25 08:42:23 +01:00
e80269591c feat: add canonical URLs
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m6s
2024-11-25 07:11:36 +01:00
5ced74fca6 chore: update statistics in the about section
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m5s
2024-11-25 06:32:22 +01:00
869833b34a fix: don't wrap Statistics component contents in <section> element 2024-11-25 06:31:28 +01:00
5c17f9d9d5 fix: fix the HTML code for validity
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m12s
2024-11-24 19:33:52 +01:00
829cad0b3d fix: tweak the monochromatic SVR.JS logo
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m15s
2024-11-24 07:59:46 +01:00
3126b7703e feat: add YouTube channel link
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m3s
2024-11-18 17:43:33 +01:00
f2e2a4cd07 fix: decrease the size of social icons 2024-11-18 17:16:02 +01:00
b7c2266795 feat: add Instagram and Threads social media links
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
2024-11-18 16:20:53 +01:00
edc01f50d0 chore: replace the "SVR.JS in action" video with a new one
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2024-11-17 10:48:23 +01:00