mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
OPDS Support (#779)
* add OPDS support * add `?opds` to devnotes.md * send content-disposition for opds downloads
This commit is contained in:
parent
e9ca36fa88
commit
6dbd9901b2
7 changed files with 124 additions and 2 deletions
|
@ -165,6 +165,7 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo`
|
|||
| GET | `?ls&dots` | list files/folders at URL as JSON, including dotfiles |
|
||||
| GET | `?ls=t` | list files/folders at URL as plaintext |
|
||||
| GET | `?ls=v` | list files/folders at URL, terminal-formatted |
|
||||
| GET | `?opds` | list files/folders at URL as opds feed, for e-readers |
|
||||
| GET | `?lt` | in listings, use symlink timestamps rather than targets |
|
||||
| GET | `?b` | list files/folders at URL as simplified HTML |
|
||||
| GET | `?tree=.` | list one level of subdirectories inside URL |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue