Jim Hays
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
Justin Baur
7f5f010e1e
Run formatting ( #2230 )
2022-08-29 16:06:55 -04:00
Justin Baur
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
Justin Baur
34fb4cca2a
Turn on file scoped namespaces ( #2225 )
2022-08-29 14:53:16 -04:00
Justin Baur
231eb84e69
Turn On ImplicitUsings ( #2079 )
...
* Turn on ImplicitUsings
* Fix formatting
* Run linter
2022-06-29 19:46:41 -04:00
Oscar Hinton
23b0a1f9df
Run dotnet format ( #1764 )
2021-12-16 15:35:09 +01:00
Oscar Hinton
63f6dd9a24
Move request/response models ( #1754 )
2021-12-14 16:05:07 +01:00
Addison Beck
152f1f7a9b
Allow Resending Provider Setup Emails From The Admin Portal ( #1497 )
...
* Added a button for resending provider setup emails
* Fixed a case typo in a stored procedure
* Turned a couple lines of code into a method call
* Added service level validation against inviting users for MSP invites
* Code review improvements for provider invites
created a factory for provider user invites
wrote tests for provider invite permissions"
* changed a few exception types
2021-08-05 10:39:05 -04:00
Oscar Hinton
43f7271147
[Provider] Setup provider ( #1378 )
2021-06-30 09:35:26 +02:00
Oscar Hinton
fe1ffb6a22
[Provider] Server entities and models ( #1370 )
...
* Mock out provider models and service
* Implement CreateAsync, CompleteSetupAsync, UpdateAsync, InviteUserAsync and ResendInvitesAsync
* Implement AcceptUserAsync and ConfirmUsersAsync
* Implement SaveUserAsync and DeleteUserAsync
* Add email templates
* Add admin operations for providers
* Fix mail template names
* Rename roles
* Verify provider has provideradmin
* Add self hosted check to admin controller
* Resolve review comments
* Update sql queries
* Change create provider to use email instead of userId
2021-06-03 18:58:29 +02:00