summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix broken linkGravatar Joey Hess2014-05-30
|
* fix linkGravatar Joey Hess2014-05-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-30
|\
| * Added a commentGravatar http://joeyh.name/2014-05-30
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-30
|\|
* | assistant: Make sanity checker tmp dir cleanup code more robust.Gravatar Joey Hess2014-05-30
| |
| * Added a commentGravatar http://joeyh.name/2014-05-30
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-30
|\
* | fix UI when enabling existing gcrypt repoGravatar Joey Hess2014-05-30
| | | | | | | | | | | | | | | | avoid editing repo for same reasons as in 52601eb6067037e197b5c0b56c257482d968b465 avoid stomping on its description, even though no description exists until after syncing is complete
* | avoid stomping on existing description when enabling a special remoteGravatar Joey Hess2014-05-30
| | | | | | | | Happened with eg, gcrypt remotes.
* | webapp: avoid overwriting remote configs when enabling itGravatar Joey Hess2014-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid stomping on existing group and preferred content settings when enabling or combining with an already existing remote. Two level fix. First, use defaultStandardGroup rather than setStandardGroup, so if there is an existing configuration in the git-annex branch, it's not overwritten. To handle pre-existing ssh remotes (including gcrypt), a second level is needed, because before syncing with the remote, it's configuration won't be available locally. (And syncing could take a long time.) So, in this case, keep track of whether the remote is being created or enabled, and only set configs when creating it. This commit was sponsored by Anders Lannerback.
* | webapp: Avoid stomping on existing group and preferred content settings when ↵Gravatar Joey Hess2014-05-30
| | | | | | | | | | | | | | | | | | | | adding a local repository (or removable drive repository) that already exists. This does mean that if the webapp is asked to add a git repository on a removable drive that already exists, but is not yet a git-annex repository, it will avoid putting it in any group. That unlikely edge case is ok; the next step is the edit repository screen, which will show it's not in any group and the user can pick one.
| * Added a commentGravatar go8ose2014-05-30
| |
* | bugGravatar Joey Hess2014-05-29
| |
| * Added a commentGravatar http://joeyh.name/2014-05-30
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-29
|\
* | lazy bytestring fromStrict is not available in stable; use fromChunks insteadGravatar Joey Hess2014-05-29
| |
* | webapp: When adding a new local repository, fix bug that caused its group ↵Gravatar Joey Hess2014-05-29
| | | | | | | | | | | | | | | | | | and preferred content to be set in the current repository, even when not combining. There was a tricky bit here, when it does combine, the edit form is shown, and so the info needs to be committed to the new repository, but then pulled into the current one. And caches need to be invalidated for it to be visible in the edit form.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS02014-05-30
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS02014-05-30
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS02014-05-29
| |
| * Added a commentGravatar http://joeyh.name/2014-05-29
|/
* add news item for git-annex 5.20140529Gravatar Joey Hess2014-05-29
|
* Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid'Gravatar Joey Hess2014-05-29
|\
* | Added a comment5.20140529Gravatar https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk2014-05-29
| |
* | remove a few orphaned commentsGravatar Joey Hess2014-05-29
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-29
|\ \
* | | remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2014-05-29
| | | | | | | | | | | | | | | | | | | | | | | | Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
| * | Added a commentGravatar http://joeyh.name/2014-05-29
| | |
* | | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-29
|\| |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk2014-05-29
| | |
* | | prep releaseGravatar Joey Hess2014-05-29
|/ /
* | can't use iframe for jenkins, it seems (sameorigin)Gravatar Joey Hess2014-05-29
| |
* | don't use https for windows autobuilder, it's expired certGravatar Joey Hess2014-05-29
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-29
|\ \
* | | remove 2 more spam comments. Will Ban user Balan. IP bans next step.Gravatar Joey Hess2014-05-29
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-29
| | |
| * | Added a commentGravatar http://joeyh.name/2014-05-29
|/ /
* | comment back out library removal lineGravatar Joey Hess2014-05-29
| |
* | lower bound on exceptionsGravatar Joey Hess2014-05-29
| |
* | fix warning messageGravatar Joey Hess2014-05-29
| | | | | | | | This should work even back in debian stable's warp
* | forcing windows autobuilder to rebootstrap cabal libsGravatar Joey Hess2014-05-29
| |
* | remove spam comment (will ban this spammer's openid)Gravatar Joey Hess2014-05-29
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-29
|\ \
* | | closeGravatar Joey Hess2014-05-29
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc2014-05-29
| | |
| * | Added a commentGravatar https://id.koumbit.net/anarcat2014-05-29
| | |
| * | (no commit message)Gravatar go8ose2014-05-29
| | |
| * | Added a comment: http://freshofruits.comGravatar Balan2014-05-29
| | |
| * | Added a comment: Buy Fruits Online | Fruits Online ChennaiGravatar Balan2014-05-29
| | |