• Joined on 2021-12-01
mia pushed to main at mia/aoc2022 2022-12-04 00:35:22 +01:00
83fa5d8bea 03: Slightly smaller Python
mia pushed to main at mia/aoc2022 2022-12-03 19:04:27 +01:00
b2a7be43ea 03: Solve in C
mia pushed to main at mia/aoc2022 2022-12-03 12:21:30 +01:00
4f8b582364 03: Solve in Python
mia pushed to main at mia/aoc2022 2022-12-02 15:31:27 +01:00
f907f0611c 02: Solve in C
mia pushed to main at mia/aoc2022 2022-12-02 03:12:27 +01:00
be7fa3b032 01: Solve in C and Python
mia created branch main in mia/aoc2022 2022-12-02 03:12:27 +01:00
mia created repository mia/aoc2022 2022-12-02 03:03:39 +01:00
mia pushed to master at mia/0x0 2022-12-01 03:29:19 +01:00
da30c8f8ff index.html: Document appending file names
mia commented on pull request mia/0x0#63 2022-12-01 03:01:53 +01:00
PUT: Add initial support

File deletion is implemented now.

mia pushed to master at mia/0x0 2022-12-01 02:51:24 +01:00
0b80a62f80 Add support for “secret” file URLs
mia closed issue mia/0x0#47 2022-12-01 02:51:24 +01:00
Support “hidden” files
mia closed issue mia/0x0#61 2022-12-01 01:28:17 +01:00
Filenames ending with .package.lst are causing problems
mia pushed to master at mia/0x0 2022-12-01 01:28:17 +01:00
ed84d3752c Fix 500 on invalid paths
7661216bc0 Fix handling double file name extensions
Compare 2 commits »
mia commented on issue mia/0x0#71 2022-11-30 06:41:05 +01:00
Database schema incompatible with MySQL/MariaDB

Nah, don’t care about MySQL. Use a better DBMS.

mia closed issue mia/0x0#71 2022-11-30 06:41:05 +01:00
Database schema incompatible with MySQL/MariaDB
mia closed issue mia/0x0#50 2022-11-30 02:32:03 +01:00
Show retention period while uploading
mia pushed to master at mia/0x0 2022-11-30 02:32:03 +01:00
9214bb4832 Add X-Expires to file response headers
mia pushed to master at mia/0x0 2022-11-30 02:21:10 +01:00
e168534258 Allow changing expiration date
afe2329bf5 templates/index: Remove unnecessary escaping
a182b6199b Allow management operations like deleting files
Compare 3 commits »
mia commented on pull request mia/0x0#63 2022-11-29 23:46:40 +01:00
PUT: Add initial support

There shouldn’t be so much duplication here.

mia commented on pull request mia/0x0#63 2022-11-29 23:44:42 +01:00
PUT: Add initial support

If we’re going to add PUT support, we might as well use the appropriate response codes (so it returns 201 for newly created files and 200 for existing files). Those can be the same for POST…