1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00
Commit Graph

183 Commits

Author SHA1 Message Date
8a83600e52 Move claims issuance and security stamp checks out into profile service. moved context sets out of identity implementations and into get methods. 2017-01-24 22:15:21 -05:00
3348b07ce2 Move idenityserver implementations into API project 2017-01-18 18:34:14 -05:00
4c56a370a0 adjust log filter for exclude security token errors 2017-01-16 23:55:48 -05:00
d2b97bb3e8 fire up events for identityserver validation scheme 2017-01-16 22:02:12 -05:00
49f7857d2e replace loggr with serilog 2017-01-14 23:24:02 -05:00
77e54f7c12 only load idserv cert in prod environment 2017-01-12 21:07:25 -05:00
6cde9ed223 added identity server real cert loading 2017-01-12 18:35:26 -05:00
2abb1aaae5 implemented grant repository and identity server PersistedGrantStore 2017-01-11 23:20:54 -05:00
038c98cfaf re-working claims for aspnet core identity integration and backwards compat 2017-01-11 21:46:36 -05:00
77ca47a266 WIP: Added IdentityServer4 to API via Bearer2 auth scheme 2017-01-11 00:34:16 -05:00
b03e323e78 Log when requests are blocked 2016-12-03 00:04:51 -05:00
63243eddc6 Rename services implementations 2016-12-02 23:37:08 -05:00
b87c9c1a5a Queue ip addresses for block whenever they exceed the rate limit too much 2016-11-30 21:52:06 -05:00
17f8d0f677 rate limiting APIs 2016-11-12 18:43:32 -05:00
6f636603fb recompile user delete sproc and extend timeout. filer out security stamp errors from logger. 2016-10-29 02:59:17 -04:00
eb6c0a5068 added application insights to api 2016-10-27 00:09:55 -04:00
0727b75a83 Added device service. Added API for clearing out token for a device identifier (used for push unregister). 2016-08-05 23:59:59 -04:00
f456a4fca8 Removed caching 2016-07-30 16:37:52 -04:00
0620fb7a86 DefaultContractResolver for pascal cased JSON. RTM moved to camelCase 2016-07-13 19:24:26 -04:00
6e634d8000 Add text/plain media type for all json input formatters 2016-07-13 18:42:57 -04:00
f6ee916d7b Things to get around CORS pre-flight request. Allow Jwt token to be passed via "access_token" query stirng param. Allow JSON body content to be parsed as "text/plain" content type. 2016-07-13 18:37:14 -04:00
a07a682831 switch to json.net serializer for redis 2016-06-21 19:41:48 -04:00
6f7b8314bc updated to loggr rc2 2016-06-21 00:30:36 -04:00
25793e0523 created push service using with pushsharp 2016-06-18 15:08:21 -04:00
ca8ba6ac92 Device repository and cascase device delete on user delete 2016-06-18 14:02:25 -04:00
1ff49cd5b3 Added redis caching libraries and implemented for user by id caching. 2016-06-17 17:42:22 -04:00
3fdb0fcf67 refactored data storage to use cipher table. added history table and insert triggers. 2016-05-21 17:16:22 -04:00
79f507fe68 Upgrade to ASP.NET Core RC2 release. 2016-05-19 23:17:01 -04:00
ef3853d507 Added loggr logging for production environment. 2016-02-06 23:45:33 -05:00
13f85bf2f1 Added Sql project with database schema. Added SqlServer repositories for Site, Folder, and User (Cipher still TODO). Switched DI in Startup to SqlServer repos. 2016-02-06 01:18:25 -05:00
77b197fb1c comments and some name changes 2015-12-30 18:49:43 -05:00
8d7178bc74 Added cipher service with bulk import to account controller 2015-12-26 23:09:53 -05:00
437b971003 initial commit of source 2015-12-08 22:57:38 -05:00