-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[AC-1122] Add AllowAdminAccessToAllCollectionItems setting to Organizations #3379
Merged
shane-melton
merged 55 commits into
master
from
vault/ac-1122/add-collection-management-setting
Nov 27, 2023
Merged
Changes from 53 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
4f08039
[AC-1117] Add manage permission (#3126)
differsthecat cf78f12
[AC-1374] Limit collection creation/deletion to Owner/Admin (#3145)
vincentsalucci 78bdd51
Merge branch 'master' into feature/flexible-collections
vincentsalucci 2f45726
Merge branch 'master' into feature/flexible-collections
vincentsalucci d5da5bb
fix: merge conflict resolution
vincentsalucci e87c20c
Merge branch 'master' into feature/flexible-collections
vincentsalucci 5dc3ca8
[AC-1174] CollectionUser and CollectionGroup authorization handlers (…
shane-melton e8053e2
Fix improper merge conflict resolution
shane-melton 3dfd38c
Merge branch 'master' into feature/flexible-collections
vincentsalucci 3c9c8ac
Merge remote-tracking branch 'origin/master' into feature/flexible-co…
eliykat 4ac1b10
Merge branch 'master' into feature/flexible-collections
vincentsalucci 064a28c
fix: add permission check for collection management api, refs AC-1647…
vincentsalucci acd3997
Merge branch 'master' into feature/flexible-collections
vincentsalucci 34dfdc5
[AC-1125] Enforce org setting for creating/deleting collections (#3241)
vincentsalucci 9f5fec6
Merge remote-tracking branch 'origin/master' into feature/flexible-co…
eliykat ffa09d1
Merge branch 'master' into feature/flexible-collections
vincentsalucci f2acf1c
refactor: remove organizationId from CollectionBulkDeleteRequestModel…
vincentsalucci 2c7d02d
Merge branch 'master' into feature/flexible-collections
eliykat 5d431ad
[AC-1174] Bulk Collection Management (#3229)
shane-melton a3f554a
[AC-1646] Rename LimitCollectionCdOwnerAdmin column (#3300)
eliykat 30b91cd
Merge branch 'master' into feature/flexible-collections
eliykat dd10614
Merge branch 'master' into feature/flexible-collections
eliykat fbb7aa1
[AC-1666] Removed EditAnyCollection from Create/Delete permission che…
vincentsalucci 279d0cc
[AC-1669] Bug - Remove obsolete assignUserId from CollectionService.S…
vincentsalucci 0abd7c3
Merge branch 'master' into feature/flexible-collections
vincentsalucci fed3252
Merge remote-tracking branch 'origin/master' into feature/flexible-co…
eliykat 6bc38ac
Merge branch 'master' into feature/flexible-collections
eliykat 3b049a6
[AC-1713] [Flexible collections] Add feature flags to server (#3334)
eliykat ae18e76
Merge remote-tracking branch 'origin/master' into feature/flexible-co…
eliykat 52e723c
Add joint codeownership for auth handlers (#3346)
eliykat cd376be
Merge remote-tracking branch 'origin/master' into feature/flexible-co…
eliykat ad27f3d
[AC-1717] Update default values for LimitCollectionCreationDeletion (…
eliykat d91eb23
Merge branch 'master' into feature/flexible-collections
eliykat 9d5c5bc
Fix: add missing namespace after merging in master
eliykat 596e0df
Fix: add missing namespace after merging in master
eliykat 3a5c35b
[AC-1683] Fix DB migrations for new Manage permission (#3307)
shane-melton 0fe97d7
[AC-1648] [Flexible Collections] Bump migration scripts before featur…
eliykat c11ba10
Merge branch 'master' into feature/flexible-collections
shane-melton 51d1221
[AC-1727] Add AllowAdminAccessToAllCollectionItems column to Organiza…
shane-melton 8d38740
[AC-1720] Update stored procedures and views that query the organizat…
shane-melton eb2d02e
[AC-1727] Add EF migrations for new DB column
shane-melton 69706ae
[AC-1729] Update API request/response models
shane-melton b565bf5
[AC-1122] Add new setting to CurrentContextOrganization.cs
shane-melton d752f03
[AC-1122] Ensure new setting is disabled for new orgs when the featur…
shane-melton 697f770
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton e6bbce7
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton dccd7bd
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton b1f2d4f
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton 46437b4
[AC-1122] Use V1 feature flag for new setting
shane-melton d2cc28b
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton b10c700
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton c15d249
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton 87f7997
[AC-1122] Formatting
shane-melton 5ccffd8
Merge branch 'master' into vault/ac-1122/add-collection-management-se…
shane-melton 8a3bc08
[AC-1122] Update migration script date
shane-melton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We know this won't work, but it's fine for now for consistency. But please create a ticket similar to AC-1809 so that you can fix it once we've figured out the pattern here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, will do!