Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ FULL_BUILD_APPS = \
COMPOSER_ONLY_APPS = \
circles \
ncw_mailtemplate \
ncw_tools
ncw_tools \
user_saml

# App directories that need only composer but with --no-scripts (to avoid dev-only composer script issues)
# These apps have @composer bin commands in post-install-cmd but the bamarni/composer-bin-plugin
Expand Down
1 change: 1 addition & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ activity:OCA\\Activity\\Settings\\Admin
bruteforcesettings:OCA\\BruteForceSettings\\Settings\\IPWhitelist
user_oidc:OCA\\UserOIDC\\Settings\\AdminSettings
files_external:OCA\\Files_External\\Settings\\Admin
user_saml:OCA\\User_SAML\\Settings\\Admin
"

#===============================================================================
Expand Down
Loading