mirror of https://github.com/zlatinb/muwire
more items
parent
b29f1d7913
commit
c33af8ffa6
9
TODO.md
9
TODO.md
|
@ -19,6 +19,7 @@ This helps with scalability
|
||||||
* Confidential files visible only to certain users
|
* Confidential files visible only to certain users
|
||||||
* Download queue with priorities
|
* Download queue with priorities
|
||||||
* Use tracker pings - either embedded logic or external mwtrackerd to add more sources to downloads
|
* Use tracker pings - either embedded logic or external mwtrackerd to add more sources to downloads
|
||||||
|
* PORTABLE - figure out how to handle incomplete files
|
||||||
|
|
||||||
### Chat
|
### Chat
|
||||||
* break up lines on CR/LF, send multiple messages
|
* break up lines on CR/LF, send multiple messages
|
||||||
|
@ -30,13 +31,17 @@ This helps with scalability
|
||||||
* I2P Status panel - display message when connected to external router
|
* I2P Status panel - display message when connected to external router
|
||||||
* Search box - left identation
|
* Search box - left identation
|
||||||
* Ability to disable switching of tabs on actions
|
* Ability to disable switching of tabs on actions
|
||||||
|
* Right-click and paste in various text input fields
|
||||||
|
* Open containing folder from downloads table for finished downloads
|
||||||
|
* Subscribe to feed by full id
|
||||||
|
* Check for duplicate feed subscriptions
|
||||||
|
|
||||||
### Web UI/Plugin
|
### Web UI/Plugin
|
||||||
* HTML 5 media players
|
* HTML 5 media players
|
||||||
* Remove versions from jar names
|
* Remove versions from jar names
|
||||||
* Security: POST nonces, CSP headers
|
* Security: POST nonces, CSP header - is this done?s
|
||||||
* Upload files from browser to plugin via drag-and-drop
|
|
||||||
* Check permissions, display better errors when sharing local folders
|
* Check permissions, display better errors when sharing local folders
|
||||||
|
* collections, messages - requires drag-and-drop from library
|
||||||
|
|
||||||
### mwtrackerd
|
### mwtrackerd
|
||||||
* `save` and `load` JSON-RPC commands that save and load swarm state respectively
|
* `save` and `load` JSON-RPC commands that save and load swarm state respectively
|
||||||
|
|
Loading…
Reference in New Issue