1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

Commit Graph

  • f101541ff8 added share data model Kyle Spearrin 2017-02-21 21:31:52 -0500
  • 9ca2baba74 pub/priv keys and share updates Kyle Spearrin 2017-02-21 00:27:32 -0500
  • 47da65be5f remove sql refactor log from project reference Kyle Spearrin 2017-02-18 01:19:23 -0500
  • 2b72197f0a cipher share data and key response Kyle Spearrin 2017-02-18 01:17:09 -0500
  • f7be17d1c5 updated user sprocs for pub/priv keys Kyle Spearrin 2017-02-18 00:29:20 -0500
  • 024ee08907 public and private keys added to db and user domain. added account APIs got getting and putting keys. Kyle Spearrin 2017-02-11 23:00:55 -0500
  • 7589f9c933 version bump v1.3.4 Kyle Spearrin 2017-02-07 21:35:08 -0500
  • 3ad25fc9eb return existing device for token Kyle Spearrin 2017-02-07 21:33:25 -0500
  • b75144c3da remove extra ; v1.3.3 Kyle Spearrin 2017-01-28 22:23:25 -0500
  • 3e9046a949 version bump Kyle Spearrin 2017-01-28 22:14:44 -0500
  • a02b5fcd14 updated otp library. reduced verification window to RFC standard of 1 Kyle Spearrin 2017-01-28 22:11:54 -0500
  • 8514d1f16d Parse enum as to accept 0 values or full string values Kyle Spearrin 2017-01-28 17:28:28 -0500
  • 4354006a27 disable unused endpoints on identity server Kyle Spearrin 2017-01-28 02:40:09 -0500
  • 3a31654828 change revision date API to query only for data needed Kyle Spearrin 2017-01-28 02:15:07 -0500
  • 972d630c24 version bump v1.3.2 Kyle Spearrin 2017-01-26 18:31:52 -0500
  • 5f573355dc device registration on auth bearer migration Kyle Spearrin 2017-01-25 23:03:07 -0500
  • f2d58a3678 Moved identity implementations to scoped lifetime since they have dependencies on CurrentContext Kyle Spearrin 2017-01-25 22:31:14 -0500
  • 5b7af84208 remove trial_exp claim Kyle Spearrin 2017-01-25 19:06:36 -0500
  • 3c4b965f8a cleanup using Kyle Spearrin 2017-01-25 00:38:21 -0500
  • 4a5366005a use GetUserByPrincipalAsync Kyle Spearrin 2017-01-25 00:38:09 -0500
  • ac18893d67 formatting Kyle Spearrin 2017-01-25 00:35:52 -0500
  • d1a5421f69 TwoFactorProviders only for two factor response Kyle Spearrin 2017-01-25 00:30:55 -0500
  • 9fe2a4dfb5 cleanup ResourceOwnerPasswordValidator Kyle Spearrin 2017-01-25 00:28:18 -0500
  • ef38719253 formatting Kyle Spearrin 2017-01-24 22:48:33 -0500
  • 0648c2d0a3 react to contact changes not being set from identity Kyle Spearrin 2017-01-24 22:46:54 -0500
  • 9a10382b46 formatting fixes Kyle Spearrin 2017-01-24 22:23:11 -0500
  • 8a83600e52 Move claims issuance and security stamp checks out into profile service. moved context sets out of identity implementations and into get methods. Kyle Spearrin 2017-01-24 22:15:21 -0500
  • cb5419aca8 added two factor provider to response and device update on old auth bearer conversion Kyle Spearrin 2017-01-24 00:59:14 -0500
  • 2b14dd320e adjusted claims Kyle Spearrin 2017-01-24 00:54:09 -0500
  • 97c14100d2 build jwtoptions from JwtBearerAppBuilderExtensions Kyle Spearrin 2017-01-21 23:35:20 -0500
  • 220243c8b4 validate old auth bearer tokens so that we can generate new identity ones Kyle Spearrin 2017-01-21 23:12:28 -0500
  • 54d065c3d9 deprecate authcontroller in favor of identity server Kyle Spearrin 2017-01-20 22:33:55 -0500
  • b08c960cc0 Noop services Kyle Spearrin 2017-01-20 22:29:01 -0500
  • 52b8fef26f identitysever cleanup Kyle Spearrin 2017-01-20 22:26:19 -0500
  • 3348b07ce2 Move idenityserver implementations into API project Kyle Spearrin 2017-01-18 18:34:14 -0500
  • 1e16644f52 remove debugging true condition Kyle Spearrin 2017-01-18 00:17:59 -0500
  • c9d348a0c2 Two factor and device handling on identity token validation Kyle Spearrin 2017-01-18 00:14:28 -0500
  • fd431ceab6 fixes to cipher triggers v1.3.1 Kyle Spearrin 2017-01-17 21:11:38 -0500
  • 143b4cb5ff adjusted transactions to prevent long locks Kyle Spearrin 2017-01-17 00:32:51 -0500
  • 4c56a370a0 adjust log filter for exclude security token errors v1.3.0 Kyle Spearrin 2017-01-16 23:55:48 -0500
  • c35cd49f36 version bump Kyle Spearrin 2017-01-16 22:52:22 -0500
  • 3aa9f5e55b Added global equivalent domains Kyle Spearrin 2017-01-16 22:47:34 -0500
  • d2b97bb3e8 fire up events for identityserver validation scheme Kyle Spearrin 2017-01-16 22:02:12 -0500
  • 49f7857d2e replace loggr with serilog Kyle Spearrin 2017-01-14 23:24:02 -0500
  • 31c3835dd3 increase timeout for user delete sproc Kyle Spearrin 2017-01-14 19:50:52 -0500
  • a5718a1843 update account revision when password changes Kyle Spearrin 2017-01-14 12:50:36 -0500
  • 1bef3a1e5b return epoc milliseconds for revision date Kyle Spearrin 2017-01-14 12:47:44 -0500
  • 174ac313ea fix null ref Kyle Spearrin 2017-01-14 11:20:02 -0500
  • 4e790fcfa3 Added API for getting the current user's account revision date Kyle Spearrin 2017-01-14 10:02:37 -0500
  • fd961dfdf6 AccountRevisionDate to track changes for a user account. Managed via triggers. Kyle Spearrin 2017-01-14 09:42:07 -0500
  • 1b30a27990 Replace OtpSharp with Otp.NET for net core support Kyle Spearrin 2017-01-13 21:34:54 -0500
  • 77e54f7c12 only load idserv cert in prod environment Kyle Spearrin 2017-01-12 21:07:25 -0500
  • 6cde9ed223 added identity server real cert loading Kyle Spearrin 2017-01-12 18:35:26 -0500
  • f105bd775d sqlproj Kyle Spearrin 2017-01-11 23:22:14 -0500
  • 2abb1aaae5 implemented grant repository and identity server PersistedGrantStore Kyle Spearrin 2017-01-11 23:20:54 -0500
  • 9749d1e3a8 Grant table for identity persisted grants Kyle Spearrin 2017-01-11 22:43:03 -0500
  • 2b7f6e5a6c regenerate sql proj source files Kyle Spearrin 2017-01-11 22:03:04 -0500
  • 038c98cfaf re-working claims for aspnet core identity integration and backwards compat Kyle Spearrin 2017-01-11 21:46:36 -0500
  • 54711e634b added correct backwards compat claims Kyle Spearrin 2017-01-11 18:48:16 -0500
  • 77ca47a266 WIP: Added IdentityServer4 to API via Bearer2 auth scheme Kyle Spearrin 2017-01-11 00:34:16 -0500
  • c99f8efe79 downgrade tooling for appveyor Kyle Spearrin 2017-01-10 22:13:17 -0500
  • 62d2a01962 update projects to asp.net core 1.1.0 Kyle Spearrin 2017-01-10 22:08:47 -0500
  • 93cff6e283 added parameter for excluded Kyle Spearrin 2017-01-10 21:50:19 -0500
  • ce036c5e16 Moved domains APIs to new Settings controller Kyle Spearrin 2017-01-10 21:39:25 -0500
  • e57964e978 Rework models for global domains Kyle Spearrin 2017-01-10 17:01:57 -0500
  • 7abde8c771 equivalent domains APIs and data models Kyle Spearrin 2017-01-09 22:20:34 -0500
  • 90607f6d93 mail template updates Kyle Spearrin 2017-01-06 21:25:44 -0500
  • e699e98447 Index adjustments Kyle Spearrin 2017-01-06 19:14:06 -0500
  • 6e15b2752b Update rate limiter Kyle Spearrin 2017-01-06 00:38:59 -0500
  • a700711f39 version bump v1.2.0 Kyle Spearrin 2017-01-06 00:09:50 -0500
  • 9e17c2e50c Allow mac for EncryptedString Kyle Spearrin 2017-01-02 21:52:48 -0500
  • 9cde513026 Refactor naming: Sites => Logins Kyle Spearrin 2017-01-02 21:52:13 -0500
  • 7e56797847 License changed to AGPLv3 v1.1.0 Kyle Spearrin 2016-12-03 00:16:25 -0500
  • b03e323e78 Log when requests are blocked Kyle Spearrin 2016-12-03 00:04:51 -0500
  • 13a51e907b rate limit adjustments Kyle Spearrin 2016-12-03 00:00:22 -0500
  • 63243eddc6 Rename services implementations Kyle Spearrin 2016-12-02 23:37:08 -0500
  • bfb98131e5 organization service implementations into their own folder Kyle Spearrin 2016-12-02 23:32:36 -0500
  • 4aa5292a50 make cloudqueues readonly Kyle Spearrin 2016-11-30 21:54:04 -0500
  • b87c9c1a5a Queue ip addresses for block whenever they exceed the rate limit too much Kyle Spearrin 2016-11-30 21:51:43 -0500
  • 2d045859e7 added appveyor build to readme Kyle Spearrin 2016-11-28 19:16:07 -0500
  • 347baca3ab Version adjustments Kyle Spearrin 2016-11-16 18:41:20 -0500
  • 4867df0138 Adjusted two factor recovery model and moved functionality to user service Kyle Spearrin 2016-11-14 23:32:15 -0500
  • 54a857f215 add 2fa recovery code to user create sproc Kyle Spearrin 2016-11-14 22:35:14 -0500
  • e68ed04f77 Require 2FA token in order to disiable 2FA. Added 2FA recovery code to data/domain model and exposed recover and regenerate 2FA APIs Kyle Spearrin 2016-11-14 21:13:53 -0500
  • 17f8d0f677 rate limiting APIs Kyle Spearrin 2016-11-12 18:43:32 -0500
  • ac62d54a7b fix alt tags Kyle Spearrin 2016-10-30 00:36:35 -0400
  • 691df05f34 new social icon sizes Kyle Spearrin 2016-10-30 00:35:29 -0400
  • 03a04230fb welcome email resposive updates Kyle Spearrin 2016-10-30 00:27:59 -0400
  • 22fcc0eeb4 Added social icons to welcome email Kyle Spearrin 2016-10-30 00:22:13 -0400
  • 7f4e5e12f9 welcome email style updates: new google play badge and added logo to top of email Kyle Spearrin 2016-10-29 22:38:19 -0400
  • 6f636603fb recompile user delete sproc and extend timeout. filer out security stamp errors from logger. Kyle Spearrin 2016-10-29 02:59:17 -0400
  • 8eb545a37c delete non-folders and then folders to avoid FK constraint issues when batch deleting Kyle Spearrin 2016-10-27 18:14:21 -0400
  • ac4e13efe8 version bump v1.0.3 Kyle Spearrin 2016-10-27 00:15:21 -0400
  • 6860322727 delete top batchsize Kyle Spearrin 2016-10-27 00:12:58 -0400
  • eb6c0a5068 added application insights to api Kyle Spearrin 2016-10-27 00:09:55 -0400
  • 2bc7799f3c delete ciphers in smaller batches. ref #18 Kyle Spearrin 2016-10-20 23:04:08 -0400
  • b04843b124 remove unused usings Kyle Spearrin 2016-10-20 22:56:28 -0400
  • ee757bf475 version bump v1.0.2 Kyle Spearrin 2016-10-18 20:26:41 -0400
  • e7a7b946be suppress logs for bad security token Kyle Spearrin 2016-10-14 21:29:09 -0400
  • 825295d0d3 Update README.md Kyle Spearrin 2016-10-13 22:02:26 -0400