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

[WiP] Add the Soffit prototype to your dev environment; DO NOT MERGE! #665

Closed
wants to merge 14 commits into from

Commits on Jun 7, 2016

  1. This commit is what it currently takes to run the Soffit prototype in…

    … your local portal; work remains to be done on this prototype; DO NOT MERGE\!
    drewwills committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    2490a05 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

  1. Add a 'org.apereo.portlet.soffit.connector.SoffitConnectorController.…

    …payloadClass' portlet preference to the Soffit Connector portlet in portlet.xml for the purpose of backwards compatibility with remote soffit endpoints; provide a default equal to the current version (v1_0) so users can see what the default is in the Portlet Manager
    drewwills committed Jun 19, 2016
    Configuration menu
    Copy the full SHA
    91d4e14 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2016

  1. Define the org.apereo.portlet.soffit.connector.SoffitConnectorControl…

    …ler.RESPONSE_CACHE in ehcache.xml to support caching in the SoffitConnectorController
    drewwills committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    5ba1900 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Add UserAttributesSoffitLoader for loading the payload with user attr…

    …ibutes from Person Directory
    drewwills committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    a870823 View commit details
    Browse the repository at this point in the history
  2. Add UserGroupAffiliationsSoffitLoader for loading the payload with gr…

    …oup affiliations from GaP
    drewwills committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    358abe1 View commit details
    Browse the repository at this point in the history
  3. Add PortletDefinitionSoffitLoader for loading the payload with metada…

    …ta from the MarketplacePortletDefinition
    drewwills committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    e11679b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. Configuration menu
    Copy the full SHA
    63a0c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Configuration menu
    Copy the full SHA
    82d3db2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Configuration menu
    Copy the full SHA
    64584b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. Configuration menu
    Copy the full SHA
    2a4bb7c View commit details
    Browse the repository at this point in the history
  2. Removing some elements of the old data model (JSON POST) that have al…

    …ready been replaced by the new (encrypted JWT HTTP headers)
    drewwills committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    9f2534b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Removing PortletDefinitionSoffitLoader and adding DefinitionHeaderPro…

    …vider; moving the Definition out of the JSON Post into the JWT HTTP header data model
    drewwills committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    15a56cb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Keep up with changes to the data model in Soffit (JSON body payload r…

    …emoved in favor of JWTs as HTTP headers)
    drewwills committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d5a3b6d View commit details
    Browse the repository at this point in the history
  2. Re-packaging from 'org.apereo.portlet.soffit' to 'org.apereo.portal.s…

    …offit'; removing several other mentions of the word 'portlet' from everything EXCEPT the Soffit Connector (which is a portlet)
    drewwills committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    a6b9dbb View commit details
    Browse the repository at this point in the history