Commit graph

170 commits

Author SHA1 Message Date
fbc727efff
Feature: validator for setting forms 2023-06-24 17:48:57 +07:00
e6bdc31442
Feature: custom image proxy server 2023-06-23 19:33:46 +07:00
fb1393c6db
Update: add some middlewares and configs 2023-06-22 16:09:40 +07:00
dbcc57b920
Feature: manually set global headers 2023-06-20 21:27:38 +07:00
8e0bfc327f
Testing out the settings page 2023-06-20 21:21:27 +07:00
bfeb243f6c
Fix: layout 2023-06-19 21:19:48 +07:00
250bef8bfb
Fix: proxy images on response and remove helmet 2023-06-19 19:34:25 +07:00
317a2edc05
Feature: added a lot of security-related middlewares 2023-06-19 14:58:36 +07:00
4be289b876
stuff 2023-06-19 13:25:49 +07:00
f1d9552ab8
Fix: navbar on mobile 2023-06-18 17:17:06 +07:00
3bcd799c38
Fix: artwork page 2023-06-16 20:44:18 +07:00
1387ef13fd
Feature: show placeholders for deleted or private artworks to avoid confusion 2023-06-16 20:26:40 +07:00
ef6c72c0f2
Feature: user's (public) bookmarks 2023-06-16 20:08:26 +07:00
5a0c188b0f
Feature: check if the creator turned comments off and fix related works 2023-06-16 11:03:41 +07:00
59689ab87e
Optimization: split the request function 2023-06-15 21:47:27 +07:00
49112b8aa0
Update: split the files 2023-06-15 20:19:14 +07:00
3ae1f9b1fc
Optimize: artwork page 2023-06-15 18:35:48 +07:00
c1b4de778d
Fix: user recent artworks didn't work 2023-06-15 11:51:18 +07:00
5fedc6b213
Feature: optimize user page by 1 request 2023-06-15 11:19:26 +07:00
32be35fd3a
Fix: user page doesn't work if an user doesn't have illustrations and/or manga 2023-06-15 11:07:45 +07:00
b2c1b03060
Feature: independent pages for user's artworks, illustrations and manga 2023-06-14 20:46:34 +07:00
f3f373f73f
Feature: decorate the tag container 2023-06-14 17:24:34 +07:00
d9396ba671
Feature: add frequent tags (check out any user page) 2023-06-14 13:04:54 +07:00
0d56598e01
Update: try to make images look better on mobile 2023-06-14 10:19:08 +07:00
6cabe4e79b
Fix: sidebar z-index 2023-06-14 09:55:15 +07:00
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