0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server
Naz Gargol 27bf453792
Migrated authentication controller to v2 (#10950)
refs #10060

- Migrated authentication.resetPassword method to v2
- Migrated authentication.acceptInvitation method to v2
- Migrated authentication.setup method to v2
- Added missing test coverage for "setupUpdate" method
- Migrated authentication.updateSetup method to v2
- Migrated authentication.isInvitation method to v2
- Migrated authentication.isSetup method to v2
- Removed unused 'setup.completed' event as it wasn's used anywhere in the system and has been complicating the logic unnecessarily
- Without the event, it's possible to simplify sendNotification method to just use email address of the user
- Added email sending check to v0.1 test suite
- Refactored sendNotification method to just use email address as parameter
- Renamed sendNotification to sendWelcomeMail
- The only thing the method does now is sending welcome mail, so new naming seems natural :)
2019-08-01 13:18:24 +02:00
..
adapters Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
api Switched to use v2 http module instead of ovelooked v1 2019-08-01 13:06:15 +02:00
config 🐛 Allowed .ico files to be uploaded for icons. (#10820) 2019-07-01 13:29:24 +07:00
data Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
lib Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
models Ensured Admin API cannot fetch internal integrations (#10501) 2019-07-24 11:52:55 +02:00
public Update default 404 page 2019-07-15 14:47:01 +02:00
services Renamed sendNotification to sendWelcomeMail 2019-07-30 16:15:53 +02:00
translations Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Migrated authentication controller to v2 (#10950) 2019-08-01 13:18:24 +02:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00