Skip to content

Dev to release #1802

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

Merged
merged 50 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
72be80f
Shipped groupName
Jr7468 Sep 27, 2023
8ad8102
Changed MFARergister OC to point to the Entra page
Jr7468 Sep 27, 2023
f876f70
new profile
KelvinTegelaar Sep 27, 2023
f681cf4
Merge pull request #1771 from Jr7468/dev
KelvinTegelaar Sep 28, 2023
75432f2
Update Users.js
Jr7468 Sep 28, 2023
4f25cf9
Update Users.js
Jr7468 Sep 28, 2023
d7b1a38
Add compliance portal
rvdwegen Sep 29, 2023
68a6e5f
Merge pull request #1775 from rvdwegen/patch-5
KelvinTegelaar Sep 29, 2023
b89295d
Merge pull request #82 from KelvinTegelaar/dev
JohnDuprey Sep 30, 2023
2f600d6
CippTable Updates
JohnDuprey Oct 1, 2023
6ea4643
Merge branch 'dev' of https://github.com/Jr7468/CIPP into dev
Jr7468 Oct 4, 2023
25fbded
Merge branch 'dev' of https://github.com/Jr7468/CIPP into dev
Jr7468 Oct 4, 2023
2163e31
Cleaned up merge issues
Jr7468 Oct 4, 2023
1723f1a
Added external: true flag and modified URL
Jr7468 Oct 5, 2023
ea3d4cb
Merge branch 'dev' of https://github.com/Jr7468/CIPP into dev
Jr7468 Oct 5, 2023
9b65c8c
Merge pull request #1783 from Jr7468/dev
KelvinTegelaar Oct 6, 2023
369e045
Merge pull request #1776 from johnduprey/dev
KelvinTegelaar Oct 6, 2023
2de0dd6
improving profile pages
KelvinTegelaar Oct 6, 2023
ffc2884
Added settings page and offboarding defaults
KelvinTegelaar Oct 8, 2023
5a1387c
fixes #1792
KelvinTegelaar Oct 8, 2023
ce9d353
add new tenant functionality
KelvinTegelaar Oct 8, 2023
c9a322d
better adding of new alert
KelvinTegelaar Oct 8, 2023
b54b8d2
Add switch to optionally enable tenantId inclusion in Alerts
Yoshify Oct 8, 2023
6e3aa3a
Add TenantID column in Logbook with handling for null values.
Yoshify Oct 8, 2023
7046c76
Merge pull request #1794 from HealthITAU/dev-alerts-redo
KelvinTegelaar Oct 9, 2023
d203119
Permissions and app approval base
KelvinTegelaar Oct 9, 2023
02f8b66
CippDatatable.js
JohnDuprey Oct 10, 2023
b433438
Update Home.js
JohnDuprey Oct 10, 2023
45a00ae
Add switch parameter types
JohnDuprey Oct 10, 2023
94c331e
Merge pull request #1796 from johnduprey/dev
KelvinTegelaar Oct 10, 2023
a13d053
app approval and time
KelvinTegelaar Oct 10, 2023
bcf1c4a
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP into dev
KelvinTegelaar Oct 10, 2023
e9a34ac
do not cancel requests when listing tenants and switching pages
KelvinTegelaar Oct 11, 2023
cdff41d
Azure AD to Entra ID name change
rvdwegen Oct 11, 2023
9e40e07
Azure AD to Entra ID name change
rvdwegen Oct 11, 2023
45680f0
Merge pull request #1797 from rvdwegen/aadnamefix
KelvinTegelaar Oct 11, 2023
016b017
Company Administrator warnings
JohnDuprey Oct 11, 2023
c1dc3b2
Scheduler Update
JohnDuprey Oct 11, 2023
aea0282
Merge pull request #1798 from johnduprey/dev
KelvinTegelaar Oct 11, 2023
c7d86d4
fix some classes stuff
KelvinTegelaar Oct 11, 2023
4c0aaaa
improved extention
KelvinTegelaar Oct 11, 2023
926f32a
exports now show filtered items
KelvinTegelaar Oct 12, 2023
a5885aa
fixes interface bug
KelvinTegelaar Oct 12, 2023
f04e107
allow adding of custom attributes
KelvinTegelaar Oct 12, 2023
b1f94e7
RFF ArrayFields
JohnDuprey Oct 13, 2023
e7a883e
Merge pull request #1801 from johnduprey/dev
KelvinTegelaar Oct 13, 2023
78b818a
Fixes alert wizard
KelvinTegelaar Oct 13, 2023
f5c8d18
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP into dev
KelvinTegelaar Oct 13, 2023
f22161d
upped version
KelvinTegelaar Oct 13, 2023
e5b3963
uppev ersion
KelvinTegelaar Oct 13, 2023
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
50 changes: 47 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"core-js": "^3.18.3",
"enzyme": "^3.11.0",
"final-form": "^4.20.4",
"final-form-arrays": "^3.1.0",
"fuzzysort": "^1.1.4",
"javascript-time-ago": "^2.5.9",
"jspdf": "^2.4.0",
Expand All @@ -67,6 +68,7 @@
"react-datepicker": "^4.10.0",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.7",
"react-final-form-arrays": "^3.1.4",
"react-final-form-listeners": "^1.0.3",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^3.4.4",
Expand Down
Loading