Commit Graph
275 Commits
Author SHA1 Message Date
Sebastian Rindom f323a802c3 v1.0.0-y.3 2020-08-31 11:19:25 +02:00
Sebastian Rindom 7e8e3d8170 v1.0.0-y.0 2020-08-30 16:10:55 +02:00
Sebastian Rindom e20f85456e v1.0.0-alpha.37 2020-08-30 16:05:39 +02:00
Sebastian Rindom 16d3c88c4f fix: update password hashing 2020-08-30 16:04:57 +02:00
Sebastian Rindom 0433cee8cf v1.0.0-alpha.36 2020-08-30 10:00:12 +02:00
Sebastian Rindom f56bd6ab08 Updates hashing method 2020-08-30 09:59:46 +02:00
Sebastian Rindom 931fe9a41f v1.0.0-alpha.31 2020-08-28 12:48:23 +02:00
Sebastian Rindom 9650f7d1c1 v1.0.0-alpha.30 2020-08-28 11:47:23 +02:00
Sebastian Rindom 8896e239cb v1.0.0-alpha.27 2020-08-27 18:04:51 +02:00
Oliver Windall Juhl 9dc6999a9a feat(pagination): Adds MVP pagination to orders and products for admin routes 2020-08-27 17:51:23 +02:00
Sebastian Rindom e2572adadf v1.0.0-alpha.24 2020-08-27 10:48:41 +02:00
Sebastian Rindom e3332d4c47 v1.0.0-alpha.22 2020-08-25 18:27:24 +02:00
Sebastian Rindom 00a2ff0015 v1.0.0-alpha.21 2020-08-25 10:17:48 +02:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> f065072c25 Bump bcrypt from 3.0.7 to 5.0.0 in /packages/medusa (#90)
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.7 to 5.0.0.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.7...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 21:06:21 +02:00
Sebastian Rindom 9699d6d1d0 v1.0.0-alpha.15 2020-08-22 16:46:51 +02:00
Sebastian Rindom b7bc5ddc8b v1.0.0-alpha.14 2020-08-22 12:07:58 +02:00
Sebastian Rindom 06ca7ee0d7 Async 2020-08-22 12:07:40 +02:00
Sebastian Rindom 27d4e07c52 v1.0.0-alpha.13 2020-08-22 12:06:07 +02:00
Sebastian Rindom a40f47eadf v1.0.0-alpha.12 2020-08-22 11:59:58 +02:00
Sebastian Rindom 89275414d5 v1.0.0-alpha.11 2020-08-22 09:47:26 +02:00
Sebastian Rindom 83ea527718 v1.0.0-alpha.10 2020-08-22 09:19:26 +02:00
Sebastian Rindom b06bf2b356 v1.0.0-alpha.9 2020-08-21 23:27:00 +02:00
Sebastian Rindom 8918429388 Use express-sessions 2020-08-21 23:26:17 +02:00
Sebastian Rindom b25b0e15dd v1.0.0-alpha.8 2020-08-21 23:10:53 +02:00
Sebastian Rindom c61d35834c v1.0.0-alpha.7 2020-08-21 23:01:30 +02:00
Sebastian Rindom de7ba210a4 v1.0.0-alpha.6 2020-08-21 22:54:11 +02:00
Sebastian Rindom 17a889b22e v1.0.0-alpha.4 2020-08-20 14:54:25 +02:00
Sebastian Rindom 6e25418014 Package fixes 2020-08-20 14:53:50 +02:00
Sebastian Rindom 20643bbb52 v1.0.0-alpha.3 2020-08-20 13:57:50 +02:00
Sebastian Rindom 56ad2bdd91 Release ready 2020-08-20 13:57:31 +02:00
Sebastian Rindom 3cc7cbe512 v1.0.0-alpha.2 2020-08-20 13:52:58 +02:00
Sebastian Rindom 1d3b8befe4 Release ready 2020-08-20 13:52:29 +02:00
Sebastian Rindom b26bba807b v1.0.0-alpha.1 2020-08-20 13:48:35 +02:00
Sebastian Rindom 6952ee34df Fix build scripts 2020-08-20 13:47:56 +02:00
Sebastian Rindom a1cf900ed8 v1.0.0-alpha.0 2020-08-20 13:42:06 +02:00
Sebastian Rindom 630bf3abc6 Adds gift card support 2020-07-29 11:51:59 +02:00
olivermrbl 2e54c5627b Economic invoice booking finalized 2020-07-11 12:20:35 +02:00
Sebastian Rindom 716415263d Adds an image connector; introduces file service 2020-07-07 14:36:48 +02:00
olivermrbl 758c72bdf1 Fixes as a result of 'end-to-end-backend' test 2020-07-03 17:00:27 +02:00
Sebastian Rindom 4c2aec2838 Adds publish/subscribe pattern to allow plugins and projects to hook into events (#55)
Also adds CLI to ease development.
2020-05-07 13:47:27 +02:00
Sebastian Rindom 516bc7675d Adds Middleware API (#40)
* Adds test project

* Adds e2e for end-2-end tests

* Update gitignore

* Update loaders

* Creates test project

* v0.1.27

* Upgrade

* dependency fixes

* Load project plugins in the plugin loader

* Issue with instanceof

* Fixes versioning issues

* Adds medusa middleware api

* Adds documentation

* Fixes tests
2020-05-01 13:33:03 +02:00
Sebastian Rindom feda00d2d1 Decorators (#42)
Adds decorator functionality to BaseService
2020-04-30 21:39:30 +02:00
Sebastian Rindom bc5dc5fab4 Fixes failing user tetst 2020-04-06 12:51:23 +02:00
Sebastian Rindom 35e0930650 v0.3.0 2020-04-06 12:14:08 +02:00
Sebastian Rindom f0a9fd34f4 Publish 2020-04-06 12:13:55 +02:00
Sebastian Rindom a83ab58c76 v0.2.0 2020-04-06 12:13:16 +02:00
Sebastian Rindom 9308707884 Publish 2020-04-06 12:12:33 +02:00
Sebastian Rindom b874495fde v0.2.0-alpha.0 2020-04-04 15:48:28 +02:00
Sebastian Rindom cc8ccd44b9 v0.1.27-alpha.0 2020-04-04 15:48:15 +02:00
Sebastian Rindom 808d0912e3 Load Services, Models and API from Core, Plugins and Project root (#23) 2020-03-30 16:52:20 +02:00