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

[Outlook] - NAA sample with IE fallback #860

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
54c1272
initial commit
davidchesnut Sep 13, 2024
f47a7d7
draft getting files in ie11 webview
davidchesnut Sep 18, 2024
ef9ee67
lists files on task pane.
davidchesnut Sep 18, 2024
36a12ae
works for ie and edge webviews
davidchesnut Sep 19, 2024
4f4bf84
add sign out for ie11
davidchesnut Sep 20, 2024
b722fb0
code refactoring supports edge and ie webviews
davidchesnut Sep 22, 2024
d928fd3
add signout support and refactoring
davidchesnut Sep 23, 2024
2d736b9
refactoring pass
davidchesnut Sep 23, 2024
7b3b9cc
refactoring
davidchesnut Sep 25, 2024
59e2fb8
fixes to sample
codexeon Sep 30, 2024
438820d
rename sample
codexeon Sep 30, 2024
96d2982
rename folder
codexeon Sep 30, 2024
3592b1b
modify description
codexeon Sep 30, 2024
1bdd7b5
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/README.md
codexeon Oct 1, 2024
ca79f04
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/README.md
codexeon Oct 1, 2024
848be54
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/assets/sample.json
codexeon Oct 1, 2024
691c79c
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/assets/sample.json
codexeon Oct 1, 2024
ebea3de
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/src/taskpane/fallback/d…
codexeon Oct 1, 2024
3b62a9d
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/README.md
codexeon Oct 1, 2024
cc65c43
review comments
codexeon Oct 1, 2024
977d215
Merge branch 'davech-naa-fallback' of https://github.com/OfficeDev/Of…
codexeon Oct 1, 2024
40ea194
Update Samples/auth/Outlook-Add-in-SSO-NAA-IE/README.md
codexeon Oct 1, 2024
166aa26
fix internet explorer casing
codexeon Oct 1, 2024
c13e1fb
Merge branch 'davech-naa-fallback' of https://github.com/OfficeDev/Of…
codexeon Oct 1, 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
8 changes: 8 additions & 0 deletions Samples/auth/Outlook-Add-in-SSO-NAA-IE/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": [
"office-addins"
],
"extends": [
"plugin:office-addins/recommended"
]
}
Loading