mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
list recent uploads
also makes the unpost lister 5x faster
This commit is contained in:
parent
3051b13108
commit
eaa4b04a22
16 changed files with 405 additions and 23 deletions
|
@ -143,6 +143,9 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo`
|
|||
| GET | `?dls` | show active downloads (do this as admin) |
|
||||
| GET | `?ups` | show recent uploads from your IP |
|
||||
| GET | `?ups&filter=f` | ...where URL contains `f` |
|
||||
| GET | `?ru` | show all recent uploads |
|
||||
| GET | `?ru&filter=f` | ...where URL contains `f` |
|
||||
| GET | `?ru&j` | ...as json |
|
||||
| GET | `?mime=foo` | specify return mimetype `foo` |
|
||||
| GET | `?v` | render markdown file at URL |
|
||||
| GET | `?v` | open image/video/audio in mediaplayer |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue