Skip to content

Releases: nektro/dacite

v21-bc6a6d3

27 Sep 02:49
Compare
Choose a tag to compare
  • bc6a6d3 README- split md5 and sha1 (Meghan)
  • b0b2b09 www- include jpeg in list of image types (Meghan)
  • 707e421 link images to their urls (Meghan)
  • v20-fc64662

    26 Sep 21:50
    Compare
    Choose a tag to compare
  • fc64662 circleci- remote docker version wastn tabbed properly (Meghan)
  • 422e8f2 README- add downloads badge (Meghan)
  • fc4da5b README- update built with (Meghan)
  • 91b4b69 README- remove discord from contact (Meghan)
  • 025d595 README- update oauth2 flag name (Meghan)
  • 8a2fd40 README- fix example port to be 8000 (Meghan)
  • 169af58 README- add docs for new flags (Meghan)
  • af60ccc README- fix description to be file storage (Meghan)
  • bc2cb39 README- add docker badges (Meghan)
  • f482b33 README- add issuehunt badge (Meghan)
  • 4270806 README- add logo to discord badge (Meghan)
  • d5a8e63 README- remove paypal icon (Meghan)
  • 6b9e521 dockerfile- tab in run command (Meghan)
  • 475539e update modules for etc, oauth2, and util fixes (Meghan)
  • aaa8103 www- show icon for non-image file types (Meghan)
  • ca0f903 www- remember image scale between refresh (Meghan)
  • a2ee57e put file original name in context disposition (Meghan)
  • d07392f allow files of any type (Meghan)
  • 05bf401 allow files to be addressed with their file extension (Meghan)
  • 46ec770 redirect to login with jwt failure (Meghan)
  • 17ead1b www- remove remysharp image from x-image (Meghan)
  • 5b7247d remove middleware (Meghan)
  • 73599a4 move non-main functions to own file (Meghan)
  • b0bc746 fix linting issues (Meghan)
  • d27e885 docker-compose- fix volumes (Meghan)
  • c2518ef add golang and javascript linting (Meghan)
  • bb6e675 insert isAdmin as bool (Meghan)
  • bdde741 fix authentication (Meghan)
  • 7e27f09 www- add favicon on index (Meghan)
  • f6dc585 www- move title up on index (Meghan)
  • fce2e3d remove ?q param on /p/ endpoint (Meghan)
  • aabc1c9 add --max-folder-depth, BREAKING if non-0 (Meghan)
  • 0251d0d add max-file-size (Meghan)
  • 120f997 add description for --public (Meghan)
  • c60373a www- upload images one at a time (Meghan)
  • 920abd1 simplify writePage (Meghan)
  • a2fc42f fix version tag embedded in docker images (Meghan)
  • e973747 Dockerfile- use go install for statik (Meghan)
  • 5938004 Dockerfile- use get -v (Meghan)
  • d3b78a5 circleci- tag docker image with latest (Meghan)
  • b85dcbd circleci- pin remote docker host version (Meghan)
  • 0a6d23f circleci- print go env info (Meghan)
  • 94880ed circleci- simplify go get commands (Meghan)
  • 7831cb5 circleci- always use latest go image (Meghan)
  • b45965a add scripts/test_docker.sh (Meghan)
  • 4fd82ee config- reorder struct (Meghan)
  • 334e0b9 fix imports (Meghan)
  • e2a216e update go.etc (Meghan)
  • 18d7e1b docker-compose- add data volume (Meghan)
  • 6c08f5e docker-compose- make code volume read only (Meghan)
  • a681759 update go modules (Meghan)
  • v17-e9d2e1a

    10 Jun 23:38
    Compare
    Choose a tag to compare
  • e9d2e1a circleci- update config version (Meghan Denny)
  • 990cf06 return error on upload if hash is empty string (Meghan Denny)
  • 4e31cde add blake3 as a hash option, closes #2 (Meghan Denny)
  • e09112f add dockerfile (Meghan Denny)
  • 3c22b15 add changelog (Meghan Denny)
  • v15-0675cb0

    10 Jun 21:57
    Compare
    Choose a tag to compare
    README- update built with section

    v14-8787f3f

    11 Apr 04:49
    Compare
    Choose a tag to compare
    monospace version string

    v13-1c4fb58

    01 Feb 18:07
    Compare
    Choose a tag to compare
    add a ?q option to /p/ to jpeg compress images on the fly

    v12-5d4246d

    30 Jan 19:02
    Compare
    Choose a tag to compare
    README - fix badge and grab go-util update

    v11-d28d2c8

    30 Jan 08:03
    Compare
    Choose a tag to compare
    README - default --algo is sha1

    v10-5ac6f22

    27 Jan 23:47
    Compare
    Choose a tag to compare
    keep algo at SHA256 for now