This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
bitwarden-server
Watch
1
Star
0
Fork
0
You've already forked bitwarden-server
mirror of
https://github.com/bitwarden/server.git
synced
2024-12-02 13:53:23 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
038d5e7734
bitwarden-server
/
src
/
Core
/
AssemblyInfo.cs
4 lines
87 B
C#
Raw
Normal View
History
Unescape
Escape
Run dotnet format (#1764)
2021-12-16 15:35:09 +01:00
using
System.Runtime.CompilerServices
;
Add cipher response to restore (#1072) * Return revised ciphers on restore api call * Return restored date from restore sproc * Test Restore updates passed in ciphers This is necessary for CipherController to appropriately return the up-to-date ciphers without an extra db call to read them. * Add missing SELECT
2021-01-08 15:52:42 +01:00
[assembly: InternalsVisibleTo("Core.Test")]
Reference in New Issue
Copy Permalink