Commit Graph

  • ee189605b0 Update .github/workflows/nuget-ci.yml master v3.1.3 UltimateCoder 2024-11-26 22:35:56 +01:00
  • aa1c52fe9a Merge remote-tracking branch 'origin/master' UltimateCoder 2024-11-26 22:33:42 +01:00
  • 2ac90f6b11 Added NuGet.Config Updated files UltimateCoder 2024-11-26 22:31:48 +01:00
  • 6328410e1a Delete azure-pipelines.yml UltimateCoder 2024-11-26 22:21:07 +01:00
  • 55ec8aec21 Update .github/workflows/nuget-preview.yml UltimateCoder 2024-11-26 22:18:34 +01:00
  • 9e913a0582 Update .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 22:05:16 +01:00
  • b2bbeeaf83 Update .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 22:03:24 +01:00
  • 27b1514fe6 Update .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 22:01:35 +01:00
  • 39bca51d3e Update .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 21:55:13 +01:00
  • a700faf3a9 Update .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 21:52:42 +01:00
  • ba8f35e7ac Update .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 21:47:37 +01:00
  • 50aacd7944 Add .github/workflows/nuget-preview.yml UltimateCoder 2024-11-25 21:42:17 +01:00
  • 40ec6dd0f5 Update src/AspNetCore.Identity.MongoDbCore.csproj UltimateCoder 2024-11-25 21:39:28 +01:00
  • 77df00436a Add .github/workflows/nuget-ci.yml UltimateCoder 2024-11-25 21:35:29 +01:00
  • ae7d0c944a Updated to MongoDB.Driver 3.0, Straight Project Reference Adam Russell 2024-11-11 11:09:40 -08:00
  • b9d2d1a5ac Merge pull request #52 from iprotect-technologies/master Alexandre SPIESER 2022-03-07 23:05:45 +00:00
  • f5c3bee255 Remove static variables from stores James Hadwen 2022-01-27 20:15:57 +07:00
  • 7b87c81989 Release 3.1.2: Upgraded dependency MongoDbGenericRepository to version 1.4.8 Alexandre SPIESER 2021-10-13 23:12:30 +01:00
  • 36a605e7d5 harmonize versioning tags and set them to same value. revert test db connection string Alexandre SPIESER 2021-03-18 09:47:59 +00:00
  • a9903b140f + git rid of the nuspec, and generate the package on build to avoid discrepancies on package content/platform support in the future. + remove browser link refs as it's useless. + remove ps scripts used to pack, since we pack on build now. + update license + remove lib folder as it's now unused Alexandre SPIESER 2021-03-18 07:56:39 +00:00
  • 35ab8de584 fix authentication issue in mvc sample app Alexandre SPIESER 2021-03-16 09:19:02 +00:00
  • 94d8f6b1ec Merge pull request #40 from d-barker/netcoreapp3.1 Alexandre SPIESER 2021-03-04 10:21:50 +00:00
  • af725717bb Resore app.UseBrowserLink(); David Barker 2021-03-04 18:13:11 +08:00
  • 512f2fefa4 Resolved issue with Nuget package versions, Setting min value to 3.1.8 To override this include the version of the dependency that you want to use in the project, 3.1.12 is recommended David Barker 2021-03-04 11:59:13 +08:00
  • 7566643369 Issues with the version number as 3.1.1 nuspec suggests that this is greater than or equal to VS code reports error, changing this to 3.1.12 resolves this error? David Barker 2021-03-04 00:35:20 +08:00
  • 21082165d6 Update nuspec to 3.1 version to match aspnetcore3.1 Add pack.ps1 to build the nuget package using dotnet pack David Barker 2021-03-03 17:24:09 +08:00
  • 4c8bd6a225 Removed AspNet 2.2 dependencies from test application David Barker 2021-03-03 16:54:23 +08:00
  • 91329b8653 Updated tests based on changes to AspNet Identity Core Added .AddDefaultTokenProviders() after the call to ConfigureMongoDbIdentity Note: There are four places in the test project Added .AddAuthentication() to register all the authentication types Fixed aspnetsettings.json IncludeScopes to empty object, not false Updated unit test packages to latest version Added project reference for unit test rather than package reference Removed all references to AspNet framework assemblies as these are now part of the netcoreapp3.1 David Barker 2021-03-03 16:04:49 +08:00
  • c39a8b3109 Removed AspNet 2.2 dependencies Included Microsoft.Extensions.Identity.Core instead of Microsoft.AspNetCore.Identity Changed initialisation to return the IdentityBuilder so that the token providers can be set independently Had to remove AddDefaultTokenProviders as this is part of the AspNet 3.1 framework and not dotnet standard 2.1 David Barker 2021-03-03 15:51:44 +08:00
  • 758735560e Merge pull request #1 from alexandre-spieser/master d-barker 2021-03-03 15:00:44 +08:00
  • dd56195366 Update README.md Alexandre SPIESER 2020-06-09 17:19:58 +01:00
  • e8a788c314 Update README.md Alexandre SPIESER 2020-06-05 07:29:07 +01:00
  • 51a40cfd57 Merge pull request #31 from alexandre-spieser/alex/release/2.1.1 Alexandre SPIESER 2020-05-17 18:59:32 +01:00
  • 4bdaa5faee new release pushed Alexandre SPIESER 2020-05-17 18:58:50 +01:00
  • 581a630bc9 added another 2nd document update to ensure it works consecutively Alexandre SPIESER 2020-05-17 17:42:49 +01:00
  • b45564a291 added test to validate that updates works Alexandre SPIESER 2020-05-17 17:36:26 +01:00
  • 35013795ea bug fixes, upgrade to latest MongoDbGenericRepository package Alexandre SPIESER 2020-05-17 16:35:35 +01:00
  • 026d4720bc Merge pull request #30 from mjebrahimi/master Alexandre SPIESER 2020-05-17 15:17:01 +01:00
  • b1597c1900 [BugFix]: Set name parameter to the Name property Mohammad Javad Ebrahimi 2020-05-16 01:23:33 +04:30
  • 57827c64b2 fix runtime errors due to different mongodb driver versions. Alexandre SPIESER 2020-01-27 22:25:34 +00:00
  • b3db4eb39f Merge pull request #25 from d-barker/master Alexandre SPIESER 2020-01-27 21:15:14 +00:00
  • c544f0e8e8 Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 17:17:50 +08:00
  • 33434bd965 Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 17:10:10 +08:00
  • 68b5e63b4e Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 16:51:04 +08:00
  • 727b9a8041 Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 16:38:45 +08:00
  • b5365249d9 Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 16:09:32 +08:00
  • 236bfb3cdc Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 16:06:31 +08:00
  • fbc039f73a Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 16:03:37 +08:00
  • 57c01c3297 Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 16:00:03 +08:00
  • 79f54b212f Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 15:30:54 +08:00
  • 4ed2e6f6ec Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 15:20:37 +08:00
  • d5d8346857 Update azure-pipelines.yml for Azure Pipelines d-barker 2020-01-24 14:27:25 +08:00
  • 6bb122f497 Set up CI with Azure Pipelines d-barker 2020-01-24 14:13:46 +08:00
  • b159af4e72 Added environment variables to the configuration load David Barker 2020-01-24 12:59:04 +08:00
  • 02c6a1c934 Update nuspec package for CI/CD Added package.ps1 file for building, testing and packaging the library David Barker 2020-01-24 12:58:47 +08:00
  • 80b35e3baf Add appsettings config load for tests Enables the config to be changed outside of the test appsettings.local.json is not checked into the repo David Barker 2020-01-24 12:57:51 +08:00
  • f1265ec3df add razor runtime compilation for development environment David Barker 2020-01-24 10:32:54 +08:00
  • c59d7017f8 added launch for VS Code David Barker 2020-01-24 10:22:39 +08:00
  • 9f4c5668bd Upgraded to dotnetcore 3.1 as per migration recommendations David Barker 2020-01-24 10:21:11 +08:00
  • 41ea9aac8f add vs code launch settings David Barker 2020-01-24 09:43:04 +08:00
  • 811d543d35 Changed IHostingEnvironment to IWebHostEnvironment Added insights telemetry to configure services Added local settings json for storing localised settings David Barker 2020-01-24 09:42:50 +08:00
  • 59213089ed Migrated main to 3.1 format David Barker 2020-01-24 09:30:34 +08:00
  • b58edfadfc remove the AspNetCore assemblies as these are no longer needed David Barker 2020-01-24 09:25:51 +08:00
  • d078e256c8 remove comments from json file David Barker 2020-01-24 09:25:31 +08:00
  • d7fdd1fe58 Added appsettings.local.json to ignore file This file can be used to override local settings like the connection string. David Barker 2020-01-24 09:25:18 +08:00
  • 6212092dd5 Merge pull request #24 from alexandre-spieser/alex/fixMvCSample Alexandre SPIESER 2020-01-23 23:08:32 +00:00
  • 6b25924df3 Fix errors at startup. Alexandre SPIESER 2020-01-23 23:07:28 +00:00
  • 8019387b0f Merge pull request #23 from d-barker/master Alexandre SPIESER 2020-01-23 22:53:33 +00:00
  • d5ae41844f Fixed build issue in LoggerFactory David Barker 2020-01-23 22:54:02 +08:00
  • b9491256b0 - Used the work from @knight1219 (Daniel Mathews) as the basis. * Fixed the unit tests so that they are now passing. Note: This is my first real introduction to Moq, so there are probably a few things that can be improved. David Barker 2020-01-23 22:46:35 +08:00
  • bf44fca3ae Merge pull request #14 from alexandre-spieser/alex/UpdateMongoRepoDep Alexandre SPIESER 2019-04-23 23:46:22 +01:00
  • bfa4ca2ffb updating package / sln deps Alexandre SPIESER 2019-04-23 23:43:43 +01:00
  • deb70ca9c2 updated nuget packages to latest version alexandre-spieser 2018-11-15 09:02:06 +00:00
  • c817c7db52 Update to MongoDB Driver 2.7.0, MongoDbGenericRepository 1.3.8. alexandre-spieser 2018-10-07 20:40:37 +01:00
  • 1114b6531d Update README.md Alexandre SPIESER 2018-09-27 22:20:45 +01:00
  • f95988269c Merge pull request #7 from joshuadavidson/patch-1 Alexandre SPIESER 2018-09-27 22:17:58 +01:00
  • 7c36f72016 Add collection naming & ObjectId documentation Joshua Davidson 2018-09-27 15:05:04 -05:00
  • 1ec9d1123e Add support for documents with and Id of type ObjectId. alexandre-spieser 2018-03-07 22:50:24 +00:00
  • 9c2ac9ee1b Merge pull request #3 from alexandre-spieser/add-license-1 Alexandre SPIESER 2018-02-24 12:21:45 +00:00
  • 74a2060413 Create LICENSE Alexandre SPIESER 2018-02-24 12:21:16 +00:00
  • 10d87e6652 Update README.md Alexandre SPIESER 2018-01-27 16:44:31 +00:00
  • 49e2e0c26b MongoDB 3.6 Support, Identity 2.0.1 upgrade. alexandre-spieser 2018-01-27 16:29:47 +00:00
  • 17b38aeb3f Make surewe you only add properties that are from the UserLoginInfo type. alexandre-spieser 2018-01-13 00:16:53 +00:00
  • e9ce1b0111 giving credits. alexandre-spieser 2017-11-30 23:01:31 +00:00
  • 49a13ba3b0 Updated packages to 2.0.1 and added support for primary keys of type long. alexandre-spieser 2017-11-30 22:54:26 +00:00
  • 10eb28d918 added SqlUserStoreMethodsThrowWhenDisposedTest back alexandre-spieser 2017-11-19 19:10:22 +00:00
  • f6c85c8385 edit release notes. alexandre-spieser 2017-11-19 19:03:07 +00:00
  • 833a2bed99 Make the sample mvc app depend on the nuget package. alexandre-spieser 2017-11-19 18:59:29 +00:00
  • 9fe92db2e1 Make sure the lifetime of the UserStore is the same as the UserManager to avoid ObjectDisposed exceptions. alexandre-spieser 2017-11-19 18:47:55 +00:00
  • 567a64985c Merge branch 'master' of https://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore alexandre-spieser 2017-11-19 18:35:45 +00:00
  • 2046daf11b added mongodb mvc sample alexandre-spieser 2017-11-19 18:35:40 +00:00
  • fc8032ee9e Update README.md Alexandre SPIESER 2017-11-14 13:53:28 +00:00
  • 23d52d0275 Update README.md Alexandre SPIESER 2017-11-14 13:52:33 +00:00
  • 8beeaf463d Update README.md Alexandre SPIESER 2017-11-01 09:34:21 +00:00
  • e561777658 Update README.md Alexandre SPIESER 2017-10-29 18:26:13 +00:00
  • 91277203fd Update README.md Alexandre SPIESER 2017-10-29 18:24:56 +00:00
  • 43b3d8efb5 Update README.md Alexandre SPIESER 2017-10-29 18:23:59 +00:00
  • 876cb39497 Updated testing framework. alexandre-spieser 2017-10-29 18:50:25 +00:00
  • 80424ad512 Update README.md Alexandre SPIESER 2017-10-29 17:44:14 +00:00
  • 8d49c3fb96 Fixing tests. alexandre-spieser 2017-10-29 18:20:54 +00:00