• 0.8.3 39393eb612

    0.8.3 Stable

    jandd released this 2024-06-08 10:52:26 +00:00 | 1 commits to main since this release

    Signed by jandd
    GPG key ID: 0D791DC8D737C1D9

    Changelog

    • 39393eb Adapt goreleaser config for gorelease v2.0.0
    • 3d16034 Add configurable domain part for message ids
    • 20d324f Fix linter error
    • a8f1619 Update dependencies
    • 11582d3 Update linter config and apply suggestions
    Downloads
  • 0.8.2 4276594f8d

    0.8.2 Stable

    jandd released this 2023-05-12 16:32:25 +00:00 | 6 commits to main since this release

    Changelog

    Downloads
  • 0.8.1 d0052ff3dc

    0.8.1 Stable

    jandd released this 2022-10-16 10:11:12 +00:00 | 10 commits to main since this release

    Changelog

    • c9d3f2a Fix permission issues for unauthenticated users
    • d0052ff Import go-sqlite3 to fix test
    Downloads
  • 0.8.0 fd287e4f55

    0.8.0 Stable

    jandd released this 2022-10-15 19:34:17 +00:00 | 12 commits to main since this release

    Signed by jandd
    GPG key ID: 0D791DC8D737C1D9

    Changelog

    • 975f3c0 Adapt Makefile and boardvoting.go to new ldflags
    • 257a777 Add Cache-Control for authenticated pages
    • fd287e4 Add Gitea URL for goreleaser
    • 1786742 Add Linting and tests to Jenkins pipeline
    • c625b6d Add TODO tags for handlers that have no implementation
    • 49295d2 Add context to model methods
    • 806d706 Add goreleaser config
    • 4d87e35 Add nfpms configuration
    • c4c64d0 Add output buffering for rendered pages
    • 2ddc013 Add panic recovery middleware
    • c0a7349 Add request logging
    • c3adfd9 Add short section explaining the project ideas
    • 335ce16 Add tests for handlers and middleware
    • a1a66b7 Finish new motion create implementation
    • 41965ca Fix build
    • d22f31e Fix copyright headers in Go files
    • 87b87f7 Fix golangci-lint configuration
    • 3346cb5 Fix golangci-lint warnings
    • c1c9ed5 Fix golangci-lint warnings
    • 57fd536 Fix golangci-lint warnings
    • 71fc599 Fix goreleaser config
    • 7f0b52c Fix linter warnings
    • c37bfb3 Fix mail config name in example configuration
    • 3dc3160 Fix proxy_vote nil pointer dereference
    • ff58bf7 Fix test code
    • 070bac6 Fix ui build in Makefile
    • 3a25296 Handle client certificate failures
    • be14a37 Implement add email address
    • aa3a1b0 Implement database mapping for vote types
    • 0c02daf Implement direct voting
    • de4c6fa Implement email address deletion
    • 47092bf Implement flash messages
    • 0ad88fe Implement motion detail view
    • 2b98712 Implement motion editing
    • 28ddbd2 Implement motion withdraw
    • e1af687 Implement new motion form
    • c12aaf4 Implement proxy voting
    • 4ce321d Implement security headers and HTTPS
    • 1695ce0 Implement small improvements
    • ec7623a Implement timestamp pagination for motion list
    • f966cbd Implement user creation and voter management
    • 5efc57d Implement user deletion
    • a5475ec Implement user editing
    • db52f88 Implement user list
    • 164495c Improve design
    • e9af4bf Improve documentation
    • 99a2cde Improve flash message handling
    • bb06fb9 Improve packaging
    • dbf774b Increase timeout for golangci-lint
    • be77e5f Make remind voter job useful
    • 933f21a Move migrations to internal/migrations
    • f8fbf00 Refactor new motion form processing
    • c2eef9c Refactoring away from main package
    • ff93acb Refactorings
    • 68d6f4b Reimplement decision close job
    • 32f271c Remove old assets, improve Makefile
    • 368bd8e Remove old code
    • 2b8bead Remove unused Print method
    • c3d0733 Replace gorilla/csrf with justinas/nosurf
    • 623bdf6 Replace magic numbers with constants
    • 8d0d968 Start move to new directory structure
    • 01b95f2 Start notification job refactoring
    • ec7d2fe Start refactoring to packages
    • 39bd724 Switch routing to chi
    • d5d7525 Tighten http timeout settings
    • 7dbef08 Update README
    • d7a742d Update UI framework
    • a5c1a64 Update go and dependency versions
    • 63c748b Update golangci-lint configuration
    • b8b6899 Update modified timestamp when updating motion
    • a9290b9 Update to go 1.17, remove duplicate go-mail
    • 44a6180 Use alice to chain middleware
    • 65cce5b Use embedded templates
    • 47af34f Use httprouter.NotFound and httprouter.PanicHandler
    • 0c2fbf9 Wrap error when db connection closing fails
    Downloads