This website requires JavaScript.
Explore
Help
Sign In
s
/
nysoure
Watch
1
Star
0
Fork
0
You've already forked nysoure
Code
Issues
Packages
Projects
Releases
Wiki
Activity
557
Commits
2
Branches
0
Tags
master
Commit Graph
557 Commits
This Branch
This Branch
All Branches
Render link with an image and a description as card
nyne
·
2025-05-25 21:43:34 +08:00
0430e3ca0b
Render link with an image and a description as card
nyne
·
2025-05-25 21:39:58 +08:00
be8f0da386
Implement caching for resource view and download counts
nyne
·
2025-05-25 15:24:49 +08:00
400b8d62d7
Implement login attempt tracking and user lockout mechanism
nyne
·
2025-05-25 14:48:35 +08:00
681727d63a
Persist home page sorting order in app context and set default value
nyne
·
2025-05-25 12:01:57 +08:00
138d7fd429
Update sorting options in home page and improve i18n translations
nyne
·
2025-05-25 11:51:33 +08:00
0db2502732
Fix UpdateResource function to correctly handle image and tag associations
nyne
·
2025-05-25 11:47:47 +08:00
b12ca4ce91
Change default sorting order to TimeDesc in home page
nyne
·
2025-05-25 11:44:01 +08:00
8749eeed40
Add AboutPage component and integrate sorting options in resource retrieval
nyne
·
2025-05-25 11:27:24 +08:00
6e78707d9e
Fix UpdateResource
nyne
·
2025-05-25 10:35:47 +08:00
b610a5db9d
Enhance code styling for inline code elements in markdown
nyne
·
2025-05-24 21:59:03 +08:00
a1bdf1a0f6
Add internationalization support for tag-related messages
nyne
·
2025-05-24 20:48:37 +08:00
9e4dbeec39
Unescape and trim whitespace from tag name in URL handling
nyne
·
2025-05-24 20:45:43 +08:00
65eead5193
Add tag description.
nyne
·
2025-05-24 20:38:05 +08:00
c55dc709e0
Clear app context when navigating to home page.
nyne
·
2025-05-24 18:53:54 +08:00
73815560b4
Fix GetResourceByTag
nyne
·
2025-05-24 18:51:47 +08:00
e45afd75ad
Trim whitespace from tag and keyword inputs in tag creation
nyne
·
2025-05-24 15:07:33 +08:00
e9b0a43718
Clear cached data after publishing.
nyne
·
2025-05-24 11:10:14 +08:00
b0d48f096e
Remove DEBUG_MODE from environment variables.
nyne
·
2025-05-24 10:39:45 +08:00
2ed7f1ec48
Improve article rendering.
nyne
·
2025-05-24 10:36:53 +08:00
df419fca91
Render steam link as card
nyne
·
2025-05-24 10:02:54 +08:00
2c19c67bd9
add AppContext for state management and update ResourcesView to utilize context
nyne
·
2025-05-23 21:53:39 +08:00
4038683a56
fix related resources rendering
nyne
·
2025-05-23 14:34:04 +02:00
81053d56f7
fix navigating between resources page.
nyne
·
2025-05-23 14:15:32 +02:00
616d03231a
fix link rendering
nyne
·
2025-05-23 14:06:24 +02:00
440bde9e23
improve ui
nyne
·
2025-05-23 19:39:05 +08:00
e1031c23b4
Render internal links to card.
nyne
·
2025-05-23 19:30:46 +08:00
8a7af82b6c
Add related resources parsing
nyne
·
2025-05-23 16:21:58 +08:00
0bc97b1db5
Increase presigned URL expiration time from 10 to 20 seconds in S3 download method
nyne
·
2025-05-23 15:32:02 +08:00
926391dc85
fix s3 download
nyne
·
2025-05-23 15:13:26 +08:00
22c17e5d9a
Add username validation and URL decoding in comment retrieval
nyne
·
2025-05-21 12:44:29 +08:00
0fae66c7dd
Add URL decoding for username in user retrieval
nyne
·
2025-05-21 12:36:06 +08:00
3283aabf9f
Fix infinite scroll.
nyne
·
2025-05-19 10:37:31 +08:00
3557f25268
Return a copy of tasks array in getTasks method
nyne
·
2025-05-19 10:21:33 +08:00
d8046472be
Add RSS/Sitemap handling.
nyne
·
2025-05-18 20:37:58 +08:00
8668f3a947
Add support for BMP image format in content type validation
nyne
·
2025-05-18 17:32:24 +08:00
7bca25bd2c
Increase maximum image data size limit to 8MB and add error handling for oversized images after conversion
nyne
·
2025-05-18 17:31:59 +08:00
db34b32d63
Fix proxy config.
nyne
·
2025-05-18 17:24:23 +08:00
4c0166e364
Increase character limit for plain text extraction to 200
nyne
·
2025-05-18 16:29:45 +08:00
ca6369e40d
Improve resource descriptions
nyne
·
2025-05-18 16:25:38 +08:00
15c297c22d
Fix image meta
nyne
·
2025-05-18 16:17:03 +08:00
562f5097d5
Add loading spinner to Cloudflare popup during Turnstile verification
nyne
·
2025-05-18 16:08:05 +08:00
b536adce13
Add loading spinner to Cloudflare popup during Turnstile verification
nyne
·
2025-05-18 16:02:55 +08:00
6276fb1608
Add loading spinner to Cloudflare popup during Turnstile verification
nyne
·
2025-05-18 15:54:49 +08:00
746d44a66f
Add file info update dialog.
nyne
·
2025-05-18 15:43:56 +08:00
3f4c616b13
Improve site information display.
nyne
·
2025-05-18 11:21:56 +08:00
d901e98db2
Enhance comment tile with user profile navigation
nyne
·
2025-05-18 11:07:47 +08:00
cbaa00989a
Add site information management with Markdown support
nyne
·
2025-05-18 11:04:59 +08:00
be09b55765
Add user information retrieval endpoint and update token management
nyne
·
2025-05-18 10:29:08 +08:00
1b5eb23a65
Add file size and redirect status to file model
nyne
·
2025-05-17 22:47:46 +08:00
1396f6939b
First
Previous
...
8
9
10
11
12
Next
Last