-
Notifications
You must be signed in to change notification settings - Fork 319
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
Fixed layout for navigation items. Fixed bug with "Open in new window" option in hyperlink selector. #1193
Merged
Conversation
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
ygrik
approved these changes
Mar 18, 2021
EmilienBassez
added a commit
to BeMoTech/api-management-developer-portal
that referenced
this pull request
Aug 19, 2021
* Fixed token setting issue. (Azure#1108) * Fixed refresh logic for shared access signature tokens. Fixed time formatting. (Azure#1112) * Hide the product subscription name on delegation (Azure#1113) closes Azure#787 * Cleaned up authentication logic. Fixed issue with read-only props in schema. Fixes Map widget issue. (Azure#1115) * Added headers in operation response docs (Azure#1117) close Azure#693 * Operation list improvements (Azure#1116) * Added toggle to manage operation name wrap * Added a toggle to manage to show operation urlTemplate or name * added search operation by urlTemplate * changed wrap mode to break-word close Azure#1019 * Added api products widgets (grid and tiles) (Azure#1126) * Added API products widgets (grid and tiles) * added style class for tiles closes Azure#1072 * Fixed tabs for representation contentType (Azure#1127) closes Azure#1119 * Fixed signout on close user account (Azure#1129) Fixed signout on close user account added notification parameter to send an email for the developer portal * Added basic XSD schema support in API documentation. (Azure#1137) * Fix for migration between subscription-to-subscription apim developer portal (Azure#1145) * Fix for migration between subscription to subscription apim dev portal by passing the az login details in parameters * updated description of parameter * Fixed PR comments - updated optional description in parameters * Added header to trace get mapi requests (Azure#1147) * Process for migration scripts will return error code when scrip fails (Azure#1149) * Added notification parameter for create user with AAD (Azure#1150) * Fixed notification parameter for create user with OAuth (Azure#1152) * Temporarily added supplying state parameter to the client. (Azure#1153) * Added token retrieve from user activate MAPI request (Azure#1158) * Added token retrive from user activate MAPI request close Azure#1157 * Added logic to prevent DOM changes on request to prevent error (Azure#1160) * Changed variable requestUrl to url (Azure#1159) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Added tiles widgets for api products and products list (Azure#1162) * Changed conflict destToken -> destKey (Azure#1164) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Accessibility fix 8954122: removed action from operation name (Azure#1167) * Upgraded paperbits libraries to 0.1.382. (Azure#1174) * Fixed several bugs (Azure#1185) * Bump elliptic from 6.5.3 to 6.5.4 (Azure#1178) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump prismjs from 1.22.0 to 1.23.0 (Azure#1169) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.22.0...v1.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rolled back azure libraries due to discovered bugs. Upraded node-sass and sass-loader packages. (Azure#1188) * Added support for tags as a refrence in url for apis and operations (Azure#1189) * Fixed layout for blocks and inline-blocks. (Azure#1190) * Fixed layout for navigation items. Fixed bug with "Open in new window" option. (Azure#1193) * Fixed several accessibility issues. (Azure#1195) * Added asterisks to required form fields. * Fixed luminosity contrast ratio for the form group toggle button. * Unified hyperlink selector controls across components. Fixed tooltip binding. * Added setting the aria-selected tag to code samples tabs. * Fixed some issues with hyperlink and anchor resolution. (Azure#1197) * Increase apiversion to handle minimum apiversion set (Azure#1215) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Fixed issues with menu and hyperlink rendering. (Azure#1222) * Fixed dropdown styles and functionality. Fixed report widgets. (Azure#1223) * Extended "Operation details" widget with "Use CORS proxy" option. (Azure#1233) * Fixed delegation actions names (Azure#1234) Fixed delegation actions names * Uncommented /portalRevisions endpoint to enable publishing. (Azure#1236) * Contrast colors fix for try button and focus selection (Azure#1239) * [scripts.v3] fix: http request fails when response code is 202, which means Accepted (Azure#1242) Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> * Fixes for token refresh logic. (Azure#1252) * Removed devops scripts v1. (Azure#1259) * Revise readme.md to point to new documentation (Azure#1263) * Added support for "resource owner password" grant flow. (Azure#1219) * Added missing hamburger icon style. (Azure#1270) * Fixed close account. Reuse sign-out on account close. (Azure#1285) * Fixed close account. Reuse signout on account close. * use update instead of init in markdown bindingHandler (Azure#1279) * Upgraded dependency libraries. Added new widget icons. (Azure#1288) * Fixed several accessibility issues (Azure#1292) * Fixed accessibility issues with tab controls. * Fixed syntax highlight colors to comply with luminosity requirements. * Added dialog-like behavior to Test console panel. * Added capture/generate scripts metadata operations. (Azure#1295) * Removed direct dependency of node-sass module. (Azure#1317) * Fixed form controls focus highlight. (Azure#1318) * Fixed serveal accessibility and security issues. Fixed build issues with sass-loader. (Azure#1324) * Added support sso token in hash (Azure#1339) * Ignore IDE files * #1 Widget - Main layout bar - Example of development of a custom widget - Including external dependencies (ui libraries) * WebSocket APIs (Azure#1297) Added code templates for ws Added API type in API list Improved WebSockets examples Improved WebSockets support in test console Merged changes from managed version * Leveraged B2C signout. Moved AAD/B2C configuration publishing into config.json. Added option to override reply URL(s). (Azure#1346) * Fixed minor issues with B2C configuration. Switched publishing functionality to portal revisions API. (Azure#1349) * Added support for setting folders and timestamp (Azure#1365) Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> * Added support for multipart request body in Test console (Azure#1359) Co-authored-by: Igor O <igo@microsoft.com> * Added basic mulitpart form data support to API documentation. (Azure#1381) * Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362) * Revert "Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362)" (Azure#1390) This reverts commit 0c618f7. * Upgraded dependencies. Replaced deprecated awesome-typescript-loader with ts-loader. Fixed Terser build configuration. (Azure#1391) * Fixed minor issue with AAD signout. Rolled back terser-webpack-plugin version to mitigate build issues. (Azure#1392) * feat: ignore .DS_Store files (Azure#1397) * fix aadB2CClientConfig casing (Azure#1395) * Disabled scrolling to operation name by default. (Azure#1402) * Main layout in KO & design system implementaion * Fix merge from Azure base project * Clean workflow Co-authored-by: Alexander Zaslonov <zaslonov.alexander@gmail.com> Co-authored-by: Igor O <ygrik@hotmail.com> Co-authored-by: Sanjeevi Subramani <ssanjeevi.ss@gmail.com> Co-authored-by: Marcin Dudek <manekd@gmail.com> Co-authored-by: Erik Mogensen <ErikMogensen@users.noreply.github.com> Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benas Taurosevičius <b.taurosevicius@gmail.com> Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> Co-authored-by: Mike Budzynski <40186513+mikebudzynski@users.noreply.github.com> Co-authored-by: patst <patrick.steinig@googlemail.com> Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> Co-authored-by: Igor O <igo@microsoft.com> Co-authored-by: Bernhard Rode <mail@bernhardrode.de> Co-authored-by: Émilien <E1001Ba16@msn.com>
EmilienBassez
pushed a commit
to BeMoTech/api-management-developer-portal
that referenced
this pull request
Sep 29, 2021
* Fixed token setting issue. (Azure#1108) * Fixed refresh logic for shared access signature tokens. Fixed time formatting. (Azure#1112) * Hide the product subscription name on delegation (Azure#1113) closes Azure#787 * Cleaned up authentication logic. Fixed issue with read-only props in schema. Fixes Map widget issue. (Azure#1115) * Added headers in operation response docs (Azure#1117) close Azure#693 * Operation list improvements (Azure#1116) * Added toggle to manage operation name wrap * Added a toggle to manage to show operation urlTemplate or name * added search operation by urlTemplate * changed wrap mode to break-word close Azure#1019 * Added api products widgets (grid and tiles) (Azure#1126) * Added API products widgets (grid and tiles) * added style class for tiles closes Azure#1072 * Fixed tabs for representation contentType (Azure#1127) closes Azure#1119 * Fixed signout on close user account (Azure#1129) Fixed signout on close user account added notification parameter to send an email for the developer portal * Added basic XSD schema support in API documentation. (Azure#1137) * Fix for migration between subscription-to-subscription apim developer portal (Azure#1145) * Fix for migration between subscription to subscription apim dev portal by passing the az login details in parameters * updated description of parameter * Fixed PR comments - updated optional description in parameters * Added header to trace get mapi requests (Azure#1147) * Process for migration scripts will return error code when scrip fails (Azure#1149) * Added notification parameter for create user with AAD (Azure#1150) * Fixed notification parameter for create user with OAuth (Azure#1152) * Temporarily added supplying state parameter to the client. (Azure#1153) * Added token retrieve from user activate MAPI request (Azure#1158) * Added token retrive from user activate MAPI request close Azure#1157 * Added logic to prevent DOM changes on request to prevent error (Azure#1160) * Changed variable requestUrl to url (Azure#1159) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Added tiles widgets for api products and products list (Azure#1162) * Changed conflict destToken -> destKey (Azure#1164) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Accessibility fix 8954122: removed action from operation name (Azure#1167) * Upgraded paperbits libraries to 0.1.382. (Azure#1174) * Fixed several bugs (Azure#1185) * Bump elliptic from 6.5.3 to 6.5.4 (Azure#1178) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump prismjs from 1.22.0 to 1.23.0 (Azure#1169) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.22.0...v1.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rolled back azure libraries due to discovered bugs. Upraded node-sass and sass-loader packages. (Azure#1188) * Added support for tags as a refrence in url for apis and operations (Azure#1189) * Fixed layout for blocks and inline-blocks. (Azure#1190) * Fixed layout for navigation items. Fixed bug with "Open in new window" option. (Azure#1193) * Fixed several accessibility issues. (Azure#1195) * Added asterisks to required form fields. * Fixed luminosity contrast ratio for the form group toggle button. * Unified hyperlink selector controls across components. Fixed tooltip binding. * Added setting the aria-selected tag to code samples tabs. * Fixed some issues with hyperlink and anchor resolution. (Azure#1197) * Increase apiversion to handle minimum apiversion set (Azure#1215) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Fixed issues with menu and hyperlink rendering. (Azure#1222) * Fixed dropdown styles and functionality. Fixed report widgets. (Azure#1223) * Extended "Operation details" widget with "Use CORS proxy" option. (Azure#1233) * Fixed delegation actions names (Azure#1234) Fixed delegation actions names * Uncommented /portalRevisions endpoint to enable publishing. (Azure#1236) * Contrast colors fix for try button and focus selection (Azure#1239) * [scripts.v3] fix: http request fails when response code is 202, which means Accepted (Azure#1242) Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> * Fixes for token refresh logic. (Azure#1252) * Removed devops scripts v1. (Azure#1259) * Revise readme.md to point to new documentation (Azure#1263) * Added support for "resource owner password" grant flow. (Azure#1219) * Added missing hamburger icon style. (Azure#1270) * Fixed close account. Reuse sign-out on account close. (Azure#1285) * Fixed close account. Reuse signout on account close. * use update instead of init in markdown bindingHandler (Azure#1279) * Upgraded dependency libraries. Added new widget icons. (Azure#1288) * Fixed several accessibility issues (Azure#1292) * Fixed accessibility issues with tab controls. * Fixed syntax highlight colors to comply with luminosity requirements. * Added dialog-like behavior to Test console panel. * Added capture/generate scripts metadata operations. (Azure#1295) * Removed direct dependency of node-sass module. (Azure#1317) * Fixed form controls focus highlight. (Azure#1318) * Fixed serveal accessibility and security issues. Fixed build issues with sass-loader. (Azure#1324) * Added support sso token in hash (Azure#1339) * WebSocket APIs (Azure#1297) Added code templates for ws Added API type in API list Improved WebSockets examples Improved WebSockets support in test console Merged changes from managed version * Leveraged B2C signout. Moved AAD/B2C configuration publishing into config.json. Added option to override reply URL(s). (Azure#1346) * Fixed minor issues with B2C configuration. Switched publishing functionality to portal revisions API. (Azure#1349) * Added support for setting folders and timestamp (Azure#1365) Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> * Added support for multipart request body in Test console (Azure#1359) Co-authored-by: Igor O <igo@microsoft.com> * Added basic mulitpart form data support to API documentation. (Azure#1381) * Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362) * Revert "Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362)" (Azure#1390) This reverts commit 0c618f7. * Upgraded dependencies. Replaced deprecated awesome-typescript-loader with ts-loader. Fixed Terser build configuration. (Azure#1391) * Fixed minor issue with AAD signout. Rolled back terser-webpack-plugin version to mitigate build issues. (Azure#1392) * feat: ignore .DS_Store files (Azure#1397) * fix aadB2CClientConfig casing (Azure#1395) * Disabled scrolling to operation name by default. (Azure#1402) * Fixed widget selection issue in layout editor. (Azure#1418) * Added functionality to show legal text by default on product page load (Azure#1414) * script to add GTM to developer portal (Azure#1405) * Added npm dependencies * Specify npm dependencies version * Navigation menu for default layout update * Import for icons fix * Material icons import - Added sass logic * Authentication - Navigation menu through the widget designer - Removed icon from B2C button * Merge branch 'master' into feature/auth * Testing Sign-in AD B2C Co-authored-by: Alexander Zaslonov <zaslonov.alexander@gmail.com> Co-authored-by: Igor O <ygrik@hotmail.com> Co-authored-by: Sanjeevi Subramani <ssanjeevi.ss@gmail.com> Co-authored-by: Marcin Dudek <manekd@gmail.com> Co-authored-by: Erik Mogensen <ErikMogensen@users.noreply.github.com> Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benas Taurosevičius <b.taurosevicius@gmail.com> Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> Co-authored-by: Mike Budzynski <40186513+mikebudzynski@users.noreply.github.com> Co-authored-by: patst <patrick.steinig@googlemail.com> Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> Co-authored-by: Igor O <igo@microsoft.com> Co-authored-by: Bernhard Rode <mail@bernhardrode.de> Co-authored-by: Travis Whipps <88871562+traviswhipps@users.noreply.github.com> Co-authored-by: Nik Osvalds <60047271+nosvalds@users.noreply.github.com>
adil-kar
pushed a commit
to BeMoTech/api-management-developer-portal
that referenced
this pull request
Oct 20, 2021
* Fixed token setting issue. (Azure#1108) * Fixed refresh logic for shared access signature tokens. Fixed time formatting. (Azure#1112) * Hide the product subscription name on delegation (Azure#1113) closes Azure#787 * Cleaned up authentication logic. Fixed issue with read-only props in schema. Fixes Map widget issue. (Azure#1115) * Added headers in operation response docs (Azure#1117) close Azure#693 * Operation list improvements (Azure#1116) * Added toggle to manage operation name wrap * Added a toggle to manage to show operation urlTemplate or name * added search operation by urlTemplate * changed wrap mode to break-word close Azure#1019 * Added api products widgets (grid and tiles) (Azure#1126) * Added API products widgets (grid and tiles) * added style class for tiles closes Azure#1072 * Fixed tabs for representation contentType (Azure#1127) closes Azure#1119 * Fixed signout on close user account (Azure#1129) Fixed signout on close user account added notification parameter to send an email for the developer portal * Added basic XSD schema support in API documentation. (Azure#1137) * Fix for migration between subscription-to-subscription apim developer portal (Azure#1145) * Fix for migration between subscription to subscription apim dev portal by passing the az login details in parameters * updated description of parameter * Fixed PR comments - updated optional description in parameters * Added header to trace get mapi requests (Azure#1147) * Process for migration scripts will return error code when scrip fails (Azure#1149) * Added notification parameter for create user with AAD (Azure#1150) * Fixed notification parameter for create user with OAuth (Azure#1152) * Temporarily added supplying state parameter to the client. (Azure#1153) * Added token retrieve from user activate MAPI request (Azure#1158) * Added token retrive from user activate MAPI request close Azure#1157 * Added logic to prevent DOM changes on request to prevent error (Azure#1160) * Changed variable requestUrl to url (Azure#1159) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Added tiles widgets for api products and products list (Azure#1162) * Changed conflict destToken -> destKey (Azure#1164) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Accessibility fix 8954122: removed action from operation name (Azure#1167) * Upgraded paperbits libraries to 0.1.382. (Azure#1174) * Fixed several bugs (Azure#1185) * Bump elliptic from 6.5.3 to 6.5.4 (Azure#1178) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump prismjs from 1.22.0 to 1.23.0 (Azure#1169) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.22.0...v1.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rolled back azure libraries due to discovered bugs. Upraded node-sass and sass-loader packages. (Azure#1188) * Added support for tags as a refrence in url for apis and operations (Azure#1189) * Fixed layout for blocks and inline-blocks. (Azure#1190) * Fixed layout for navigation items. Fixed bug with "Open in new window" option. (Azure#1193) * Fixed several accessibility issues. (Azure#1195) * Added asterisks to required form fields. * Fixed luminosity contrast ratio for the form group toggle button. * Unified hyperlink selector controls across components. Fixed tooltip binding. * Added setting the aria-selected tag to code samples tabs. * Fixed some issues with hyperlink and anchor resolution. (Azure#1197) * Increase apiversion to handle minimum apiversion set (Azure#1215) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Fixed issues with menu and hyperlink rendering. (Azure#1222) * Fixed dropdown styles and functionality. Fixed report widgets. (Azure#1223) * Extended "Operation details" widget with "Use CORS proxy" option. (Azure#1233) * Fixed delegation actions names (Azure#1234) Fixed delegation actions names * Uncommented /portalRevisions endpoint to enable publishing. (Azure#1236) * Contrast colors fix for try button and focus selection (Azure#1239) * [scripts.v3] fix: http request fails when response code is 202, which means Accepted (Azure#1242) Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> * Fixes for token refresh logic. (Azure#1252) * Removed devops scripts v1. (Azure#1259) * Revise readme.md to point to new documentation (Azure#1263) * Added support for "resource owner password" grant flow. (Azure#1219) * Added missing hamburger icon style. (Azure#1270) * Fixed close account. Reuse sign-out on account close. (Azure#1285) * Fixed close account. Reuse signout on account close. * use update instead of init in markdown bindingHandler (Azure#1279) * Upgraded dependency libraries. Added new widget icons. (Azure#1288) * Fixed several accessibility issues (Azure#1292) * Fixed accessibility issues with tab controls. * Fixed syntax highlight colors to comply with luminosity requirements. * Added dialog-like behavior to Test console panel. * Added capture/generate scripts metadata operations. (Azure#1295) * Removed direct dependency of node-sass module. (Azure#1317) * Fixed form controls focus highlight. (Azure#1318) * Fixed serveal accessibility and security issues. Fixed build issues with sass-loader. (Azure#1324) * Added support sso token in hash (Azure#1339) * WebSocket APIs (Azure#1297) Added code templates for ws Added API type in API list Improved WebSockets examples Improved WebSockets support in test console Merged changes from managed version * Leveraged B2C signout. Moved AAD/B2C configuration publishing into config.json. Added option to override reply URL(s). (Azure#1346) * Fixed minor issues with B2C configuration. Switched publishing functionality to portal revisions API. (Azure#1349) * Added support for setting folders and timestamp (Azure#1365) Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> * Added support for multipart request body in Test console (Azure#1359) Co-authored-by: Igor O <igo@microsoft.com> * Added basic mulitpart form data support to API documentation. (Azure#1381) * Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362) * Revert "Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362)" (Azure#1390) This reverts commit 0c618f7. * Upgraded dependencies. Replaced deprecated awesome-typescript-loader with ts-loader. Fixed Terser build configuration. (Azure#1391) * Fixed minor issue with AAD signout. Rolled back terser-webpack-plugin version to mitigate build issues. (Azure#1392) * feat: ignore .DS_Store files (Azure#1397) * fix aadB2CClientConfig casing (Azure#1395) * Disabled scrolling to operation name by default. (Azure#1402) * Fixed widget selection issue in layout editor. (Azure#1418) * Added functionality to show legal text by default on product page load (Azure#1414) * script to add GTM to developer portal (Azure#1405) * Added npm dependencies * Specify npm dependencies version * Navigation menu for default layout update * Import for icons fix * Material icons import - Added sass logic * Authentication - Navigation menu through the widget designer - Removed icon from B2C button * Merge branch 'master' into feature/auth * Testing Sign-in AD B2C * Redirect to home when unauthorized * Avatar menu when authenticated * Fixed config modelBinder * Custom widget config * Custom avatar menu * Fixing widget contract * Basic widget contract and view model binder * Removed widget editor "Visible to" logic is directly set in the code not through the editor * Code clean-up * API custom tiles * Seperating style for API tiles * Same folder for custom style * Include custom style in already existing file * Custom documentation service - Service to get markdowns from github repository Co-authored-by: Alexander Zaslonov <zaslonov.alexander@gmail.com> Co-authored-by: Igor O <ygrik@hotmail.com> Co-authored-by: Sanjeevi Subramani <ssanjeevi.ss@gmail.com> Co-authored-by: Marcin Dudek <manekd@gmail.com> Co-authored-by: Erik Mogensen <ErikMogensen@users.noreply.github.com> Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benas Taurosevičius <b.taurosevicius@gmail.com> Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> Co-authored-by: Mike Budzynski <40186513+mikebudzynski@users.noreply.github.com> Co-authored-by: patst <patrick.steinig@googlemail.com> Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> Co-authored-by: Igor O <igo@microsoft.com> Co-authored-by: Bernhard Rode <mail@bernhardrode.de> Co-authored-by: Travis Whipps <88871562+traviswhipps@users.noreply.github.com> Co-authored-by: Nik Osvalds <60047271+nosvalds@users.noreply.github.com>
phfrc
added a commit
to BeMoTech/api-management-developer-portal
that referenced
this pull request
Oct 26, 2021
* Fixed token setting issue. (Azure#1108) * Fixed refresh logic for shared access signature tokens. Fixed time formatting. (Azure#1112) * Hide the product subscription name on delegation (Azure#1113) closes Azure#787 * Cleaned up authentication logic. Fixed issue with read-only props in schema. Fixes Map widget issue. (Azure#1115) * Added headers in operation response docs (Azure#1117) close Azure#693 * Operation list improvements (Azure#1116) * Added toggle to manage operation name wrap * Added a toggle to manage to show operation urlTemplate or name * added search operation by urlTemplate * changed wrap mode to break-word close Azure#1019 * Added api products widgets (grid and tiles) (Azure#1126) * Added API products widgets (grid and tiles) * added style class for tiles closes Azure#1072 * Fixed tabs for representation contentType (Azure#1127) closes Azure#1119 * Fixed signout on close user account (Azure#1129) Fixed signout on close user account added notification parameter to send an email for the developer portal * Added basic XSD schema support in API documentation. (Azure#1137) * Fix for migration between subscription-to-subscription apim developer portal (Azure#1145) * Fix for migration between subscription to subscription apim dev portal by passing the az login details in parameters * updated description of parameter * Fixed PR comments - updated optional description in parameters * Added header to trace get mapi requests (Azure#1147) * Process for migration scripts will return error code when scrip fails (Azure#1149) * Added notification parameter for create user with AAD (Azure#1150) * Fixed notification parameter for create user with OAuth (Azure#1152) * Temporarily added supplying state parameter to the client. (Azure#1153) * Added token retrieve from user activate MAPI request (Azure#1158) * Added token retrive from user activate MAPI request close Azure#1157 * Added logic to prevent DOM changes on request to prevent error (Azure#1160) * Changed variable requestUrl to url (Azure#1159) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Added tiles widgets for api products and products list (Azure#1162) * Changed conflict destToken -> destKey (Azure#1164) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Accessibility fix 8954122: removed action from operation name (Azure#1167) * Upgraded paperbits libraries to 0.1.382. (Azure#1174) * Fixed several bugs (Azure#1185) * Bump elliptic from 6.5.3 to 6.5.4 (Azure#1178) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump prismjs from 1.22.0 to 1.23.0 (Azure#1169) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.22.0...v1.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rolled back azure libraries due to discovered bugs. Upraded node-sass and sass-loader packages. (Azure#1188) * Added support for tags as a refrence in url for apis and operations (Azure#1189) * Fixed layout for blocks and inline-blocks. (Azure#1190) * Fixed layout for navigation items. Fixed bug with "Open in new window" option. (Azure#1193) * Fixed several accessibility issues. (Azure#1195) * Added asterisks to required form fields. * Fixed luminosity contrast ratio for the form group toggle button. * Unified hyperlink selector controls across components. Fixed tooltip binding. * Added setting the aria-selected tag to code samples tabs. * Fixed some issues with hyperlink and anchor resolution. (Azure#1197) * Increase apiversion to handle minimum apiversion set (Azure#1215) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Fixed issues with menu and hyperlink rendering. (Azure#1222) * Fixed dropdown styles and functionality. Fixed report widgets. (Azure#1223) * Extended "Operation details" widget with "Use CORS proxy" option. (Azure#1233) * Fixed delegation actions names (Azure#1234) Fixed delegation actions names * Uncommented /portalRevisions endpoint to enable publishing. (Azure#1236) * Contrast colors fix for try button and focus selection (Azure#1239) * [scripts.v3] fix: http request fails when response code is 202, which means Accepted (Azure#1242) Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> * Fixes for token refresh logic. (Azure#1252) * Removed devops scripts v1. (Azure#1259) * Revise readme.md to point to new documentation (Azure#1263) * Added support for "resource owner password" grant flow. (Azure#1219) * Added missing hamburger icon style. (Azure#1270) * Fixed close account. Reuse sign-out on account close. (Azure#1285) * Fixed close account. Reuse signout on account close. * use update instead of init in markdown bindingHandler (Azure#1279) * Upgraded dependency libraries. Added new widget icons. (Azure#1288) * Fixed several accessibility issues (Azure#1292) * Fixed accessibility issues with tab controls. * Fixed syntax highlight colors to comply with luminosity requirements. * Added dialog-like behavior to Test console panel. * Added capture/generate scripts metadata operations. (Azure#1295) * Removed direct dependency of node-sass module. (Azure#1317) * Fixed form controls focus highlight. (Azure#1318) * Fixed serveal accessibility and security issues. Fixed build issues with sass-loader. (Azure#1324) * Added support sso token in hash (Azure#1339) * WebSocket APIs (Azure#1297) Added code templates for ws Added API type in API list Improved WebSockets examples Improved WebSockets support in test console Merged changes from managed version * Leveraged B2C signout. Moved AAD/B2C configuration publishing into config.json. Added option to override reply URL(s). (Azure#1346) * Fixed minor issues with B2C configuration. Switched publishing functionality to portal revisions API. (Azure#1349) * Added support for setting folders and timestamp (Azure#1365) Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> * Added support for multipart request body in Test console (Azure#1359) Co-authored-by: Igor O <igo@microsoft.com> * Added basic mulitpart form data support to API documentation. (Azure#1381) * Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362) * Revert "Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362)" (Azure#1390) This reverts commit 0c618f7. * Upgraded dependencies. Replaced deprecated awesome-typescript-loader with ts-loader. Fixed Terser build configuration. (Azure#1391) * Fixed minor issue with AAD signout. Rolled back terser-webpack-plugin version to mitigate build issues. (Azure#1392) * feat: ignore .DS_Store files (Azure#1397) * fix aadB2CClientConfig casing (Azure#1395) * Disabled scrolling to operation name by default. (Azure#1402) * Fixed widget selection issue in layout editor. (Azure#1418) * Added functionality to show legal text by default on product page load (Azure#1414) * script to add GTM to developer portal (Azure#1405) * Added npm dependencies * Specify npm dependencies version * Navigation menu for default layout update * Import for icons fix * Material icons import - Added sass logic * Authentication - Navigation menu through the widget designer - Removed icon from B2C button * Merge branch 'master' into feature/auth * Testing Sign-in AD B2C * Redirect to home when unauthorized * Avatar menu when authenticated * Fixed config modelBinder * Custom widget config * Custom avatar menu * Fixing widget contract * Basic widget contract and view model binder * Removed widget editor "Visible to" logic is directly set in the code not through the editor * Code clean-up * API custom tiles * Seperating style for API tiles * Same folder for custom style * Include custom style in already existing file * Custom documentation service - Service to get markdowns from github repository * API tiles & Github service (documentation) - Avatar menu - Service for Github documentation - API list Co-authored-by: Alexander Zaslonov <zaslonov.alexander@gmail.com> Co-authored-by: Igor O <ygrik@hotmail.com> Co-authored-by: Sanjeevi Subramani <ssanjeevi.ss@gmail.com> Co-authored-by: Marcin Dudek <manekd@gmail.com> Co-authored-by: Erik Mogensen <ErikMogensen@users.noreply.github.com> Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benas Taurosevičius <b.taurosevicius@gmail.com> Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> Co-authored-by: Mike Budzynski <40186513+mikebudzynski@users.noreply.github.com> Co-authored-by: patst <patrick.steinig@googlemail.com> Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> Co-authored-by: Igor O <igo@microsoft.com> Co-authored-by: Bernhard Rode <mail@bernhardrode.de> Co-authored-by: Travis Whipps <88871562+traviswhipps@users.noreply.github.com> Co-authored-by: Nik Osvalds <60047271+nosvalds@users.noreply.github.com>
EmilienBassez
pushed a commit
to BeMoTech/api-management-developer-portal
that referenced
this pull request
Jan 31, 2022
* Fixed token setting issue. (Azure#1108) * Fixed refresh logic for shared access signature tokens. Fixed time formatting. (Azure#1112) * Hide the product subscription name on delegation (Azure#1113) closes Azure#787 * Cleaned up authentication logic. Fixed issue with read-only props in schema. Fixes Map widget issue. (Azure#1115) * Added headers in operation response docs (Azure#1117) close Azure#693 * Operation list improvements (Azure#1116) * Added toggle to manage operation name wrap * Added a toggle to manage to show operation urlTemplate or name * added search operation by urlTemplate * changed wrap mode to break-word close Azure#1019 * Added api products widgets (grid and tiles) (Azure#1126) * Added API products widgets (grid and tiles) * added style class for tiles closes Azure#1072 * Fixed tabs for representation contentType (Azure#1127) closes Azure#1119 * Fixed signout on close user account (Azure#1129) Fixed signout on close user account added notification parameter to send an email for the developer portal * Added basic XSD schema support in API documentation. (Azure#1137) * Fix for migration between subscription-to-subscription apim developer portal (Azure#1145) * Fix for migration between subscription to subscription apim dev portal by passing the az login details in parameters * updated description of parameter * Fixed PR comments - updated optional description in parameters * Added header to trace get mapi requests (Azure#1147) * Process for migration scripts will return error code when scrip fails (Azure#1149) * Added notification parameter for create user with AAD (Azure#1150) * Fixed notification parameter for create user with OAuth (Azure#1152) * Temporarily added supplying state parameter to the client. (Azure#1153) * Added token retrieve from user activate MAPI request (Azure#1158) * Added token retrive from user activate MAPI request close Azure#1157 * Added logic to prevent DOM changes on request to prevent error (Azure#1160) * Changed variable requestUrl to url (Azure#1159) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Added tiles widgets for api products and products list (Azure#1162) * Changed conflict destToken -> destKey (Azure#1164) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Accessibility fix 8954122: removed action from operation name (Azure#1167) * Upgraded paperbits libraries to 0.1.382. (Azure#1174) * Fixed several bugs (Azure#1185) * Bump elliptic from 6.5.3 to 6.5.4 (Azure#1178) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump prismjs from 1.22.0 to 1.23.0 (Azure#1169) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.22.0...v1.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rolled back azure libraries due to discovered bugs. Upraded node-sass and sass-loader packages. (Azure#1188) * Added support for tags as a refrence in url for apis and operations (Azure#1189) * Fixed layout for blocks and inline-blocks. (Azure#1190) * Fixed layout for navigation items. Fixed bug with "Open in new window" option. (Azure#1193) * Fixed several accessibility issues. (Azure#1195) * Added asterisks to required form fields. * Fixed luminosity contrast ratio for the form group toggle button. * Unified hyperlink selector controls across components. Fixed tooltip binding. * Added setting the aria-selected tag to code samples tabs. * Fixed some issues with hyperlink and anchor resolution. (Azure#1197) * Increase apiversion to handle minimum apiversion set (Azure#1215) Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> * Fixed issues with menu and hyperlink rendering. (Azure#1222) * Fixed dropdown styles and functionality. Fixed report widgets. (Azure#1223) * Extended "Operation details" widget with "Use CORS proxy" option. (Azure#1233) * Fixed delegation actions names (Azure#1234) Fixed delegation actions names * Uncommented /portalRevisions endpoint to enable publishing. (Azure#1236) * Contrast colors fix for try button and focus selection (Azure#1239) * [scripts.v3] fix: http request fails when response code is 202, which means Accepted (Azure#1242) Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> * Fixes for token refresh logic. (Azure#1252) * Removed devops scripts v1. (Azure#1259) * Revise readme.md to point to new documentation (Azure#1263) * Added support for "resource owner password" grant flow. (Azure#1219) * Added missing hamburger icon style. (Azure#1270) * Fixed close account. Reuse sign-out on account close. (Azure#1285) * Fixed close account. Reuse signout on account close. * use update instead of init in markdown bindingHandler (Azure#1279) * Upgraded dependency libraries. Added new widget icons. (Azure#1288) * Fixed several accessibility issues (Azure#1292) * Fixed accessibility issues with tab controls. * Fixed syntax highlight colors to comply with luminosity requirements. * Added dialog-like behavior to Test console panel. * Added capture/generate scripts metadata operations. (Azure#1295) * Removed direct dependency of node-sass module. (Azure#1317) * Fixed form controls focus highlight. (Azure#1318) * Fixed serveal accessibility and security issues. Fixed build issues with sass-loader. (Azure#1324) * Added support sso token in hash (Azure#1339) * WebSocket APIs (Azure#1297) Added code templates for ws Added API type in API list Improved WebSockets examples Improved WebSockets support in test console Merged changes from managed version * Leveraged B2C signout. Moved AAD/B2C configuration publishing into config.json. Added option to override reply URL(s). (Azure#1346) * Fixed minor issues with B2C configuration. Switched publishing functionality to portal revisions API. (Azure#1349) * Added support for setting folders and timestamp (Azure#1365) Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> * Added support for multipart request body in Test console (Azure#1359) Co-authored-by: Igor O <igo@microsoft.com> * Added basic mulitpart form data support to API documentation. (Azure#1381) * Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362) * Revert "Azure Devops pipeline to migrate APIM dev portal from one instance to another instance of APIM (Azure#1362)" (Azure#1390) This reverts commit 0c618f7. * Upgraded dependencies. Replaced deprecated awesome-typescript-loader with ts-loader. Fixed Terser build configuration. (Azure#1391) * Fixed minor issue with AAD signout. Rolled back terser-webpack-plugin version to mitigate build issues. (Azure#1392) * feat: ignore .DS_Store files (Azure#1397) * fix aadB2CClientConfig casing (Azure#1395) * Disabled scrolling to operation name by default. (Azure#1402) * Fixed widget selection issue in layout editor. (Azure#1418) * Added functionality to show legal text by default on product page load (Azure#1414) * script to add GTM to developer portal (Azure#1405) * Added npm dependencies * Specify npm dependencies version * Navigation menu for default layout update * Import for icons fix * Material icons import - Added sass logic * Authentication - Navigation menu through the widget designer - Removed icon from B2C button * Merge branch 'master' into feature/auth * Testing Sign-in AD B2C * Redirect to home when unauthorized * Avatar menu when authenticated * Fixed config modelBinder * Custom widget config * Custom avatar menu * Fixing widget contract * Basic widget contract and view model binder * Removed widget editor "Visible to" logic is directly set in the code not through the editor * Code clean-up * API custom tiles * Seperating style for API tiles * Same folder for custom style * Include custom style in already existing file * Custom documentation service - Service to get markdowns from github repository * API tiles & Github service (documentation) - Avatar menu - Service for Github documentation - API list * Fixing navigation issues Updating dependencies * Documentation - Documentation paperbits widget - Dynamic menu - Anchors * Generate SAS Token Co-authored-by: Alexander Zaslonov <zaslonov.alexander@gmail.com> Co-authored-by: Igor O <ygrik@hotmail.com> Co-authored-by: Sanjeevi Subramani <ssanjeevi.ss@gmail.com> Co-authored-by: Marcin Dudek <manekd@gmail.com> Co-authored-by: Erik Mogensen <ErikMogensen@users.noreply.github.com> Co-authored-by: Erik Mogensen <erik.mogensen@hm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benas Taurosevičius <b.taurosevicius@gmail.com> Co-authored-by: Benas Taurosevicius <Benas.Taurosevicius@centric.eu> Co-authored-by: Mike Budzynski <40186513+mikebudzynski@users.noreply.github.com> Co-authored-by: patst <patrick.steinig@googlemail.com> Co-authored-by: Erik Mogensen <erik.mogensen@users.noreply.github.com> Co-authored-by: Igor O <igo@microsoft.com> Co-authored-by: Bernhard Rode <mail@bernhardrode.de> Co-authored-by: Travis Whipps <88871562+traviswhipps@users.noreply.github.com> Co-authored-by: Nik Osvalds <60047271+nosvalds@users.noreply.github.com> Co-authored-by: Phil Martinez <contact@phfrc.dev> Co-authored-by: Émilien Bassez <emilien.bassez@be-mo.io>
ygrik
pushed a commit
that referenced
this pull request
Apr 1, 2022
ygrik
pushed a commit
that referenced
this pull request
Apr 4, 2022
jsorohova
pushed a commit
that referenced
this pull request
Apr 14, 2022
maciejtreder
pushed a commit
that referenced
this pull request
Jun 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1123, #1062.