1e0182008b
[PM-2943] Enable Nullable Repositories in Unowned Files ( #4549 )
...
* Enable Nullable In Unowned Repos
* Update More Tests
* Move to One If
* Fix Collections
* Format
* Add Migrations
* Move Pragma Annotation
* Add Better Assert Message
2024-07-24 09:48:09 -04:00
202dce3459
[AC-2730] Remove AccessAll - CollectionCipher ( #4468 )
...
Final removal of AccessAll logic in CollectionCipher sprocs. We had v2 sprocs already
containing this updated logic that were never used; copy the v2 logic back to the
original sprocs so that we start using it. v2 sprocs will be dropped later.
2024-07-09 09:39:24 +10:00
ef44def88b
[AC-2810] Remove unused FlexibleCollections feature flag from CollectionCipher Repository ( #4284 )
...
Remove FlexibleCollections feature flag logic for repository methods:
* GetManyByUserIdAsync
* GetManyByUserIdCipherIdAsync
* UpdateCollectionsAsync
* UpdateCollectionsForCiphersAsync
This feature flag was never turned on and we will update the sprocs
directly as required.
2024-07-03 12:06:36 +10:00
6a0f6e1dac
[PM-2383] Bulk collection assignment ( #3919 )
...
* [PM-2383] Add bulk add/remove collection cipher repository methods
* [PM-2383] Add additional authorization helpers for CiphersControlle
* [PM-2383] Add /bulk-collections endpoint to CiphersController.cs
* [PM-2383] Add EF implementation for new CollectionCipherRepository methods
* [PM-2383] Ensure V1 logic only applies when the flag is enabled for new bulk functionality
2024-03-22 13:16:34 -07:00
dbf8907bfc
[AC-1330] [AC-1816] Deprecate AccessAll in CollectionCipher sprocs ( #3480 )
2023-12-06 11:10:39 +10:00
8262af3c53
[PM-1969] Spellcheck other ( #2878 )
...
* Fix typo in error message: 'Unkown' -> 'Unknown'
* Fix typos in error message
* Fix typo in example text: 'licence' -> 'license'
* Fix typo in validation: 'Ooganization' -> 'Organization'
* Fix typo in text string: 'compatibilty' -> 'compatibility'
* Fix typo: 'ProviderDisllowedOrganizationTypes' -> 'ProviderDisallowedOrganizationTypes'
* Fix typo: 'NSubstitueVersion' -> 'NSubstituteVersion'
* Fix typo: 'CreateIntialInvite' -> 'CreateInitialInvite'
* Fix typo: '_queuryScheme' -> '_queryScheme'
* Fix typo: 'GetApplicationCacheServiceBusSubcriptionName' -> 'GetApplicationCacheServiceBusSubscriptionName'
* Fix typo: 'metaDataRespository' -> 'metaDataRepository'
* Fix typo: 'cipherAttachements' -> 'cipherAttachments'
* Fix typo: 'savedEmergencyAccesss' -> 'savedEmergencyAccesses'
* Fix typo: 'owerOrgUser' -> 'ownerOrgUser'
* Fix typo: 'Organiation' -> 'Organization'
* Fix typo: 'extistingUser' -> 'existingUser'
* Fix typo: 'availibleAccess' -> 'availableAccess'
* Fix typo: 'HasEnouphStorage' -> 'HasEnoughStorage'
* Fix typo: 'extistingOrg' -> 'existingOrg'
* Fix typo: 'subcriber' -> 'subscriber'
* Fix typo: 'availibleCollections' -> 'availableCollections'
* Fix typo: 'Succes' -> 'Success'
* Fix typo: 'CreateAsync_UpdateWithCollecitons_Works' -> 'CreateAsync_UpdateWithCollections_Works'
* Fix typo: 'BadInsallationId' -> 'BadInstallationId'
* Fix typo: 'OrgNotFamiles' -> 'OrgNotFamilies'
* Revert "Fix typo: 'Organiation' -> 'Organization'"
This reverts commit 8aadad1c25
.
* Revert "Fix typos in error message"
This reverts commit 81d201fc09
.
---------
Co-authored-by: Daniel James Smith <djsmith@web.de >
2023-05-17 12:14:36 +02:00
f9038472ce
Fix typos in comments ( #2876 )
2023-05-09 17:38:47 +02:00
c25ef0be5c
[PS-1930] Fix UpdateCollectionsForAdminAsync
( #2473 )
...
* Fix UpdateCollectionsForAdminAsync
* Formatting
2022-12-05 13:59:11 -05:00
1652669667
[PS-1928] Cipher Collections Fix ( #2462 )
...
* Simplify UpdateCollectionsAsync
* Make final JOIN a LEFT JOIN
2022-12-02 17:04:01 -05:00
efe91fd0d8
[PS-1928] Add BumpAccountRevisionDate
methods ( #2458 )
...
* Move RevisionDate Bumps to Extension Class
* Add Tests against live databases
* Run Formatting
* Fix Typo
* Fix Test Solution Typo
* Await ReplaceAsync
2022-12-02 14:24:30 -05:00
7f5f010e1e
Run formatting ( #2230 )
2022-08-29 16:06:55 -04:00
bae03feffe
Revert filescoped ( #2227 )
...
* Revert "Add git blame entry (#2226 )"
This reverts commit 239286737d
.
* Revert "Turn on file scoped namespaces (#2225 )"
This reverts commit 34fb4cca2a
.
2022-08-29 15:53:48 -04:00
34fb4cca2a
Turn on file scoped namespaces ( #2225 )
2022-08-29 14:53:16 -04:00
231eb84e69
Turn On ImplicitUsings
( #2079 )
...
* Turn on ImplicitUsings
* Fix formatting
* Run linter
2022-06-29 19:46:41 -04:00
e4a10aae27
Split out repositories to Infrastructure.Dapper / EntityFramework ( #1759 )
2022-01-11 10:40:51 +01:00