Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • d33821d (develop) Basic delete from DB working by Robin THONI 2018-10-11 21:45:21 +0100
  • 9f8a55d Basic write to DB working by Robin THONI 2018-10-07 18:27:47 +0100
  • 316f06c Added options to configure expression parsing; parse oderBy and filter expressions; basic filter and orderBy working; removed Id property from LuObjectsDbo; added descriptors for groups and metadata by Robin THONI 2018-10-06 16:55:01 +0100
  • 934546e Added error handling; added tests; basic read from DB working by Robin THONI 2018-10-05 17:35:54 +0100
  • a7afb88 Added dstObject in ILuObjectConverter by Robin THONI 2018-09-30 13:24:59 +0100
  • 9367a6b Added extension methods to add luticate services by Robin THONI 2018-09-29 16:14:38 +0100
  • e836686 Added partial copy support in LuObjectConverter and tests by Robin THONI 2018-09-29 15:49:20 +0100
  • 48abfad Removed unused imports; Added new interfaces for LuConvertersOptions by Robin THONI 2018-09-25 20:00:40 +0100
  • f4b8528 Refactored test by Robin THONI 2018-09-21 21:32:50 +0100
  • 36a79a7 Renamed method by Robin THONI 2018-09-21 20:18:17 +0100
  • dfa8f94 Removed PartialObjectCopier stuff; fixed ObjectConverterDescriptor.AddNullMemberConverter; misc by Robin THONI 2018-09-21 20:15:37 +0100
  • 4178122 LuObjectConverter stuff by Robin THONI 2018-09-16 23:37:13 +0100
  • 1fa0d15 began LuObjectConverter by Robin THONI 2018-09-16 01:31:17 +0100
  • 5193e99 refactor; code fixes by Robin THONI 2018-09-15 16:57:08 +0100
  • ced9032 LuObjectConverter stuff by Robin THONI 2018-09-15 16:24:07 +0100
  • 4298436 test by Robin THONI 2018-09-09 16:59:01 +0100
  • 830a828 (HEAD -> master) stuff by Robin THONI 2018-06-28 12:52:06 +0200
  • 775a0be Added MVC projects; added some DBOs in Auth by Robin THONI 2018-05-22 16:46:50 +0200
  • 4bdb014 Added Luticate2.Auth, unit tests and sample projects by Robin THONI 2018-05-22 14:55:06 +0200
  • 3e3277a init by Robin THONI 2018-05-22 14:37:28 +0200
  • dde442b (develop-old) typo by Robin THONI 2017-11-25 15:20:25 +0100
  • 8041d02 (tag: v0.6.0, master-old) v0.6.0 by Robin THONI 2017-07-04 20:17:13 -0500
  • 233dc1d moved GetCrudEntityType method in extension method by Robin THONI 2017-07-04 18:45:45 -0500
  • 29d96d6 renamed crud specific methods by Robin THONI 2017-07-04 18:33:06 -0500
  • 4c956b9 migrated to xproj by Robin THONI 2017-07-04 18:11:51 -0500
  • 15136fd refactor crud utils; added auth options dbo by Robin THONI 2017-03-30 18:12:11 -0400
  • 8310abf users add/get/delete/login/logout/me by Robin THONI 2017-03-29 22:26:04 -0400
  • 133b870 added user password related methods by Robin THONI 2017-03-27 23:31:09 -0400
  • d039c74 added luresult helper by Robin THONI 2017-03-27 23:18:46 -0400
  • bd2d2f5 began Auth by Robin THONI 2017-03-27 22:57:27 -0400
  • 35a382e (tag: v0.5.3) v0.5.3 by Robin THONI 2017-02-14 10:20:33 -0500
  • 60d8d67 README by Robin THONI 2017-02-14 10:19:05 -0500
  • 6649ebb fixed pkguid business by Robin THONI 2017-02-14 10:13:14 -0500
  • d529ead added lu fs files controller 404 test by Robin THONI 2017-02-13 18:35:24 -0500
  • d57ad69 (tag: v0.5.2) v0.5.2 by Robin THONI 2017-02-06 00:12:29 -0500
  • 79c4233 added action for raw files; added test app config dbo; removed use static files by Robin THONI 2017-02-06 00:11:13 -0500
  • 456f936 (tag: v0.5.1) v0.5.1 by Robin THONI 2017-02-05 20:18:33 -0500
  • bd9cd53 fixed fs files order by; added fs files get single by id; moved test static file controller to 'uploadraw'; fs files controller refactor; fixed fs files edit by id by Robin THONI 2017-02-05 20:16:01 -0500
  • be14e01 (tag: v0.5.0) v0.5.0 by Robin THONI 2017-02-05 17:27:12 -0500
  • 004e9e4 added fs files crud; simplified ILuCrudInterface; tests; added LuPaginatedDbo helpers by Robin THONI 2017-02-05 17:20:29 -0500
  • e2f730e (tag: v0.4.0) v0.4.0 by Robin THONI 2017-02-02 18:16:55 -0500
  • 0d0b589 changed DbSet to IQueryable by Robin THONI 2017-02-02 18:15:39 -0500
  • 37aac3e fixed edit transaction by Robin THONI 2017-01-18 13:41:18 -0500
  • 59534ce removed redondant savechanges by Robin THONI 2017-01-18 13:30:54 -0500
  • cf1253e (tag: v0.3.0) v0.3.0 by Robin THONI 2017-01-15 19:40:52 -0500
  • c64f915 added SyncManyToMany method by Robin THONI 2017-01-15 18:29:50 -0500
  • 84cce62 fixed LuFilterDbo; tests; added filters in pkguid by Robin THONI 2017-01-15 17:03:37 -0500
  • 5ea2880 improved LuFilterDbo by Robin THONI 2017-01-15 16:27:35 -0500
  • 74599ff added dbo/model conversion tools; added add/edit hooks; tests by Robin THONI 2017-01-15 15:26:16 -0500
  • c5a2039 added sql error check (ability to move business in db); tests by Robin THONI 2017-01-15 02:42:18 -0500
  • 0d148ff added transaction on crud delete; tests by Robin THONI 2017-01-15 01:13:08 -0500
  • 641703d using Configure method for LuUtilsOptions; added transactions to LuEfDataAccess; updated readme; tests by Robin THONI 2017-01-15 00:27:47 -0500
  • 872c20d (tag: v0.2.6) v0.2.6 by Robin THONI 2017-01-03 13:29:47 -0500
  • 6869093 fixed wrapper dbo case by Robin THONI 2017-01-03 13:29:30 -0500
  • b231467 (tag: v0.2.5) v0.2.5 by Robin THONI 2016-12-27 12:17:16 -0500
  • adf2fec string to guid extension method; tests by Robin THONI 2016-12-27 12:16:49 -0500
  • f8d229a (tag: v0.2.4) v0.2.4 by Robin THONI 2016-12-26 16:25:22 -0500
  • 7cf9895 made all curd methods virtual by Robin THONI 2016-12-26 16:24:58 -0500
  • 3156add (tag: v0.2.3) v0.2.3 by Robin THONI 2016-12-23 18:49:40 -0500
  • 0665d6d perform full get after add/edit/delete by Robin THONI 2016-12-23 18:48:10 -0500
  • 88ee5fe (tag: v0.2.2) v0.2.2 by Robin THONI 2016-12-23 02:25:12 -0500
  • f948c59 mark items as edited before convertings to dbo by Robin THONI 2016-12-23 02:24:23 -0500
  • 07ee0be (tag: v0.2.1) v0.2.0 by Robin THONI 2016-12-23 01:43:12 -0500
  • 85c6943 typo by Robin THONI 2016-12-23 01:42:29 -0500
  • 6eb370d (tag: v0.2.0) v0.2.0 by Robin THONI 2016-12-23 01:38:26 -0500
  • 4949969 switched to transient dbcontext by Robin THONI 2016-12-23 01:37:20 -0500
  • ce11bc8 (tag: v0.1.6) v0.1.6 by Robin THONI 2016-12-23 01:05:54 -0500
  • 781149d removed EF cache by Robin THONI 2016-12-23 01:05:04 -0500
  • 70d4684 (tag: v0.1.5) v0.1.5 by Robin THONI 2016-12-22 20:28:42 -0500
  • cf5217e added virtual method to do eager loading by Robin THONI 2016-12-22 20:27:27 -0500
  • 864efa1 (tag: v0.1.4) v0.1.4 by Robin THONI 2016-12-22 00:46:48 -0500
  • c0cf7ca fixed model state filter by Robin THONI 2016-12-22 00:45:46 -0500
  • 553ea0f (tag: v0.1.3) v0.1.3 by Robin THONI 2016-12-21 16:38:05 -0500
  • ea02511 readme deploy instructions by Robin THONI 2016-12-21 16:37:47 -0500
  • 486c34f set logging levels for dev and prod by Robin THONI 2016-12-21 16:30:30 -0500
  • 6a905fc TODO by Robin THONI 2016-12-21 16:09:39 -0500
  • cf004cd log exceptions by Robin THONI 2016-12-21 16:08:33 -0500
  • 6b38d93 README; gitignore; removed lock files by Robin THONI 2016-12-21 15:58:55 -0500
  • ae9465d fixed project.json; fixed lufilter dbo annotation by Robin THONI 2016-12-21 14:00:09 -0500
  • baec8c2 (tag: v0.1.0) v0.1.0 by Robin THONI 2016-12-20 22:47:30 -0500
  • 551a508 added pagination request dbo by Robin THONI 2016-12-20 21:34:35 -0500
  • 53c1d88 added model validation filter by Robin THONI 2016-12-20 21:08:05 -0500
  • ae780c8 TODO; fixed twig templates by Robin THONI 2016-12-20 20:16:21 -0500
  • aa8471a removed unused imports; added someText check; fixed crud business null check by Robin THONI 2016-12-20 17:07:50 -0500
  • 5057956 added dbo in notifications filters; made hub connection tracker thread safe by Robin THONI 2016-12-20 16:48:14 -0500
  • 68329b4 track websocket connections; filter lunotifications by Robin THONI 2016-12-20 16:26:25 -0500
  • aa639a9 moved tests to utils only by Robin THONI 2016-12-20 14:59:48 -0500
  • d49a878 fixed code-from-ds due to rider default project folder fix by Robin THONI 2016-12-20 14:31:11 -0500
  • 713e477 project.json update by Robin THONI 2016-12-19 01:10:14 -0500
  • 672132f project.json update by Robin THONI 2016-12-19 01:08:08 -0500
  • 2317936 added websocket notifications for crud business by Robin THONI 2016-12-19 00:58:31 -0500
  • 4d9eea6 generifyed long/string id; begin websockets by Robin THONI 2016-12-18 19:28:13 -0500
  • 130c755 use default db port by Robin THONI 2016-12-17 20:29:23 -0500
  • 3d32705 using appsetting connection string by Robin THONI 2016-12-17 20:25:46 -0500
  • 8d34e48 moved prod config to default by Robin THONI 2016-12-17 20:21:23 -0500
  • f0076b6 listen on 0.0.0.0; added prod and dev json config files by Robin THONI 2016-12-17 20:14:33 -0500
  • 51a521e added pkguid error public message by Robin THONI 2016-12-17 01:48:18 -0500
  • 68b554f added limited stored proc support by Robin THONI 2016-12-16 21:51:18 -0500
  • 5a232d3 added filter dbo; added filter in crud interface; added npgsql int.ToString method support by Robin THONI 2016-12-16 16:18:46 -0500
  • 93a80d9 added updated/deleted at columns by Robin THONI 2016-12-15 01:43:10 -0500