Historique des commits

Auteur SHA1 Message Date
  Michael Bromley 79b23bb6de feat(server): Expand input for registerCustomerAccount mutation il y a 7 ans
  Michael Bromley 634325d0c0 test(server): Create TestingTransport option for testing email sending il y a 7 ans
  Michael Bromley 66095db71c feat(server): Improve email previews when using "file" transport il y a 7 ans
  Michael Bromley 00603e3088 feat(server): Implement basics of User email verification flow il y a 7 ans
  Michael Bromley 878bc27007 chore(server): Reorganize folder structure for email preview script il y a 7 ans
  Michael Bromley d5e8cc8801 refactor(server): Create UserService & move User-related methods into it il y a 7 ans
  Michael Bromley f825c8930a feat(server): Passable order confirmation email implementation il y a 7 ans
  Michael Bromley fdbfb864ea refactor(server): Split email loading & sending into separate classes il y a 7 ans
  Michael Bromley 31e923c045 feat(server): Implement email generation based on Handlebars and MJML il y a 7 ans
  Michael Bromley 11d56609f0 feat(server): Initial implementation of transactional emails il y a 7 ans
  Michael Bromley ba0dc5a376 test(server): Fix broken Order test il y a 7 ans
  Michael Bromley e3f3c7c6c4 fix(server): Fix a few TS compiler errors il y a 7 ans
  Michael Bromley 6d95443e87 feat(server): Allow guest Customers to view completed order il y a 7 ans
  Michael Bromley 169f709961 feat(server): implement setCustomerForOrder mutation il y a 7 ans
  Michael Bromley 303349e3b5 feat(server): Create EventBus service, module & tests il y a 7 ans
  Michael Bromley af2aabcabf chore(server): Remove CustomFields from dev config il y a 7 ans
  Michael Bromley deacc43b08 fix(admin-ui): Fix ts compiler error il y a 7 ans
  Michael Bromley ab64882c74 feat(admin-ui): Split ProductDetail into tabs il y a 7 ans
  Michael Bromley 33c6005d37 fix(server): Fix adding/removing Country from Zone il y a 7 ans
  Michael Bromley ca0bde3a76 refactor(admin-ui): Slim down payload of GetCountryList & GetZones il y a 7 ans
  Michael Bromley 1d4e870525 feat(server): Optimize product queries with variant resolver il y a 7 ans
  Michael Bromley 69b7d8b769 feat(admin-ui): Sticky action bar & other minor styling tweaks il y a 7 ans
  Michael Bromley 8ecb9395cf feat(admin-ui): Create rich text editor il y a 7 ans
  Michael Bromley 751ea8d27a test(server): Write a bunch of e2e tests for Order resolver il y a 7 ans
  Michael Bromley 033c96227e refactor(server): Store reference to ShippingMethod in Order il y a 7 ans
  Michael Bromley 7e82f290b5 refactor(server): Move ID codec into a service for easier reuse il y a 7 ans
  Michael Bromley ee6a84c75f feat(server): Implement orderByCode query il y a 7 ans
  Michael Bromley b28bffe225 feat(admin-ui): Display payments in OrderDetailComponent il y a 7 ans
  Michael Bromley 2134badd16 feat(server): Add property resolver for Order payments il y a 7 ans
  Michael Bromley b9deafa203 feat(server): Implement addPaymentToOrder mutation il y a 7 ans