Commit graph

13 commits

Author SHA1 Message Date
197a862f3f feat: notify of job updates live via SSE
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-08 12:42:59 +02:00
d30c675aa0 feat(jslib): add getAs convenience function to UpObject 2024-06-30 19:01:38 +02:00
632da40cbb chore(jslib): add timeout log to api calls
Might potentially help with spurious AbortError issues
2024-06-30 19:01:34 +02:00
ee4b819e07 fix(jslib): fix wrong query param 2024-06-30 19:01:25 +02:00
143a2c8ad2 feat(jslib): getRaw can return authenticated url 2024-06-30 19:01:25 +02:00
e6847b05e2 feat(webui): users can change their passwords 2024-06-30 19:01:19 +02:00
5de0780ab5 refactor: config object is fully optional for SDK js, message for errors 2024-06-30 19:01:15 +02:00
0c304b55d8 feat(backend): add user to every Entry
(very ugly, lots of clones)
2024-06-30 19:01:11 +02:00
3f5188df0d feat(backend): add user management
- no more static keys, full register/login/logout flow
- add API error type
- refactor API to centralize request calls
- minor refactors re: vault options
- CSS refactor (buttons don't require classes, input styling)
2024-06-30 19:00:39 +02:00
a2396675c5 dev(jslib): fix js sdk lint 2024-02-17 17:32:48 +01:00
ab17644b0d test(jslib): migrate from ava to jest
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-02-17 15:24:13 +01:00
4c3727451b refactor(jslib): separate src and dist dirs
(break tests)
2024-02-17 15:12:23 +01:00
473cb2ffa0 dev: move tools/upend_js,py to sdks 2024-02-17 14:09:30 +01:00