registry /
No matching files found.
-
LICENSE -
NOTICE -
README.md -
app/.editorconfig -
app/.gitattributes -
app/.github/ISSUE_TEMPLATE.md -
app/.github/PULL_REQUEST_TEMPLATE.md -
app/.github/workflows/ci.yml -
app/.github/workflows/stale.yml -
app/.gitignore -
app/.htaccess -
app/availableplugins/ApiConnector/README.md -
app/availableplugins/ApiConnector/composer.json -
app/availableplugins/ApiConnector/config/routes.php -
app/availableplugins/ApiConnector/phpunit.xml.dist -
app/availableplugins/ApiConnector/resources/locales/en_US/api_connector.po -
app/availableplugins/ApiConnector/resources/schemas/apisource-message.json -
app/availableplugins/ApiConnector/src/ApiConnectorPlugin.php -
app/availableplugins/ApiConnector/src/Controller/ApiSourcesController.php -
app/availableplugins/ApiConnector/src/Controller/ApiV2Controller.php -
app/availableplugins/ApiConnector/src/Controller/AppController.php -
app/availableplugins/ApiConnector/src/Model/Entity/ApiSource.php -
app/availableplugins/ApiConnector/src/Model/Entity/ApiSourceRecord.php -
app/availableplugins/ApiConnector/src/Model/Table/ApiSourceRecordsTable.php -
app/availableplugins/ApiConnector/src/Model/Table/ApiSourcesTable.php -
app/availableplugins/ApiConnector/src/config/plugin.json -
app/availableplugins/ApiConnector/templates/ApiSources/fields-nav.inc -
app/availableplugins/ApiConnector/templates/ApiSources/fields.inc -
app/availableplugins/ApiConnector/templates/ApiV2/json/delete.php -
app/availableplugins/ApiConnector/templates/ApiV2/json/get.php -
app/availableplugins/ApiConnector/templates/ApiV2/json/upsert.php -
app/availableplugins/ApiConnector/tests/bootstrap.php -
app/availableplugins/ApiConnector/tests/schema.sql -
app/availableplugins/ApiConnector/webroot/.gitkeep -
app/availableplugins/FileConnector/README.md -
app/availableplugins/FileConnector/composer.json -
app/availableplugins/FileConnector/phpunit.xml.dist -
app/availableplugins/FileConnector/resources/locales/en_US/file_connector.po -
app/availableplugins/FileConnector/src/Controller/AppController.php -
app/availableplugins/FileConnector/src/Controller/FileProvisionersController.php -
app/availableplugins/FileConnector/src/Controller/FileSourcesController.php -
app/availableplugins/FileConnector/src/FileConnectorPlugin.php -
app/availableplugins/FileConnector/src/Lib/Enum/FileSourceFormatEnum.php -
app/availableplugins/FileConnector/src/Model/Entity/FileProvisioner.php -
app/availableplugins/FileConnector/src/Model/Entity/FileSource.php -
app/availableplugins/FileConnector/src/Model/Table/FileProvisionersTable.php -
app/availableplugins/FileConnector/src/Model/Table/FileSourcesTable.php -
app/availableplugins/FileConnector/src/config/plugin.json -
app/availableplugins/FileConnector/templates/FileProvisioners/fields.inc -
app/availableplugins/FileConnector/templates/FileSources/fields.inc -
app/availableplugins/FileConnector/tests/bootstrap.php -
app/availableplugins/FileConnector/tests/schema.sql -
app/availableplugins/FileConnector/webroot/.gitkeep -
app/availableplugins/PipelineToolkit/README.md -
app/availableplugins/PipelineToolkit/composer.json -
app/availableplugins/PipelineToolkit/phpunit.xml.dist -
app/availableplugins/PipelineToolkit/resources/locales/en_US/pipeline_toolkit.po -
app/availableplugins/PipelineToolkit/src/Controller/AppController.php -
app/availableplugins/PipelineToolkit/src/Controller/IdentifierMappersController.php -
app/availableplugins/PipelineToolkit/src/Controller/LoginIdentifierTypesController.php -
app/availableplugins/PipelineToolkit/src/Controller/PersonRoleMappersController.php -
app/availableplugins/PipelineToolkit/src/Controller/PersonRoleMappingsController.php -
app/availableplugins/PipelineToolkit/src/Model/Entity/IdentifierMapper.php -
app/availableplugins/PipelineToolkit/src/Model/Entity/LoginIdentifierType.php -
app/availableplugins/PipelineToolkit/src/Model/Entity/PersonRoleMapper.php -
app/availableplugins/PipelineToolkit/src/Model/Entity/PersonRoleMapping.php -
app/availableplugins/PipelineToolkit/src/Model/Table/IdentifierMappersTable.php -
app/availableplugins/PipelineToolkit/src/Model/Table/LoginIdentifierTypesTable.php -
app/availableplugins/PipelineToolkit/src/Model/Table/PersonRoleMappersTable.php -
app/availableplugins/PipelineToolkit/src/Model/Table/PersonRoleMappingsTable.php -
app/availableplugins/PipelineToolkit/src/PipelineToolkitPlugin.php -
app/availableplugins/PipelineToolkit/src/config/plugin.json -
app/availableplugins/PipelineToolkit/templates/IdentifierMappers/fields-nav.inc -
app/availableplugins/PipelineToolkit/templates/IdentifierMappers/fields.inc -
app/availableplugins/PipelineToolkit/templates/LoginIdentifierTypes/columns.inc -
app/availableplugins/PipelineToolkit/templates/LoginIdentifierTypes/fields.inc -
app/availableplugins/PipelineToolkit/templates/PersonRoleMappers/fields-nav.inc -
app/availableplugins/PipelineToolkit/templates/PersonRoleMappers/fields.inc -
app/availableplugins/PipelineToolkit/templates/PersonRoleMappings/columns.inc -
app/availableplugins/PipelineToolkit/templates/PersonRoleMappings/fields.inc -
app/availableplugins/PipelineToolkit/tests/bootstrap.php -
app/availableplugins/PipelineToolkit/tests/schema.sql -
app/availableplugins/PipelineToolkit/webroot/.gitkeep -
app/availableplugins/SqlConnector/README.md -
app/availableplugins/SqlConnector/composer.json -
app/availableplugins/SqlConnector/phpunit.xml.dist -
app/availableplugins/SqlConnector/resources/locales/en_US/sql_connector.po -
app/availableplugins/SqlConnector/src/Controller/AppController.php -
app/availableplugins/SqlConnector/src/Controller/SqlProvisionersController.php -
app/availableplugins/SqlConnector/src/Controller/SqlSourcesController.php -
app/availableplugins/SqlConnector/src/Lib/Enum/SqlSourceTableModeEnum.php -
app/availableplugins/SqlConnector/src/Model/Entity/SqlProvisioner.php -
app/availableplugins/SqlConnector/src/Model/Entity/SqlSource.php -
app/availableplugins/SqlConnector/src/Model/Table/SqlProvisionersTable.php -
app/availableplugins/SqlConnector/src/Model/Table/SqlSourcesTable.php -
app/availableplugins/SqlConnector/src/SqlConnectorPlugin.php -
app/availableplugins/SqlConnector/src/config/plugin.json -
app/availableplugins/SqlConnector/templates/SqlProvisioners/fields-links.inc -
app/availableplugins/SqlConnector/templates/SqlProvisioners/fields-nav.inc -
app/availableplugins/SqlConnector/templates/SqlProvisioners/fields.inc -
app/availableplugins/SqlConnector/templates/SqlSources/fields-nav.inc -
app/availableplugins/SqlConnector/templates/SqlSources/fields.inc -
app/availableplugins/SqlConnector/tests/bootstrap.php -
app/availableplugins/SqlConnector/tests/schema.sql -
app/availableplugins/SqlConnector/webroot/.gitkeep -
app/bin/cake -
app/bin/cake.bat -
app/bin/cake.php -
app/composer.json -
app/composer.lock -
app/config/.env.example -
app/config/VERSION -
app/config/app.php -
app/config/bootstrap.php -
app/config/bootstrap_cli.php -
app/config/database.php.dist -
app/config/paths.php -
app/config/requirements.php -
app/config/routes.php -
app/config/schema/i18n.sql -
app/config/schema/schema.json -
app/config/schema/sessions.sql -
app/index.php -
app/phpcs.xml -
app/phpstan.neon -
app/phpunit.xml.dist -
app/plugins/CoreAssigner/README.md -
app/plugins/CoreAssigner/composer.json -
app/plugins/CoreAssigner/phpunit.xml.dist -
app/plugins/CoreAssigner/resources/locales/en_US/core_assigner.po -
app/plugins/CoreAssigner/src/Controller/AppController.php -
app/plugins/CoreAssigner/src/Controller/FormatAssignersController.php -
app/plugins/CoreAssigner/src/Controller/SqlAssignersController.php -
app/plugins/CoreAssigner/src/CoreAssignerPlugin.php -
app/plugins/CoreAssigner/src/Lib/Enum/CollisionModeEnum.php -
app/plugins/CoreAssigner/src/Lib/Enum/PermittedCharactersEnum.php -
app/plugins/CoreAssigner/src/Model/Entity/FormatAssigner.php -
app/plugins/CoreAssigner/src/Model/Entity/FormatAssignerSequence.php -
app/plugins/CoreAssigner/src/Model/Entity/SqlAssigner.php -
app/plugins/CoreAssigner/src/Model/Table/FormatAssignerSequencesTable.php -
app/plugins/CoreAssigner/src/Model/Table/FormatAssignersTable.php -
app/plugins/CoreAssigner/src/Model/Table/SqlAssignersTable.php -
app/plugins/CoreAssigner/src/config/plugin.json -
app/plugins/CoreAssigner/templates/FormatAssigners/fields.inc -
app/plugins/CoreAssigner/templates/SqlAssigners/fields.inc -
app/plugins/CoreAssigner/tests/bootstrap.php -
app/plugins/CoreAssigner/tests/schema.sql -
app/plugins/CoreAssigner/webroot/.gitkeep -
app/plugins/CoreEnroller/composer.json -
app/plugins/CoreEnroller/config/routes.php -
app/plugins/CoreEnroller/phpunit.xml.dist -
app/plugins/CoreEnroller/resources/locales/en_US/core_enroller.po -
app/plugins/CoreEnroller/src/Controller/AppController.php -
app/plugins/CoreEnroller/src/Controller/AttributeCollectorsController.php -
app/plugins/CoreEnroller/src/Controller/BasicAttributeCollectorsController.php -
app/plugins/CoreEnroller/src/Controller/EmailVerifiersController.php -
app/plugins/CoreEnroller/src/Controller/EnrollmentAttributesController.php -
app/plugins/CoreEnroller/src/Controller/IdentifierCollectorsController.php -
app/plugins/CoreEnroller/src/Controller/InvitationAcceptersController.php -
app/plugins/CoreEnroller/src/CoreEnrollerPlugin.php -
app/plugins/CoreEnroller/src/Lib/Enum/VerificationModeEnum.php -
app/plugins/CoreEnroller/src/Model/Entity/AttributeCollector.php -
app/plugins/CoreEnroller/src/Model/Entity/BasicAttributeCollector.php -
app/plugins/CoreEnroller/src/Model/Entity/EmailVerifier.php -
app/plugins/CoreEnroller/src/Model/Entity/EnrollmentAttribute.php -
app/plugins/CoreEnroller/src/Model/Entity/IdentifierCollector.php -
app/plugins/CoreEnroller/src/Model/Entity/InvitationAccepter.php -
app/plugins/CoreEnroller/src/Model/Entity/PetitionAcceptance.php -
app/plugins/CoreEnroller/src/Model/Entity/PetitionAttribute.php -
app/plugins/CoreEnroller/src/Model/Entity/PetitionBasicAttributeSet.php -
app/plugins/CoreEnroller/src/Model/Entity/PetitionIdentifier.php -
app/plugins/CoreEnroller/src/Model/Entity/PetitionVerification.php -
app/plugins/CoreEnroller/src/Model/README.md -
app/plugins/CoreEnroller/src/Model/Table/AttributeCollectorsTable.php -
app/plugins/CoreEnroller/src/Model/Table/BasicAttributeCollectorsTable.php -
app/plugins/CoreEnroller/src/Model/Table/EmailVerifiersTable.php -
app/plugins/CoreEnroller/src/Model/Table/EnrollmentAttributesTable.php -
app/plugins/CoreEnroller/src/Model/Table/IdentifierCollectorsTable.php -
app/plugins/CoreEnroller/src/Model/Table/InvitationAcceptersTable.php -
app/plugins/CoreEnroller/src/Model/Table/PetitionAcceptancesTable.php -
app/plugins/CoreEnroller/src/Model/Table/PetitionAttributesTable.php -
app/plugins/CoreEnroller/src/Model/Table/PetitionBasicAttributeSetsTable.php -
app/plugins/CoreEnroller/src/Model/Table/PetitionIdentifiersTable.php -
app/plugins/CoreEnroller/src/Model/Table/PetitionVerificationsTable.php -
app/plugins/CoreEnroller/src/View/Cell/AttributeCollectorsCell.php -
app/plugins/CoreEnroller/src/View/Cell/BasicAttributeCollectorsCell.php -
app/plugins/CoreEnroller/src/View/Cell/EmailVerifiersCell.php -
app/plugins/CoreEnroller/src/View/Cell/IdentifierCollectorsCell.php -
app/plugins/CoreEnroller/src/View/Cell/InvitationAcceptersCell.php -
app/plugins/CoreEnroller/src/config/plugin.json -
app/plugins/CoreEnroller/templates/AttributeCollectors/dispatch.inc -
app/plugins/CoreEnroller/templates/AttributeCollectors/fields-nav.inc -
app/plugins/CoreEnroller/templates/AttributeCollectors/fields.inc -
app/plugins/CoreEnroller/templates/BasicAttributeCollectors/dispatch.inc -
app/plugins/CoreEnroller/templates/BasicAttributeCollectors/fields.inc -
app/plugins/CoreEnroller/templates/EmailVerifiers/dispatch.inc -
app/plugins/CoreEnroller/templates/EmailVerifiers/fields.inc -
app/plugins/CoreEnroller/templates/EnrollmentAttributes/columns.inc -
app/plugins/CoreEnroller/templates/EnrollmentAttributes/fields.inc -
app/plugins/CoreEnroller/templates/IdentifierCollectors/fields.inc -
app/plugins/CoreEnroller/templates/InvitationAccepters/dispatch.inc -
app/plugins/CoreEnroller/templates/InvitationAccepters/fields.inc -
app/plugins/CoreEnroller/templates/cell/AttributeCollectors/display.php -
app/plugins/CoreEnroller/templates/cell/BasicAttributeCollectors/display.php -
app/plugins/CoreEnroller/templates/cell/EmailVerifiers/display.php -
app/plugins/CoreEnroller/templates/cell/IdentifierCollectors/display.php -
app/plugins/CoreEnroller/templates/cell/InvitationAccepters/display.php -
app/plugins/CoreEnroller/templates/element/emailVerifiers/list.php -
app/plugins/CoreEnroller/templates/element/emailVerifiers/resendLinkSpa.php -
app/plugins/CoreEnroller/templates/element/emailVerifiers/verify.php -
app/plugins/CoreEnroller/templates/element/field.php -
app/plugins/CoreEnroller/templates/element/mveas/fieldset-field.php -
app/plugins/CoreEnroller/templates/element/mveas/fieldset-group.php -
app/plugins/CoreEnroller/templates/element/mveas/mvea-fieldset.php -
app/plugins/CoreEnroller/templates/element/spa-field.php -
app/plugins/CoreEnroller/tests/TestCase/View/Cell/AttributeCollectorsCellTest.php -
app/plugins/CoreEnroller/tests/TestCase/View/Cell/BasicAttributeCollectorsCellTest.php -
app/plugins/CoreEnroller/tests/TestCase/View/Cell/EmailVerifiersCellTest.php -
app/plugins/CoreEnroller/tests/TestCase/View/Cell/IdentifierCollectorsCellTest.php -
app/plugins/CoreEnroller/tests/TestCase/View/Cell/InvitationAcceptersCellTest.php -
app/plugins/CoreEnroller/tests/bootstrap.php -
app/plugins/CoreEnroller/tests/schema.sql -
app/plugins/CoreEnroller/webroot/.gitkeep -
app/plugins/CoreJob/README.md -
app/plugins/CoreJob/composer.json -
app/plugins/CoreJob/phpunit.xml.dist -
app/plugins/CoreJob/resources/locales/en_US/core_job.po -
app/plugins/CoreJob/src/Controller/AppController.php -
app/plugins/CoreJob/src/CoreJobPlugin.php -
app/plugins/CoreJob/src/Lib/Jobs/AdopterJob.php -
app/plugins/CoreJob/src/Lib/Jobs/AssignerJob.php -
app/plugins/CoreJob/src/Lib/Jobs/ProvisionerJob.php -
app/plugins/CoreJob/src/Lib/Jobs/SyncJob.php -
app/plugins/CoreJob/src/config/plugin.json -
app/plugins/CoreJob/tests/bootstrap.php -
app/plugins/CoreJob/tests/schema.sql -
app/plugins/CoreJob/webroot/.gitkeep -
app/plugins/CoreServer/README.md -
app/plugins/CoreServer/composer.json -
app/plugins/CoreServer/phpunit.xml.dist -
app/plugins/CoreServer/resources/locales/en_US/core_server.po -
app/plugins/CoreServer/src/Controller/AppController.php -
app/plugins/CoreServer/src/Controller/HttpServersController.php -
app/plugins/CoreServer/src/Controller/MatchServersController.php -
app/plugins/CoreServer/src/Controller/SmtpServersController.php -
app/plugins/CoreServer/src/Controller/SqlServersController.php -
app/plugins/CoreServer/src/CoreServerPlugin.php -
app/plugins/CoreServer/src/Lib/Enum/HttpAuthTypeEnum.php -
app/plugins/CoreServer/src/Lib/Enum/RdbmsTypeEnum.php -
app/plugins/CoreServer/src/Model/Entity/HttpServer.php -
app/plugins/CoreServer/src/Model/Entity/MatchServer.php -
app/plugins/CoreServer/src/Model/Entity/SmtpServer.php -
app/plugins/CoreServer/src/Model/Entity/SqlServer.php -
app/plugins/CoreServer/src/Model/Table/HttpServersTable.php -
app/plugins/CoreServer/src/Model/Table/MatchServersTable.php -
app/plugins/CoreServer/src/Model/Table/SmtpServersTable.php -
app/plugins/CoreServer/src/Model/Table/SqlServersTable.php -
app/plugins/CoreServer/src/config/plugin.json -
app/plugins/CoreServer/templates/HttpServers/fields.inc -
app/plugins/CoreServer/templates/MatchServers/fields.inc -
app/plugins/CoreServer/templates/SmtpServers/fields.inc -
app/plugins/CoreServer/templates/SqlServers/fields.inc -
app/plugins/CoreServer/tests/bootstrap.php -
app/plugins/CoreServer/tests/schema.sql -
app/plugins/CoreServer/webroot/.gitkeep -
app/plugins/EnvSource/README.md -
app/plugins/EnvSource/composer.json -
app/plugins/EnvSource/phpunit.xml.dist -
app/plugins/EnvSource/resources/locales/en_US/env_source.po -
app/plugins/EnvSource/src/Controller/AppController.php -
app/plugins/EnvSource/src/Controller/EnvSourceCollectorsController.php -
app/plugins/EnvSource/src/Controller/EnvSourceDetoursController.php -
app/plugins/EnvSource/src/Controller/EnvSourcesController.php -
app/plugins/EnvSource/src/EnvSourcePlugin.php -
app/plugins/EnvSource/src/Lib/Enum/EnvSourceSpModeEnum.php -
app/plugins/EnvSource/src/Model/Entity/EnvSource.php -
app/plugins/EnvSource/src/Model/Entity/EnvSourceCollector.php -
app/plugins/EnvSource/src/Model/Entity/EnvSourceDetour.php -
app/plugins/EnvSource/src/Model/Entity/EnvSourceIdentity.php -
app/plugins/EnvSource/src/Model/Entity/PetitionEnvIdentity.php -
app/plugins/EnvSource/src/Model/Table/EnvSourceCollectorsTable.php -
app/plugins/EnvSource/src/Model/Table/EnvSourceDetoursTable.php -
app/plugins/EnvSource/src/Model/Table/EnvSourceIdentitiesTable.php -
app/plugins/EnvSource/src/Model/Table/EnvSourcesTable.php -
app/plugins/EnvSource/src/Model/Table/PetitionEnvIdentitiesTable.php -
app/plugins/EnvSource/src/View/Cell/EnvSourceCollectorsCell.php -
app/plugins/EnvSource/src/config/plugin.json -
app/plugins/EnvSource/templates/EnvSourceCollectors/dispatch.inc -
app/plugins/EnvSource/templates/EnvSourceCollectors/fields.inc -
app/plugins/EnvSource/templates/EnvSourceDetours/fields.inc -
app/plugins/EnvSource/templates/EnvSources/fields-nav.inc -
app/plugins/EnvSource/templates/EnvSources/fields.inc -
app/plugins/EnvSource/templates/cell/EnvSourceCollectors/display.php -
app/plugins/EnvSource/tests/TestCase/View/Cell/EnvSourceCollectorsCellTest.php -
app/plugins/EnvSource/tests/bootstrap.php -
app/plugins/EnvSource/tests/schema.sql -
app/plugins/EnvSource/webroot/.gitkeep -
app/resources/.gitkeep -
app/resources/locales/en_US/command.po -
app/resources/locales/en_US/controller.po -
app/resources/locales/en_US/default.po -
app/resources/locales/en_US/defaultType.po -
app/resources/locales/en_US/enumeration.po -
app/resources/locales/en_US/error.po -
app/resources/locales/en_US/field.po -
app/resources/locales/en_US/information.po -
app/resources/locales/en_US/menu.po -
app/resources/locales/en_US/operation.po -
app/resources/locales/en_US/result.po -
app/src/Application.php -
app/src/Command/ConsoleCommand.php -
app/src/Command/DatabaseCommand.php -
app/src/Command/JobCommand.php -
app/src/Command/NotificationCommand.php -
app/src/Command/SetupCommand.php -
app/src/Command/TestCommand.php -
app/src/Command/TransmogrifyCommand.php -
app/src/Command/UpgradeCommand.php -
app/src/Console/Installer.php -
app/src/Controller/AdHocAttributesController.php -
app/src/Controller/AddressesController.php -
app/src/Controller/ApiUsersController.php -
app/src/Controller/ApiV2Controller.php -
app/src/Controller/AppController.php -
app/src/Controller/AuthenticationEventsController.php -
app/src/Controller/CoSettingsController.php -
app/src/Controller/Component/BreadcrumbComponent.php -
app/src/Controller/Component/RegistryAuthComponent.php -
app/src/Controller/CosController.php -
app/src/Controller/CousController.php -
app/src/Controller/DashboardsController.php -
app/src/Controller/EmailAddressesController.php -
app/src/Controller/EnrollmentFlowStepsController.php -
app/src/Controller/EnrollmentFlowsController.php -
app/src/Controller/ErrorController.php -
app/src/Controller/ExtIdentitySourceRecordsController.php -
app/src/Controller/ExternalIdentitiesController.php -
app/src/Controller/ExternalIdentityRolesController.php -
app/src/Controller/ExternalIdentitySourcesController.php -
app/src/Controller/FlangesController.php -
app/src/Controller/GroupMembersController.php -
app/src/Controller/GroupNestingsController.php -
app/src/Controller/GroupsController.php -
app/src/Controller/HistoryRecordsController.php -
app/src/Controller/IdentifierAssignmentsController.php -
app/src/Controller/IdentifiersController.php -
app/src/Controller/JobHistoryRecordsController.php -
app/src/Controller/JobsController.php -
app/src/Controller/MVEAController.php -
app/src/Controller/MessageTemplatesController.php -
app/src/Controller/MostlyStaticPagesController.php -
app/src/Controller/NamesController.php -
app/src/Controller/NotificationsController.php -
app/src/Controller/PagesController.php -
app/src/Controller/PeopleController.php -
app/src/Controller/PersonRolesController.php -
app/src/Controller/PetitionsController.php -
app/src/Controller/PipelinesController.php -
app/src/Controller/PluginsController.php -
app/src/Controller/PronounsController.php -
app/src/Controller/ProvisioningHistoryRecordsController.php -
app/src/Controller/ProvisioningTargetsController.php -
app/src/Controller/ServersController.php -
app/src/Controller/StandardApiController.php -
app/src/Controller/StandardController.php -
app/src/Controller/StandardDetourController.php -
app/src/Controller/StandardEnrollerController.php -
app/src/Controller/StandardPluggableController.php -
app/src/Controller/StandardPluginController.php -
app/src/Controller/TelephoneNumbersController.php -
app/src/Controller/TrafficController.php -
app/src/Controller/TrafficDetoursController.php -
app/src/Controller/TypesController.php -
app/src/Controller/UrlsController.php -
app/src/Lib/Enum/ActionEnum.php -
app/src/Lib/Enum/ApplicationStateEnum.php -
app/src/Lib/Enum/AuthenticationEventEnum.php -
app/src/Lib/Enum/BooleanEnum.php -
app/src/Lib/Enum/BulkActionEnum.php -
app/src/Lib/Enum/ComparisonEnum.php -
app/src/Lib/Enum/DarkModesEnum.php -
app/src/Lib/Enum/DateTypeEnum.php -
app/src/Lib/Enum/DeletedRoleStatusEnum.php -
app/src/Lib/Enum/DensityStatesEnum.php -
app/src/Lib/Enum/EduPersonAffiliationEnum.php -
app/src/Lib/Enum/EnrollmentActorEnum.php -
app/src/Lib/Enum/EnrollmentAuthzEnum.php -
app/src/Lib/Enum/ExternalIdentityStatusEnum.php -
app/src/Lib/Enum/FlangeModeEnum.php -
app/src/Lib/Enum/GroupTypeEnum.php -
app/src/Lib/Enum/GroupedAddressFieldsEnum.php -
app/src/Lib/Enum/HttpStatusCodesEnum.php -
app/src/Lib/Enum/IdentifierAssignmentContextEnum.php -
app/src/Lib/Enum/JobStatusEnum.php -
app/src/Lib/Enum/LanguageEnum.php -
app/src/Lib/Enum/MatchStrategyEnum.php -
app/src/Lib/Enum/MessageFormatEnum.php -
app/src/Lib/Enum/MessageTemplateContextEnum.php -
app/src/Lib/Enum/NotificationStatusEnum.php -
app/src/Lib/Enum/PageContextEnum.php -
app/src/Lib/Enum/PeoplePickerModeEnum.php -
app/src/Lib/Enum/PermittedNameFieldsEnum.php -
app/src/Lib/Enum/PermittedTelephoneNumberFieldsEnum.php -
app/src/Lib/Enum/PetitionActionEnum.php -
app/src/Lib/Enum/PetitionStatusEnum.php -
app/src/Lib/Enum/PluginLocationEnum.php -
app/src/Lib/Enum/ProvisionerModeEnum.php -
app/src/Lib/Enum/ProvisioningContextEnum.php -
app/src/Lib/Enum/ProvisioningEligibilityEnum.php -
app/src/Lib/Enum/ProvisioningStatusEnum.php -
app/src/Lib/Enum/RequiredAddressFieldsEnum.php -
app/src/Lib/Enum/RequiredEnum.php -
app/src/Lib/Enum/RequiredNameFieldsEnum.php -
app/src/Lib/Enum/SetBooleanEnum.php -
app/src/Lib/Enum/StandardEnum.php -
app/src/Lib/Enum/StatusEnum.php -
app/src/Lib/Enum/SuspendableStatusEnum.php -
app/src/Lib/Enum/SyncModeEnum.php -
app/src/Lib/Enum/TableTypeEnum.php -
app/src/Lib/Enum/TemplateableStatusEnum.php -
app/src/Lib/Enum/VerificationMethodEnum.php -
app/src/Lib/Enum/YesBooleanEnum.php -
app/src/Lib/Events/ActorEventListener.php -
app/src/Lib/Events/CoIdEventListener.php -
app/src/Lib/Events/RuleBuilderEventListener.php -
app/src/Lib/Random/RandomString.php -
app/src/Lib/Traits/ApplicationStatesTrait.php -
app/src/Lib/Traits/AutoViewVarsTrait.php -
app/src/Lib/Traits/ChangelogBehaviorTrait.php -
app/src/Lib/Traits/CoLinkTrait.php -
app/src/Lib/Traits/CopyTrait.php -
app/src/Lib/Traits/EnrollmentControllerTrait.php -
app/src/Lib/Traits/EntityMetaTrait.php -
app/src/Lib/Traits/HistoryTrait.php -
app/src/Lib/Traits/IndexQueryTrait.php -
app/src/Lib/Traits/LabeledLogTrait.php -
app/src/Lib/Traits/LayoutTrait.php -
app/src/Lib/Traits/MVETrait.php -
app/src/Lib/Traits/PermissionsTrait.php -
app/src/Lib/Traits/PluggableModelTrait.php -
app/src/Lib/Traits/PrimaryLinkTrait.php -
app/src/Lib/Traits/ProvisionableTrait.php -
app/src/Lib/Traits/ProvisionerTrait.php -
app/src/Lib/Traits/QueryModificationTrait.php -
app/src/Lib/Traits/ReadOnlyEntityTrait.php -
app/src/Lib/Traits/SearchFilterTrait.php -
app/src/Lib/Traits/TabTrait.php -
app/src/Lib/Traits/TableMetaTrait.php -
app/src/Lib/Traits/TrafficDetourTrait.php -
app/src/Lib/Traits/TypeTrait.php -
app/src/Lib/Traits/UpsertTrait.php -
app/src/Lib/Traits/ValidationTrait.php -
app/src/Lib/Util/ArrayUtilities.php -
app/src/Lib/Util/CountryCodeUtilities.php -
app/src/Lib/Util/DBALConnection.php -
app/src/Lib/Util/DeliveryUtilities.php -
app/src/Lib/Util/FunctionUtilities.php -
app/src/Lib/Util/PaginatedSqlIterator.php -
app/src/Lib/Util/SchemaManager.php -
app/src/Lib/Util/StringUtilities.php -
app/src/Lib/Util/TableUtilities.php -
app/src/Lib/Util/TransmogrifyUtilities.php -
app/src/Model/Behavior/ChangelogBehavior.php -
app/src/Model/Behavior/LogBehavior.php -
app/src/Model/Behavior/OrderableBehavior.php -
app/src/Model/Behavior/TimezoneBehavior.php -
app/src/Model/Entity/AdHocAttribute.php -
app/src/Model/Entity/Address.php -
app/src/Model/Entity/ApiUser.php -
app/src/Model/Entity/ApplicationState.php -
app/src/Model/Entity/AuthenticationEvent.php -
app/src/Model/Entity/Co.php -
app/src/Model/Entity/CoSetting.php -
app/src/Model/Entity/Cou.php -
app/src/Model/Entity/Dashboard.php -
app/src/Model/Entity/EmailAddress.php -
app/src/Model/Entity/EnrollmentFlow.php -
app/src/Model/Entity/EnrollmentFlowStep.php -
app/src/Model/Entity/ExtIdentitySourceRecord.php -
app/src/Model/Entity/ExternalIdentity.php -
app/src/Model/Entity/ExternalIdentityRole.php -
app/src/Model/Entity/ExternalIdentitySource.php -
app/src/Model/Entity/Flange.php -
app/src/Model/Entity/Group.php -
app/src/Model/Entity/GroupMember.php -
app/src/Model/Entity/GroupNesting.php -
app/src/Model/Entity/HistoryRecord.php -
app/src/Model/Entity/Identifier.php -
app/src/Model/Entity/IdentifierAssignment.php -
app/src/Model/Entity/Job.php -
app/src/Model/Entity/JobHistoryRecord.php -
app/src/Model/Entity/MessageTemplate.php -
app/src/Model/Entity/Meta.php -
app/src/Model/Entity/MostlyStaticPage.php -
app/src/Model/Entity/Name.php -
app/src/Model/Entity/Notification.php -
app/src/Model/Entity/Person.php -
app/src/Model/Entity/PersonRole.php -
app/src/Model/Entity/Petition.php -
app/src/Model/Entity/PetitionHistoryRecord.php -
app/src/Model/Entity/PetitionStepResult.php -
app/src/Model/Entity/Pipeline.php -
app/src/Model/Entity/Plugin.php -
app/src/Model/Entity/Pronoun.php -
app/src/Model/Entity/ProvisioningHistoryRecord.php -
app/src/Model/Entity/ProvisioningTarget.php -
app/src/Model/Entity/Server.php -
app/src/Model/Entity/TelephoneNumber.php -
app/src/Model/Entity/TrafficDetour.php -
app/src/Model/Entity/Type.php -
app/src/Model/Entity/Url.php -
app/src/Model/Entity/Verification.php -
app/src/Model/Table/AdHocAttributesTable.php -
app/src/Model/Table/AddressesTable.php -
app/src/Model/Table/ApiUsersTable.php -
app/src/Model/Table/ApplicationStatesTable.php -
app/src/Model/Table/AuthenticationEventsTable.php -
app/src/Model/Table/CoSettingsTable.php -
app/src/Model/Table/CosTable.php -
app/src/Model/Table/CousTable.php -
app/src/Model/Table/DashboardsTable.php -
app/src/Model/Table/EmailAddressesTable.php -
app/src/Model/Table/EnrollmentFlowStepsTable.php -
app/src/Model/Table/EnrollmentFlowsTable.php -
app/src/Model/Table/ExtIdentitySourceRecordsTable.php -
app/src/Model/Table/ExternalIdentitiesTable.php -
app/src/Model/Table/ExternalIdentityRolesTable.php -
app/src/Model/Table/ExternalIdentitySourcesTable.php -
app/src/Model/Table/FlangesTable.php -
app/src/Model/Table/GroupMembersTable.php -
app/src/Model/Table/GroupNestingsTable.php -
app/src/Model/Table/GroupsTable.php -
app/src/Model/Table/HistoryRecordsTable.php -
app/src/Model/Table/IdentifierAssignmentsTable.php -
app/src/Model/Table/IdentifiersTable.php -
app/src/Model/Table/JobHistoryRecordsTable.php -
app/src/Model/Table/JobsTable.php -
app/src/Model/Table/MessageTemplatesTable.php -
app/src/Model/Table/MetaTable.php -
app/src/Model/Table/MostlyStaticPagesTable.php -
app/src/Model/Table/NamesTable.php -
app/src/Model/Table/NotificationsTable.php -
app/src/Model/Table/PeopleTable.php -
app/src/Model/Table/PersonRolesTable.php -
app/src/Model/Table/PetitionHistoryRecordsTable.php -
app/src/Model/Table/PetitionStepResultsTable.php -
app/src/Model/Table/PetitionsTable.php -
app/src/Model/Table/PipelinesTable.php -
app/src/Model/Table/PluginsTable.php -
app/src/Model/Table/PronounsTable.php -
app/src/Model/Table/ProvisioningHistoryRecordsTable.php -
app/src/Model/Table/ProvisioningTargetsTable.php -
app/src/Model/Table/ServersTable.php -
app/src/Model/Table/TelephoneNumbersTable.php -
app/src/Model/Table/TrafficDetoursTable.php -
app/src/Model/Table/TypesTable.php -
app/src/Model/Table/UrlsTable.php -
app/src/Model/Table/VerificationsTable.php -
app/src/View/AjaxView.php -
app/src/View/AppView.php -
app/src/View/Cell/.gitkeep -
app/src/View/Helper/AlertHelper.php -
app/src/View/Helper/ApplicationStateHelper.php -
app/src/View/Helper/BadgeHelper.php -
app/src/View/Helper/FieldHelper.php -
app/src/View/Helper/FilterHelper.php -
app/src/View/Helper/MenuHelper.php -
app/src/View/Helper/PetitionHelper.php -
app/src/View/Helper/TabHelper.php -
app/src/View/Helper/VueHelper.php -
app/templates/AdHocAttributes/columns.inc -
app/templates/AdHocAttributes/fields.inc -
app/templates/Addresses/columns.inc -
app/templates/Addresses/fields.inc -
app/templates/ApiUsers/columns.inc -
app/templates/ApiUsers/fields-generate.inc -
app/templates/ApiUsers/fields.inc -
app/templates/AuthenticationEvents/columns.inc -
app/templates/CoSettings/fields.inc -
app/templates/Cos/actions.inc -
app/templates/Cos/columns.inc -
app/templates/Cos/fields.inc -
app/templates/Cos/select.php -
app/templates/Cous/columns.inc -
app/templates/Cous/fields.inc -
app/templates/Dashboards/configuration.php -
app/templates/Dashboards/dashboard.php -
app/templates/Dashboards/search.php -
app/templates/EmailAddresses/columns.inc -
app/templates/EmailAddresses/fields-nav.inc -
app/templates/EmailAddresses/fields.inc -
app/templates/EnrollmentFlowSteps/columns.inc -
app/templates/EnrollmentFlowSteps/fields.inc -
app/templates/EnrollmentFlows/columns.inc -
app/templates/EnrollmentFlows/fields.inc -
app/templates/EnrollmentFlows/start.inc -
app/templates/EnrollmentFlows/start.php -
app/templates/Error/error400.php -
app/templates/Error/error500.php -
app/templates/ExtIdentitySourceRecords/columns.inc -
app/templates/ExtIdentitySourceRecords/fields-nav.inc -
app/templates/ExtIdentitySourceRecords/fields.inc -
app/templates/ExternalIdentities/columns.inc -
app/templates/ExternalIdentities/fields-nav.inc -
app/templates/ExternalIdentities/fields.inc -
app/templates/ExternalIdentities/relink.php -
app/templates/ExternalIdentityRoles/columns.inc -
app/templates/ExternalIdentityRoles/fields-nav.inc -
app/templates/ExternalIdentityRoles/fields.inc -
app/templates/ExternalIdentitySources/columns.inc -
app/templates/ExternalIdentitySources/fields-nav.inc -
app/templates/ExternalIdentitySources/fields.inc -
app/templates/ExternalIdentitySources/retrieve.php -
app/templates/ExternalIdentitySources/search.php -
app/templates/Flanges/columns.inc -
app/templates/Flanges/fields.inc -
app/templates/GroupMembers/columns.inc -
app/templates/GroupMembers/fields-nav.inc -
app/templates/GroupMembers/fields.inc -
app/templates/GroupNestings/columns.inc -
app/templates/GroupNestings/fields.inc -
app/templates/Groups/columns.inc -
app/templates/Groups/fields-nav.inc -
app/templates/Groups/fields.inc -
app/templates/HistoryRecords/columns.inc -
app/templates/HistoryRecords/fields.inc -
app/templates/IdentifierAssignments/columns.inc -
app/templates/IdentifierAssignments/fields.inc -
app/templates/Identifiers/columns.inc -
app/templates/Identifiers/fields.inc -
app/templates/JobHistoryRecords/columns.inc -
app/templates/JobHistoryRecords/fields.inc -
app/templates/Jobs/columns.inc -
app/templates/Jobs/fields-nav.inc -
app/templates/Jobs/fields.inc -
app/templates/MessageTemplates/columns.inc -
app/templates/MessageTemplates/fields.inc -
app/templates/MostlyStaticPages/columns.inc -
app/templates/MostlyStaticPages/display.php -
app/templates/MostlyStaticPages/fields-nav.inc -
app/templates/MostlyStaticPages/fields.inc -
app/templates/Names/columns.inc -
app/templates/Names/fields.inc -
app/templates/Notifications/columns.inc -
app/templates/Notifications/fields-nav.inc -
app/templates/Notifications/fields.inc -
app/templates/Pages/home.php -
app/templates/People/columns.inc -
app/templates/People/fields-nav.inc -
app/templates/People/fields.inc -
app/templates/PersonRoles/columns.inc -
app/templates/PersonRoles/fields-nav.inc -
app/templates/PersonRoles/fields.inc -
app/templates/Petitions/columns.inc -
app/templates/Petitions/fields-nav.inc -
app/templates/Petitions/fields.inc -
app/templates/Petitions/resume.php -
app/templates/Pipelines/columns.inc -
app/templates/Pipelines/fields-nav.inc -
app/templates/Pipelines/fields.inc -
app/templates/Plugins/columns.inc -
app/templates/Pronouns/columns.inc -
app/templates/Pronouns/fields.inc -
app/templates/ProvisioningHistoryRecords/columns.inc -
app/templates/ProvisioningHistoryRecords/fields.inc -
app/templates/ProvisioningTargets/columns.inc -
app/templates/ProvisioningTargets/fields-nav.inc -
app/templates/ProvisioningTargets/fields.inc -
app/templates/ProvisioningTargets/status.php -
app/templates/Servers/columns.inc -
app/templates/Servers/fields.inc -
app/templates/Standard/add-edit-view.php -
app/templates/Standard/api/v2/json/add-edit.php -
app/templates/Standard/api/v2/json/delete.php -
app/templates/Standard/api/v2/json/index.php -
app/templates/Standard/deleted.php -
app/templates/Standard/dispatch.php -
app/templates/Standard/index.php -
app/templates/Standard/subnavigation.inc -
app/templates/TelephoneNumbers/columns.inc -
app/templates/TelephoneNumbers/fields.inc -
app/templates/TrafficDetours/columns.inc -
app/templates/TrafficDetours/fields.inc -
app/templates/Types/columns.inc -
app/templates/Types/fields.inc -
app/templates/Urls/columns.inc -
app/templates/Urls/fields.inc -
app/templates/cell/.gitkeep -
app/templates/element/badgeList.php -
app/templates/element/breadcrumbs.php -
app/templates/element/bulk/bulk.php -
app/templates/element/bulk/checkbox.php -
app/templates/element/datePicker.php -
app/templates/element/dialog.php -
app/templates/element/emptyPetitionFlowStep.php -
app/templates/element/filter/checkboxes.php -
app/templates/element/filter/dateSingle.php -
app/templates/element/filter/datetimeGroup.php -
app/templates/element/filter/default.php -
app/templates/element/filter/filter.php -
app/templates/element/filter/footerButtons.php -
app/templates/element/filter/legend.php -
app/templates/element/filter/options.php -
app/templates/element/filter/peoplePicker.php -
app/templates/element/filter/topButtons.php -
app/templates/element/flash.php -
app/templates/element/flash/default.php -
app/templates/element/flash/error.php -
app/templates/element/flash/information.php -
app/templates/element/flash/success.php -
app/templates/element/footer.php -
app/templates/element/form/elementFallback.php -
app/templates/element/form/entityID.php -
app/templates/element/form/fieldDiv.php -
app/templates/element/form/infoDiv/autocomplete.php -
app/templates/element/form/infoDiv/default.php -
app/templates/element/form/infoDiv/groupMember.php -
app/templates/element/form/infoDiv/grouped.php -
app/templates/element/form/infoDiv/source.php -
app/templates/element/form/infoDiv/status.php -
app/templates/element/form/infoDiv/withPrefix.php -
app/templates/element/form/listItem.php -
app/templates/element/form/nameDiv.php -
app/templates/element/form/notSetDiv.php -
app/templates/element/form/requiredSpan.php -
app/templates/element/form/submit.php -
app/templates/element/form/unorderedList.php -
app/templates/element/httpHeaders.php -
app/templates/element/javascript.php -
app/templates/element/links.php -
app/templates/element/menuAction.php -
app/templates/element/menuMain.php -
app/templates/element/menuPanel.php -
app/templates/element/menuTop.php -
app/templates/element/modal.php -
app/templates/element/mvea.php -
app/templates/element/mveaCanvas.php -
app/templates/element/mveaJs.php -
app/templates/element/mveaModal.php -
app/templates/element/notify/alert.php -
app/templates/element/notify/banner.php -
app/templates/element/notify/closeButton.php -
app/templates/element/pagination.php -
app/templates/element/peopleAutocomplete.php -
app/templates/element/searchGlobal.php -
app/templates/element/subnavigation/inlineList.php -
app/templates/element/subnavigation/navBar.php -
app/templates/element/subnavigation/statusBadge.php -
app/templates/element/subnavigation/supertitle.php -
app/templates/element/subnavigation/tabList.php -
app/templates/element/subnavigation/tabTitle.php -
app/templates/element/subnavigation/upperButtons.php -
app/templates/email/html/default.php -
app/templates/email/text/default.php -
app/templates/layout/ajax.php -
app/templates/layout/default.php -
app/templates/layout/email/html/default.php -
app/templates/layout/email/text/default.php -
app/templates/layout/error.php -
app/templates/layout/iframe.php -
app/templates/layout/rest.php -
app/tests/Fixture/.gitkeep -
app/tests/TestCase/ApplicationTest.php -
app/tests/TestCase/Controller/Component/.gitkeep -
app/tests/TestCase/Controller/PagesControllerTest.php -
app/tests/TestCase/Model/Behavior/.gitkeep -
app/tests/TestCase/View/Helper/.gitkeep -
app/tests/bootstrap.php -
app/webroot/.htaccess -
app/webroot/api/v2/openapi.yaml -
app/webroot/auth/login/login.php -
app/webroot/auth/logout/logout.php -
app/webroot/css/bootstrap/bootstrap.min.css -
app/webroot/css/bootstrap/bootstrap.min.css.map -
app/webroot/css/co-base.css -
app/webroot/css/co-color.css -
app/webroot/css/co-responsive.css -
app/webroot/css/datatables/dataTables.bootstrap5.css -
app/webroot/css/datatables/datatables-2.0.7.net.min.css -
app/webroot/css/fonts/material-symbols/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2 -
app/webroot/css/fonts/material-symbols/stylesheet.css -
app/webroot/css/fonts/opensans/OpenSans-Regular-webfont.eot -
app/webroot/css/fonts/opensans/OpenSans-Regular-webfont.svg -
app/webroot/css/fonts/opensans/OpenSans-Regular-webfont.ttf -
app/webroot/css/fonts/opensans/OpenSans-Regular-webfont.woff -
app/webroot/css/fonts/opensans/OpenSans-Semibold-webfont.woff -
app/webroot/css/fonts/opensans/stylesheet.css -
app/webroot/favicon.ico -
app/webroot/font/cakedingbats-webfont.eot -
app/webroot/font/cakedingbats-webfont.svg -
app/webroot/font/cakedingbats-webfont.ttf -
app/webroot/font/cakedingbats-webfont.woff -
app/webroot/font/cakedingbats-webfont.woff2 -
app/webroot/img/COmanage-Gears-SM.png -
app/webroot/img/COmanage-Gears.svg -
app/webroot/img/COmanage-Logo-LG-onBlue.png -
app/webroot/img/COmanage-Logo-LG-onWhite.png -
app/webroot/img/cake-logo.png -
app/webroot/img/cake.icon.png -
app/webroot/img/cake.logo.svg -
app/webroot/img/cake.power.gif -
app/webroot/index.php -
app/webroot/js/bootstrap/bootstrap.bundle.min.js -
app/webroot/js/bootstrap/bootstrap.bundle.min.js.map -
app/webroot/js/comanage/comanage.js -
app/webroot/js/comanage/components/autocomplete/cm-autocomplete-people.js -
app/webroot/js/comanage/components/autocomplete/item-with-type.js -
app/webroot/js/comanage/components/bulk/bulk-actions.js -
app/webroot/js/comanage/components/bulk/datatable.js -
app/webroot/js/comanage/components/common/actions.js -
app/webroot/js/comanage/components/common/alert.js -
app/webroot/js/comanage/components/common/copy-value-button.js -
app/webroot/js/comanage/components/common/mini-loader.js -
app/webroot/js/comanage/components/common/modal.js -
app/webroot/js/comanage/components/datepicker/cm-datetimepicker.js -
app/webroot/js/comanage/components/datepicker/cm-timepicker.js -
app/webroot/js/comanage/components/mvea/failed-mveas.js -
app/webroot/js/comanage/components/mvea/mvea-item.js -
app/webroot/js/comanage/components/mvea/mveas.js -
app/webroot/js/comanage/components/utils/helpers.js -
app/webroot/js/datatables/datatables-2.0.7.net.min.js -
app/webroot/js/duet-datepicker/duet/css-shim-3dfae0d3.system.js -
app/webroot/js/duet-datepicker/duet/css-shim-934c915f.js -
app/webroot/js/duet-datepicker/duet/dom-9370655f.system.js -
app/webroot/js/duet-datepicker/duet/dom-fb6a473e.js -
app/webroot/js/duet-datepicker/duet/duet-date-picker.entry.js -
app/webroot/js/duet-datepicker/duet/duet-date-picker.system.entry.js -
app/webroot/js/duet-datepicker/duet/duet.esm.js -
app/webroot/js/duet-datepicker/duet/duet.js -
app/webroot/js/duet-datepicker/duet/duet.system.js -
app/webroot/js/duet-datepicker/duet/index-7f002a21.system.js -
app/webroot/js/duet-datepicker/duet/index-a3afd6e1.js -
app/webroot/js/duet-datepicker/duet/index.esm.js -
app/webroot/js/duet-datepicker/duet/index.system.js -
app/webroot/js/duet-datepicker/duet/themes/dark.css -
app/webroot/js/duet-datepicker/duet/themes/default.css -
app/webroot/js/jquery/jquery.min.js -
app/webroot/js/js-cookie/js.cookie-2.1.3.min.js -
app/webroot/js/jstimezonedetect/LICENCE.txt -
app/webroot/js/jstimezonedetect/jstz.min.js -
app/webroot/js/vue/primevue-3.53.0.autocomplete.min.js -
app/webroot/js/vue/primevue-3.53.0.core.min.js -
app/webroot/js/vue/vue-3.2.31.global.prod.js -
container/build.sh -
container/registry/base/Dockerfile -
container/registry/base/comanage_shibboleth_sp_utils.sh -
container/registry/base/comanage_utils.sh -
container/registry/base/docker-comanage-entrypoint -
container/registry/basic-auth/Dockerfile -
container/registry/basic-auth/basic-auth -
container/registry/mod_auth_openidc/Dockerfile -
container/registry/shibboleth-sp-supervisor/Dockerfile -
container/registry/shibboleth-sp-supervisor/docker-comanage-shibboleth-sp-entrypoint -
container/registry/shibboleth-sp-supervisor/supervisord.conf -
container/shibboleth-sp-base/Dockerfile -
container/shibboleth-sp-base/console.logger -
container/shibboleth-sp-base/native.logger -
container/shibboleth-sp-base/shib2.load -
container/shibboleth-sp-base/shibboleth2.xml.template -
container/shibboleth-sp-base/shibd.logger -
local/config/empty -
local/logs/empty