• Joined on 2021-12-01
mia deleted branch init_skeleton from ap/server 2024-04-24 11:46:50 +02:00
mia created repository ap/server 2024-04-21 20:51:36 +02:00
mia pushed to master at mia/0x0 2024-03-30 18:28:38 +01:00
3330a85c2c ModUI: Update for Textual 0.54.0
mia pushed to master at mia/scanproc 2024-01-13 21:22:24 +01:00
e7824467f9 pdfutil: Fix TypeError in PyMuPDF font size handling
mia pushed to mia at mia/Aegisub 2023-12-30 15:42:05 +01:00
a87d03c9e8 Icons based on Breeze
fea5ca3520 Properly skip events
71fb001d25 audio display: limit mouse event rate
ca1ac8bcea visual typesetting: limit event frequency
d40eb355dd Visual tools: Make X/Y rotation less sensitive
Compare 160 commits »
mia opened issue mia/0x0#93 2023-07-18 13:22:30 +02:00
Plain-text CLI version of mod tool
mia merged pull request mia/0x0#86 2023-06-04 06:38:00 +02:00
fix confusing error message on status code 413 page
mia closed issue mia/0x0#85 2023-06-04 06:37:31 +02:00
Incorrect file size check leads to confusing error message on status code 413 page
mia pushed to master at mia/0x0 2023-06-04 06:37:31 +02:00
8a912e8744 Fix remote URL content length check off-by-one
mia commented on issue mia/0x0#85 2023-06-04 06:33:46 +02:00
Incorrect file size check leads to confusing error message on status code 413 page

Oops, you’re right 😅

mia commented on issue mia/Aegisub#2 2023-05-08 07:11:02 +02:00
Poor icon visibility with dark color themes

Yeah, sadly there’s no support for icon themes yet. I’ve switched from dark to light themes, so Breeze Light is the one I use in this fork…

You can run git revert bf532779a2 to undo…

mia pushed to master at mia/0x0 2023-03-29 07:50:24 +02:00
c2b5e95903 ModUI: Handle opening filter panel with NULL user agent
mia pushed to master at mia/0x0 2023-03-29 07:39:27 +02:00
c189c47306 ModUI: Allow LIKE matching for address filtering
mia pushed to master at mia/0x0 2023-03-29 07:36:59 +02:00
3d1facaec3 Store user agent with files
e00866f5e4 URL: Explicitly set upper-case table name
Compare 2 commits »
mia pushed to mia at mia/Aegisub 2023-03-26 08:58:28 +02:00
bf532779a2 Icons based on Breeze
a3024815a0 Properly skip events
774ff2bbaf audio display: limit mouse event rate
d2b3e38565 visual typesetting: limit event frequency
9b3fa75ab2 Visual tools: Make X/Y rotation less sensitive
Compare 105 commits »
mia commented on issue mia/0x0#80 2023-01-18 07:27:48 +01:00
Retain Original file name
mia commented on issue mia/0x0#80 2023-01-18 07:24:42 +01:00
Retain Original file name

On the client. You can manually do that, it works with any URL. So if you have some kind of upload tool, just make that append the original file name to the URL you receive from 0x0.

mia commented on issue mia/0x0#80 2023-01-18 04:31:44 +01:00
Retain Original file name

You can append any name to the URL, like example.tld/F_.jpg/something.jpg

mia closed issue mia/0x0#80 2023-01-18 04:31:44 +01:00
Retain Original file name
mia commented on pull request mia/0x0#79 2023-01-15 20:47:42 +01:00
fix 500 error when file extension could not be guessed

Feel free to also extend the tests for this. I haven’t gotten around to extending the test suite yet… 😅