* Add ancestor condition.
* Move the ancestors to the utils helper, re-work the builder.
* Use the config option as opposed to hard coding.
* Handle a looping scenario (a > b > c > a).
* More flexible headers for STOMP messages, theoretically.
* Lower the priority of the base implementation.
* More context.
* Add in the "aud" claim.
... ensure we're dealing with our tokens.
* Rectify the other base class.
* Remove some chaff intro'd from merge conflicts.
* Return after failing to find the "aud" claim.
* Permissively allow without the "aud" claim...
... _could_ roll more conditionally, with some state set during an update
hook; however, seems like unnecessary complexity.
* Couple of coding standards things.
* Add the use of the class back in.
* Allow page view derived Advanced Search blocks on any page
Allows the Advanced Search block to be used on pages
where its corresponding view is not present. Now it
will redirect to the route associated with the view
it was generated from.
This is not valid for Advanced Search blocks that
are derived from non-page based views, as there is
no known location in which to redirect the query.
* Fix for undefined index warning.
* Documented Exposed form style settings requirement for Advanced Search.
* moved PDF URL token from controlled_access_terms for #1171
* include reference to Media and File classes
* an empty line for travis
* download url using the islandora_utils getDownloadUrl method
* added tokens to handle islandora > media operation
* used a more specific parameter class, also fixed missing variable
* changed the logger type from controlled_access_terms to islandora and removed the controlled_access_terms_image_from_media method
* phpcs fixes for #1171