380 Commits

Author SHA1 Message Date
iacore 960c2de079 aw 2024-07-12 21:51:25 +00:00
iacore beef9d1e27 my favourite part: deleting code 2024-07-12 21:23:08 +00:00
iacore 7aca7d1c7d document 2024-07-12 21:18:52 +00:00
iacore 33adec12e8 done. 2024-07-12 21:18:22 +00:00
iacore 94391ec410 vendor archive/zip 2024-07-12 20:26:55 +00:00
iacore a9a5f9a8b0 Add test data 2024-07-12 20:13:02 +00:00
VnPower 77028fc33d Draft of an unified document for development 2024-07-12 22:05:42 +07:00
VnPower 38a9729f5b Fix typo 2024-06-17 09:47:35 +07:00
VnPower 53cae1ae91 Fix search bar 2024-06-10 19:04:51 +07:00
VnPower 99b501e48d Fix some compatibility issue with Pixiv on the users page 2024-06-09 21:50:26 +07:00
VnPower 345d7c85b2 CI: Fix auto-tag settings 2024-06-09 20:25:05 +07:00
VnPower aba95f1420 Bump version to v2.6 v2.6 2024-06-09 20:13:35 +07:00
VnPower e7089d395e Remove some debug artifacts 2024-06-09 20:13:35 +07:00
iacore 0ed15cc244 fix race condition (hopefully fix crash)
when the handler exits, `c` is no longer usable from anywhere.

this prevents that in a slower than optimal way.
2024-06-09 12:52:32 +00:00
VnPower acfd25daa8 Debug 2024-06-09 17:27:34 +07:00
VnPower ba9e11ee33 Add some guides in the errors page 2024-06-09 17:05:22 +07:00
VnPower b9ec6bc6ae Raw settings 2024-06-09 16:21:20 +07:00
VnPower f38cf895a4 Add all available filters to the search page 2024-06-07 22:03:19 +07:00
VnPower 4e0e03bb59 Wrap additional search filters in a dropdown 2024-06-06 16:34:14 +07:00
VnPower df2a71d77a Convert some functions and methods 2024-06-06 10:50:22 +07:00
VnPower 60437bbb01 Build the URL once and not overcomplicate stuff 2024-06-06 10:04:27 +07:00
VnPower 1c21b6fa5b Major internal changes to the tag page 2024-06-05 20:55:31 +07:00
VnPower 1b09f77c84 Implement an URL constructor for <a> tags 2024-06-03 17:27:37 +07:00
VnPower 2a6ca5dcea Fix novel settings bar displaying into columns 2024-05-31 20:04:22 +07:00
perennial f6f81ffa60 fix typo on settings page 2024-05-15 20:42:29 +10:00
VnPower 0c4d3d42a7 Change some text in the settings page 2024-05-13 18:45:07 +07:00
VnPower 7459fe4d70 Fix some image position bugs that came from the CSS reset 2024-05-12 17:02:06 +07:00
VnPower e0ac8d23ad Novel section for users page 2024-05-12 16:54:12 +07:00
iacore 00b315904b amend 2024-05-11 14:43:49 +00:00
iacore 0ee3de4f5b /settings: improve set-cookie style 2024-05-11 14:42:49 +00:00
iacore 629bab3dd9 feat: allow setting individual cookies 2024-05-11 14:34:40 +00:00
iacore 492b46d75e decrease h1-h6 font size 2024-05-11 14:12:55 +00:00
iacore 60b9cca6f9 fix the use of h1 h2 h3 2024-05-11 14:09:21 +00:00
iacore 7569459785 delete embed.jet.html (it is unused) 2024-05-11 13:55:23 +00:00
iacore 3fa50a44dc when no auth, show an "unauthorized" page instead of redirecting to /settings#login directly 2024-05-11 13:52:53 +00:00
iacore 2139dd3aff fix css reset
it messed with the current design
2024-05-11 13:34:03 +00:00
iacore 6253685078 add css reset 2024-05-11 13:30:35 +00:00
iacore 8854edbaa0 /about/: describe pixivfe 2024-05-11 13:30:35 +00:00
VnPower 3b076241e7 Fix novel author section 2024-05-11 20:21:12 +07:00
iacore 5b7a7f6874 /settings: Redirect after form submit 2024-05-11 12:32:31 +00:00
VnPower 978f8d3607 Allow users to change novel text orientation 2024-05-05 20:47:58 +07:00
VnPower 6d4aa0537e UI: Novel embedded images 2024-05-05 19:27:53 +07:00
VnPower d9b1975f46 UI: Novel text orientation 2024-05-05 15:57:13 +07:00
VnPower c980d0093b Fix novel actions URLs 2024-05-05 15:37:37 +07:00
VnPower 7eb91f7bed Auto tag new releases for Docker image builds 2024-05-02 09:56:17 +07:00
VnPower bcefa94c73 Do not rely on Pixiv's tag names for URLs #82 v2.5.1 2024-04-27 19:37:38 +07:00
iacore ffab149dff Use the full Request URL as cache key 2024-04-25 12:07:50 +00:00
VnPower bb6f98c2c7 Merge pull request 'Get artwork data using user's token' (#80) from Tina-otoge/PixivFE:v2 into v2
Reviewed-on: https://codeberg.org/VnPower/PixivFE/pulls/80
2024-04-25 02:00:38 +00:00
Tina f27a726358 Get artwork data using user's token
Fixes #79
2024-04-24 18:28:18 +02:00
VnPower dbcd23f913 Check for login status before showing bookmarks details #79 2024-04-24 21:20:40 +07:00