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: Template field workflow #46383

Merged
merged 22 commits into from
Jul 25, 2024
Merged

feat: Template field workflow #46383

merged 22 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. feat: Template fields

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    
    fix: Composer dump
    
    Signed-off-by: Elizabeth Danzberger <[email protected]>
    
    fix: Add field array to template class
    
    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d939858 View commit details
    Browse the repository at this point in the history
  2. feat: Add template filler component

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d3bfcec View commit details
    Browse the repository at this point in the history
  3. feat: TemplateFiller component

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e65f318 View commit details
    Browse the repository at this point in the history
  4. fix: Emit new BeforeGetTemplates event

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    05ed5aa View commit details
    Browse the repository at this point in the history
  5. fix: Move field classes out of the server api

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f01dd38 View commit details
    Browse the repository at this point in the history
  6. fix: Add Field and FieldType back to server API

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dbfe70e View commit details
    Browse the repository at this point in the history
  7. fix: Composer autoloads for Field classes

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4efdb9b View commit details
    Browse the repository at this point in the history
  8. fix: Field and FieldType implementation

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    49cc5be View commit details
    Browse the repository at this point in the history
  9. fix: Add InvalidFieldType exception

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    aa63121 View commit details
    Browse the repository at this point in the history
  10. fix: Remove comments

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    05cbb41 View commit details
    Browse the repository at this point in the history
  11. fix: Add proper field types

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    27271c5 View commit details
    Browse the repository at this point in the history
  12. fix: Correct name of InvalidFieldTypeException class file

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    912a938 View commit details
    Browse the repository at this point in the history
  13. fix: Make field index a string for better id/index support

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6cd83fc View commit details
    Browse the repository at this point in the history
  14. fix(api): Add alias to Field

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8ac706a View commit details
    Browse the repository at this point in the history
  15. fix(vue): Begin implementing template filler component

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a7addcb View commit details
    Browse the repository at this point in the history
  16. feat: Add support for filling fields to backend components

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    efe03ee View commit details
    Browse the repository at this point in the history
  17. feat: Add frontend components for filling out template

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1b904f1 View commit details
    Browse the repository at this point in the history
  18. fix: Add SPDX header to new file

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3390fc1 View commit details
    Browse the repository at this point in the history
  19. fix: Can close template filler modal

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6aea449 View commit details
    Browse the repository at this point in the history
  20. fix: Fix static analysis errors

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bb34b08 View commit details
    Browse the repository at this point in the history
  21. fix: PHP formatting

    Signed-off-by: Elizabeth Danzberger <[email protected]>
    elzody authored and juliusknorr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b749a89 View commit details
    Browse the repository at this point in the history
  22. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <[email protected]>
    nextcloud-command committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    df96963 View commit details
    Browse the repository at this point in the history