Commit graph

142 commits

Author SHA1 Message Date
ea0cccf683
Add generic error message on decryption error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-19 15:10:19 +01:00
04e405e6e8
Use longer password in example script
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 20:57:05 +01:00
349e8aa761
Update example in README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 20:55:43 +01:00
d6926dea5e
Support custom instance
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 20:41:14 +01:00
cfffb71765
Update reference scripts with PBKDF2 key derivation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 20:37:19 +01:00
fb05e214f1
Breaking: Replace deprecated / archived crypto library
- Remove `gibberish-aes`
- Switch to Web Crypto API for encryption
- Replace old `md5` key-derivation with modern PBKDF2
- Follow OWASP recommendation for number of iterations in PBKDF2

This is marked as a breaking change as it fully removes the old
encryption code which breaks any secret stored with the previous
version. During the update the store must be cleared or the user will
receive a lot of garbage instead of their data.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-17 20:31:06 +01:00
895705bacb
prepare release v0.25.0 2023-03-17 17:50:08 +01:00
Aleksey Ovchinnikov
6a0700dd81
Add Russian language (#79) 2023-03-17 13:12:47 +01:00
ec861f1675
prepare release v0.24.1 2023-03-07 17:01:44 +01:00
fe1fb58023
Replace repo-runner with Github actions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-07 16:56:55 +01:00
1d6c06e506
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-07 16:05:16 +01:00
1fceb044ae
prepare release v0.24.0 2022-11-24 22:25:57 +01:00
Dejavu Moe
007b82d1d8
Add Traditional Chinese translations (#68)
Co-authored-by: Knut Ahlers <knut@ahlers.me>
2022-11-24 10:33:57 +01:00
ff91301acc
Fix: Use full browser provided language tag
instead of limiting to only the primary tag

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-11-23 18:49:43 +01:00
fde887bb6a
prepare release v0.23.0 2022-11-21 11:22:59 +01:00
Dejavu Moe
8aaa373818
Add Simplified Chinese translations (#67) 2022-11-21 11:06:01 +01:00
10f9cb2a08
Replace password generation with web-crypto API
in order to remove insecure RNG provided in `Math.random()`

closes #64

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-08-26 00:43:21 +02:00
Benjamin Arntzen
279d87ceb1
[typo] comprimise -> compromise (#63) 2022-07-22 17:06:51 +02:00
ca48e0ed30
prepare release v0.22.0 2022-04-10 15:45:30 +02:00
18ed848514
Upgrade golang dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-04-10 15:40:37 +02:00
715cbb4cdf
Upgrade node-sass
to fix vulnerability

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-04-10 15:34:02 +02:00
d3f96a4c2e
npm audit fix
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-04-10 15:19:03 +02:00
Víctor Díaz
3fd55eea22
Add Catalan translation (#50) 2021-10-24 17:30:22 +02:00
Víctor Díaz
10e6641ea8
Add Spanish translation (#49) 2021-10-24 17:29:52 +02:00
ba4b1badb4
Fix: lts tag on npm was removed, switch to latest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-21 01:04:48 +02:00
Vic Demuzere
c8b9887af6
Add OpenAPI documentation (#48) 2021-09-27 00:52:44 +02:00
Vic Demuzere
14b5801f37
Add security HTTP headers (#45) 2021-09-26 16:47:25 +02:00
9ad6d468fd
[#46] Remove external font deps, add SRI checks (#47) 2021-09-26 14:49:18 +02:00
ef910705f8
prepare release v0.21.0 2021-09-18 14:59:25 +02:00
5c0ea48261
Add Theme-Switcher for Dark-/Light-Mode
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-16 19:52:14 +02:00
Vic Demuzere
a200047352
Add kubernetes example (#43) 2021-09-09 01:18:54 +02:00
b574cfff2d
prepare release v0.20.1 2021-09-08 18:03:49 +02:00
f38303d70d
[#44] Fix missing libraries within compiles binary / container
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-08 17:43:24 +02:00
6c6637e77b
prepare release v0.20.0 2021-09-07 15:36:13 +02:00
Vic Demuzere
5d4cf17aba
Switch to structs instead of maps in api (#40) 2021-09-07 12:45:27 +02:00
37d79e1478
Re-generate frontend code after rebase on master
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-06 22:36:11 +02:00
78a27f304f
[#35] Encode pipe in secret URL by default
fixes #35

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-06 22:32:50 +02:00
c36cc34805
Update dependencies, upgrade build utils
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-06 22:32:50 +02:00
Vic Demuzere
28668d767b
Add dutch translation (#39) 2021-09-06 12:39:53 +02:00
71fa3b7590
Switch to Go 1.16 embed functionality (#42)
commit 8b9ecaaa2fe8b65e3a32317e2979387af39b5262
Author: Vic Demuzere <vic@demuzere.be>
Date:   Tue Aug 24 15:14:38 2021 +0200

    Switch to Go 1.6 embed functionality

    This means the go-bindata compile-time dependency is no longer needed.

closes #42

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-06 12:38:55 +02:00
Vic Demuzere
f1751aff86
Remove duplicate call LastIndex (#41) 2021-09-06 12:33:38 +02:00
26233c635c
prepare release v0.19.0 2021-08-09 18:11:00 +02:00
Vic Demuzere
d0f342e28a
Change Cache-Control on responses to no-store (#37) 2021-08-09 17:37:48 +02:00
a7b32ce2a4
prepare release v0.18.1 2020-10-20 21:06:25 +02:00
43b7f42977
Fix: Update node dependencies
using `npm audit fix`

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-10-20 21:04:35 +02:00
159b7f525f
prepare release v0.18.0 2020-08-10 17:55:18 +02:00
42c64f7f7c
Remove unused assets, bundle Latvian translation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-10 17:53:45 +02:00
Stegadons
72fcf14c33
Latvian translation (#25) 2020-08-10 17:42:09 +02:00
03ab97adeb
npm update / audit fix / bundle update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-02 02:30:46 +02:00
f2db3f9bdb
prepare release v0.17.3 2020-06-02 15:17:30 +02:00