Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all Hooks with appEvents #4915

Merged
merged 46 commits into from
Jan 22, 2019
Merged

Replace all Hooks with appEvents #4915

merged 46 commits into from
Jan 22, 2019

Commits on Dec 17, 2018

  1. feat: change all "afterAccountsUpdate" hooks to "afterAccountUpdate"

    using `appEvents`. Consistent new args passed.
    aldeed committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    359bba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7e821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a8c97 View commit details
    Browse the repository at this point in the history
  4. feat: implement consistent afterOrderUpdate app event

    and remove related hooks
    aldeed committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b95d418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f557d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9abd2e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b35364 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba0943e View commit details
    Browse the repository at this point in the history
  9. feat: remove onCreateUser hook

    aldeed committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    92b8ba2 View commit details
    Browse the repository at this point in the history
  10. feat: remove onLogin hook

    aldeed committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b24d254 View commit details
    Browse the repository at this point in the history
  11. feat: remove onImport hooks

    aldeed committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    3e6d91e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c7f21a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e293c29 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    449faab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c0f5f6 View commit details
    Browse the repository at this point in the history
  3. refactor: refactor code and remove hooks

    related to creation of the default owner user on startup
    aldeed committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4f8d003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8980ddd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f038a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee04d50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c7f223 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d65d8f View commit details
    Browse the repository at this point in the history
  9. refactor: replace "onGenerateSitemap" hook

    with "getPageSitemapItems" functions
    aldeed committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    a7c3e1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d04fbd View commit details
    Browse the repository at this point in the history
  11. chore: remove never-used file

    aldeed committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    84efd7c View commit details
    Browse the repository at this point in the history
  12. fix: await the findOne call

    aldeed committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b579507 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53b6257 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cf7193 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52b743b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    6471d28 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    6173c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a1f6ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e749de View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    de278eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95dca1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d0c0d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1089250 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa20a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b5f282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    433310d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86fac68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b2bfbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f25b85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    05fb5b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    80c3723 View commit details
    Browse the repository at this point in the history
  2. fix: consume correct event

    aldeed committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ab97849 View commit details
    Browse the repository at this point in the history
  3. chore: fix lint

    aldeed committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    425c43d View commit details
    Browse the repository at this point in the history