aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
Commit message (Collapse)AuthorAge
* designing new git-annex-shell multiGravatar Joey Hess2018-03-06
| | | | This commit was supported by the NSF-funded DataLad project.
* commentGravatar Joey Hess2018-03-06
|
* todoGravatar Joey Hess2018-02-28
|
* Support exporttree=yes for rsync special remotes.Gravatar Joey Hess2018-02-28
| | | | | | | | | | | | | | | | | Renaming is not supported; it might be possible to use --fuzzy to get rsync to notice the file is being renamed, but that is a bit ..fuzzy. On the other hand, interrupted transfers of an exported file are resumed, since rsync is great at that. Had to adjust the exporttree docs, which said interrupted transfers would restart. Note that remove no longer makes the empty directory dummy, instead sending the top-level empty directory. This works just as well and I noticed the dummy was unncessary when refactoring it into removeGeneric. Verified that behavior of remove is not changed, and git annex testremote does pass. This commit was sponsored by Brock Spratlen on Patreon.
* Added a comment: Not working with rsync?Gravatar roger.herikstad@ca3b99b0263344ccfd8ec134a12261be25ef35042018-02-28
|
* doneGravatar Joey Hess2018-02-20
|
* updateGravatar Joey Hess2018-02-19
|
* Added a commentGravatar yarikoptic2018-02-16
|
* commentGravatar Joey Hess2018-02-16
|
* updateGravatar Joey Hess2018-02-16
|
* commentGravatar Joey Hess2018-02-16
|
* commentGravatar Joey Hess2018-02-16
|
* Added a commentGravatar yarikoptic2018-02-08
|
* commentGravatar Joey Hess2018-02-08
|
* commentGravatar Joey Hess2018-02-08
|
* (no commit message)Gravatar yarikoptic2018-02-06
|
* Added a commentGravatar yarikoptic2018-02-06
|
* Added INFO to external special remote protocol.Gravatar Joey Hess2018-02-06
| | | | | | | It's left up to the special remote to detect when git-annex is new enough to support the message; an old git-annex will blow up. This commit was supported by the NSF-funded DataLad project.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-02-05
|\
* | followupGravatar Joey Hess2018-02-05
| |
| * initial reportGravatar yarikoptic2018-02-05
|/
* Added a comment: Simultaneous transfersGravatar lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c2452018-02-02
|
* Added a comment: any chance to avoid necessity to config the hook(s)?Gravatar yarikoptic2018-02-01
|
* add todoGravatar Joey Hess2018-02-01
|
* initial whishlistGravatar yarikoptic2018-01-25
|
* Added a commentGravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812018-01-19
|
* responseGravatar Joey Hess2018-01-15
|
* responseGravatar Joey Hess2018-01-15
|
* (no commit message)Gravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812018-01-13
|
* initial question about ssh urls supportGravatar yarikoptic2018-01-12
|
* fix now-dead gmane linksGravatar Joey Hess2017-12-26
| | | | | | | | gmane's disk crashed, I found one thread in another archive, but could not find my whole patch set in any archive (perhaps some of the messages were too long), so pulled it out of my personal mail archives. This commit was supported by the NSF-funded DataLad project.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-13
|\
* | .noannex fileGravatar Joey Hess2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | A top-level .noannex file will prevent git-annex init from being used in a repository. This is useful for repositories that have a policy reason not to use git-annex. The content of the file will be displayed to the user who tries to run git-annex init. This also affects git annex reinit and initialization via the webapp. It does not affect automatic inits, when there's a sibling git-annex branch already. This commit was supported by the NSF-funded DataLad project.
| * removedGravatar yarikoptic2017-12-13
| |
| * Added a commentGravatar yarikoptic2017-12-13
| |
| * Added a commentGravatar yarikoptic2017-12-13
|/
* thoughtGravatar Joey Hess2017-12-13
|
* commentGravatar Joey Hess2017-12-13
|
* commentGravatar Joey Hess2017-12-13
|
* Added a commentGravatar yarikoptic2017-12-11
|
* todoGravatar Joey Hess2017-12-11
|
* Added a commentGravatar yarikoptic2017-12-05
|
* 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.
* fix format of commentGravatar Joey Hess2017-12-05
|
* devblogGravatar Joey Hess2017-11-30
|
* wipGravatar Joey Hess2017-11-28
|
* size checkingGravatar Joey Hess2017-11-28
|
* update youtube playlist docsGravatar Joey Hess2017-11-28
|
* add Utility.HtmlDetectGravatar Joey Hess2017-11-28
| | | | | | | | | | | | | | | | | | | | This will be used in youtube-dl integration, to tell when a html page has been downloaded by addurl, in which case it is worth running youtube-dl to see if it can extract media from it. tagsoup is an almost free dependency, because yesod depends on it. So, this only really adds a dep when git-annex is built without the webapp. I'd like this to as closely as possible match how browsers decide if a page is html or not. Unfortunately, that is fairly heuristic, in order to support malformed html. And, we don't want to falsely detect something as html just because it has something that looks like a html tag embedded somewhere in it. Probably any major video hosting site is going to be serving html documents that at least start with a <html> tag, so requiring that or a DOCTYPE should be good enough. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* update; filed youtube-dl bugGravatar Joey Hess2017-11-27
|