1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Commit Graph

  • 8664b6bb2e remove old doc db settings Kyle Spearrin 2016-06-09 18:53:53 -0400
  • 4f59f38326 Added favorites to ciphers and exposed PUT favorite cipher API Kyle Spearrin 2016-06-08 22:19:08 -0400
  • ed0c6ad795 Getting rid of CipherDataModel in favor of more specific models. Optimizations to model transformations. Kyle Spearrin 2016-06-08 22:00:31 -0400
  • 89e524e1e4 added cipher history API for data syncing with client databases Kyle Spearrin 2016-06-08 20:40:20 -0400
  • 6861303586 created ciphers API controller. Moved import to ciphers controller. Kyle Spearrin 2016-06-07 20:05:27 -0400
  • 585d7b4afd Fixed null check. Kyle Spearrin 2016-06-02 10:08:26 -0400
  • 3fdb0fcf67 refactored data storage to use cipher table. added history table and insert triggers. Kyle Spearrin 2016-05-21 17:16:22 -0400
  • 8137847485 new database schema for ciphers and history. dropped old site and folder tables. Kyle Spearrin 2016-05-20 00:21:43 -0400
  • 79f507fe68 Upgrade to ASP.NET Core RC2 release. Kyle Spearrin 2016-05-19 19:10:24 -0400
  • d7cb3d47cb removed GetManyByRevisionDate access Kyle Spearrin 2016-05-06 18:23:43 -0400
  • 0d92042e28 Added revision date to folder and site responses Kyle Spearrin 2016-05-05 23:39:31 -0400
  • 9c61cfb5c0 Added "since" revision date parameter to folder and site "get all" APIs. Kyle Spearrin 2016-05-04 22:39:23 -0400
  • 8d57b21f97 Typed ids as guids in repositories. Removed unused repo methods. Kyle Spearrin 2016-03-09 18:11:52 -0500
  • 994f27ff40 Moved models and removed deuplicate error for username since we use emails as username as well. Kyle Spearrin 2016-03-08 21:20:56 -0500
  • 8b2186989f resolved circular dependency in user store Kyle Spearrin 2016-02-21 01:24:12 -0500
  • 3014e47373 comment fix Kyle Spearrin 2016-02-21 01:12:12 -0500
  • 7364f1d442 user revision date updates Kyle Spearrin 2016-02-21 01:10:31 -0500
  • 5de7fde685 updated user store to use user service for user update operation. added revision date updates to user service update method. Kyle Spearrin 2016-02-21 00:56:48 -0500
  • f3e3474746 added user email verification bit Kyle Spearrin 2016-02-21 00:50:53 -0500
  • 5d7a0216bf Added RevisionDate to User table/domain Kyle Spearrin 2016-02-21 00:36:08 -0500
  • 1b3acec905 Transactionally safe user password and email change updates. Kyle Spearrin 2016-02-21 00:15:17 -0500
  • 1da53f0ecc added alive controller and endpoint Kyle Spearrin 2016-02-20 23:29:28 -0500
  • 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. Kyle Spearrin 2016-02-20 23:25:44 -0500
  • a523364844 remove new relic package locally. Kyle Spearrin 2016-02-07 00:08:40 -0500
  • ef3853d507 Added loggr logging for production environment. Kyle Spearrin 2016-02-06 23:45:33 -0500
  • fea34e2826 made sql proj azure type Kyle Spearrin 2016-02-06 11:54:05 -0500
  • 358739f015 sproc updates Kyle Spearrin 2016-02-06 11:15:17 -0500
  • bd6ae4ac17 SqlServer cipher repository implementation with bulk copy. Kyle Spearrin 2016-02-06 11:09:55 -0500
  • 16507022bd var on comb generator Kyle Spearrin 2016-02-06 01:30:35 -0500
  • c1918f9a32 Added comb guid generation for sql server ids. Kyle Spearrin 2016-02-06 01:29:35 -0500
  • 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. Kyle Spearrin 2016-02-06 01:18:25 -0500
  • 78fcad8c69 enabled new relic web app monitoring for api Kyle Spearrin 2016-01-25 23:11:12 -0500
  • 8c5b5eb9c6 remove sln to bitwarden-core Kyle Spearrin 2016-01-08 21:51:26 -0500
  • f148cb83c4 default user culture to en-US Kyle Spearrin 2016-01-07 23:01:01 -0500
  • 79f9f60a78 Added GetTakeCount helper to break down large arrays into manageable sizes for documentdb requests (current max limit of 512kb per request). Kyle Spearrin 2015-12-30 22:38:00 -0500
  • 4c4f803c1f added string length checks on all request objects that store the given data. Kyle Spearrin 2015-12-30 21:40:19 -0500
  • ff39bb1dd5 throttle bulk procs to 50 ciphers at a time Kyle Spearrin 2015-12-30 21:14:38 -0500
  • 967e383001 fixed expanding folder bug for sites Kyle Spearrin 2015-12-30 20:52:35 -0500
  • 77b197fb1c comments and some name changes Kyle Spearrin 2015-12-30 18:49:43 -0500
  • c62c65f953 updated packages Kyle Spearrin 2015-12-29 22:25:20 -0500
  • 972290d1ec Added retrt logic to all documentdb queries. Updated change password and email process to use multi step for cirty ciphers and replace user. Fixed RefreshSecurityStampAsync to not dirty ciphers. Kyle Spearrin 2015-12-29 21:45:21 -0500
  • 55be0c739e Added account delete. Kyle Spearrin 2015-12-27 00:14:56 -0500
  • 8d7178bc74 Added cipher service with bulk import to account controller Kyle Spearrin 2015-12-26 23:09:53 -0500
  • 437b971003 initial commit of source Kyle Spearrin 2015-12-08 22:57:38 -0500