Kyle Spearrin
|
8514d1f16d
|
Parse enum as to accept 0 values or full string values
|
2017-01-28 17:28:28 -05:00 |
|
Kyle Spearrin
|
3a31654828
|
change revision date API to query only for data needed
|
2017-01-28 02:15:07 -05:00 |
|
Kyle Spearrin
|
0648c2d0a3
|
react to contact changes not being set from identity
|
2017-01-24 22:46:54 -05:00 |
|
Kyle Spearrin
|
54d065c3d9
|
deprecate authcontroller in favor of identity server
|
2017-01-20 22:33:55 -05:00 |
|
Kyle Spearrin
|
d2b97bb3e8
|
fire up events for identityserver validation scheme
|
2017-01-16 22:02:12 -05:00 |
|
Kyle Spearrin
|
1bef3a1e5b
|
return epoc milliseconds for revision date
|
2017-01-14 12:47:44 -05:00 |
|
Kyle Spearrin
|
4e790fcfa3
|
Added API for getting the current user's account revision date
|
2017-01-14 10:02:37 -05:00 |
|
Kyle Spearrin
|
038c98cfaf
|
re-working claims for aspnet core identity integration and backwards compat
|
2017-01-11 21:46:36 -05:00 |
|
Kyle Spearrin
|
77ca47a266
|
WIP: Added IdentityServer4 to API via Bearer2 auth scheme
|
2017-01-11 00:34:16 -05:00 |
|
Kyle Spearrin
|
93cff6e283
|
added parameter for excluded
|
2017-01-10 21:50:19 -05:00 |
|
Kyle Spearrin
|
ce036c5e16
|
Moved domains APIs to new Settings controller
|
2017-01-10 21:39:25 -05:00 |
|
Kyle Spearrin
|
7abde8c771
|
equivalent domains APIs and data models
|
2017-01-09 22:20:34 -05:00 |
|
Kyle Spearrin
|
9cde513026
|
Refactor naming: Sites => Logins
|
2017-01-02 21:52:13 -05:00 |
|
Kyle Spearrin
|
4867df0138
|
Adjusted two factor recovery model and moved functionality to user service
|
2016-11-14 23:32:15 -05:00 |
|
Kyle Spearrin
|
e68ed04f77
|
Require 2FA token in order to disiable 2FA. Added 2FA recovery code to data/domain model and exposed recover and regenerate 2FA APIs
|
2016-11-14 21:13:53 -05:00 |
|
Kyle Spearrin
|
92d06ceabe
|
No response for device put token API.
|
2016-08-06 18:46:02 -04:00 |
|
Kyle Spearrin
|
da56901d17
|
Revert device id in jwt token and moved to reading from header. Added clear token by identifier API/repo/sproc so that token can be cleared after logout.
|
2016-08-06 15:15:11 -04:00 |
|
Kyle Spearrin
|
929e264549
|
PutClearToken requires authorization
|
2016-08-06 02:07:04 -04:00 |
|
Kyle Spearrin
|
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 |
|
Kyle Spearrin
|
d300c82ffd
|
Added support for device registration during two factor login
|
2016-07-23 02:49:57 -04:00 |
|
Kyle Spearrin
|
452d74a266
|
A few fixes to TwoFactorProvider
|
2016-07-23 01:34:22 -04:00 |
|
Kyle Spearrin
|
54696aade4
|
Added POST route endpoints for all PUT and DELETE operations to allow for vault to avoid preflight.
|
2016-07-13 21:43:48 -04:00 |
|
Kyle Spearrin
|
ef0a808687
|
added push events and moved cipher writing to cipher service.
|
2016-06-29 01:15:37 -04:00 |
|
Kyle Spearrin
|
37ec1de7a3
|
Added device identifier, APIs for updating token by identifier, Device creation/update upon signin.
|
2016-06-21 00:08:22 -04:00 |
|
Kyle Spearrin
|
4fd65f974d
|
device apis and models
|
2016-06-18 16:03:33 -04:00 |
|
Kyle Spearrin
|
4f59f38326
|
Added favorites to ciphers and exposed PUT favorite cipher API
|
2016-06-08 22:19:08 -04:00 |
|
Kyle Spearrin
|
89e524e1e4
|
added cipher history API for data syncing with client databases
|
2016-06-08 20:40:20 -04:00 |
|
Kyle Spearrin
|
6861303586
|
created ciphers API controller. Moved import to ciphers controller.
|
2016-06-07 20:05:27 -04:00 |
|
Kyle Spearrin
|
3fdb0fcf67
|
refactored data storage to use cipher table. added history table and insert triggers.
|
2016-05-21 17:16:22 -04:00 |
|
Kyle Spearrin
|
79f507fe68
|
Upgrade to ASP.NET Core RC2 release.
|
2016-05-19 23:17:01 -04:00 |
|
Kyle Spearrin
|
d7cb3d47cb
|
removed GetManyByRevisionDate access
|
2016-05-06 18:23:43 -04:00 |
|
Kyle Spearrin
|
9c61cfb5c0
|
Added "since" revision date parameter to folder and site "get all" APIs.
|
2016-05-04 22:39:23 -04:00 |
|
Kyle Spearrin
|
8d57b21f97
|
Typed ids as guids in repositories. Removed unused repo methods.
|
2016-03-09 18:11:52 -05:00 |
|
Kyle Spearrin
|
994f27ff40
|
Moved models and removed deuplicate error for username since we use emails as username as well.
|
2016-03-08 21:20:56 -05:00 |
|
Kyle Spearrin
|
5de7fde685
|
updated user store to use user service for user update operation. added revision date updates to user service update method.
|
2016-02-21 00:56:48 -05:00 |
|
Kyle Spearrin
|
1da53f0ecc
|
added alive controller and endpoint
|
2016-02-20 23:29:28 -05:00 |
|
Kyle Spearrin
|
9914399e8b
|
Removed DocumentDB repositories and domain type dependencies for them. Moved account registration process to not require email address verification in preparation for client app registration process.
|
2016-02-20 23:25:44 -05:00 |
|
Kyle Spearrin
|
967e383001
|
fixed expanding folder bug for sites
|
2015-12-30 20:52:35 -05:00 |
|
Kyle Spearrin
|
55be0c739e
|
Added account delete.
|
2015-12-27 00:14:56 -05:00 |
|
Kyle Spearrin
|
8d7178bc74
|
Added cipher service with bulk import to account controller
|
2015-12-26 23:09:53 -05:00 |
|
Kyle Spearrin
|
437b971003
|
initial commit of source
|
2015-12-08 22:57:38 -05:00 |
|