Commit Graph

117 Commits

Author SHA1 Message Date
94b6a6a49a
chore: bump the drizzle-orm. 2024-11-15 14:54:08 +08:00
f18337efc5
feat: add the cursor style for links. 2024-11-15 14:54:08 +08:00
3d089d4608
chore: bump astro-uploader the version to 1.1.3. 2024-11-15 14:54:07 +08:00
b0fc869c1d
fix: drop the import optimize in vite. 2024-11-15 14:54:07 +08:00
02e49f9230
fix: the invalid data time in comments. 2024-11-15 14:54:06 +08:00
335a28f06d
fix: bump the astro-uploader for using the opendal. 2024-11-15 14:54:06 +08:00
64a3f15989
fix: better width for the aplayer in mobile. 2024-11-15 14:54:05 +08:00
2bb010907b
fix: the 404 page for search result. 2024-11-15 14:54:04 +08:00
c7a4443513
feat: add pagination for search result. 2024-11-15 14:54:04 +08:00
d3f76c2c85
feat: add tags on post page. 2024-11-15 14:54:03 +08:00
f24e166cee
chore: change avatar to webp format for speeding. 2024-11-15 14:54:03 +08:00
da5e4b7392
feat: display webmaster in comments. 2024-11-15 14:54:02 +08:00
1edb447f0e
feat: fix the typo and add missing photos. 2024-11-15 14:54:02 +08:00
0ed21c902d
chore: bump the dependencies. 2024-11-15 14:54:01 +08:00
303208003b
fix: the invalid share link for images. 2024-11-15 14:54:01 +08:00
30d328adc6
fix: the page view counter for new articles. 2024-11-15 14:54:00 +08:00
4bacfa677f
feat: new article. 2024-11-15 14:54:00 +08:00
fe0e83d9a2
chore: change the architecture of the page. 2024-11-15 14:53:59 +08:00
5bfb23d4e4
feat: drop the duplicated comment user settings. 2024-11-15 14:53:59 +08:00
e2064c2fa9
feat: add switch for astro badge. 2024-11-15 14:53:58 +08:00
a043141456
feat: change the S3 integration to external package. 2024-11-15 14:53:58 +08:00
61e25c17a1
feat: add override options for s3 uploader. 2024-11-15 14:53:57 +08:00
815d12e137
chore: add cache to avatar proxy header. 2024-11-15 14:53:57 +08:00
1d336be2fd
feat: bump the deps. 2024-11-15 14:53:56 +08:00
b467df07d2
feat: add avatar fetch for cdn with origin limit. 2024-11-15 14:53:56 +08:00
2414040c4c
feat: add opposans fonts through cdn. 2024-11-15 14:53:55 +08:00
244e54c594
feat: make the external link to be opened in new blank. 2024-11-15 14:53:55 +08:00
84c3159bc2
chore: bump the outdated dependencies. 2024-11-15 14:53:54 +08:00
9d8641e3f4
chore: remove the uneed console.log. 2024-11-15 14:53:54 +08:00
c37ce2b820
feat: change the commenter avatar link. (#53)
* feat: add new comment user merge service.

* feat: better hide the commenter email.
2024-11-15 14:53:53 +08:00
992d8f857e
fix: the invalid position for replying comments. fixed #51. 2024-11-15 14:53:53 +08:00
6a4d7243c9
feat: use action for better configuring the backend API. (#50)
* chore: bump the dependencies.

* feat: define the actions for all the rest requests.

* feat: use action to perform requests.
2024-11-15 14:53:52 +08:00
3dfd0ab4d0
feat: rollback to use S3 client for now. 2024-11-15 14:53:52 +08:00
ec9467ee72
feat: add comments focus feature. 2024-11-15 14:53:51 +08:00
859379a705
build: set the ts version for vscode. 2024-11-15 14:53:51 +08:00
5ae9be31d2
feat: add the keep option for s3 uploader, better error message. 2024-11-15 14:53:50 +08:00
da1c6fefb5
fix: change the size of the svg 2024-11-15 14:53:49 +08:00
232d9eb19b
chore: fix the invalid svg images. 2024-11-15 14:53:49 +08:00
11e9972df6
feat: change S3 node client to opendal. 😎 2024-11-15 14:53:48 +08:00
2ddb050dd2
fix: the invalid image types. 2024-11-15 14:53:48 +08:00
42776cf8b0
chore: better local image procession for crop image with both width and height. 2024-11-15 14:53:48 +08:00
6b2211ba85
feat: add custom thumb support with url suffix. (#49) 2024-11-15 14:53:47 +08:00
179a2b088f
chore: add HEAD endpoint for /feed 2024-11-15 14:53:47 +08:00
d24dac2485
chore: reduce the docker images. 2024-11-15 14:53:46 +08:00
c8bc627869
feat: use s3 api for uploading the static files. (#46)
* chore: bump the dependencies.

* feat: use s3 v3 client instead of the upyun sdk.

* chore: change the schema of biome.
2024-11-15 14:53:46 +08:00
9014fc8ad9
fix: the friend link page style. 2024-11-15 14:53:45 +08:00
6a4f8a948a
fix: the avatar in comment form. 2024-11-15 14:53:45 +08:00
080f85b08f
fix: correctly remove directory. 2024-11-15 14:53:44 +08:00
1b501a603e
chore: remove the build files for reducing the docker images size. 2024-11-15 14:53:44 +08:00
0126b71722
feat: add upyun support. move images to upyun on build. (#45)
* style: better reply button.

* feat: add astro badge.

* chore: drop useless styles.

* feat: use new options.ts for global configuration.

* fix: the invalid import.meta.env.PROD in astro build.

* feat: move og to new assert prefix.

* chore: add better og description.

* chore: make sure all the images link could be correctly replaced.

* feat: add upyun uploader.
2024-11-15 14:53:43 +08:00