Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cytopia/thunar-custom-actions Loading
base: master
Choose a base ref
...
head repository: user414/thunar-custom-actions Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    1a3bc07 View commit details
    Browse the repository at this point in the history
  2. use common functions script and add support for asc extensions which …

    …is now the default for gpg encrypt
    user414 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7a797a6 View commit details
    Browse the repository at this point in the history
  3. decrypt does verify and it's not possiblle to verify an encrypted fil…

    …e without decrypting since the signature is encrypted in the file. Therefore the only useful way to verify alone is to verify a detach signature which this did not do. Deleting for now.
    user414 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bfa3143 View commit details
    Browse the repository at this point in the history
  4. use common user, just encrypt without signing and do not use pinentry…

    … to enter passphrase but rely on gpg on the system to prompt the user in a system dependant way
    user414 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9c3b8bc View commit details
    Browse the repository at this point in the history
  5. use common user, encrypt, sign and do not use pinentry to enter passp…

    …hrase but rely on gpg on the system to prompt the user in a system dependant way
    user414 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1a9a775 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0f446c View commit details
    Browse the repository at this point in the history
  7. pass command line arg

    user414 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    aafc81a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f939033 View commit details
    Browse the repository at this point in the history
Loading