* 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
* Upload form
* Missing var doc comment
* Manage Collections Page
* Getting rid of stuff in other PRs
* Adapting form to be in line with proposed modeling changes
* Cleaning up settings form schema
* Removing duplicate helper function
* Update ManageMembersController.php
* Coding standards, copy/paste detector (embarassing...)
* Apparantly i don't know how pass-by-reference works
* Incorrectly named config key. Sadly confusing :(
* s/field_tags/field_model
* Fixing phpunit annotations that point to non-existant classes
* Foiled by a newline
* Wrong class for access function
* Renaming links to say 'Batch Upload'
* Letting user select media type instead of guessing
* pulling the text track outside of the audio element so its not hidden
* do not set default in the template, because its an attribute that can be set in the track config