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

HTTP API to configure contacts and contactgroups #199

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    927259a View commit details
    Browse the repository at this point in the history
  2. Contact/Contactgroup(From): Add value for external_uuid column on i…

    …nsert
    
    Contactgroup: Don't trim groupname, as we donot do this in any other form.
    sukhwinder33445 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2e209a0 View commit details
    Browse the repository at this point in the history
  3. Add external_uuid column to Contact/Contactgroup model

    Only show this column in the search column suggestions if explicitly specified
    
    Contact: Remove `changed_at` from column definations, as this should not be searchable.
    sukhwinder33445 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    287e3cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d83ad9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    518f5da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    639e1b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81dce25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b776429 View commit details
    Browse the repository at this point in the history
  9. ApiV1(*)Controller: GET: Don't omit optional fields when empty

    Return the default empty data type instead
    sukhwinder33445 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9a97f2c View commit details
    Browse the repository at this point in the history
  10. Channel: Add and use external_uuid as default-channel value

    As the channel names are not unique, uuid should be used in GET responses
    sukhwinder33445 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5ee9097 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44467ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    536ea42 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6453899 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4aa08e0 View commit details
    Browse the repository at this point in the history
  15. Don't decode the filter url

    Leave this to QueryString::fromString() method.
    sukhwinder33445 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8838575 View commit details
    Browse the repository at this point in the history
  16. wip

    sukhwinder33445 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d83ab13 View commit details
    Browse the repository at this point in the history