Commit graph

145 commits

Author SHA1 Message Date
306b42049f
Feature: option for Unix sockets instead of TCP 2023-06-13 21:14:24 +07:00
8bf7565999
Feature: some Fiber config 2023-06-13 20:22:52 +07:00
6203997138
Fix: cache the full URL instead of just the path 2023-06-13 20:10:08 +07:00
2870fbded6
Feature: likes count for artworks 2023-06-13 19:26:24 +07:00
3150386f3e
Fix: convert artwork description string to raw HTML 2023-06-13 19:22:59 +07:00
81ddd87616
Feature: Docker 2023-06-13 16:07:28 +07:00
11af699ec2
Fix: page count 2023-06-13 10:31:56 +07:00
2e18ef6521
Update: reduce the amount of artworks in the discovery page to 100 2023-06-13 10:21:53 +07:00
86982c7407 Merge pull request 'Add docker support' (#3) from dragongoose/pixivfe:main into main
Reviewed-on: https://codeberg.org/VnPower/pixivfe/pulls/3
2023-06-13 03:00:39 +00:00
ffc905a72f Merge branch 'main' into main 2023-06-13 02:59:48 +00:00
08a52b09c5
Add docker support 2023-06-12 13:53:35 -04:00
8b7dcde8a1
Merge branch 'main' into dev 2023-06-12 21:53:00 +07:00
2aa6c699c8
Feature: added some security-related meta tags 2023-06-12 20:19:16 +07:00
3049f1f0a0
Fix: user's avatar in the user page wasn't aligned properly 2023-06-12 20:08:32 +07:00
718e10e44d
Update: replace html with jet for template 2023-06-12 19:33:26 +07:00
7239e4b287
Feature: caching 2023-06-12 15:45:21 +07:00
04f1338c39
Feature: replace encoding/json with go-json 2023-06-12 12:22:26 +07:00
d1bbc9b150
Feature: logger and prefork 2023-06-12 12:10:54 +07:00
6c42f6b6b9
Update: replace gin codebase to fiber 2023-06-12 11:28:50 +07:00
b443df6830 Notice 2023-06-10 16:32:33 +00:00
c3f006d74f
Feature: rewrite GetArtworkComments 2023-06-09 21:18:20 +07:00
bb0aca2805
Feature: rewrite GetArtworkByID 2023-06-09 20:37:15 +07:00
ec159c9095
Feature: remove unmarshaling entirely for GetArtworkImages 2023-06-09 19:40:51 +07:00
fb6b83c70c
Update: we now use GJSON instead of the official JSON library, rewrite GetArtworkImages function 2023-06-09 19:32:34 +07:00
fc37e277a6
Feature: artwork thumbnails are now squares 2023-06-09 17:52:41 +07:00
75d734cc1a
Update: make the image in the artworks page bigger 2023-06-09 10:30:32 +07:00
dac150c3ed
Feature: page caching 2023-06-08 21:07:06 +07:00
21aec55078
README: wiki page and instances table 2023-06-08 18:54:17 +07:00
0f113f41d4
Feature: dynamic title 2023-06-08 15:55:15 +07:00
7383f23e76
Update: I have decided not to complicate stuff with meta tags 2023-06-08 15:31:57 +07:00
6863bb7db8
Feature: Twitter's meta tags 2023-06-08 12:45:31 +07:00
8efa0827cd
Fix: meta tags 2023-06-08 12:32:34 +07:00
822648edc5
Fix: image for meta tag didn't get proxied 2023-06-08 12:24:11 +07:00
6272ca7e39
Feature: trying out meta tags 2023-06-08 11:17:59 +07:00
b8fd1708cd
Fix 2023-06-08 10:15:03 +07:00
da561b2940
Feature: AI-generated tag for artworks that was flagged 2023-06-08 10:06:41 +07:00
fcb6961f8e
Feature: some styling for related tags 2023-06-07 19:51:47 +07:00
221bd4d4b2
Update: code cleanup 2023-06-07 17:31:43 +07:00
7e356b34ec
Feature: user's description 2023-06-07 17:30:53 +07:00
b55c849f5e
Fix: user page doesn't work because of bad JSON parsing 2023-06-07 16:14:35 +07:00
ab13f590db
Feature: error handling for routes 2023-06-07 12:40:23 +07:00
6bc3ef49c7
Feature: raw error handling for functions 2023-06-07 11:01:23 +07:00
61a7a41fc7
Feature: 404 not found page 2023-06-07 10:31:52 +07:00
ed2caa1ce3
Fix: lazy images implementation didn't get removed in ranking page 2023-06-06 20:13:14 +07:00
dbaf43f444
Update: YAML is no longer a dependency 2023-06-06 20:11:12 +07:00
1634893ba9
Update: use env variables to config instead of YAML 2023-06-06 20:09:09 +07:00
b3d1b1d976
Update: temporary landing page 2023-06-06 16:44:49 +07:00
ac3942c7c5
Feature: dynamic limit for discovery 2023-06-06 16:33:25 +07:00
ef624d9e90
Fix: discovery page now defaults to safe mode instead of all type mode 2023-06-06 12:48:02 +07:00
5d42b3c66f
Feature: remove JavaScript code for lazy load images #1 2023-06-06 09:56:54 +07:00