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...
b686ad0afe
change to better variable name to reflect what it's used for
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.
8960a43753
added image upload size in settings
WIP: Image upload size
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
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...
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
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!
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...
[Feature Request] Implement Regular Expressions to filter out specific magazines, people, and domains