Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-04-11 12:29:11 -04:00
commit 8d506ccdbf
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 3"
date="2013-04-11T16:26:26Z"
content="""
When git-annex uses an existing key (which is done automatically if it detects you have already set up passwordless login to the server using the default key), it does not configure the server to further restrict use of that key.
I have just verified this to be sure. That would be a bad bug. Doesn't happen.
So, I still don't understand what this bug report is about.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 6"
date="2013-04-11T15:12:00Z"
content="""
See [[tips/Using_Git-annex_as_a_web_browsing_assistant]].
I am leaving this bug open for now, as some javascript that passes the url off to the webapp is still a nice idea to build.
A solution to the webapp's url always changing could be to have a file:/// url that the webapp creates, and javascript submits to, that then passes the request off to the webapp, probably by using additional javadcript in the html file. Assuming javascript security allows this.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 7"
date="2013-04-11T15:41:16Z"
content="""
A less round-about method would be to have the webapp listen for links dropped into its page. You could then have the webapp open in a tab, and just drag urls there to add them to the annex.
I'm not sure if it's possible to intercept drags into a tab. Default browser behavior is certianly to redirect the tab to the url dropped into it.
If someone finds out how to do this, I will build it.
"""]]