Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] feat: implement sign tab at right sidebar #2696

Merged
merged 35 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. feat: implement sign tab

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    eb0ad1f View commit details
    Browse the repository at this point in the history
  2. fix: Lint

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    24548a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eb1043 View commit details
    Browse the repository at this point in the history
  4. fix: Remove non-scoped css

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b7b6d51 View commit details
    Browse the repository at this point in the history
  5. feat: Implement TopBar component

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9a6c886 View commit details
    Browse the repository at this point in the history
  6. chore: Add license header

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3f23b8b View commit details
    Browse the repository at this point in the history
  7. fix: Make possible open the sign page usign iframe

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    716f4d8 View commit details
    Browse the repository at this point in the history
  8. chore: Move logic to method

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1dce2cd View commit details
    Browse the repository at this point in the history
  9. chore: Return signatureMethod at file list

    Used to be possible load SignPDF as internal page only using data from
    file list.
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    61cc037 View commit details
    Browse the repository at this point in the history
  10. chore: add initial state to signer signatures

    This reduce a request setting the value as initial state
    
    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2d511cc View commit details
    Browse the repository at this point in the history
  11. fix: Able to close if not sent the request

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5f88a7a View commit details
    Browse the repository at this point in the history
  12. feat: allow to replace signature at sign page

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8ac0bab View commit details
    Browse the repository at this point in the history
  13. fix: linter

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6435596 View commit details
    Browse the repository at this point in the history
  14. fix: linter

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4d92fa2 View commit details
    Browse the repository at this point in the history
  15. fix: prevent to access null value

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8124b10 View commit details
    Browse the repository at this point in the history
  16. chore: Bump dependencies

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d23a634 View commit details
    Browse the repository at this point in the history
  17. chore: bump dependencies

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cd78eea View commit details
    Browse the repository at this point in the history
  18. fix: integration test

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fd1ec6d View commit details
    Browse the repository at this point in the history
  19. chore: rename fileId to nodeId

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7709319 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    033e61d View commit details
    Browse the repository at this point in the history
  21. feat: show error messages at error page

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a9d5853 View commit details
    Browse the repository at this point in the history
  22. chore: Show error page as external

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dcfa596 View commit details
    Browse the repository at this point in the history
  23. chore: move route to have internal path

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    57d89ec View commit details
    Browse the repository at this point in the history
  24. feat: Reduce usage of iframe

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0d1d28a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f5b447f View commit details
    Browse the repository at this point in the history
  26. chore: check if external action

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e712e8b View commit details
    Browse the repository at this point in the history
  27. fix: color

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    98fe85c View commit details
    Browse the repository at this point in the history
  28. fix: color

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    02c644f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f3088f1 View commit details
    Browse the repository at this point in the history
  30. fix: Open modal as external

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos authored and backportbot-libresign[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    901917f View commit details
    Browse the repository at this point in the history
  31. fix: open iframe at app files

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    73e0892 View commit details
    Browse the repository at this point in the history
  32. fix: show components when toggle sidebar

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8017ef0 View commit details
    Browse the repository at this point in the history
  33. chore: Remove unused css

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    966376b View commit details
    Browse the repository at this point in the history
  34. fix: linter

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e9a9c08 View commit details
    Browse the repository at this point in the history
  35. chore: Remove unused file

    Signed-off-by: Vitor Mattos <[email protected]>
    vitormattos committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    86c9cc2 View commit details
    Browse the repository at this point in the history