Commit Graph

594 Commits

Author SHA1 Message Date
Bernd Schoolmann 1317e1e037
Merge pull request #280 from quexten/dependabot/go_modules/github.com/rymdport/portal-0.2.6
Bump github.com/rymdport/portal from 0.2.3 to 0.2.6
2024-10-20 20:34:40 +02:00
Bernd Schoolmann b15c883559
Merge pull request #297 from quexten/dependabot/go_modules/golang.org/x/crypto-0.28.0
Bump golang.org/x/crypto from 0.25.0 to 0.28.0
2024-10-20 20:33:31 +02:00
dependabot[bot] 2bce296d6a
Bump golang.org/x/crypto from 0.25.0 to 0.28.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.28.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-20 18:32:02 +00:00
Bernd Schoolmann 8175406617
Merge pull request #295 from 0n-s/main
Readme: update logo filename (hotfix for https://github.com/quexten/goldwarden/pull/293)
2024-10-20 20:31:42 +02:00
Bernd Schoolmann f05ab33670
Merge pull request #291 from quexten/dependabot/go_modules/golang.org/x/sys-0.25.0
Bump golang.org/x/sys from 0.22.0 to 0.25.0
2024-10-20 20:31:08 +02:00
Bernd Schoolmann 16b86527ad
Merge pull request #296 from ManInDark/main
update up- & download-artifact actions
2024-10-20 20:30:37 +02:00
ManInDark c5d57c95e1
updated version of upload-artifact 2024-10-19 23:07:17 +02:00
ManInDark 6c17984bd0
updated version of download-artifact 2024-10-19 23:03:02 +02:00
ns 9daaf53d39 Readme: update logo filename
Commit 0dd6ac1188 ("gui: rename logo's
filename to icon name") caused the filename of the logo to change. All
instances of the filename were also renamed, besides in Readme.md.

Fix it here too.

Fixes: 0dd6ac1188 ("gui: rename logo's filename to icon name")
Reported-by: @ozmodeuz
2024-10-17 21:16:44 +03:30
Bernd Schoolmann 59be4814a1
Merge pull request #293 from 0n-s/main
gui: rename logo's filename to icon name
2024-10-03 08:40:08 -07:00
ns 0dd6ac1188 gui: rename logo's filename to icon name
The desktop file specifies the name of the icon with its app ID, while
the logo file is named "goldwarden.svg". Make the filename & the icon
name match.
2024-10-03 08:22:16 +03:30
dependabot[bot] 140026386e
Bump golang.org/x/sys from 0.22.0 to 0.25.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.25.0.
- [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 19:28:52 +00:00
Bernd Schoolmann aab01aaf6c
Merge pull request #286 from bb010g/fix/libportal-autotype
fix: autotypeing with libportal
2024-09-29 11:52:22 -07:00
Dusk Banks ad1ab73d71 fix: autotypeing with libportal 2024-09-26 21:48:29 -07:00
dependabot[bot] 927b08d441
Bump github.com/rymdport/portal from 0.2.3 to 0.2.6
Bumps [github.com/rymdport/portal](https://github.com/rymdport/portal) from 0.2.3 to 0.2.6.
- [Release notes](https://github.com/rymdport/portal/releases)
- [Commits](https://github.com/rymdport/portal/compare/v0.2.3...v0.2.6)

---
updated-dependencies:
- dependency-name: github.com/rymdport/portal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 19:56:44 +00:00
Bernd Schoolmann 5806475998
Merge pull request #270 from quexten/dependabot/go_modules/golang.org/x/crypto-0.25.0
Bump golang.org/x/crypto from 0.24.0 to 0.25.0
2024-08-04 00:16:56 +02:00
Bernd Schoolmann f38fd2edec
Merge pull request #265 from quexten/fix/camelcase-requests
Force camelcase on requests
2024-08-04 00:16:43 +02:00
Bernd Schoolmann 71b145ad41
Merge branch 'main' into fix/camelcase-requests 2024-08-04 00:16:30 +02:00
dependabot[bot] 2f93774405
Bump golang.org/x/crypto from 0.24.0 to 0.25.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 19:43:04 +00:00
Bernd Schoolmann c86e32de7e
Force camelcase on requests 2024-07-28 18:05:48 +02:00
Bernd Schoolmann a938090de7
Merge pull request #258 from quexten/fix/prelogin-url
Fix auth url by moving it to identity server
2024-07-20 00:37:39 +02:00
Bernd Schoolmann 3c3c54906a
Merge pull request #257 from quexten/feature/cipherkey-encryption
Implement cipherkey decryption
2024-07-20 00:37:32 +02:00
Bernd Schoolmann bc133ee2c6
Fix auth url by moving it to identity server 2024-07-20 00:36:57 +02:00
Bernd Schoolmann 5d1192113a
Implement cipherkey decryption 2024-07-20 00:36:07 +02:00
Bernd Schoolmann fa4b735635
Merge pull request #241 from iron3oxide/main
style: Fix typo: Websocked -> Websocket
2024-07-04 21:26:13 +02:00
Bernd Schoolmann 4a2d3a9e92
Merge pull request #246 from quexten/dependabot/go_modules/github.com/gorilla/websocket-1.5.3
Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3
2024-07-01 23:21:10 +02:00
Bernd Schoolmann 553f88a66e
Merge pull request #247 from quexten/dependabot/go_modules/github.com/spf13/cobra-1.8.1
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
2024-07-01 23:21:05 +02:00
Bernd Schoolmann 55c6aa2b8c
Merge pull request #244 from quexten/dependabot/go_modules/golang.org/x/crypto-0.24.0
Bump golang.org/x/crypto from 0.23.0 to 0.24.0
2024-07-01 23:20:47 +02:00
dependabot[bot] 7ea364b1c3
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 19:39:19 +00:00
dependabot[bot] 977f21c4a9
Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 19:39:15 +00:00
dependabot[bot] f80982a24f
Bump golang.org/x/crypto from 0.23.0 to 0.24.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 19:39:07 +00:00
iron3oxide b1e632588f style: rename more instances of same typo 2024-06-27 22:29:27 +02:00
iron3oxide 2bf75430f3 style: Fix typo: Websocked -> Websocket 2024-06-24 02:07:08 +02:00
Bernd Schoolmann f7e1cae015
Print error if no files are given on ssh import 2024-06-03 23:54:47 +02:00
Bernd Schoolmann 1c9bf6101b
Fix incorrectly named method 2024-06-02 23:23:07 +02:00
Bernd Schoolmann 9a0ffded83
Merge pull request #233 from quexten/feature/import-ssh
Implement ssh import
2024-06-02 23:20:03 +02:00
Bernd Schoolmann 97a485712e
Implement ssh import 2024-06-02 23:18:37 +02:00
Bernd Schoolmann 79bfc43ab8
Update websocket.go 2024-06-02 21:45:12 +02:00
Bernd Schoolmann d32147bdf8
Merge pull request #228 from quexten/feature/macos
Mac Support
2024-06-02 21:13:59 +02:00
Bernd Schoolmann 53271c3331
Implement mac main 2024-06-02 18:54:15 +02:00
Bernd Schoolmann 5af6771460
Fix autotype on mac 2024-06-02 17:17:15 +02:00
Bernd Schoolmann 9ae9401542
Merge pull request #232 from quexten/dependabot/go_modules/golang.org/x/crypto-0.23.0
Bump golang.org/x/crypto from 0.22.0 to 0.23.0
2024-06-01 23:43:37 +02:00
dependabot[bot] 833b0225f1
Bump golang.org/x/crypto from 0.22.0 to 0.23.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 20:37:20 +00:00
Bernd Schoolmann bcecb10e22
Merge pull request #231 from quexten/dependabot/go_modules/golang.org/x/sys-0.20.0
Bump golang.org/x/sys from 0.19.0 to 0.20.0
2024-06-01 22:36:55 +02:00
Bernd Schoolmann dc32d85fcb
Merge pull request #230 from quexten/dependabot/go_modules/github.com/tink-crypto/tink-go/v2-2.2.0
Bump github.com/tink-crypto/tink-go/v2 from 2.1.0 to 2.2.0
2024-06-01 22:36:36 +02:00
dependabot[bot] 6323babce0
Bump golang.org/x/sys from 0.19.0 to 0.20.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 19:59:38 +00:00
dependabot[bot] 670efc076f
Bump github.com/tink-crypto/tink-go/v2 from 2.1.0 to 2.2.0
Bumps [github.com/tink-crypto/tink-go/v2](https://github.com/tink-crypto/tink-go) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/tink-crypto/tink-go/releases)
- [Commits](https://github.com/tink-crypto/tink-go/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/tink-crypto/tink-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 19:59:32 +00:00
Bernd Schoolmann 2651a36d3c
Fix pinentry 2024-06-01 15:18:11 +02:00
Bernd Schoolmann a41c91ca6b
Add macos startup scripts 2024-06-01 14:32:25 +02:00
Bernd Schoolmann 275ba9a3d2
Fix crash on daemon not running 2024-06-01 14:32:15 +02:00