generated from wandyezj/website-react
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into graph
- Loading branch information
Showing
82 changed files
with
3,232 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Actions | ||
|
||
Associate a trigger with an action. | ||
|
||
- Trigger | ||
- office.js event | ||
- shortcut | ||
- Action | ||
- executable JavaScript | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Content Security Policy | ||
|
||
The policy applied | ||
|
||
- script-src `ajax.aspnetcdn.com` | ||
- required for outlook, loaded by office.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# GitHub Gist Storage | ||
|
||
Create a source for GitHub gists. | ||
|
||
## Display on UI | ||
|
||
- [ ] Add GitHub storage location. | ||
- [] GitHub Icon | ||
- [ ] Use Gist id as the id. | ||
- [ ] Manual Save (so there are not multiple revisions) | ||
- Database entry for local copy, and version based on (only for edited) | ||
- When saved verify there hasn't been a revision (use created at and updated at) | ||
- if based off latest revision -> update | ||
- if newer revision -> dialog overwrite or create new gist. | ||
- provide option to public or private save | ||
- [ ] Differentiate between private and public gists | ||
- [ ] Only enable if a valid PAT is present | ||
- How to check if valid? | ||
- if any of the calls fail, say check the pat? (especially as PATs expire) | ||
- Offer to open URL: https://github.com/settings/personal-access-tokens and directions to Regenerate Token. | ||
- [ ] Document how to use as a feature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Sideload | ||
|
||
[Sideload Add-Ins for testing][sideload-docs] | ||
|
||
For outlook web use: | ||
https://outlook.live.com/mail/0/inclientstore | ||
|
||
## Production | ||
|
||
Download the production manifest: | ||
|
||
- Get for [Word, Excel, and PowerPoint](https://store.office.com/app/download?assetid=WA200006798&cmu=en-US). | ||
- Get for [Outlook](https://store.office.com/app/download?assetid=WA200006932&cmu=en-US). | ||
|
||
If you are using a managed account, there is an IT setting that can disable loading from the store and a setting that can disable sideloading. If you can't access the store you might still be able to sideload. | ||
|
||
|
||
## Setup manifest share | ||
|
||
As administrator run: | ||
> .\scripts\create-manifest-share.cmd | ||
## Copy over manifests | ||
|
||
This copies over the latest manifests to the manifest share. | ||
|
||
> npm run share | ||
## Load the local manifest | ||
|
||
Basic manifests are located in the [manifests folder](../manifests/) | ||
|
||
Follow: [Sideload Add-Ins for testing][sideload-docs] | ||
|
||
Load | ||
|
||
- `local.xml` for Word, Excel, PowerPoint. | ||
- `local.outlook.xml` for Outlook. | ||
|
||
Click the `[Local]` Ribbon Tab to view the local version. | ||
|
||
### Sideloading Outlook Web | ||
|
||
[Install Teams Toolkit cli](https://www.npmjs.com/package/@microsoft/teamsapp-cli) | ||
|
||
> npm install -g @microsoft/teamsapp-cli | ||
[Install the Manifest](https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/teams-toolkit-cli?pivots=version-three#teamsapp-install) | ||
|
||
> teamsapp install --xml-path manifest.xml | ||
Where `manifest.xml` is the path to the manifest. | ||
|
||
|
||
[sideload-docs]: https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.