list recent uploads

also makes the unpost lister 5x faster
This commit is contained in:
ed 2024-12-18 22:17:30 +01:00
parent 3051b13108
commit eaa4b04a22
16 changed files with 405 additions and 23 deletions

View file

@ -105,6 +105,9 @@ copyparty/web/mde.html,
copyparty/web/mde.js,
copyparty/web/msg.css,
copyparty/web/msg.html,
copyparty/web/rups.css,
copyparty/web/rups.html,
copyparty/web/rups.js,
copyparty/web/shares.css,
copyparty/web/shares.html,
copyparty/web/shares.js,

View file

@ -80,6 +80,7 @@ var tl_cpanel = {
"ac1": "enable no304",
"ad1": "enabling no304 will disable all caching; try this if k304 wasn't enough. This will waste a huge amount of network traffic!",
"ae1": "active downloads:",
"af1": "show recent uploads",
},
};

View file

@ -115,6 +115,7 @@ var tl_cpanel = {{
"ac1": "enable no304",
"ad1": "enabling no304 will disable all caching; try this if k304 wasn't enough. This will waste a huge amount of network traffic!",
"ae1": "active downloads:",
"af1": "show recent uploads",
}},
}};