summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.201209243.20120924Gravatar Joey Hess2012-09-24
|
* license the webapp under the AGPL 3+Gravatar Joey Hess2012-09-24
| | | | | | | | | | | | | This means that anyone serving up the webapp to users as a service (ie, without providing any git-annex binary at all to the user) still needs to provide a link to the source code for it, including any modifications they may make. This may make git-annex be covered by the AGPL as a whole when it is built with the webapp. If in doubt, you should ask a lawyer. When git-annex is built with the webapp disabled, no AGPLed code is used. Even building in the assistant does not pull in AGPLed code.
* add errata page for releaseGravatar Joey Hess2012-09-24
|
* remove blaze-markupGravatar Joey Hess2012-09-24
|
* lintian fixesGravatar Joey Hess2012-09-24
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q2012-09-24
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-24
|\
* | quiet calls to transferkeyGravatar Joey Hess2012-09-24
| |
| * Added a commentGravatar http://joeyh.name/2012-09-24
| |
* | fixes for transfer resumeGravatar Joey Hess2012-09-24
| | | | | | | | | | | | | | | | | | Fix resuming of downloads, which do not have a transfer info file to read. When checking upload progress, use the MVar, rather than re-reading the info file. Catch exceptions in the transfer action. Required a tryAnnex.
* | don't queue uploads for failed downloadsGravatar Joey Hess2012-09-24
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q2012-09-24
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q2012-09-24
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q2012-09-24
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2012-09-23
|/
* changelog and minor cleanup to fix mixed spaces/tabsGravatar Joey Hess2012-09-23
|
* Merge remote-tracking branch 'npouillard/trustedcopies'Gravatar Joey Hess2012-09-23
|\
* | blog for the dayGravatar Joey Hess2012-09-23
| |
* | tweakGravatar Joey Hess2012-09-23
| |
* | added new transfer control page to webappGravatar Joey Hess2012-09-23
| | | | | | | | I have a preliminary design that looks pretty good
* | reorder glacierGravatar Joey Hess2012-09-23
| | | | | | | | easier with glacier-cli
* | typoGravatar Joey Hess2012-09-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-23
|\ \
| * | Added a commentGravatar http://joeyh.name/2012-09-23
| | |
| | * Limiting the number of copies per trustlevelGravatar Nicolas Pouillard2012-09-23
| | | | | | | | | | | | | | | | | | | | | | | | The --copies flag now takes an argument of the form: trustlevel:number or number If a trust level is specified the command is limited to files with at least 'number' copies of this 'trustlevel'.
* | | updateGravatar Joey Hess2012-09-23
| | |
* | | make the assistant retry failed transfersGravatar Joey Hess2012-09-23
|/ / | | | | | | | | | | | | When a transfer fails, the progress info can be used to intelligently retry it. If the transfer managed to make some progress, but did not fully complete, then there's a good chance that a retry will finish it (or at least make more progress).
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-23
|\ \
* | | avoid webapp crash on startup when there's no ~/.gitconfigGravatar Joey Hess2012-09-23
| | | | | | | | | | | | git config --list --global exits nonzero when there's no global config
| * | Added a commentGravatar http://joeyh.name/2012-09-23
|/ /
* | use copyFile (supports binary icon file)Gravatar Joey Hess2012-09-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-23
|\ \
* | | add osx app iconGravatar Joey Hess2012-09-23
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-23
| | |
* | | install in /ApplicationsGravatar Joey Hess2012-09-23
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-23
|/ /
* | build fix for non-webapp enabled buildGravatar Joey Hess2012-09-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-23
|\ \
* | | install Jimmy's .app on OS XGravatar Joey Hess2012-09-23
| | | | | | | | | | | | | | | | | | | | | I'm guessing that ~/Desktop/git-annex.app will be visiable. For the system-wide installation, I don't know where to put it, though somewhere in /Library seems likely.
* | | fix copyrightGravatar Joey Hess2012-09-23
| | |
| * | poll vote (Google Drive)Gravatar 27.82.94.1882012-09-23
| | |
| * | poll vote (Amazon S3)Gravatar 27.82.94.1882012-09-23
| | |
| * | Added a commentGravatar http://joeyh.name/2012-09-23
| | |
| * | Added a commentGravatar http://joeyh.name/2012-09-23
| | |
* | | Merge remote-tracking branch 'jcftang/master'Gravatar Joey Hess2012-09-23
|\ \ \
| | * | poll vote (My phone (or MP3 player))Gravatar 79.215.46.2502012-09-23
| | | |
| | * | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-23
| | | |
| * | | First attempt at creating a small .app launcher for OSXGravatar Jimmy Tang2012-09-23
| | | | | | | | | | | | | | | | | | | | The icons need to be resized and redone, the shell script in the MacOS directory assumes that git-annex is in the runtime path.
| * | | Ignore some OSX related files which should never end up in the repoGravatar Jimmy Tang2012-09-23
| |/ /
| * | poll vote (Box.com)Gravatar 95.34.39.272012-09-22
| | |