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

feat: PDF Template Workflow #3798

Merged
merged 31 commits into from
Jul 25, 2024
Merged

feat: PDF Template Workflow #3798

merged 31 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. feat: Add Controller, Service files

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ead5d1b View commit details
    Browse the repository at this point in the history
  2. refactor: Rename controller

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ea936f9 View commit details
    Browse the repository at this point in the history
  3. testing

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e8d18af View commit details
    Browse the repository at this point in the history
  4. fix: Add fileId param to route path

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    23981a3 View commit details
    Browse the repository at this point in the history
  5. Basic controller and service

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    919e316 View commit details
    Browse the repository at this point in the history
  6. fix: Add attributes

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0920c41 View commit details
    Browse the repository at this point in the history
  7. fix: Use required attributes/classes

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c8d564f View commit details
    Browse the repository at this point in the history
  8. fix: Composer dump

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8d82a68 View commit details
    Browse the repository at this point in the history
  9. fix: Add SPDX headers

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c8b4549 View commit details
    Browse the repository at this point in the history
  10. fix: Hit Collabora endpoint from service

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6323ae5 View commit details
    Browse the repository at this point in the history
  11. fix: fillFields method

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1974607 View commit details
    Browse the repository at this point in the history
  12. fix: Remove use of type Node

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bc59697 View commit details
    Browse the repository at this point in the history
  13. fix: Add field classes to template field service

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4fb597e View commit details
    Browse the repository at this point in the history
  14. fix: Inject template fields via new BeforeGetTemplates events

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    965c665 View commit details
    Browse the repository at this point in the history
  15. fix: SPDX header for BeforeGetTemplatesListener

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b5cfc69 View commit details
    Browse the repository at this point in the history
  16. fix: Template field classes

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f425774 View commit details
    Browse the repository at this point in the history
  17. fix: TemplateFieldService can use either Node or file ID

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1014bdb View commit details
    Browse the repository at this point in the history
  18. fix: Add index and content to Field type

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    924c25f View commit details
    Browse the repository at this point in the history
  19. fix: move Field and FieldType back to server API

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a30356c View commit details
    Browse the repository at this point in the history
  20. fix: Extract fields from Collabora response

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3e217c7 View commit details
    Browse the repository at this point in the history
  21. fix: Hit Collabora endpoint to extract fields

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    16a6605 View commit details
    Browse the repository at this point in the history
  22. fix: Get Node if given an ID

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    68f70c8 View commit details
    Browse the repository at this point in the history
  23. fix: Add alias to field

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6c39bd5 View commit details
    Browse the repository at this point in the history
  24. feat: Add API for filling templates

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fda372f View commit details
    Browse the repository at this point in the history
  25. fix: Map field type to enum

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl authored and elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5a4ec78 View commit details
    Browse the repository at this point in the history
  26. fix: Update nextcloud/ocp to fix psalm errors

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9e881ad View commit details
    Browse the repository at this point in the history
  27. fix: Use constructor promotion to reduce boilerplate

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8f112c3 View commit details
    Browse the repository at this point in the history
  28. fix: Remove unneeded class from phpstub

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3fd504c View commit details
    Browse the repository at this point in the history
  29. fix: Use default options in requests

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f63d502 View commit details
    Browse the repository at this point in the history
  30. fix: Log and handle errors

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6f85ff4 View commit details
    Browse the repository at this point in the history
  31. fix: Send back more generic error message instead of exception

    Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
    elzody committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    940feb4 View commit details
    Browse the repository at this point in the history