Mango icon indicating copy to clipboard operation
Mango copied to clipboard

Mango is a self-hosted manga server and web reader

Results 79 Mango issues
Sort by recently updated
recently updated
newest added

So yeah, this just throws each HTTP::Client in a hash and reuses it if the host matches. I guess you might want to purge the cache in the future? But...

**Is your feature request related to a problem? Please describe.** I'm trying to make a more dynamic installer for our tool and I need somethin more specific so I can...

enhancement

https://github.com/hkalexling/Mango/blob/df51406638d7266a990bd2b660e3bcc2d2d71c53/src/mangadex/downloader.cr#L142 Should probably reuse a connected client for downloads, which should reduce overhead a tiny amount. Just hang on to a client using a lazy getter I suppose: https://crystal-lang.org/api/master/HTTP/Client.html#reusing-a-connection

enhancement

Recently, Mango would launch telling me several files were corrupted or not a valid zip. They were working fine previously but ah well, things happen. Is it possible for Mango...

enhancement

I would like a function that allows you to replace "entry" with the right labels. In this way, a system can also be created to accurately calculate the volumes and...

enhancement

**Describe the bug** Jul 09 14:58:56 mango[5177]: accept: No file descriptors available (Socket::Error) Jul 09 14:58:56 mango[5177]: from ??? This message repeats hundreds of times a second. It is causing...

bug

**Describe the bug** Mango seems to be overwriting chapters instead of just ignoring the existing ones. **To Reproduce** Attempt to download an existing chapter. **Expected behavior** Before it ignored existing...

general question

**Is your feature request related to a problem? Please describe.** Currently only admin can download. The current workaround as detailed [in the wiki]( https://github.com/hkalexling/Mango/wiki/Workarounds#multiple-libraries) is to run multiple instances, which...

enhancement

## Current state - Useful information is currently relegated to the logger which only appears in console output. Eg. archives corrupted or unsupported. - Separately, there is no facility to...

enhancement

Hi! Could you implement user permission on libraries (comics series or directories)? I'm very appreciated to about multiple users feature. but all users can read all comics now. I want...

enhancement