aboutsummaryrefslogtreecommitdiff
path: root/debian/copyright
Commit message (Collapse)AuthorAge
* Updated cabal file explictly lists source files.Gravatar Joey Hess2016-05-24
| | | | | | | | | | | | | | | | | | | The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-annex source tree. While it's totally obnoxious that cabal files need every file listed out when basic wildcard support could avoid hundreds of lines, and have to be maintained when files are added, this does get the tarball size back down to 1 mb. This also stops stack from complaining that it found modules not listed in the cabal file. debian/changelog, debian/NEWS, debian/copyright: Converted to symlinks to CHANGELOG, NEWS, and COPYRIGHT, which used to symlink to these instead. This avoids needing to include debian/ in the hackage tarball. Setup.hs: Build man pages at install time using make and mdwn2man. If it fails, which it probably will on windows, just skip installing them.
* Merge branch 'no-cbits'Gravatar Joey Hess2016-03-05
|\
* | The pre-commit-annex hook script that automatically extracts metadata has ↵Gravatar Joey Hess2016-02-28
| | | | | | | | been updated to also use exiftool. Thanks, Klaus Ethgen.
| * remove Utility.Mounts et al; moved to mountpoints packageGravatar Joey Hess2016-02-15
|/
* credit Ian LynaghGravatar Joey Hess2016-01-20
|
* update yearsGravatar Joey Hess2016-01-20
|
* lintian fixGravatar Joey Hess2015-05-22
|
* Dropped support for older versions of yesod and warp than the ones in Debian ↵Gravatar Joey Hess2015-04-22
| | | | | | Jessie. 466 lines of compat cruft deleted!
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* copyright year updateGravatar Joey Hess2015-01-21
|
* add copyright of code copied from yesodGravatar Joey Hess2014-10-09
|
* update for ddar special remoteGravatar Joey Hess2014-05-15
|
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
| | | | | Omitted a couple of files what have had significant contributions from others.
* add copyright for Sören Brunk for his excellent workGravatar Joey Hess2014-05-02
|
* updated license for bootstrap 3Gravatar Joey Hess2014-04-29
|
* copyright yearGravatar Joey Hess2014-01-08
|
* move all static site files out of subdirectoriesGravatar Joey Hess2013-12-09
| | | | | Works around yesod-static path bug on windows. https://github.com/yesodweb/yesod/issues/626
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
| | | | | | | | | | | | With the initremote parameters "encryption=pubkey keyid=788A3F4C". /!\ Adding or removing a key has NO effect on files that have already been copied to the remote. Hence using keyid+= and keyid-= with such remotes should be used with care, and make little sense unless the point is to replace a (sub-)key by another. /!\ Also, a test case has been added to ensure that the cipher and file contents are encrypted as specified by the chosen encryption scheme.
* point to android icons tooGravatar Joey Hess2013-07-21
|
* New improved version of the git-annex logo, contributed by John Lawrence.Gravatar Joey Hess2013-07-20
|
* 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