summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* responseGravatar Joey Hess2017-12-08
|
* responseGravatar Joey Hess2017-12-08
|
* lookupkey absolute path supportGravatar Joey Hess2017-12-08
| | | | | | | lookupkey: Support being given an absolute filename to a file within the current git repository. This commit was supported by the NSF-funded DataLad project.
* fix regression in addurl --fast caused by youtube-dl supportGravatar Joey Hess2017-12-08
| | | | | | | | | | | | | Similar to 9ec6bdfb526fa6b75a264b6417b24aa7f01adc25 but another code path. As well as using youtube-dl unecessarily, it used the filename it comes up with, which while nice for youtube videos, is not right for other files. This means more work is done for urls that youtube-dl does support, but is probably more efficient for other urls, since it only downloads the first chunk of content, while youtube-dl probably downloads more. This commit was supported by the NSF-funded DataLad project.
* (no commit message)Gravatar benjaminpoldrack@10c3a46d1ea5d639e3539d169d55f771a8def21a2017-12-08
|
* Added a comment: additional informationGravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-08
|
* Added a commentGravatar yarikoptic2017-12-08
|
* (no commit message)Gravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-07
|
* (no commit message)Gravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-07
|
* (no commit message)Gravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-07
|
* fix regression in addurl --file caused by youtube-dl supportGravatar Joey Hess2017-12-06
| | | | | | | | | | | | | | | | | | Now youtubeDlCheck downloads the beginning of the url's content and checks if it's html, only when it is does it pass it off the youtube-dl to check if it supports it. This means more work is done for urls that youtube-dl does support, but is probably more efficient for other urls, since it only downloads the first chunk of content, while youtube-dl probably downloads more. As well as the reported bug, this also fixes behavior when an url was added with youtube-dl, but the url content has now changed from a html page to something else. Remote.Web.checkKey used to wrongly succeed in that situation, since youtube-dl said sure it can download that something else. This commit was supported by the NSF-funded DataLad project.
* reproduction recipeGravatar Joey Hess2017-12-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-06
|\
* | avoid build warning when built w/o dbusGravatar Joey Hess2017-12-06
| |
| * Added a commentGravatar Horus2017-12-06
| |
| * Added a commentGravatar http://xgm.de/oid/2017-12-06
| |
| * removedGravatar http://xgm.de/oid/2017-12-06
| |
| * Added a commentGravatar http://xgm.de/oid/2017-12-06
| |
| * (no commit message)Gravatar yarikoptic2017-12-06
| |
| * initial whining about yt: prefixGravatar yarikoptic2017-12-06
| |
* | more lambda-case conversionGravatar Joey Hess2017-12-05
| |
| * Added a commentGravatar yarikoptic2017-12-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-05
|\
| * Added a commentGravatar yarikoptic2017-12-05
| |
* | try again to avoid directory removal issues on NFSGravatar Joey Hess2017-12-05
| | | | | | | | | | | | | | | | | | | | | | 6c4c1a9bccfaa94525f343153b179c2170293686 seems to not have worked; though the keys database should not have any files open after closeDb, NFS seems to be creating some files where while the directory is being removed, which causes the removal to fail. So instead, try renaming the directory out of the way. This commit was supported by the NSF-funded DataLad project.
| * Added a commentGravatar yarikoptic2017-12-05
|/
* fix gpg subkey support typoGravatar Joey Hess2017-12-05
| | | | | | | | initremote, enableremote: Really support gpg subkeys suffixed with an exclamation mark, which forces gpg to use a specific subkey. (Previous try had a bug.) This commit was sponsored by Jake Vosloo on Patreon.
* Allow exporttree remotes to be marked as dead.Gravatar Joey Hess2017-12-05
| | | | | | Union with max so that DeadTrusted wins over UnTrusted. This commit was sponsored by Trenton Cronholm on Patreon.
* commentGravatar Joey Hess2017-12-05
|
* responseGravatar Joey Hess2017-12-05
|
* responseGravatar Joey Hess2017-12-05
|
* yet another instance of git smudge/clean interface suckGravatar Joey Hess2017-12-05
|
* Removed no longer needed dependency on yesod-default.Gravatar Joey Hess2017-12-05
| | | | This commit was sponsored by Nick Daly on Patreon.
* fix windows buildGravatar Joey Hess2017-12-05
|
* fix format of commentGravatar Joey Hess2017-12-05
|
* responseGravatar Joey Hess2017-12-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-05
|\
* | commentGravatar Joey Hess2017-12-05
| |
| * Added a comment: gcrypt, git-annex and rsync requires absolute pathGravatar andrew2017-12-05
| |
| * (no commit message)Gravatar http://xgm.de/oid/2017-12-04
| |
* | updateGravatar Joey Hess2017-12-04
| |
| * note when the command was introducedGravatar anarcat2017-12-02
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-30
|\
* | devblogGravatar Joey Hess2017-11-30
| |
* | make --raw avoid ever running youtube-dlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | added DownloadOptions type to avoid needing two different Bool params for some functions. This commit was sponsored by Thom May on Patreon.
* | Merge branch 'master' into youtube-dlGravatar Joey Hess2017-11-30
|\ \
* | | honor annex.diskreserve when running youtube-dlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | This commit was sponsored by André Pereira on Patreon.
* | | display filename when file already has urlGravatar Joey Hess2017-11-30
| | | | | | | | | | | | Otherwise it's confusing what happened..
* | | improve error messageGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | | checkCanAdd can be called on annexed files too, when youtube-dl is in use.
* | | check youtube-dl for --fast and --relaxed when adding new fileGravatar Joey Hess2017-11-30
| | | | | | | | | | | | | | | | | | The filename comes from youtube-dl also. This commit was sponsored by Denis Dzyubenko on Patreon.