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

Dev to hotfix #1151

Merged
merged 42 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
275b6f1
CPV partner tenant support
JohnDuprey Oct 7, 2024
15978c7
Remove return on exo exception
JohnDuprey Oct 7, 2024
fbd6afc
Fix listmailboxes param issue
JohnDuprey Oct 7, 2024
5a93672
Fix CA vacation mode exclusion
JohnDuprey Oct 8, 2024
0949be6
Update domain analyser
JohnDuprey Oct 8, 2024
cae37e3
Correct issue with standard
JohnDuprey Oct 8, 2024
4720827
Merge pull request #1141 from JohnDuprey/dev
JohnDuprey Oct 8, 2024
256d9ea
Optimize tenant refresh in onboarding
JohnDuprey Oct 8, 2024
62fc28b
Ninja webhook error handling
JohnDuprey Oct 9, 2024
3f6e628
Adjust logging webhooks for ninja
JohnDuprey Oct 9, 2024
16b087c
Add function node to log messages
JohnDuprey Oct 9, 2024
f0e19e0
Fix issue with ProcessorQueue functions
JohnDuprey Oct 9, 2024
eb174ac
Add missing timer
JohnDuprey Oct 9, 2024
d69a497
Merge branch 'KelvinTegelaar:dev' into dev
JohnDuprey Oct 9, 2024
66d1a69
app upload tweaks
JohnDuprey Oct 9, 2024
0b25589
Update Start-CIPPProcessorQueue.ps1
JohnDuprey Oct 9, 2024
2aa948b
Update Start-CIPPProcessorQueue.ps1
JohnDuprey Oct 9, 2024
67c266a
cleanup generic graph request
JohnDuprey Oct 10, 2024
441a910
Merge pull request #1142 from JohnDuprey/dev
JohnDuprey Oct 10, 2024
f5d532f
Fix LAPS & error msgs
JohnDuprey Oct 10, 2024
05f8d89
Merge pull request #1146 from JohnDuprey/dev
JohnDuprey Oct 10, 2024
38a3050
handle json conversion issues in BPA
JohnDuprey Oct 11, 2024
44fb679
NinjaOne API validation & fixes
JohnDuprey Oct 11, 2024
28076f5
Fix complex queries
JohnDuprey Oct 11, 2024
792895f
Update Set-CIPPAssignedPolicy.ps1
JohnDuprey Oct 11, 2024
c91f25c
fix list intune policy urlname
KelvinTegelaar Oct 11, 2024
3c2022d
filter queries
JohnDuprey Oct 11, 2024
abf80f4
Intune
KelvinTegelaar Oct 11, 2024
7db8767
Update Invoke-CIPPStandardPerUserMFA.ps1
JohnDuprey Oct 11, 2024
5197e8a
Audit log limit processing
JohnDuprey Oct 11, 2024
482c185
Merge branch 'KelvinTegelaar:dev' into dev
JohnDuprey Oct 11, 2024
4b39166
Merge pull request #1147 from JohnDuprey/dev
JohnDuprey Oct 11, 2024
7ee9ba5
tweak audit log search query
JohnDuprey Oct 11, 2024
cbddf6b
Remove queues from application approval
JohnDuprey Oct 11, 2024
97b8b9e
Merge branch 'KelvinTegelaar:dev' into dev
JohnDuprey Oct 11, 2024
c58304c
Merge pull request #1148 from JohnDuprey/dev
JohnDuprey Oct 11, 2024
cf40591
Update Invoke-NinjaOneTenantSync.ps1
JohnDuprey Oct 11, 2024
848f408
Audit log error handling
JohnDuprey Oct 11, 2024
0532c8b
Merge pull request #1149 from JohnDuprey/dev
JohnDuprey Oct 11, 2024
869cb96
Update version_latest.txt
JohnDuprey Oct 11, 2024
22ffeed
Merge branch 'KelvinTegelaar:dev' into dev
JohnDuprey Oct 11, 2024
3104c59
Merge pull request #1150 from JohnDuprey/dev
JohnDuprey Oct 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CIPPTimers.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
"PreferredProcessor": "auditlog",
"IsSystem": true
},
{
"Command": "Start-ApplicationOrchestrator",
"Description": "Orchestrator to process application uploads",
"Cron": "0 0 */12 * * *",
"Priority": 2,
"RunOnProcessor": true
},
{
"Command": "Start-WebhookOrchestrator",
"Description": "Orchestrator to process webhooks",
Expand Down
Loading