Skip to content

Commit

Permalink
Merge branch 'release/2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jul 17, 2019
2 parents 3b1f805 + ed109f7 commit 54dce26
Show file tree
Hide file tree
Showing 25 changed files with 1,201 additions and 454 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.1.6
**Bugfix**
* Escape the wysiwyg translations #281
* Fix the statuscode for switch to nonexistent service #280
* Add additional secyurity headers to response #278
* Fix the entity delete acl #276
* Fix the translations acl #277

## 2.1.5
**Bugfix**
* Ensure the issues are indexed on Manage id #273
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ mongo:
manage_password: "{{ mongo_passwords.manage }}"
manage_database: manage

manage_show_oidc_rp_tab: True
2 changes: 2 additions & 0 deletions ansible/roles/manage-server-prod/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ manage_disclaimer_background_color: skyblue
manage_disclaimer_content: OC
manage_service_provider_feed_url: "http://mds.edugain.org/"
manage_exclude_edugain_imports_in_push: true
manage_show_oidc_rp_tab: true
manage_exclude_oidc_rp_imports_in_push: false
Loading

0 comments on commit 54dce26

Please sign in to comment.