-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
[REF] Standalone System - graduate some functions from Civi\Standalone\Security to CRM_Utils_System_Standalone and Civi\Authx\Standalone #31127
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
9629e8e
to
5a2d2d4
Compare
3662c15
to
bcb543b
Compare
bcb543b
to
b051062
Compare
Have narrowed this PR to take out:
|
dd7e4a3
to
4520316
Compare
Code looks good. IMO better to merge it now while Standalone is still in beta. |
… doesn't make sense for Standalone
…er isn't available
Thanks @colemanw There's a couple new merge conflicts that need working through, so switching to nearly-merge-ready just for the minute 🙂 |
4520316
to
49cf246
Compare
Hmm - I think this is now failing as a symptom of https://lab.civicrm.org/dev/core/-/issues/5493 - ActionObjectProvider::getEntities is getting a bit tied in knots during install as well as upgrade. |
6fcfd4c
to
0af7f37
Compare
0af7f37
to
1e702e0
Compare
@colemanw this is rebased and passing again - I think it's good to go 👍 |
Nice work @ufundo |
Overview
Attempt at consolidating some of the functions in
CRM_Utils_System_Standalone
,Civi\Standalone\Security
andCivi\Authx\Standalone
.Before
CRM_Utils_System_Standalone
are implemented inCivi\Standalone\Security
CRM_Utils_System_Standalone
for when standaloneusers extension is unavailableAfter
Comments
I've edited to break out some of the more functional changes.