Allow to log in to external accounts.
Pretty ready, but still need:
- actions logging to provide both to users and site administrators an audit
- UI to link
- Undo stuff should be committed as a separate commit (don't forget Controller).
Differential D445
[WIP] [DO NOT MERGE] External accounts dereckson on Jul 2 2016, 08:51. Authored by Tags None Referenced Files
Subscribers
Details
Allow to log in to external accounts. Pretty ready, but still need:
Diff Detail
Event TimelineComment Actions Two autonomous commits to extract:
Comment Actions authurl() is now a global function, not a directive, Comment Actions
Undo should probably released as a keruald/undo library. Logging and audit should be implemented before to merge this, Comment Actions Previous test issue was introduced when we added the source_username field: I noticed interface offers getNickname and getId method, but public properties
Comment Actions Use Eloquent relationships. Eloquent provides mathods to abstract the relationships between models. Comment Actions ExternalSourcesController uses UndoStack We still need to offer somewhere an easier access to that stack.
|