update
This commit is contained in:
parent
5b87007dad
commit
68802901ba
1 changed files with 6 additions and 13 deletions
|
@ -17,10 +17,10 @@ The webapp is a web server that displays a shiny interface.
|
||||||
## interface
|
## interface
|
||||||
|
|
||||||
* list of files uploading and downloading **done**
|
* list of files uploading and downloading **done**
|
||||||
* progress bars for each file
|
* button to open file browser on repo (`xdg-open $DIR`) **done**
|
||||||
|
* progress bars for each file (see [[progressbars]])
|
||||||
* drag and drop to reorder
|
* drag and drop to reorder
|
||||||
* cancel and pause
|
* cancel and pause
|
||||||
* button to open file browser on repo (`xdg-open $DIR`)
|
|
||||||
* keep it usable w/o javascript, and accessible to blind, etc
|
* keep it usable w/o javascript, and accessible to blind, etc
|
||||||
|
|
||||||
## other features
|
## other features
|
||||||
|
@ -35,17 +35,10 @@ The webapp is a web server that displays a shiny interface.
|
||||||
across systems, so it would need to be a symlink to `.git/annex/desktop`
|
across systems, so it would need to be a symlink to `.git/annex/desktop`
|
||||||
which would be per-system.
|
which would be per-system.
|
||||||
|
|
||||||
## first start
|
## first start **done**
|
||||||
|
|
||||||
* make git repo **done**
|
* make git repo **done**
|
||||||
* generate a nice description like "joey@hostname Desktop/annex"
|
* generate a nice description like "joey@hostname Desktop/annex" **done**
|
||||||
* record repository that was made, and use it next time run
|
* record repository that was made, and use it next time run **done**
|
||||||
* write a pid file, to prevent more than one first-start process running
|
* write a pid file, to prevent more than one first-start process running
|
||||||
at once
|
at once **done**
|
||||||
|
|
||||||
## implementation
|
|
||||||
|
|
||||||
* possibly lose the ugly auth= token past the first page,
|
|
||||||
and use a client-side session. It could be encrypted using the token
|
|
||||||
as the `encryptKey`. Note: Would need to set the session duration
|
|
||||||
to infinite (how?)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue