1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
Commit Graph

5205 Commits

Author SHA1 Message Date
Kyle Spearrin
6f7b8314bc updated to loggr rc2 2016-06-21 00:30:36 -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
8a34692e7c switch device type around to match mobile enums 2016-06-18 16:09:28 -04:00
Kyle Spearrin
4fd65f974d device apis and models 2016-06-18 16:03:33 -04:00
Kyle Spearrin
25793e0523 created push service using with pushsharp 2016-06-18 15:08:21 -04:00
Kyle Spearrin
ca8ba6ac92 Device repository and cascase device delete on user delete 2016-06-18 14:02:25 -04:00
Kyle Spearrin
3e32a55640 Added schema for device table 2016-06-18 13:22:29 -04:00
Kyle Spearrin
1ff49cd5b3 Added redis caching libraries and implemented for user by id caching. 2016-06-17 17:42:22 -04:00
Kyle Spearrin
df94150848 vs version bump for sqlproj 2016-06-10 09:55:05 -04:00
Kyle Spearrin
cbb0c392bc favorite updates to sqlproj 2016-06-09 19:07:27 -04:00
Kyle Spearrin
0a8d6ca6e1 gitignore publish profiles 2016-06-09 19:04:15 -04:00
Kyle Spearrin
8664b6bb2e remove old doc db settings 2016-06-09 18:53:53 -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
ed0c6ad795 Getting rid of CipherDataModel in favor of more specific models. Optimizations to model transformations. 2016-06-08 22:00:31 -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
585d7b4afd Fixed null check. 2016-06-02 10:08:26 -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
8137847485 new database schema for ciphers and history. dropped old site and folder tables. 2016-05-20 00:24:04 -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
0d92042e28 Added revision date to folder and site responses 2016-05-05 23:39:31 -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
8b2186989f resolved circular dependency in user store 2016-02-21 01:24:12 -05:00
Kyle Spearrin
3014e47373 comment fix 2016-02-21 01:12:12 -05:00
Kyle Spearrin
7364f1d442 user revision date updates 2016-02-21 01:10:31 -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
f3e3474746 added user email verification bit 2016-02-21 00:50:53 -05:00
Kyle Spearrin
5d7a0216bf Added RevisionDate to User table/domain 2016-02-21 00:36:08 -05:00
Kyle Spearrin
1b3acec905 Transactionally safe user password and email change updates. 2016-02-21 00:15:17 -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
a523364844 remove new relic package locally. 2016-02-07 00:08:40 -05:00
Kyle Spearrin
ef3853d507 Added loggr logging for production environment. 2016-02-06 23:45:33 -05:00
Kyle Spearrin
fea34e2826 made sql proj azure type 2016-02-06 11:54:05 -05:00
Kyle Spearrin
358739f015 sproc updates 2016-02-06 11:15:17 -05:00
Kyle Spearrin
bd6ae4ac17 SqlServer cipher repository implementation with bulk copy. 2016-02-06 11:09:55 -05:00
Kyle Spearrin
16507022bd var on comb generator 2016-02-06 01:30:35 -05:00
Kyle Spearrin
c1918f9a32 Added comb guid generation for sql server ids. 2016-02-06 01:29:35 -05:00
Kyle Spearrin
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
Kyle Spearrin
78fcad8c69 enabled new relic web app monitoring for api 2016-01-25 23:11:12 -05:00
Kyle Spearrin
8c5b5eb9c6 remove sln to bitwarden-core 2016-01-08 21:51:26 -05:00
Kyle Spearrin
f148cb83c4 default user culture to en-US 2016-01-07 23:01:01 -05:00
Kyle Spearrin
79f9f60a78 Added GetTakeCount helper to break down large arrays into manageable sizes for documentdb requests (current max limit of 512kb per request). 2015-12-30 22:38:00 -05:00
Kyle Spearrin
4c4f803c1f added string length checks on all request objects that store the given data. 2015-12-30 21:40:19 -05:00
Kyle Spearrin
ff39bb1dd5 throttle bulk procs to 50 ciphers at a time 2015-12-30 21:14:38 -05:00
Kyle Spearrin
967e383001 fixed expanding folder bug for sites 2015-12-30 20:52:35 -05:00
Kyle Spearrin
77b197fb1c comments and some name changes 2015-12-30 18:49:43 -05:00