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

Search request fields with cfs #10

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    bfe839a View commit details
    Browse the repository at this point in the history
  2. Improve specifying fields for collection results

    If it's an object, use expand_uid, if a datetime or timestamp,
    format it nicely.
    Andrew Ruthven committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    7359e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a7fd4a View commit details
    Browse the repository at this point in the history
  4. Add test cases, ensure that we return something even if the user can'…

    …t access the field
    Andrew Ruthven committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    32bc9b4 View commit details
    Browse the repository at this point in the history
  5. Remove support for returning data via method calls which aren't columns

    This could leak information, better not to have it.
    
    Why? RT::Lifecycle doesn't perform any ACE checks. There might be others
    that don't support it.
    Andrew Ruthven committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    7e69b66 View commit details
    Browse the repository at this point in the history
  6. Don't die if the field isn't a method.

    Remove Lifecycle from example, document behaviour if missing rights.
    Andrew Ruthven committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    d8dcee4 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Andrew Ruthven committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    474954d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    b15ec86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00b20a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b41855 View commit details
    Browse the repository at this point in the history
  4. Add copyrights info

    gibus committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    422db2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f5a31f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9f008d View commit details
    Browse the repository at this point in the history