提交歷史

作者 SHA1 備註 提交日期
  Michael Bromley 4fc9c8ff99 fix(server): Correctly handle expired registration tokens 7 年之前
  Michael Bromley b1ffa1e397 fix(server): Do not allow re-registration of verified email addresses 7 年之前
  Michael Bromley d300978c1d refactor(server): Use Nest's onModuleInit hook to run service setup 7 年之前
  Michael Bromley b890a0c510 fix(server): Fix use of deprecated api for file uploads 7 年之前
  Michael Bromley 108f06eab1 feat(server): Add billingAddress property to Order entity 7 年之前
  Michael Bromley 52ecc378e1 feat(server): Make tax zone/price calculations configurable 7 年之前
  Michael Bromley fe05f44e4b chore(server): Remove unused variable, fix ts error 7 年之前
  Michael Bromley 690fbd3bbd chore(admin-ui): Update admin-ui deps 7 年之前
  Michael Bromley 28e75a1d88 chore(server): Update server deps 7 年之前
  Michael Bromley 2cf14d73b1 chore(server): Update i18next & related packages 7 年之前
  Michael Bromley 903a723e8a fix(admin-ui): Display payment transactionId on order detail page 7 年之前
  Michael Bromley 8af82d3d4b refactor(server): Export only a single example payment provider 7 年之前
  Michael Bromley b08073963b fix(server): Handle missing assets, fix preset generation 7 年之前
  Michael Bromley b94f58d847 feat(server): Simplify DefaultAssetServer constructor options 7 年之前
  Michael Bromley 70e2fb45a9 feat(server): Add hostname config option 7 年之前
  Michael Bromley af8282a4c7 fix(server): Correct loading of email templates 7 年之前
  Michael Bromley a2a4063f93 refactor(server): Enable TypeScript esModuleInterop flag 7 年之前
  Michael Bromley 57bb328d7a refactor(server): Rename VendurePlugin.init() -> configure() 7 年之前
  Michael Bromley a0c709c130 fix(server): Handle EISDIR error in importer 7 年之前
  Michael Bromley 75d5d3d2f7 Merge branch 'product-search' 7 年之前
  Michael Bromley b92addd50e feat(admin-ui): Use search for product list 7 年之前
  Michael Bromley a0d882730c feat(server): Add DefaultSearchPlugin to init template 7 年之前
  Michael Bromley bfee4b2693 feat(server): Add groupByProducts option to SearchInput 7 年之前
  Michael Bromley e3af6d0443 feat(server): AssetInterceptor handles search results 7 年之前
  Michael Bromley 88d2484ddc feat(server): Search response exposes FacetValues 7 年之前
  Michael Bromley 8ca0b0ff28 feat(server): Simple weighted fulltext search 7 年之前
  Michael Bromley 8dde64a6e3 refactor(server): Separate search plugin into api / service layers 7 年之前
  Michael Bromley 74338d00fb refactor(server): Simplify the way plugin providers are exported 7 年之前
  Michael Bromley 81defefe5d feat(server): Create initial types and resolver for product search 7 年之前
  Michael Bromley edcada1e2d refactor(server): Plugins specify GraphQL types and resolvers separately 7 年之前