Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
fa00351
Merge pull request #1854 from KelvinTegelaar/dev
JohnDuprey Feb 27, 2026
e4a431e
Merge pull request #1879 from KelvinTegelaar/dev
KelvinTegelaar Mar 9, 2026
d8c2c56
Add mailbox forwarding report endpoints
TecharyJames Mar 10, 2026
7a5ae8a
Merge branch 'KelvinTegelaar:master' into feature/mailbox-forwarding-…
TecharyJames Mar 10, 2026
9f51668
Support UseReportDB and live EXO forwarding report
TecharyJames Mar 10, 2026
bf7ff6a
Remove ForwardingOnly parameter - always filter to forwarding mailboxes
TecharyJames Mar 10, 2026
b4da8ed
Show both addresses in ForwardTo when both internal and external are …
TecharyJames Mar 10, 2026
7978dd8
ForwardTo shows only external when both configured (external takes pr…
TecharyJames Mar 10, 2026
a80f59e
Remove Both forwarding type - external takes precedence
TecharyJames Mar 10, 2026
8ced808
fix: try parsing booleans instead of assuming it is one
JohnDuprey Mar 10, 2026
95161f5
Merge pull request #1882 from TecharyJames/feature/mailbox-forwarding…
KelvinTegelaar Mar 10, 2026
720017c
fix: track last setting update for triggers
JohnDuprey Mar 10, 2026
f418312
chore: bump version to 10.2.1
JohnDuprey Mar 10, 2026
d401063
fix: add backfill setting
JohnDuprey Mar 10, 2026
81a63ce
Merge pull request #1883 from KelvinTegelaar/dev
JohnDuprey Mar 10, 2026
9355bc4
fix: prevent scheduled offboardings from getting stuck in Processing …
claude Mar 11, 2026
5ede1c0
Fix offboarding orchestration never starting due to missing QueueItem…
claude Mar 11, 2026
fa1309b
fixes mfa sync account from being in the list
KelvinTegelaar Mar 11, 2026
aa32438
fix: exclude 'On-Premises Directory Synchronization Service Account' …
kris6673 Mar 11, 2026
92bf960
Merge pull request #1886 from kris6673/fix-noise
KelvinTegelaar Mar 11, 2026
37eb747
feat: add queue message peek functions
JohnDuprey Mar 11, 2026
5f8ec21
feat: add cippqueue output binding to activity functions
JohnDuprey Mar 11, 2026
acdefcb
chore: bump AzureFunctions.PowerShell.Durable.SDK to 2.2.0
JohnDuprey Mar 11, 2026
2659212
fix: move dbcache to start-cipporchestrator
JohnDuprey Mar 11, 2026
eb3c8f2
fix: move to CippOrchestrator
JohnDuprey Mar 11, 2026
691fb6c
fix: cippversion
JohnDuprey Mar 11, 2026
8405755
refactor: tests to fan-out > fan-in > fan-out like standards
JohnDuprey Mar 12, 2026
af2d204
fix: Update litigation hold standard to use more service plans
Mar 12, 2026
e42a490
feat: generate version info in json
JohnDuprey Mar 12, 2026
0231a68
refactor: convert tests to fan out > fan in > fan out
JohnDuprey Mar 12, 2026
04d223b
fix: remove etag and add force for cleaning up orch input
JohnDuprey Mar 12, 2026
57ad2de
Merge pull request #1887 from luimen6/feature/update-lit-hold-standard
KelvinTegelaar Mar 12, 2026
a2d0b4d
Merge pull request #1884 from ZenTopBrandon/bug/scheduled-offboarding…
KelvinTegelaar Mar 12, 2026
54648ce
Fix serviceprovider exception action
rvdwegen Mar 12, 2026
a96f0e1
Fix createdByAppId throwing app creation
rvdwegen Mar 12, 2026
01cff67
feat: add Invoke-ExecCippLogsSas function to generate read-only SAS t…
JohnDuprey Mar 12, 2026
2f4384b
add force to expiry storage
JohnDuprey Mar 12, 2026
355c0ba
fix: update SAS response format
JohnDuprey Mar 12, 2026
49d1cd1
chore: update default version to 10.2.2 in host.json and version_late…
JohnDuprey Mar 12, 2026
fa91ec5
fix: missing partition key
JohnDuprey Mar 13, 2026
c2a8557
fix: expire group cache after 5 minutes
JohnDuprey Mar 13, 2026
3ef06a1
fix: reduce properties to what is needed for logging
JohnDuprey Mar 13, 2026
5033884
fixes token replacement
KelvinTegelaar Mar 13, 2026
a963bf1
push
KelvinTegelaar Mar 13, 2026
816323b
fix: enhance result processing in mailbox permissions and orchestrati…
JohnDuprey Mar 13, 2026
af110ce
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into…
JohnDuprey Mar 13, 2026
941681f
Tenant Permissions Detailed Tests
Zacgoose Mar 14, 2026
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
Binary file modified .DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions .github/workflows/upload_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
with:
persist-credentials: false

# Create version.json with version and commit hash
- name: Create version.json
run: |
VERSION=$(cat version_latest.txt | tr -d '[:space:]')
SHORT_SHA="${GITHUB_SHA::7}"
echo "{\"version\": \"${VERSION}\", \"commit\": \"${SHORT_SHA}\"}" > version.json

# Create ZIP File in a New Source Directory
- name: Prepare and Zip Release Files
run: |
Expand Down
6 changes: 6 additions & 0 deletions CIPPActivityFunction/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"name": "starter",
"type": "durableClient",
"direction": "in"
},
{
"type": "queue",
"direction": "out",
"name": "QueueItem",
"queueName": "cippqueue"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Loading