24 Commits

Author SHA1 Message Date
T. von Dein
193b236b2c move to codeberg (#8) 2025-12-02 21:43:56 +01:00
baae6db878 + gitignore file, fix typo 2023-10-01 15:43:48 +02:00
e7b03d55db + values hint 2023-10-01 15:23:19 +02:00
a7ba982c69 upd install docs 2023-10-01 14:51:20 +02:00
8a791d8017 Changes:
- had to add a Type field to interface DbEntry so that db.List()
is able to distinguish between Upload and Form properly.
- added form describe and delete commands
- added --query parameter to form+upload list for filtering
2023-03-30 10:22:57 +02:00
26f2b25e22 +badges 2023-03-29 19:07:48 +02:00
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
b8816f910a fix mod name, added tests 2023-03-20 14:34:39 +01:00
ed9b8ba70d typo 2023-03-19 17:11:32 +01:00
fa97e63c58 added demo and more docs 2023-03-19 17:09:13 +01:00
96c6f0c2dc put shared code into own mod (common), + apicontext env vars 2023-03-19 12:33:15 +01:00
a786fd56f4 doc 2023-03-17 19:38:53 +01:00
157bafb820 mv upd cenod 2023-03-17 19:30:03 +01:00
e88399d76d enhanced output 2023-03-13 18:48:38 +01:00
d6792dd6c8 Changes:
- added describe command
- fixed v4+v6 handling
2023-03-09 20:24:20 +01:00
01a0dc054d changes:
- added cleaner goroutine
- added delete cmd
- added list cmd
- refactoring
2023-03-08 19:31:42 +01:00
50660da26a fixed error handling, added list command, switched to koanf 2023-03-07 20:06:13 +01:00
d4f2d6eb76 added expire check code + db iterator func 2023-03-01 16:28:53 +01:00
8e5f33c99b implemented various things 2023-02-28 19:05:09 +01:00
2a42cbb07a couple of enhancements, reorg etc 2023-02-24 12:16:03 +01:00
416317df63 little enhancements, supports dirs 2023-02-22 20:28:10 +01:00
bed65c76cb added bolt db support, +TODO list 2023-02-17 13:22:29 +01:00
T.v.Dein
d55cbd980b Initial commit 2023-02-14 19:22:51 +01:00