5 Commits

Author SHA1 Message Date
4aac69d425 changes:
- added form list
- added sort by time
- fixed hanging channel in zip writer
- removed download url from form template
- added upload description
- added linter to Makefiles
- added missing test file
2023-03-29 19:04:01 +02:00
05fa5cd41b changes:
- added unit tests
    - put all subcmds into one file
    - use io.Writer for output, better for testing
    - added upload form support
    - added api docs
    - generalized db engine
    - added mail notify support for forms
    - enhanced server/SetupAuthStore() to also look up form ids
    - added form template (put into .go file by Makefile
    - renamed project
2023-03-29 13:36:20 +02:00
cd0939cbc8 added key auth support for rw operations (upload, non-expiring download) 2023-03-06 19:46:06 +01:00
bed65c76cb added bolt db support, +TODO list 2023-02-17 13:22:29 +01:00
a7cbd93f5e reorg test code into build structure 2023-02-16 14:22:46 +01:00