0cf0748086
Move localhost services settings to development settings file ( #1423 )
2021-07-01 09:04:30 -05:00
21003c61ab
Update output directory for dotnet builds ( #1358 )
...
* Update output directory for dotnet builds
* Update Dotnet build output path
2021-05-27 12:16:12 -04:00
d21ca83a20
Add Directory.Build.props ( #1314 )
...
* Add Directory.Build.props
* Remove unneeded props
2021-05-12 13:03:21 -04:00
7cae9d5e47
Version bump, 1.41.2 ( #1305 )
2021-05-05 12:33:11 -04:00
83e68bce06
enable default appsettings for self hosted installs ( #1263 )
...
* enable default appsettings for self hosted installs
* change setters to use arrow functions
* fix tests
* fix global settings ref
2021-04-09 09:48:43 -04:00
905b4b06da
Add identifiers to Triggers and Jobs ( #1230 )
2021-03-22 20:54:12 +01:00
df7a035d9b
Minor release version bump 1.40.0 ( #1199 )
2021-03-10 11:19:40 -05:00
5537470703
Use sas token for attachment downloads ( #1153 )
...
* Get limited life attachment download URL
This change limits url download to a 1min lifetime.
This requires moving to a new container to allow for non-public blob
access.
Clients will have to call GetAttachmentData api function to receive the download
URL. For backwards compatibility, attachment URLs are still present, but will not
work for attachments stored in non-public access blobs.
* Make GlobalSettings interface for testing
* Test LocalAttachmentStorageService equivalence
* Remove comment
* Add missing globalSettings using
* Simplify default attachment container
* Default to attachments containe for existing methods
A new upload method will be made for uploading to attachments-v2.
For compatibility for clients which don't use these new methods, we need
to still use the old container. The new container will be used only for
new uploads
* Remove Default MetaData fixture.
* Keep attachments container blob-level security for all instances
* Close unclosed FileStream
* Favor default value for noop services
2021-02-22 15:35:16 -06:00
979eb4a842
Run Quartz in clustered mode ( #1123 )
2021-02-12 13:49:11 +01:00
edd4bc2623
Add disable send policy ( #1130 )
...
* Add Disable Send policy
* Test DisableSend policy
* PR Review
* Update tests for using CurrentContext
This required making an interface for CurrentContext and mocking out
the members used. The interface can be expanded as needed for tests.
I moved CurrentContext to a folder, which changes the namespace
and causes a lot of file touches, but most are just adding a reference
* Fix failing test
* Update exemption to include all exempt users
* Move all CurrentContext usages to ICurrentContext
* PR review. Match messaging with Web
2021-02-04 12:54:21 -06:00
6d8e37ebf6
Patch release version bump, 1.39.4 ( #1124 )
2021-02-01 18:43:32 -05:00
2380bba577
version bump 1.39.3 ( #1113 )
2021-01-27 17:00:56 -05:00
e869b4df63
Add external amr to auth method claims accepted ( #1112 )
2021-01-27 10:53:27 -05:00
b8a2158626
enabled send and added send sync notifications ( #1106 )
2021-01-22 16:16:40 -05:00
5778a903c6
Version bump, v1.39.0 ( #1095 )
2021-01-19 16:09:43 -05:00
c390c46b3e
Version bump 1.38.4 ( #1045 )
2020-12-17 12:43:47 -05:00
1b8d5a8ee8
version bump to 1.38.3 ( #1043 )
2020-12-17 10:49:52 -05:00
9e1bf3d584
version bump 1.38.2 ( #1023 )
2020-12-03 22:06:36 -05:00
7405ccb007
bump version
2020-11-18 10:24:02 -05:00
ac1defc97a
bump versions and disabled send creation
2020-11-12 21:43:10 -05:00
6227ddf304
Bump version: v1.37.2 ( #961 )
...
* Bump version: v1.37.2
* Revert Docker version
2020-10-09 10:48:11 -04:00
cf4fddfa21
bump version
2020-09-15 17:06:10 -04:00
c11af22010
version bump ( #914 )
...
* version bump
* version bump
2020-09-05 21:31:26 -04:00
614859a8bc
add missing baseServiceUris
2020-08-26 15:09:51 -04:00
f431b4ff67
version 1.36.1 bump
2020-07-29 10:35:12 -04:00
ca52da8698
bump version
2020-07-27 20:36:52 -04:00
5de236f294
update libs
2020-07-27 20:36:17 -04:00
aab6095073
Add support building from path that contains space ( #815 )
2020-07-17 08:28:31 -04:00
0d0c6c7167
sso integrations ( #822 )
...
* stub out hybrid sso
* support for PKCE authorization_code clients
* sso service urls
* sso client key
* abstract request validator
* support for verifying password
* custom AuthorizationCodeStore that does not remove codes
* cleanup
* comment
* created master password
* ResetMasterPassword
* rename Sso client to OidcIdentity
* update env builder
* bitwarden sso project in docker-compose
* sso path in nginx config
2020-07-16 08:01:39 -04:00
a2b46daf59
Updated Kestrel application url to use IIS port ( #820 )
2020-07-14 09:36:38 -05:00
a64f4dd413
bump patch version
2020-06-29 10:17:09 -04:00
6bc7a3cdc0
adjust cors origin checks ( #800 )
...
* allow cors from bitwarden.com on cloud
* allow file:// cors for safari extension
* fix missing paren
2020-06-27 15:08:50 -04:00
1413eed32a
bump version
2020-06-26 16:04:13 -04:00
8559e144c6
bump dependency minor/patch versions
2020-06-24 16:37:23 -04:00
cf70a5e480
set cors policies to only allow web vault origin ( #787 )
...
* set cors policy to only allow web vault
* vault cors policy service
2020-06-23 18:47:53 -04:00
4bd3e01a80
abstract context building to overrideable SetContextAsync ( #766 )
...
* abstract context building to overrideable SetContextAsync
* update method calls
2020-06-04 14:14:43 -04:00
0cd90be83a
bump version for release
2020-05-18 21:58:12 -04:00
b106fd22fb
Only set channel prefix. Use machine name on counter ( #687 )
2020-04-03 08:39:59 -04:00
9800b752c0
Changed all C# control flow block statements to include space between keyword and open paren
2020-03-27 14:36:37 -04:00
132016bca4
ChannelPrefix
2020-03-21 00:22:14 -04:00
c8e249b05e
client name
2020-03-20 23:05:08 -04:00
fccbeddac8
check for SettingHasValue
2020-03-20 20:19:46 -04:00
119a950141
bump version
2020-03-19 19:48:44 -04:00
844238d31c
show exception message
2020-03-05 21:50:39 -05:00
c8d7f04826
signalr redis support. remove old azure signalr refs
2020-03-04 21:57:42 -05:00
47b50e48ef
update libs
2020-01-10 16:14:16 -05:00
29580684a3
upgrade to aspnet core 3.1
2020-01-10 08:33:13 -05:00
6f8fff59e7
bump version
2019-09-20 07:43:04 -04:00
e8375335ac
fix alive endpoint on notifications
2019-09-08 22:14:15 -04:00
f37f335120
allow alive check on cloud an self host
2019-08-31 12:22:42 -04:00