8 Commits

Author SHA1 Message Date
Yolan Romailler
ef50d06550
Fixing typo in mount docs (#2527)
* Fixing typo in mount docs

RELEASE_NOTES[DOCUMENTATION]=mounts cmd was misspelled in docs

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>

* Patching related link

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>

---------

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>
2023-02-05 12:25:11 +01:00
Dominik Schulz
18ffee354f
Add .gitconfig parser (#2395)
This commit adds yet another config handler for gopass. It is based on
the format used by git itself. This has the potential to address a lot
of long standing issues, but it also causes a lot of changes to how we
handle configuration, so bugs are inevitable.

Fixes #1567
Fixes #1764
Fixes #1819
Fixes #1878
Fixes #2387
Fixes #2418

RELEASE_NOTES=[BREAKING] New config format based on git config.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>

address comments

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2022-11-25 10:50:34 +01:00
MorningSpace
861d0c21fd
Use case: Readyonly Store (#1878) (#1892)
Initial version of use case proposal: Readyonly Store

RELEASE_NOTES=[DOCUMENTATION]

Signed-off-by: morningspace <morningspace@yahoo.com>

Signed-off-by: morningspace <morningspace@yahoo.com>
2022-11-09 06:05:44 +01:00
Yolan Romailler
08d73614de
OTP is not deprecated (#2277)
RELEASE_NOTES[DOCUMENTATION]=OTP is no longer considered deprecated

Related to #1301

Signed-off-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
2022-07-18 20:04:55 +02:00
Justin Kromlinger
6758797df0
Add env variables for custom clipboard commands (#2091)
* Add env variables for custom clipboard commands

Adds `GOPASS_CLIPBOARD_COPY_CMD` and `GOPASS_CLIPBOARD_CLEAR_CMD`
environment variables which are called instead of the normal
implementation if set. The commands receive the name of the password as
their first parameter and the password or its checksum on `STDIN`.

Resolves #2042.

RELEASE_NOTES=[FEATURE] Add env variables for custom clipboard commands.

Signed-off-by: hashworks <mail@hashworks.net>

* Improve two line test ambiguity

The output might contain the previous value "and". Additionally with the
new values it is now clearer what is tested.

RELEASE_NOTES=[TESTING] Improve two line test ambiguity.

Signed-off-by: hashworks <mail@hashworks.net>

* Use a helper to unset env vars in clipboard tests

RELEASE_NOTES=[TESTING] Use a helper to unset env vars in clipboard tests.

Signed-off-by: hashworks <mail@hashworks.net>
2022-01-11 10:02:08 +01:00
Dominik Schulz
2fdeb0fd42
Generate manpage and completion on release (#1860)
Shipping pre-generated manpage and completion files simplifies
packaging gopass.

RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2021-03-20 20:46:09 +01:00
M.Jerger
ad84841797
describe otp usecase and threat analysis (#1672)
* describe otp usecase and threat analysis

Signed-off-by: jem <michael.jerger@meissa-gmbh.de>

* fix totp yaml

Signed-off-by: jem <michael.jerger@meissa-gmbh.de>
2020-12-31 21:52:53 +01:00
Dominik Schulz
834d0a0b70
Speed up gpg store initialization (#1522)
Fixes #1520

RELEASE_NOTES=[ENHANCEMENT] Speed up gpg store init

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2020-08-14 20:27:14 +02:00