diff --git a/doc/design/assistant/OSX.mdwn b/doc/design/assistant/OSX.mdwn index 8fe321d5a5..3f2b732fd8 100644 --- a/doc/design/assistant/OSX.mdwn +++ b/doc/design/assistant/OSX.mdwn @@ -4,6 +4,9 @@ Misc OSX porting things: * icon to start webapp **done** * Use OSX's "network reachability functionality" to detect when on a network +* daily build seems to have a bad yesod-static, resulting in the url + for `/static/jquery-full.js` redirecting to `/jquery-full.js?etag=foo', + which is a 404. Works ok when I build it on oberon. Gripes: diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 6e4ba3d4d1..3d33f805e0 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -25,6 +25,8 @@ The webapp is a web server that displays a shiny interface. over http by the web app * Display the `inotify max_user_watches` exceeded message. **done** * Display something sane when kqueue runs out of file descriptors. +* allow renaming git remotes and/or setting git-annex repo descriptions +* allow removing git remotes ## first start **done**