• Joined on 2023年07月01日
Julle commented on pull request Kbin/kbin-core#670 2023年07月10日 07:50:15 +02:00
WIP: Image upload size

Todo:

  • Allowed memory size need to be changed for PHP or GDimage will fail. Will try to find some dynamic way to increase the memory when using docker installation. Or find some other...
Julle pushed to fix/664-image-upload-size at Julle/kbin-core 2023年07月10日 00:00:27 +02:00
b686ad0afe change to better variable name to reflect what it's used for
Julle commented on pull request Kbin/kbin-core#670 2023年07月09日 23:18:41 +02:00
WIP: Image upload size

Agree , I have already started to do exactly the thing you suggested. Just need to clean up some part now and use better variable name before this PR is ready to go.

Julle pushed to fix/664-image-upload-size at Julle/kbin-core 2023年07月09日 23:09:40 +02:00
8960a43753 added image upload size in settings
Julle created pull request Kbin/kbin-core#670 2023年07月09日 21:53:43 +02:00
WIP: Image upload size
Julle pushed to fix/664-image-upload-size at Julle/kbin-core 2023年07月09日 17:18:05 +02:00
9d64809f21 WIP Init fix
8a1be2840d Favourite fix
e2d2e0101a Merge pull request 'Adjusted avatar images / sizing for mobile' (#610) from AnonymousLlama/kbin-core:adjust-avatar-image-size-on-mobile into develop
47bd49b429 Merge pull request 'Fixes to header and topbar, better header badges styling' (#654) from Frankz/kbin-core:header-fixes into develop
1e5c8c58ad Make sure badge stays inline
Compare 10 commits »
Julle created branch fix/664-image-upload-size in Julle/kbin-core 2023年07月09日 17:18:05 +02:00
Julle commented on issue Kbin/kbin-core#664 2023年07月09日 16:42:25 +02:00
Image uploads > ~5.6MB fail on multiple instances

It seems that kbin have set a hard limit to 6000000bytes (~6MB) in the file src/Service/ImageManager.php on line 19. If you change the value to something higher it will work.I tested to change the...

Julle pushed to develop at Julle/kbin-core 2023年07月08日 09:25:47 +02:00
bc74f686e1 Paginator cache count
a13170a3dc Paginator cache count
8ee87ba9fb hotfix markdown escape html
3c6a11528d Merge pull request 'enable brotil compression' (#645) from piotrsikora/kbin-core:develop into develop
6f5bf52acb enable brotil compression
Compare 120 commits »
Julle commented on issue Kbin/kbin-core#515 2023年07月07日 08:41:11 +02:00
Gracefully handle 403 access denied errors from other federated nodes

Or for compatibility reasons we can use Mozilla/5.0:

Mozilla/5.0 (compatible; kbinBot/0.1; +https://KBIN-INSTANCE-DOMAIN/bot)

Seems like a good idea to me!

Julle commented on issue Kbin/kbin-core#515 2023年07月06日 22:57:34 +02:00
Gracefully handle 403 access denied errors from other federated nodes

Maybe use a user-agent like Googlebot is using?

Googlebot/2.1 (+http://www.google.com/bot.html)

So, for a kbin instance, it would use:

kbinBot/0.1 (+https://KBIN-INSTANCE-DOM...
Julle opened issue Kbin/kbin-core#581 2023年07月03日 09:35:29 +02:00
[Feature Request] Implement Regular Expressions to filter out specific magazines, people, and domains
Julle created repository Julle/kbin-core 2023年07月01日 13:01:46 +02:00