Commit Graph

52 Commits

Author SHA1 Message Date
50d25fe7b7 fix error handling 2023-03-29 14:59:04 +02:00
0e572f0aa4 fix ts tests, leave actual time because of TZ errors 2023-03-29 14:08:09 +02:00
25bdd339ec fix test name 2023-03-29 13:56:26 +02:00
923d9353ad added workflows 2023-03-29 13:55:06 +02:00
a378b629e9 Merge branch 'development' of github.com:TLINDEN/ephemerup into development 2023-03-29 13:43:11 +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
e7ea396369 rename to ephemerup 2023-03-29 13:24:01 +02:00
737df3c802 Added mail notification support 2023-03-28 15:47:54 +02:00
fb536c2bcb didn't commit template 2023-03-28 09:41:27 +02:00
818a18508f beautyfied upload form 2023-03-27 18:52:41 +02:00
9c7db0e2a4 changes:
- added working upload formm which can also create an upload
    - cleaned up auth.go
    - enhanced server/SetupAuthStore() to also look up form ids
    - added form template (put into .go file by Makefile
2023-03-27 13:26:31 +02:00
07bb5569a7 added more form functions 2023-03-26 20:19:31 +02:00
0af31bb0d9 more tests and db fixes 2023-03-26 13:29:33 +02:00
3964ffc7cb simplified appends 2023-03-25 17:36:21 +01:00
d028fb2db1 generalized DB engine to support multiple types (upload+form) 2023-03-25 16:20:42 +01:00
b6dfafd1c1 fix endpoints 2023-03-23 18:44:14 +01:00
3fb66e075d +api doc, fixed endpoints 2023-03-23 17:02:32 +01:00
0ed15a265d some changes:
- added unit tests
    - put all subcmds into one file
    - use io.Writer for output, better for testing
2023-03-21 19:41:24 +01: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
164c7435bd +ctl build 2023-03-17 19:18:15 +01:00
b3a2be534e reorg dir structure, add docker image build 2023-03-17 19:16:06 +01:00
f5e0284c40 add download, fix empty apicontext, add url to describe 2023-03-17 13:04:52 +01:00
11802a56e9 impl authorization + filter 2023-03-16 16:35:55 +01:00
77d6c02d4d added authorization checks 2023-03-16 15:04:03 +01:00
0bd5587ce2 + 2023-03-14 19:48:22 +01:00
3f91774a87 some reorga, added pretty progress bar 2023-03-14 16:59:21 +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
cd0939cbc8 added key auth support for rw operations (upload, non-expiring download) 2023-03-06 19:46:06 +01:00
2a2e41126d some changes:
- reorganized client code, using cobra subcommands
- more reorg in upd code
2023-03-02 18:31:07 +01:00
632f7d6a2a added basic input validation/cleanup + tests 2023-03-01 19:48:49 +01:00
d4f2d6eb76 added expire check code + db iterator func 2023-03-01 16:28:53 +01:00
84bef91657 using own Db wrapper class around bolt db 2023-03-01 13:31:44 +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
19e5c6c057 added retries, no more usage on client errors 2023-02-22 14:23:31 +01:00
80b476e8e2 switched from resty to imroc/req, fixed zipping, added progress bar 2023-02-21 12:43:10 +01:00
3024c907eb . 2023-02-20 20:25:38 +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
4f547ac906 + 2023-02-14 19:36:22 +01:00
061d3a1d98 +idea 2023-02-14 19:34:57 +01:00