summaryrefslogtreecommitdiff
path: root/debian/copyright
Commit message (Collapse)AuthorAge
* clean up license fileGravatar Joey Hess2013-03-14
|
* drag and drop repo list (doesn't yet actually change cost settings)Gravatar Joey Hess2013-03-13
|
* proof of concept remote reordering UI (needs to be changed to use drag and drop)Gravatar Joey Hess2013-03-13
|
* Added remote.<name>.annex-gnupg-options setting. Thanks, guilhem for the patch.Gravatar Joey Hess2013-03-11
|
* copyright updateGravatar Joey Hess2013-01-12
|
* moveGravatar Joey Hess2012-10-01
|
* 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.
* lintian fixesGravatar Joey Hess2012-09-24
|
* Merge branch 'master' into assistantGravatar Joey Hess2012-08-20
|\ | | | | | | | | | | Conflicts: Makefile debian/copyright
| * add svg versions of the git-annex logo, in color and black and whiteGravatar Joey Hess2012-08-19
| | | | | | | | | | This is a simple application of inkscape's rather amazing tracing capabilities.
* | update to newer version of BootstrapGravatar Joey Hess2012-07-27
| | | | | | | | This does fix some UI issues I was having.
* | webapp now uses twitter bootstrapGravatar Joey Hess2012-07-27
| | | | | | | | mocked up the main screen, and am actually pretty happy with it!
* | add bootstrapGravatar Joey Hess2012-07-27
| |
* | updateGravatar Joey Hess2012-07-27
| |
* | added jquery to static siteGravatar Joey Hess2012-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | Had to switch to toWaiAppPlain to avoid a seeming bug in toWaiApp; chromium only received a partial copy of jquery. Always the same length each time, which makes me think it's a bug in the compression, although a bug in the autohead middleware is also a possibility. Anyway, there's little need for compression for a local webapp. Not wasting time compressing things is probably a net gain. Similarly, I've not worried about minifying this yet. Although that would avoid bloating the git-annex binary quite so much.
* | try to make Utility.Mounts portableGravatar Joey Hess2012-07-19
| | | | | | | | | | This is an unholy mashup, but it just might work. It works on Linux, that's all I've tested. :)
* | extacted Mounts.hsc from hsshellscriptGravatar Joey Hess2012-07-19
|/ | | | | | | | | Converted from using c2hs to using hsc2hs, just because other code in git-annex uses hsc2hs. Various cleanups. This code is LGPLed, so I had to include that licence.
* add a faviconGravatar Joey Hess2012-05-10
|
* Rewrote free disk space checking codeGravatar Joey Hess2012-03-22
| | | | | Moving the portability handling into a small C library cleans up things a lot, avoiding the pain of unpacking structs from inside haskell code.
* update copyright format urlGravatar Joey Hess2012-02-25
|
* log: New command that displays the location log for file, showing each ↵Gravatar Joey Hess2012-01-06
| | | | | | | | | | | | | | | repository they were added to and removed from. This needs to run git log on the location log files to get at all past versions of the file, which tends to be a bit slow. It would be possible to make a version optimised for showing the location logs for every key. That would only need to run git log once, so would be faster, but it would need to process an enormous amount of data, so would not speed up the individual file case. In the future it would be nice to support log --format. log --json also doesn't work right yet.
* file movedGravatar Joey Hess2011-08-21
|
* add license textGravatar Joey Hess2011-03-22
|
* add StatFS.hsc, copied from xmobarGravatar Joey Hess2011-03-22
|
* releasing version 0.180.18Gravatar Joey Hess2011-01-14
|
* DEP5Gravatar Joey Hess2011-01-13
|
* copyright yearsGravatar Joey Hess2011-01-08
|
* 3Gravatar Joey Hess2010-10-20
|
* updateGravatar Joey Hess2010-10-19