Commit graph

12 commits

Author SHA1 Message Date
ccbikai
71654dcbc8 feat: add bot traffic filtering for access logs
Adds configuration option NUXT_DISABLE_BOT_ACCESS_LOG to exclude bot/crawler traffic from access statistics

- Updates ua-parser-js to stable v2.0.3
- Detects bots via CloudFlare bot management and user agent analysis
- Documents new config option in configuration.md and FAQs
2025-03-16 12:57:05 +08:00
ccbikai
8d1bf6a451 feat: improve case-sensitive slug handling
Refactors URL slug case sensitivity implementation:
- Moves case conversion to creation time instead of lookup
- Updates middleware to handle case sensitivity more efficiently
- Adds configuration docs for case sensitivity and list query limits
- Simplifies nanoid implementation to always use lowercase

This change improves performance and consistency in URL handling while maintaining backwards compatibility with existing links.
2024-12-25 12:15:00 +08:00
ZL Asica
e51e912972
doc: update docs to reflect the new feature. 2024-12-02 20:25:15 -06:00
ZL Asica
0ed45efa87
docs(faqs): Update according to the Readme updates. 2024-10-30 09:50:35 -05:00
ccbikai
52187d1ff6 feat: disable query string redirection by default
Enhances security and performance by preventing query strings from being carried over during redirection, aligning with best practices.
2024-07-20 18:34:49 +08:00
ccbikai
2876385f20 feat: add link cache TTL for performance optimization
Improves response times by introducing a configurable link cache TTL, defaulting to 60 seconds, to ensure quick access to frequently requested links while maintaining responsiveness to updates.
2024-07-20 18:21:40 +08:00
ccbikai
686ecd151a docs: add API Docs 2024-06-12 20:28:23 +08:00
Tom Collis
2b4724f39c
Add simple API documentation 2024-06-11 16:39:24 +01:00
ccbikai
d620d1f84e docs: Add explanation for NuxtHub analytics in FAQs 2024-06-08 13:17:41 +08:00
ccbikai
12f2576c0a docs: add FAQs 2024-06-04 20:13:43 +08:00
ccbikai
afdbf4f187 docs: Add screenshots to README.md 2024-05-25 17:07:04 +08:00
ccbikai
bd47e755d5 feat: init 2024-05-25 08:09:30 +08:00