From be6a1dfcca00f9364ff96dad81ca414e9664154b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 May 2024 00:19:40 +0000 Subject: [PATCH] [Github Action] Automated trickest wordlists update. --- .../craftcms-all-levels.txt | 25 + .../CMS/trickest-cms-wordlist/craftcms.txt | 7 + .../directus-all-levels.txt | 78 + .../CMS/trickest-cms-wordlist/directus.txt | 13 + .../dolibarr-all-levels.txt | 2034 +++++++++++++++++ .../CMS/trickest-cms-wordlist/dolibarr.txt | 405 ++++ .../drupal-all-levels.txt | 11 +- .../CMS/trickest-cms-wordlist/drupal.txt | 2 +- .../espocrm-all-levels.txt | 4 + .../CMS/trickest-cms-wordlist/espocrm.txt | 1 + .../prestashop-all-levels.txt | 3 - .../CMS/trickest-cms-wordlist/prestashop.txt | 1 - .../shopware-all-levels.txt | 9 - .../CMS/trickest-cms-wordlist/shopware.txt | 3 - .../statamic-all-levels.txt | 25 + .../CMS/trickest-cms-wordlist/statamic.txt | 7 + .../woocommerce-all-levels.txt | 16 +- .../CMS/trickest-cms-wordlist/woocommerce.txt | 4 +- .../zammad-all-levels.txt | 1100 ++++++++- .../CMS/trickest-cms-wordlist/zammad.txt | 157 +- .../top-100.txt | 12 - .../top-1000.txt | 84 +- .../top-10000.txt | 504 ++-- 23 files changed, 4059 insertions(+), 446 deletions(-) diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms-all-levels.txt index 1875d115..7ff469e8 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms-all-levels.txt @@ -1302,12 +1302,18 @@ TestMailer.php src/db/Query.php db/Query.php Query.php +src/db/ExpressionBuilder.php +db/ExpressionBuilder.php +ExpressionBuilder.php src/db/QueryParam.php db/QueryParam.php QueryParam.php src/db/FixedOrderExpression.php db/FixedOrderExpression.php FixedOrderExpression.php +src/db/ExpressionInterface.php +db/ExpressionInterface.php +ExpressionInterface.php src/db/pgsql/QueryBuilder.php db/pgsql/QueryBuilder.php pgsql/QueryBuilder.php @@ -1322,6 +1328,9 @@ SoftDeleteTrait.php src/db/Command.php db/Command.php Command.php +src/db/CoalesceColumnsExpression.php +db/CoalesceColumnsExpression.php +CoalesceColumnsExpression.php src/db/TableSchema.php db/TableSchema.php TableSchema.php @@ -2582,6 +2591,9 @@ RegisterComponentTypesEvent.php src/events/AssetBundleEvent.php events/AssetBundleEvent.php AssetBundleEvent.php +src/events/DefineEditUserScreensEvent.php +events/DefineEditUserScreensEvent.php +DefineEditUserScreensEvent.php src/events/AssetPreviewEvent.php events/AssetPreviewEvent.php AssetPreviewEvent.php @@ -10135,6 +10147,9 @@ QueueController.php src/controllers/GraphqlController.php controllers/GraphqlController.php GraphqlController.php +src/controllers/EditUserTrait.php +controllers/EditUserTrait.php +EditUserTrait.php src/controllers/FsController.php controllers/FsController.php FsController.php @@ -10654,6 +10669,12 @@ settings/users/groups/_edit.twig users/groups/_edit.twig groups/_edit.twig _edit.twig +src/templates/settings/users/groups/_team.twig +templates/settings/users/groups/_team.twig +settings/users/groups/_team.twig +users/groups/_team.twig +groups/_team.twig +_team.twig src/templates/settings/users/groups/_index.twig templates/settings/users/groups/_index.twig settings/users/groups/_index.twig @@ -10880,6 +10901,10 @@ src/templates/_special/sitepicker.twig templates/_special/sitepicker.twig _special/sitepicker.twig sitepicker.twig +src/templates/_special/async-csrf-input.twig +templates/_special/async-csrf-input.twig +_special/async-csrf-input.twig +async-csrf-input.twig src/templates/_special/login-modal.twig templates/_special/login-modal.twig _special/login-modal.twig diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms.txt index 81efe038..3a1ee29d 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/craftcms.txt @@ -319,12 +319,15 @@ src/test/templates/mockElementQuery.tpl src/test/ActiveFixture.php src/test/TestMailer.php src/db/Query.php +src/db/ExpressionBuilder.php src/db/QueryParam.php src/db/FixedOrderExpression.php +src/db/ExpressionInterface.php src/db/pgsql/QueryBuilder.php src/db/pgsql/Schema.php src/db/SoftDeleteTrait.php src/db/Command.php +src/db/CoalesceColumnsExpression.php src/db/TableSchema.php src/db/Migration.php src/db/Paginator.php @@ -659,6 +662,7 @@ src/events/ResolveResourcePathEvent.php src/events/DefineAttributeKeywordsEvent.php src/events/RegisterComponentTypesEvent.php src/events/AssetBundleEvent.php +src/events/DefineEditUserScreensEvent.php src/events/AssetPreviewEvent.php src/events/EagerLoadElementsEvent.php src/events/RegisterCacheOptionsEvent.php @@ -2673,6 +2677,7 @@ src/controllers/AssetsController.php src/controllers/ImageTransformsController.php src/controllers/QueueController.php src/controllers/GraphqlController.php +src/controllers/EditUserTrait.php src/controllers/FsController.php src/controllers/AuthController.php src/controllers/EntriesController.php @@ -2788,6 +2793,7 @@ src/templates/settings/filesystems/_index.twig src/templates/settings/tags/_edit.twig src/templates/settings/tags/index.twig src/templates/settings/users/groups/_edit.twig +src/templates/settings/users/groups/_team.twig src/templates/settings/users/groups/_index.twig src/templates/settings/users/fields.twig src/templates/settings/users/settings.twig @@ -2835,6 +2841,7 @@ src/templates/_layouts/components/crumbs.twig src/templates/_layouts/components/alerts.twig src/templates/_layouts/basecp.twig src/templates/_special/sitepicker.twig +src/templates/_special/async-csrf-input.twig src/templates/_special/login-modal.twig src/templates/_special/image_editor.twig src/templates/_special/licensing-issues.twig diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt index 9ad19bce..bbfeefa8 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt @@ -2679,6 +2679,10 @@ packages/constants/src/index.ts constants/src/index.ts src/index.ts index.ts +packages/constants/src/number.ts +constants/src/number.ts +src/number.ts +number.ts packages/constants/src/activity.ts constants/src/activity.ts src/activity.ts @@ -4969,6 +4973,10 @@ api/src/utils/get-column.ts src/utils/get-column.ts utils/get-column.ts get-column.ts +api/src/utils/parse-numeric-string.ts +src/utils/parse-numeric-string.ts +utils/parse-numeric-string.ts +parse-numeric-string.ts api/src/utils/is-url-allowed.ts src/utils/is-url-allowed.ts utils/is-url-allowed.ts @@ -5589,6 +5597,74 @@ src/database/helpers/index.ts database/helpers/index.ts helpers/index.ts index.ts +api/src/database/helpers/number/utils/number-in-range.ts +src/database/helpers/number/utils/number-in-range.ts +database/helpers/number/utils/number-in-range.ts +helpers/number/utils/number-in-range.ts +number/utils/number-in-range.ts +utils/number-in-range.ts +number-in-range.ts +api/src/database/helpers/number/utils/decimal-limit.ts +src/database/helpers/number/utils/decimal-limit.ts +database/helpers/number/utils/decimal-limit.ts +helpers/number/utils/decimal-limit.ts +number/utils/decimal-limit.ts +utils/decimal-limit.ts +decimal-limit.ts +api/src/database/helpers/number/utils/maybe-stringify-big-int.ts +src/database/helpers/number/utils/maybe-stringify-big-int.ts +database/helpers/number/utils/maybe-stringify-big-int.ts +helpers/number/utils/maybe-stringify-big-int.ts +number/utils/maybe-stringify-big-int.ts +utils/maybe-stringify-big-int.ts +maybe-stringify-big-int.ts +api/src/database/helpers/number/types.ts +src/database/helpers/number/types.ts +database/helpers/number/types.ts +helpers/number/types.ts +number/types.ts +types.ts +api/src/database/helpers/number/index.ts +src/database/helpers/number/index.ts +database/helpers/number/index.ts +helpers/number/index.ts +number/index.ts +index.ts +api/src/database/helpers/number/dialects/oracle.ts +src/database/helpers/number/dialects/oracle.ts +database/helpers/number/dialects/oracle.ts +helpers/number/dialects/oracle.ts +number/dialects/oracle.ts +dialects/oracle.ts +oracle.ts +api/src/database/helpers/number/dialects/mssql.ts +src/database/helpers/number/dialects/mssql.ts +database/helpers/number/dialects/mssql.ts +helpers/number/dialects/mssql.ts +number/dialects/mssql.ts +dialects/mssql.ts +mssql.ts +api/src/database/helpers/number/dialects/postgres.ts +src/database/helpers/number/dialects/postgres.ts +database/helpers/number/dialects/postgres.ts +helpers/number/dialects/postgres.ts +number/dialects/postgres.ts +dialects/postgres.ts +postgres.ts +api/src/database/helpers/number/dialects/sqlite.ts +src/database/helpers/number/dialects/sqlite.ts +database/helpers/number/dialects/sqlite.ts +helpers/number/dialects/sqlite.ts +number/dialects/sqlite.ts +dialects/sqlite.ts +sqlite.ts +api/src/database/helpers/number/dialects/default.ts +src/database/helpers/number/dialects/default.ts +database/helpers/number/dialects/default.ts +helpers/number/dialects/default.ts +number/dialects/default.ts +dialects/default.ts +default.ts api/src/database/helpers/schema/types.ts src/database/helpers/schema/types.ts database/helpers/schema/types.ts @@ -8353,6 +8429,8 @@ big-shrimps-prove.md four-eggs-wait.md .changeset/stupid-laws-jog.md stupid-laws-jog.md +.changeset/yellow-tigers-explain.md +yellow-tigers-explain.md .changeset/rude-brooms-cry.md rude-brooms-cry.md .changeset/green-sloths-sparkle.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt index b5cd5d89..c91e72be 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt @@ -576,6 +576,7 @@ packages/constants/tsconfig.json packages/constants/license packages/constants/src/injection.ts packages/constants/src/index.ts +packages/constants/src/number.ts packages/constants/src/activity.ts packages/constants/src/fields.ts packages/constants/src/files.ts @@ -1032,6 +1033,7 @@ api/license api/tsconfig.prod.json api/src/utils/sanitize-query.ts api/src/utils/get-column.ts +api/src/utils/parse-numeric-string.ts api/src/utils/is-url-allowed.ts api/src/utils/apply-snapshot.test.ts api/src/utils/get-default-index-name.ts @@ -1182,6 +1184,16 @@ api/src/database/seeds/06-folders.yaml api/src/database/run-ast.ts api/src/database/helpers/types.ts api/src/database/helpers/index.ts +api/src/database/helpers/number/utils/number-in-range.ts +api/src/database/helpers/number/utils/decimal-limit.ts +api/src/database/helpers/number/utils/maybe-stringify-big-int.ts +api/src/database/helpers/number/types.ts +api/src/database/helpers/number/index.ts +api/src/database/helpers/number/dialects/oracle.ts +api/src/database/helpers/number/dialects/mssql.ts +api/src/database/helpers/number/dialects/postgres.ts +api/src/database/helpers/number/dialects/sqlite.ts +api/src/database/helpers/number/dialects/default.ts api/src/database/helpers/schema/types.ts api/src/database/helpers/schema/index.ts api/src/database/helpers/schema/dialects/oracle.ts @@ -1747,6 +1759,7 @@ cla.md .changeset/big-shrimps-prove.md .changeset/four-eggs-wait.md .changeset/stupid-laws-jog.md +.changeset/yellow-tigers-explain.md .changeset/rude-brooms-cry.md .changeset/green-sloths-sparkle.md .changeset/shiny-avocados-eat.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt index 9079db57..26902d27 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt @@ -66815,6 +66815,2040 @@ dev/examples/stripe/webhook_ipn_paymentintent_failed_sepa.txt examples/stripe/webhook_ipn_paymentintent_failed_sepa.txt stripe/webhook_ipn_paymentintent_failed_sepa.txt webhook_ipn_paymentintent_failed_sepa.txt +dev/setup/bruno/members/Get categories for a member --.bru +setup/bruno/members/Get categories for a member --.bru +bruno/members/Get categories for a member --.bru +members/Get categories for a member --.bru +Get categories for a member --.bru +dev/setup/bruno/members/Update member type --.bru +setup/bruno/members/Update member type --.bru +bruno/members/Update member type --.bru +members/Update member type --.bru +Update member type --.bru +dev/setup/bruno/members/List members --.bru +setup/bruno/members/List members --.bru +bruno/members/List members --.bru +members/List members --.bru +List members --.bru +dev/setup/bruno/members/Get properties of a member object by linked thirdparty --.bru +setup/bruno/members/Get properties of a member object by linked thirdparty --.bru +bruno/members/Get properties of a member object by linked thirdparty --.bru +members/Get properties of a member object by linked thirdparty --.bru +Get properties of a member object by linked thirdparty --.bru +dev/setup/bruno/members/List subscriptions of a member --.bru +setup/bruno/members/List subscriptions of a member --.bru +bruno/members/List subscriptions of a member --.bru +members/List subscriptions of a member --.bru +List subscriptions of a member --.bru +dev/setup/bruno/members/Add a subscription for a member --.bru +setup/bruno/members/Add a subscription for a member --.bru +bruno/members/Add a subscription for a member --.bru +members/Add a subscription for a member --.bru +Add a subscription for a member --.bru +dev/setup/bruno/members/Get properties of a member object --.bru +setup/bruno/members/Get properties of a member object --.bru +bruno/members/Get properties of a member object --.bru +members/Get properties of a member object --.bru +Get properties of a member object --.bru +dev/setup/bruno/members/Update member --.bru +setup/bruno/members/Update member --.bru +bruno/members/Update member --.bru +members/Update member --.bru +Update member --.bru +dev/setup/bruno/members/Get properties of a member object by linked thirdparty email --.bru +setup/bruno/members/Get properties of a member object by linked thirdparty email --.bru +bruno/members/Get properties of a member object by linked thirdparty email --.bru +members/Get properties of a member object by linked thirdparty email --.bru +Get properties of a member object by linked thirdparty email --.bru +dev/setup/bruno/members/Get properties of a member object by linked thirdparty barcode --.bru +setup/bruno/members/Get properties of a member object by linked thirdparty barcode --.bru +bruno/members/Get properties of a member object by linked thirdparty barcode --.bru +members/Get properties of a member object by linked thirdparty barcode --.bru +Get properties of a member object by linked thirdparty barcode --.bru +dev/setup/bruno/members/Delete member type --.bru +setup/bruno/members/Delete member type --.bru +bruno/members/Delete member type --.bru +members/Delete member type --.bru +Delete member type --.bru +dev/setup/bruno/members/Create member object --.bru +setup/bruno/members/Create member object --.bru +bruno/members/Create member object --.bru +members/Create member object --.bru +Create member object --.bru +dev/setup/bruno/members/Create member type object --.bru +setup/bruno/members/Create member type object --.bru +bruno/members/Create member type object --.bru +members/Create member type object --.bru +Create member type object --.bru +dev/setup/bruno/members/Delete member --.bru +setup/bruno/members/Delete member --.bru +bruno/members/Delete member --.bru +members/Delete member --.bru +Delete member --.bru +dev/setup/bruno/members/List members types --.bru +setup/bruno/members/List members types --.bru +bruno/members/List members types --.bru +members/List members types --.bru +List members types --.bru +dev/setup/bruno/members/Get properties of a member type object --.bru +setup/bruno/members/Get properties of a member type object --.bru +bruno/members/Get properties of a member type object --.bru +members/Get properties of a member type object --.bru +Get properties of a member type object --.bru +dev/setup/bruno/stockmovements/Create stock movement object- --.bru +setup/bruno/stockmovements/Create stock movement object- --.bru +bruno/stockmovements/Create stock movement object- --.bru +stockmovements/Create stock movement object- --.bru +Create stock movement object- --.bru +dev/setup/bruno/stockmovements/Get a list of stock movement --.bru +setup/bruno/stockmovements/Get a list of stock movement --.bru +bruno/stockmovements/Get a list of stock movement --.bru +stockmovements/Get a list of stock movement --.bru +Get a list of stock movement --.bru +dev/setup/bruno/shipments/Get properties of a shipment object --.bru +setup/bruno/shipments/Get properties of a shipment object --.bru +bruno/shipments/Get properties of a shipment object --.bru +shipments/Get properties of a shipment object --.bru +Get properties of a shipment object --.bru +dev/setup/bruno/shipments/Delete shipment --.bru +setup/bruno/shipments/Delete shipment --.bru +bruno/shipments/Delete shipment --.bru +shipments/Delete shipment --.bru +Delete shipment --.bru +dev/setup/bruno/shipments/Delete a line to given shipment --.bru +setup/bruno/shipments/Delete a line to given shipment --.bru +bruno/shipments/Delete a line to given shipment --.bru +shipments/Delete a line to given shipment --.bru +Delete a line to given shipment --.bru +dev/setup/bruno/shipments/Close a shipment -Classify it as -Delivered-- --.bru +setup/bruno/shipments/Close a shipment -Classify it as -Delivered-- --.bru +bruno/shipments/Close a shipment -Classify it as -Delivered-- --.bru +shipments/Close a shipment -Classify it as -Delivered-- --.bru +Close a shipment -Classify it as -Delivered-- --.bru +dev/setup/bruno/shipments/Create shipment object --.bru +setup/bruno/shipments/Create shipment object --.bru +bruno/shipments/Create shipment object --.bru +shipments/Create shipment object --.bru +Create shipment object --.bru +dev/setup/bruno/shipments/Validate a shipment --.bru +setup/bruno/shipments/Validate a shipment --.bru +bruno/shipments/Validate a shipment --.bru +shipments/Validate a shipment --.bru +Validate a shipment --.bru +dev/setup/bruno/shipments/Update shipment general fields -won-t touch lines of shipment- --.bru +setup/bruno/shipments/Update shipment general fields -won-t touch lines of shipment- --.bru +bruno/shipments/Update shipment general fields -won-t touch lines of shipment- --.bru +shipments/Update shipment general fields -won-t touch lines of shipment- --.bru +Update shipment general fields -won-t touch lines of shipment- --.bru +dev/setup/bruno/shipments/List shipments --.bru +setup/bruno/shipments/List shipments --.bru +bruno/shipments/List shipments --.bru +shipments/List shipments --.bru +List shipments --.bru +dev/setup/bruno/agendaevents/List Agenda Events --.bru +setup/bruno/agendaevents/List Agenda Events --.bru +bruno/agendaevents/List Agenda Events --.bru +agendaevents/List Agenda Events --.bru +List Agenda Events --.bru +dev/setup/bruno/agendaevents/Create Agenda Event object --.bru +setup/bruno/agendaevents/Create Agenda Event object --.bru +bruno/agendaevents/Create Agenda Event object --.bru +agendaevents/Create Agenda Event object --.bru +Create Agenda Event object --.bru +dev/setup/bruno/agendaevents/Delete Agenda Event --.bru +setup/bruno/agendaevents/Delete Agenda Event --.bru +bruno/agendaevents/Delete Agenda Event --.bru +agendaevents/Delete Agenda Event --.bru +Delete Agenda Event --.bru +dev/setup/bruno/agendaevents/Update Agenda Event general fields --.bru +setup/bruno/agendaevents/Update Agenda Event general fields --.bru +bruno/agendaevents/Update Agenda Event general fields --.bru +agendaevents/Update Agenda Event general fields --.bru +Update Agenda Event general fields --.bru +dev/setup/bruno/agendaevents/Get properties of a Agenda Events object --.bru +setup/bruno/agendaevents/Get properties of a Agenda Events object --.bru +bruno/agendaevents/Get properties of a Agenda Events object --.bru +agendaevents/Get properties of a Agenda Events object --.bru +Get properties of a Agenda Events object --.bru +dev/setup/bruno/expensereports/List Expense Reports --.bru +setup/bruno/expensereports/List Expense Reports --.bru +bruno/expensereports/List Expense Reports --.bru +expensereports/List Expense Reports --.bru +List Expense Reports --.bru +dev/setup/bruno/expensereports/Create Expense Report object --.bru +setup/bruno/expensereports/Create Expense Report object --.bru +bruno/expensereports/Create Expense Report object --.bru +expensereports/Create Expense Report object --.bru +Create Expense Report object --.bru +dev/setup/bruno/expensereports/Delete Expense Report --.bru +setup/bruno/expensereports/Delete Expense Report --.bru +bruno/expensereports/Delete Expense Report --.bru +expensereports/Delete Expense Report --.bru +Delete Expense Report --.bru +dev/setup/bruno/expensereports/Get the list of payments of expensereport- --.bru +setup/bruno/expensereports/Get the list of payments of expensereport- --.bru +bruno/expensereports/Get the list of payments of expensereport- --.bru +expensereports/Get the list of payments of expensereport- --.bru +Get the list of payments of expensereport- --.bru +dev/setup/bruno/expensereports/Get a given payment- --.bru +setup/bruno/expensereports/Get a given payment- --.bru +bruno/expensereports/Get a given payment- --.bru +expensereports/Get a given payment- --.bru +Get a given payment- --.bru +dev/setup/bruno/expensereports/Create payment of ExpenseReport --.bru +setup/bruno/expensereports/Create payment of ExpenseReport --.bru +bruno/expensereports/Create payment of ExpenseReport --.bru +expensereports/Create payment of ExpenseReport --.bru +Create payment of ExpenseReport --.bru +dev/setup/bruno/expensereports/Update Expense Report general fields -won-t touch lines of expensereport- --.bru +setup/bruno/expensereports/Update Expense Report general fields -won-t touch lines of expensereport- --.bru +bruno/expensereports/Update Expense Report general fields -won-t touch lines of expensereport- --.bru +expensereports/Update Expense Report general fields -won-t touch lines of expensereport- --.bru +Update Expense Report general fields -won-t touch lines of expensereport- --.bru +dev/setup/bruno/expensereports/Update a payment of ExpenseReport --.bru +setup/bruno/expensereports/Update a payment of ExpenseReport --.bru +bruno/expensereports/Update a payment of ExpenseReport --.bru +expensereports/Update a payment of ExpenseReport --.bru +Update a payment of ExpenseReport --.bru +dev/setup/bruno/expensereports/Get properties of an Expense Report --.bru +setup/bruno/expensereports/Get properties of an Expense Report --.bru +bruno/expensereports/Get properties of an Expense Report --.bru +expensereports/Get properties of an Expense Report --.bru +Get properties of an Expense Report --.bru +dev/setup/bruno/donations/Delete donation --.bru +setup/bruno/donations/Delete donation --.bru +bruno/donations/Delete donation --.bru +donations/Delete donation --.bru +Delete donation --.bru +dev/setup/bruno/donations/List donations --.bru +setup/bruno/donations/List donations --.bru +bruno/donations/List donations --.bru +donations/List donations --.bru +List donations --.bru +dev/setup/bruno/donations/Create donation object --.bru +setup/bruno/donations/Create donation object --.bru +bruno/donations/Create donation object --.bru +donations/Create donation object --.bru +Create donation object --.bru +dev/setup/bruno/donations/Update order general fields -won-t touch lines of order- --.bru +setup/bruno/donations/Update order general fields -won-t touch lines of order- --.bru +bruno/donations/Update order general fields -won-t touch lines of order- --.bru +donations/Update order general fields -won-t touch lines of order- --.bru +Update order general fields -won-t touch lines of order- --.bru +dev/setup/bruno/donations/Get properties of an donation object --.bru +setup/bruno/donations/Get properties of an donation object --.bru +bruno/donations/Get properties of an donation object --.bru +donations/Get properties of an donation object --.bru +Get properties of an donation object --.bru +dev/setup/bruno/donations/Validate an donation --.bru +setup/bruno/donations/Validate an donation --.bru +bruno/donations/Validate an donation --.bru +donations/Validate an donation --.bru +Validate an donation --.bru +dev/setup/bruno/interventions/Get properties of a Expense Report object Return an array with Expense Report information --.bru +setup/bruno/interventions/Get properties of a Expense Report object Return an array with Expense Report information --.bru +bruno/interventions/Get properties of a Expense Report object Return an array with Expense Report information --.bru +interventions/Get properties of a Expense Report object Return an array with Expense Report information --.bru +Get properties of a Expense Report object Return an array with Expense Report information --.bru +dev/setup/bruno/interventions/Close an intervention --.bru +setup/bruno/interventions/Close an intervention --.bru +bruno/interventions/Close an intervention --.bru +interventions/Close an intervention --.bru +Close an intervention --.bru +dev/setup/bruno/interventions/Delete order --.bru +setup/bruno/interventions/Delete order --.bru +bruno/interventions/Delete order --.bru +interventions/Delete order --.bru +Delete order --.bru +dev/setup/bruno/interventions/Validate an intervention --.bru +setup/bruno/interventions/Validate an intervention --.bru +bruno/interventions/Validate an intervention --.bru +interventions/Validate an intervention --.bru +Validate an intervention --.bru +dev/setup/bruno/interventions/Create intervention object --.bru +setup/bruno/interventions/Create intervention object --.bru +bruno/interventions/Create intervention object --.bru +interventions/Create intervention object --.bru +Create intervention object --.bru +dev/setup/bruno/interventions/Add a line to a given intervention --.bru +setup/bruno/interventions/Add a line to a given intervention --.bru +bruno/interventions/Add a line to a given intervention --.bru +interventions/Add a line to a given intervention --.bru +Add a line to a given intervention --.bru +dev/setup/bruno/interventions/List of interventions Return a list of interventions --.bru +setup/bruno/interventions/List of interventions Return a list of interventions --.bru +bruno/interventions/List of interventions Return a list of interventions --.bru +interventions/List of interventions Return a list of interventions --.bru +List of interventions Return a list of interventions --.bru +dev/setup/bruno/tasks/Update time spent for a task of a project- --.bru +setup/bruno/tasks/Update time spent for a task of a project- --.bru +bruno/tasks/Update time spent for a task of a project- --.bru +tasks/Update time spent for a task of a project- --.bru +Update time spent for a task of a project- --.bru +dev/setup/bruno/tasks/Get roles a user is assigned to a task with --.bru +setup/bruno/tasks/Get roles a user is assigned to a task with --.bru +bruno/tasks/Get roles a user is assigned to a task with --.bru +tasks/Get roles a user is assigned to a task with --.bru +Get roles a user is assigned to a task with --.bru +dev/setup/bruno/tasks/Get properties of a task object --.bru +setup/bruno/tasks/Get properties of a task object --.bru +bruno/tasks/Get properties of a task object --.bru +tasks/Get properties of a task object --.bru +Get properties of a task object --.bru +dev/setup/bruno/tasks/Create task object --.bru +setup/bruno/tasks/Create task object --.bru +bruno/tasks/Create task object --.bru +tasks/Create task object --.bru +Create task object --.bru +dev/setup/bruno/tasks/Delete time spent for a task of a project- --.bru +setup/bruno/tasks/Delete time spent for a task of a project- --.bru +bruno/tasks/Delete time spent for a task of a project- --.bru +tasks/Delete time spent for a task of a project- --.bru +Delete time spent for a task of a project- --.bru +dev/setup/bruno/tasks/Delete task --.bru +setup/bruno/tasks/Delete task --.bru +bruno/tasks/Delete task --.bru +tasks/Delete task --.bru +Delete task --.bru +dev/setup/bruno/tasks/Update task general fields -won-t touch time spent of task- --.bru +setup/bruno/tasks/Update task general fields -won-t touch time spent of task- --.bru +bruno/tasks/Update task general fields -won-t touch time spent of task- --.bru +tasks/Update task general fields -won-t touch time spent of task- --.bru +Update task general fields -won-t touch time spent of task- --.bru +dev/setup/bruno/tasks/Validate task - timespent IDs for timespent API methods- --.bru +setup/bruno/tasks/Validate task - timespent IDs for timespent API methods- --.bru +bruno/tasks/Validate task - timespent IDs for timespent API methods- --.bru +tasks/Validate task - timespent IDs for timespent API methods- --.bru +Validate task - timespent IDs for timespent API methods- --.bru +dev/setup/bruno/tasks/List tasks --.bru +setup/bruno/tasks/List tasks --.bru +bruno/tasks/List tasks --.bru +tasks/List tasks --.bru +List tasks --.bru +dev/setup/bruno/tasks/Add time spent to a task of a project- --.bru +setup/bruno/tasks/Add time spent to a task of a project- --.bru +bruno/tasks/Add time spent to a task of a project- --.bru +tasks/Add time spent to a task of a project- --.bru +Add time spent to a task of a project- --.bru +dev/setup/bruno/users/List Groups --.bru +setup/bruno/users/List Groups --.bru +bruno/users/List Groups --.bru +users/List Groups --.bru +List Groups --.bru +dev/setup/bruno/users/Delete account-user --.bru +setup/bruno/users/Delete account-user --.bru +bruno/users/Delete account-user --.bru +users/Delete account-user --.bru +Delete account-user --.bru +dev/setup/bruno/users/Get properties of an user object by Email --.bru +setup/bruno/users/Get properties of an user object by Email --.bru +bruno/users/Get properties of an user object by Email --.bru +users/Get properties of an user object by Email --.bru +Get properties of an user object by Email --.bru +dev/setup/bruno/users/Get properties of an user object by login --.bru +setup/bruno/users/Get properties of an user object by login --.bru +bruno/users/Get properties of an user object by login --.bru +users/Get properties of an user object by login --.bru +Get properties of an user object by login --.bru +dev/setup/bruno/users/Get properties of an group object --.bru +setup/bruno/users/Get properties of an group object --.bru +bruno/users/Get properties of an group object --.bru +users/Get properties of an group object --.bru +Get properties of an group object --.bru +dev/setup/bruno/users/Update user account --.bru +setup/bruno/users/Update user account --.bru +bruno/users/Update user account --.bru +users/Update user account --.bru +Update user account --.bru +dev/setup/bruno/users/Add a user into a group --.bru +setup/bruno/users/Add a user into a group --.bru +bruno/users/Add a user into a group --.bru +users/Add a user into a group --.bru +Add a user into a group --.bru +dev/setup/bruno/users/List the groups of a user --.bru +setup/bruno/users/List the groups of a user --.bru +bruno/users/List the groups of a user --.bru +users/List the groups of a user --.bru +List the groups of a user --.bru +dev/setup/bruno/users/Create user account --.bru +setup/bruno/users/Create user account --.bru +bruno/users/Create user account --.bru +users/Create user account --.bru +Create user account --.bru +dev/setup/bruno/users/Get properties of an user object --.bru +setup/bruno/users/Get properties of an user object --.bru +bruno/users/Get properties of an user object --.bru +users/Get properties of an user object --.bru +Get properties of an user object --.bru +dev/setup/bruno/users/List Users --.bru +setup/bruno/users/List Users --.bru +bruno/users/List Users --.bru +users/List Users --.bru +List Users --.bru +dev/setup/bruno/users/Get more properties of a user --.bru +setup/bruno/users/Get more properties of a user --.bru +bruno/users/Get more properties of a user --.bru +users/Get more properties of a user --.bru +Get more properties of a user --.bru +dev/setup/bruno/recruitments/Update jobposition --.bru +setup/bruno/recruitments/Update jobposition --.bru +bruno/recruitments/Update jobposition --.bru +recruitments/Update jobposition --.bru +Update jobposition --.bru +dev/setup/bruno/recruitments/Update candidature --.bru +setup/bruno/recruitments/Update candidature --.bru +bruno/recruitments/Update candidature --.bru +recruitments/Update candidature --.bru +Update candidature --.bru +dev/setup/bruno/recruitments/Delete candidature --.bru +setup/bruno/recruitments/Delete candidature --.bru +bruno/recruitments/Delete candidature --.bru +recruitments/Delete candidature --.bru +Delete candidature --.bru +dev/setup/bruno/recruitments/Delete jobposition --.bru +setup/bruno/recruitments/Delete jobposition --.bru +bruno/recruitments/Delete jobposition --.bru +recruitments/Delete jobposition --.bru +Delete jobposition --.bru +dev/setup/bruno/recruitments/Create jobposition object --.bru +setup/bruno/recruitments/Create jobposition object --.bru +bruno/recruitments/Create jobposition object --.bru +recruitments/Create jobposition object --.bru +Create jobposition object --.bru +dev/setup/bruno/recruitments/List candatures --.bru +setup/bruno/recruitments/List candatures --.bru +bruno/recruitments/List candatures --.bru +recruitments/List candatures --.bru +List candatures --.bru +dev/setup/bruno/recruitments/Get properties of a candidature object --.bru +setup/bruno/recruitments/Get properties of a candidature object --.bru +bruno/recruitments/Get properties of a candidature object --.bru +recruitments/Get properties of a candidature object --.bru +Get properties of a candidature object --.bru +dev/setup/bruno/recruitments/List jobpositions --.bru +setup/bruno/recruitments/List jobpositions --.bru +bruno/recruitments/List jobpositions --.bru +recruitments/List jobpositions --.bru +List jobpositions --.bru +dev/setup/bruno/recruitments/Get properties of a jobposition object --.bru +setup/bruno/recruitments/Get properties of a jobposition object --.bru +bruno/recruitments/Get properties of a jobposition object --.bru +recruitments/Get properties of a jobposition object --.bru +Get properties of a jobposition object --.bru +dev/setup/bruno/recruitments/Create candidature object --.bru +setup/bruno/recruitments/Create candidature object --.bru +bruno/recruitments/Create candidature object --.bru +recruitments/Create candidature object --.bru +Create candidature object --.bru +dev/setup/bruno/warehouses/List warehouses --.bru +setup/bruno/warehouses/List warehouses --.bru +bruno/warehouses/List warehouses --.bru +warehouses/List warehouses --.bru +List warehouses --.bru +dev/setup/bruno/warehouses/Delete warehouse --.bru +setup/bruno/warehouses/Delete warehouse --.bru +bruno/warehouses/Delete warehouse --.bru +warehouses/Delete warehouse --.bru +Delete warehouse --.bru +dev/setup/bruno/warehouses/Update warehouse --.bru +setup/bruno/warehouses/Update warehouse --.bru +bruno/warehouses/Update warehouse --.bru +warehouses/Update warehouse --.bru +Update warehouse --.bru +dev/setup/bruno/warehouses/Get properties of a warehouse object --.bru +setup/bruno/warehouses/Get properties of a warehouse object --.bru +bruno/warehouses/Get properties of a warehouse object --.bru +warehouses/Get properties of a warehouse object --.bru +Get properties of a warehouse object --.bru +dev/setup/bruno/warehouses/Create warehouse object --.bru +setup/bruno/warehouses/Create warehouse object --.bru +bruno/warehouses/Create warehouse object --.bru +warehouses/Create warehouse object --.bru +Create warehouse object --.bru +dev/setup/bruno/contracts/Add a line to given contract --.bru +setup/bruno/contracts/Add a line to given contract --.bru +bruno/contracts/Add a line to given contract --.bru +contracts/Add a line to given contract --.bru +Add a line to given contract --.bru +dev/setup/bruno/contracts/Activate a service line of a given contract --.bru +setup/bruno/contracts/Activate a service line of a given contract --.bru +bruno/contracts/Activate a service line of a given contract --.bru +contracts/Activate a service line of a given contract --.bru +Activate a service line of a given contract --.bru +dev/setup/bruno/contracts/Get lines of a contract --.bru +setup/bruno/contracts/Get lines of a contract --.bru +bruno/contracts/Get lines of a contract --.bru +contracts/Get lines of a contract --.bru +Get lines of a contract --.bru +dev/setup/bruno/contracts/Close all services of a contract --.bru +setup/bruno/contracts/Close all services of a contract --.bru +bruno/contracts/Close all services of a contract --.bru +contracts/Close all services of a contract --.bru +Close all services of a contract --.bru +dev/setup/bruno/contracts/Delete a line to given contract --.bru +setup/bruno/contracts/Delete a line to given contract --.bru +bruno/contracts/Delete a line to given contract --.bru +contracts/Delete a line to given contract --.bru +Delete a line to given contract --.bru +dev/setup/bruno/contracts/List contracts --.bru +setup/bruno/contracts/List contracts --.bru +bruno/contracts/List contracts --.bru +contracts/List contracts --.bru +List contracts --.bru +dev/setup/bruno/contracts/Create contract object --.bru +setup/bruno/contracts/Create contract object --.bru +bruno/contracts/Create contract object --.bru +contracts/Create contract object --.bru +Create contract object --.bru +dev/setup/bruno/contracts/Validate a contract --.bru +setup/bruno/contracts/Validate a contract --.bru +bruno/contracts/Validate a contract --.bru +contracts/Validate a contract --.bru +Validate a contract --.bru +dev/setup/bruno/contracts/Get properties of a contract object --.bru +setup/bruno/contracts/Get properties of a contract object --.bru +bruno/contracts/Get properties of a contract object --.bru +contracts/Get properties of a contract object --.bru +Get properties of a contract object --.bru +dev/setup/bruno/contracts/Delete contract --.bru +setup/bruno/contracts/Delete contract --.bru +bruno/contracts/Delete contract --.bru +contracts/Delete contract --.bru +Delete contract --.bru +dev/setup/bruno/contracts/Update contract general fields -won-t touch lines of contract- --.bru +setup/bruno/contracts/Update contract general fields -won-t touch lines of contract- --.bru +bruno/contracts/Update contract general fields -won-t touch lines of contract- --.bru +contracts/Update contract general fields -won-t touch lines of contract- --.bru +Update contract general fields -won-t touch lines of contract- --.bru +dev/setup/bruno/contracts/Update a line to given contract --.bru +setup/bruno/contracts/Update a line to given contract --.bru +bruno/contracts/Update a line to given contract --.bru +contracts/Update a line to given contract --.bru +Update a line to given contract --.bru +dev/setup/bruno/contracts/Unactivate a service line of a given contract --.bru +setup/bruno/contracts/Unactivate a service line of a given contract --.bru +bruno/contracts/Unactivate a service line of a given contract --.bru +contracts/Unactivate a service line of a given contract --.bru +Unactivate a service line of a given contract --.bru +dev/setup/bruno/accountancy/Accountancy export data --.bru +setup/bruno/accountancy/Accountancy export data --.bru +bruno/accountancy/Accountancy export data --.bru +accountancy/Accountancy export data --.bru +Accountancy export data --.bru +dev/setup/bruno/proposals/Validate a commercial proposal --.bru +setup/bruno/proposals/Validate a commercial proposal --.bru +bruno/proposals/Validate a commercial proposal --.bru +proposals/Validate a commercial proposal --.bru +Validate a commercial proposal --.bru +dev/setup/bruno/proposals/Delete commercial proposal --.bru +setup/bruno/proposals/Delete commercial proposal --.bru +bruno/proposals/Delete commercial proposal --.bru +proposals/Delete commercial proposal --.bru +Delete commercial proposal --.bru +dev/setup/bruno/proposals/Update a line of given commercial proposal --.bru +setup/bruno/proposals/Update a line of given commercial proposal --.bru +bruno/proposals/Update a line of given commercial proposal --.bru +proposals/Update a line of given commercial proposal --.bru +Update a line of given commercial proposal --.bru +dev/setup/bruno/proposals/Get properties of a commercial proposal object --.bru +setup/bruno/proposals/Get properties of a commercial proposal object --.bru +bruno/proposals/Get properties of a commercial proposal object --.bru +proposals/Get properties of a commercial proposal object --.bru +Get properties of a commercial proposal object --.bru +dev/setup/bruno/proposals/Set a commercial proposal billed- Could be also called setbilled --.bru +setup/bruno/proposals/Set a commercial proposal billed- Could be also called setbilled --.bru +bruno/proposals/Set a commercial proposal billed- Could be also called setbilled --.bru +proposals/Set a commercial proposal billed- Could be also called setbilled --.bru +Set a commercial proposal billed- Could be also called setbilled --.bru +dev/setup/bruno/proposals/Get properties of an proposal object by ref_ext --.bru +setup/bruno/proposals/Get properties of an proposal object by ref_ext --.bru +bruno/proposals/Get properties of an proposal object by ref_ext --.bru +proposals/Get properties of an proposal object by ref_ext --.bru +Get properties of an proposal object by ref_ext --.bru +dev/setup/bruno/proposals/Update commercial proposal general fields -won-t touch lines of commercial proposal- --.bru +setup/bruno/proposals/Update commercial proposal general fields -won-t touch lines of commercial proposal- --.bru +bruno/proposals/Update commercial proposal general fields -won-t touch lines of commercial proposal- --.bru +proposals/Update commercial proposal general fields -won-t touch lines of commercial proposal- --.bru +Update commercial proposal general fields -won-t touch lines of commercial proposal- --.bru +dev/setup/bruno/proposals/Close -Accept or refuse- a quote - commercial proposal --.bru +setup/bruno/proposals/Close -Accept or refuse- a quote - commercial proposal --.bru +bruno/proposals/Close -Accept or refuse- a quote - commercial proposal --.bru +proposals/Close -Accept or refuse- a quote - commercial proposal --.bru +Close -Accept or refuse- a quote - commercial proposal --.bru +dev/setup/bruno/proposals/Add lines to given commercial proposal --.bru +setup/bruno/proposals/Add lines to given commercial proposal --.bru +bruno/proposals/Add lines to given commercial proposal --.bru +proposals/Add lines to given commercial proposal --.bru +Add lines to given commercial proposal --.bru +dev/setup/bruno/proposals/Set a proposal to draft --.bru +setup/bruno/proposals/Set a proposal to draft --.bru +bruno/proposals/Set a proposal to draft --.bru +proposals/Set a proposal to draft --.bru +Set a proposal to draft --.bru +dev/setup/bruno/proposals/List commercial proposals --.bru +setup/bruno/proposals/List commercial proposals --.bru +bruno/proposals/List commercial proposals --.bru +proposals/List commercial proposals --.bru +List commercial proposals --.bru +dev/setup/bruno/proposals/Add a contact type of given commercial proposal --.bru +setup/bruno/proposals/Add a contact type of given commercial proposal --.bru +bruno/proposals/Add a contact type of given commercial proposal --.bru +proposals/Add a contact type of given commercial proposal --.bru +Add a contact type of given commercial proposal --.bru +dev/setup/bruno/proposals/Get lines of a commercial proposal --.bru +setup/bruno/proposals/Get lines of a commercial proposal --.bru +bruno/proposals/Get lines of a commercial proposal --.bru +proposals/Get lines of a commercial proposal --.bru +Get lines of a commercial proposal --.bru +dev/setup/bruno/proposals/Get properties of an proposal object by ref --.bru +setup/bruno/proposals/Get properties of an proposal object by ref --.bru +bruno/proposals/Get properties of an proposal object by ref --.bru +proposals/Get properties of an proposal object by ref --.bru +Get properties of an proposal object by ref --.bru +dev/setup/bruno/proposals/Add a line to given commercial proposal --.bru +setup/bruno/proposals/Add a line to given commercial proposal --.bru +bruno/proposals/Add a line to given commercial proposal --.bru +proposals/Add a line to given commercial proposal --.bru +Add a line to given commercial proposal --.bru +dev/setup/bruno/proposals/Create commercial proposal object --.bru +setup/bruno/proposals/Create commercial proposal object --.bru +bruno/proposals/Create commercial proposal object --.bru +proposals/Create commercial proposal object --.bru +Create commercial proposal object --.bru +dev/setup/bruno/proposals/Delete a contact type of given commercial proposal --.bru +setup/bruno/proposals/Delete a contact type of given commercial proposal --.bru +bruno/proposals/Delete a contact type of given commercial proposal --.bru +proposals/Delete a contact type of given commercial proposal --.bru +Delete a contact type of given commercial proposal --.bru +dev/setup/bruno/proposals/Delete a line of given commercial proposal --.bru +setup/bruno/proposals/Delete a line of given commercial proposal --.bru +bruno/proposals/Delete a line of given commercial proposal --.bru +proposals/Delete a line of given commercial proposal --.bru +Delete a line of given commercial proposal --.bru +dev/setup/bruno/contacts/Create contact object --.bru +setup/bruno/contacts/Create contact object --.bru +bruno/contacts/Create contact object --.bru +contacts/Create contact object --.bru +Create contact object --.bru +dev/setup/bruno/contacts/Get categories for a contact --.bru +setup/bruno/contacts/Get categories for a contact --.bru +bruno/contacts/Get categories for a contact --.bru +contacts/Get categories for a contact --.bru +Get categories for a contact --.bru +dev/setup/bruno/contacts/Add a category to a contact --.bru +setup/bruno/contacts/Add a category to a contact --.bru +bruno/contacts/Add a category to a contact --.bru +contacts/Add a category to a contact --.bru +Add a category to a contact --.bru +dev/setup/bruno/contacts/Remove the link between a category and a contact --.bru +setup/bruno/contacts/Remove the link between a category and a contact --.bru +bruno/contacts/Remove the link between a category and a contact --.bru +contacts/Remove the link between a category and a contact --.bru +Remove the link between a category and a contact --.bru +dev/setup/bruno/contacts/List contacts --.bru +setup/bruno/contacts/List contacts --.bru +bruno/contacts/List contacts --.bru +contacts/List contacts --.bru +List contacts --.bru +dev/setup/bruno/contacts/Update contact --.bru +setup/bruno/contacts/Update contact --.bru +bruno/contacts/Update contact --.bru +contacts/Update contact --.bru +Update contact --.bru +dev/setup/bruno/contacts/Create an user account object from contact -external user- --.bru +setup/bruno/contacts/Create an user account object from contact -external user- --.bru +bruno/contacts/Create an user account object from contact -external user- --.bru +contacts/Create an user account object from contact -external user- --.bru +Create an user account object from contact -external user- --.bru +dev/setup/bruno/contacts/Get properties of a contact object --.bru +setup/bruno/contacts/Get properties of a contact object --.bru +bruno/contacts/Get properties of a contact object --.bru +contacts/Get properties of a contact object --.bru +Get properties of a contact object --.bru +dev/setup/bruno/contacts/Delete contact --.bru +setup/bruno/contacts/Delete contact --.bru +bruno/contacts/Delete contact --.bru +contacts/Delete contact --.bru +Delete contact --.bru +dev/setup/bruno/contacts/Get properties of a contact object by Email --.bru +setup/bruno/contacts/Get properties of a contact object by Email --.bru +bruno/contacts/Get properties of a contact object by Email --.bru +contacts/Get properties of a contact object by Email --.bru +Get properties of a contact object by Email --.bru +dev/setup/bruno/supplierproposals/supplierorders/List orders --.bru +setup/bruno/supplierproposals/supplierorders/List orders --.bru +bruno/supplierproposals/supplierorders/List orders --.bru +supplierproposals/supplierorders/List orders --.bru +supplierorders/List orders --.bru +List orders --.bru +dev/setup/bruno/supplierproposals/supplierorders/Validate an order --.bru +setup/bruno/supplierproposals/supplierorders/Validate an order --.bru +bruno/supplierproposals/supplierorders/Validate an order --.bru +supplierproposals/supplierorders/Validate an order --.bru +supplierorders/Validate an order --.bru +Validate an order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Unlink a contact type of given supplier order --.bru +setup/bruno/supplierproposals/supplierorders/Unlink a contact type of given supplier order --.bru +bruno/supplierproposals/supplierorders/Unlink a contact type of given supplier order --.bru +supplierproposals/supplierorders/Unlink a contact type of given supplier order --.bru +supplierorders/Unlink a contact type of given supplier order --.bru +Unlink a contact type of given supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Delete supplier order --.bru +setup/bruno/supplierproposals/supplierorders/Delete supplier order --.bru +bruno/supplierproposals/supplierorders/Delete supplier order --.bru +supplierproposals/supplierorders/Delete supplier order --.bru +supplierorders/Delete supplier order --.bru +Delete supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Get properties of a supplier order object --.bru +setup/bruno/supplierproposals/supplierorders/Get properties of a supplier order object --.bru +bruno/supplierproposals/supplierorders/Get properties of a supplier order object --.bru +supplierproposals/supplierorders/Get properties of a supplier order object --.bru +supplierorders/Get properties of a supplier order object --.bru +Get properties of a supplier order object --.bru +dev/setup/bruno/supplierproposals/supplierorders/Receives the order- dispatches products- --.bru +setup/bruno/supplierproposals/supplierorders/Receives the order- dispatches products- --.bru +bruno/supplierproposals/supplierorders/Receives the order- dispatches products- --.bru +supplierproposals/supplierorders/Receives the order- dispatches products- --.bru +supplierorders/Receives the order- dispatches products- --.bru +Receives the order- dispatches products- --.bru +dev/setup/bruno/supplierproposals/supplierorders/Approve an order --.bru +setup/bruno/supplierproposals/supplierorders/Approve an order --.bru +bruno/supplierproposals/supplierorders/Approve an order --.bru +supplierproposals/supplierorders/Approve an order --.bru +supplierorders/Approve an order --.bru +Approve an order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Get contacts of given supplier order --.bru +setup/bruno/supplierproposals/supplierorders/Get contacts of given supplier order --.bru +bruno/supplierproposals/supplierorders/Get contacts of given supplier order --.bru +supplierproposals/supplierorders/Get contacts of given supplier order --.bru +supplierorders/Get contacts of given supplier order --.bru +Get contacts of given supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Create supplier order object --.bru +setup/bruno/supplierproposals/supplierorders/Create supplier order object --.bru +bruno/supplierproposals/supplierorders/Create supplier order object --.bru +supplierproposals/supplierorders/Create supplier order object --.bru +supplierorders/Create supplier order object --.bru +Create supplier order object --.bru +dev/setup/bruno/supplierproposals/supplierorders/Add a contact type of given supplier order --.bru +setup/bruno/supplierproposals/supplierorders/Add a contact type of given supplier order --.bru +bruno/supplierproposals/supplierorders/Add a contact type of given supplier order --.bru +supplierproposals/supplierorders/Add a contact type of given supplier order --.bru +supplierorders/Add a contact type of given supplier order --.bru +Add a contact type of given supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Update supplier order --.bru +setup/bruno/supplierproposals/supplierorders/Update supplier order --.bru +bruno/supplierproposals/supplierorders/Update supplier order --.bru +supplierproposals/supplierorders/Update supplier order --.bru +supplierorders/Update supplier order --.bru +Update supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Sends an order to the vendor --.bru +setup/bruno/supplierproposals/supplierorders/Sends an order to the vendor --.bru +bruno/supplierproposals/supplierorders/Sends an order to the vendor --.bru +supplierproposals/supplierorders/Sends an order to the vendor --.bru +supplierorders/Sends an order to the vendor --.bru +Sends an order to the vendor --.bru +dev/setup/bruno/supplierproposals/Delete commercial proposal --.bru +setup/bruno/supplierproposals/Delete commercial proposal --.bru +bruno/supplierproposals/Delete commercial proposal --.bru +supplierproposals/Delete commercial proposal --.bru +Delete commercial proposal --.bru +dev/setup/bruno/supplierproposals/Update supplier proposal general fields -won-t touch lines of supplier proposal- --.bru +setup/bruno/supplierproposals/Update supplier proposal general fields -won-t touch lines of supplier proposal- --.bru +bruno/supplierproposals/Update supplier proposal general fields -won-t touch lines of supplier proposal- --.bru +supplierproposals/Update supplier proposal general fields -won-t touch lines of supplier proposal- --.bru +Update supplier proposal general fields -won-t touch lines of supplier proposal- --.bru +dev/setup/bruno/supplierproposals/Create supplier proposal -price request- object --.bru +setup/bruno/supplierproposals/Create supplier proposal -price request- object --.bru +bruno/supplierproposals/Create supplier proposal -price request- object --.bru +supplierproposals/Create supplier proposal -price request- object --.bru +Create supplier proposal -price request- object --.bru +dev/setup/bruno/supplierproposals/List supplier proposals --.bru +setup/bruno/supplierproposals/List supplier proposals --.bru +bruno/supplierproposals/List supplier proposals --.bru +supplierproposals/List supplier proposals --.bru +List supplier proposals --.bru +dev/setup/bruno/supplierproposals/Get properties of a supplier proposal -price request- object --.bru +setup/bruno/supplierproposals/Get properties of a supplier proposal -price request- object --.bru +bruno/supplierproposals/Get properties of a supplier proposal -price request- object --.bru +supplierproposals/Get properties of a supplier proposal -price request- object --.bru +Get properties of a supplier proposal -price request- object --.bru +dev/setup/bruno/products/Get properties of a product object by barcode --.bru +setup/bruno/products/Get properties of a product object by barcode --.bru +bruno/products/Get properties of a product object by barcode --.bru +products/Get properties of a product object by barcode --.bru +Get properties of a product object by barcode --.bru +dev/setup/bruno/products/Create product object --.bru +setup/bruno/products/Create product object --.bru +bruno/products/Create product object --.bru +products/Create product object --.bru +Create product object --.bru +dev/setup/bruno/products/Get attribute value by ref- --.bru +setup/bruno/products/Get attribute value by ref- --.bru +bruno/products/Get attribute value by ref- --.bru +products/Get attribute value by ref- --.bru +Get attribute value by ref- --.bru +dev/setup/bruno/products/Get prices per quantity for a product --.bru +setup/bruno/products/Get prices per quantity for a product --.bru +bruno/products/Get prices per quantity for a product --.bru +products/Get prices per quantity for a product --.bru +Get prices per quantity for a product --.bru +dev/setup/bruno/products/Update attribute value- --.bru +setup/bruno/products/Update attribute value- --.bru +bruno/products/Update attribute value- --.bru +products/Update attribute value- --.bru +Update attribute value- --.bru +dev/setup/bruno/products/Get categories for a product --.bru +setup/bruno/products/Get categories for a product --.bru +bruno/products/Get categories for a product --.bru +products/Get categories for a product --.bru +Get categories for a product --.bru +dev/setup/bruno/products/Add variant by product ref- --.bru +setup/bruno/products/Add variant by product ref- --.bru +bruno/products/Add variant by product ref- --.bru +products/Add variant by product ref- --.bru +Add variant by product ref- --.bru +dev/setup/bruno/products/Get a list of all purchase prices of products --.bru +setup/bruno/products/Get a list of all purchase prices of products --.bru +bruno/products/Get a list of all purchase prices of products --.bru +products/Get a list of all purchase prices of products --.bru +Get a list of all purchase prices of products --.bru +dev/setup/bruno/products/Add subproduct- --.bru +setup/bruno/products/Add subproduct- --.bru +bruno/products/Add subproduct- --.bru +products/Add subproduct- --.bru +Add subproduct- --.bru +dev/setup/bruno/products/Delete product --.bru +setup/bruno/products/Delete product --.bru +bruno/products/Delete product --.bru +products/Delete product --.bru +Delete product --.bru +dev/setup/bruno/products/Delete attribute value by id- --.bru +setup/bruno/products/Delete attribute value by id- --.bru +bruno/products/Delete attribute value by id- --.bru +products/Delete attribute value by id- --.bru +Delete attribute value by id- --.bru +dev/setup/bruno/products/Get attribute value by id- --.bru +setup/bruno/products/Get attribute value by id- --.bru +bruno/products/Get attribute value by id- --.bru +products/Get attribute value by id- --.bru +Get attribute value by id- --.bru +dev/setup/bruno/products/Add attributes- --.bru +setup/bruno/products/Add attributes- --.bru +bruno/products/Add attributes- --.bru +products/Add attributes- --.bru +Add attributes- --.bru +dev/setup/bruno/products/Put product variants- --.bru +setup/bruno/products/Put product variants- --.bru +bruno/products/Put product variants- --.bru +products/Put product variants- --.bru +Put product variants- --.bru +dev/setup/bruno/products/Get the list of subproducts of the product- --.bru +setup/bruno/products/Get the list of subproducts of the product- --.bru +bruno/products/Get the list of subproducts of the product- --.bru +products/Get the list of subproducts of the product- --.bru +Get the list of subproducts of the product- --.bru +dev/setup/bruno/products/Get attribute by ID- --.bru +setup/bruno/products/Get attribute by ID- --.bru +bruno/products/Get attribute by ID- --.bru +products/Get attribute by ID- --.bru +Get attribute by ID- --.bru +dev/setup/bruno/products/Get purchase prices for a product --.bru +setup/bruno/products/Get purchase prices for a product --.bru +bruno/products/Get purchase prices for a product --.bru +products/Get purchase prices for a product --.bru +Get purchase prices for a product --.bru +dev/setup/bruno/products/Add attribute value- --.bru +setup/bruno/products/Add attribute value- --.bru +bruno/products/Add attribute value- --.bru +products/Add attribute value- --.bru +Add attribute value- --.bru +dev/setup/bruno/products/Get stock data for the product id given- --.bru +setup/bruno/products/Get stock data for the product id given- --.bru +bruno/products/Get stock data for the product id given- --.bru +products/Get stock data for the product id given- --.bru +Get stock data for the product id given- --.bru +dev/setup/bruno/products/Get product variants- --.bru +setup/bruno/products/Get product variants- --.bru +bruno/products/Get product variants- --.bru +products/Get product variants- --.bru +Get product variants- --.bru +dev/setup/bruno/products/Update attributes by id- --.bru +setup/bruno/products/Update attributes by id- --.bru +bruno/products/Update attributes by id- --.bru +products/Update attributes by id- --.bru +Update attributes by id- --.bru +dev/setup/bruno/products/Get product variants by Product ref- --.bru +setup/bruno/products/Get product variants by Product ref- --.bru +bruno/products/Get product variants by Product ref- --.bru +products/Get product variants by Product ref- --.bru +Get product variants by Product ref- --.bru +dev/setup/bruno/products/Add variant- --.bru +setup/bruno/products/Add variant- --.bru +bruno/products/Add variant- --.bru +products/Add variant- --.bru +Add variant- --.bru +dev/setup/bruno/products/Get attributes by ref_ext- --.bru +setup/bruno/products/Get attributes by ref_ext- --.bru +bruno/products/Get attributes by ref_ext- --.bru +products/Get attributes by ref_ext- --.bru +Get attributes by ref_ext- --.bru +dev/setup/bruno/products/Get prices per customer for a product --.bru +setup/bruno/products/Get prices per customer for a product --.bru +bruno/products/Get prices per customer for a product --.bru +products/Get prices per customer for a product --.bru +Get prices per customer for a product --.bru +dev/setup/bruno/products/Remove subproduct- --.bru +setup/bruno/products/Remove subproduct- --.bru +bruno/products/Remove subproduct- --.bru +products/Remove subproduct- --.bru +Remove subproduct- --.bru +dev/setup/bruno/products/Get attributes by ref- --.bru +setup/bruno/products/Get attributes by ref- --.bru +bruno/products/Get attributes by ref- --.bru +products/Get attributes by ref- --.bru +Get attributes by ref- --.bru +dev/setup/bruno/products/Get properties of a product object by ref --.bru +setup/bruno/products/Get properties of a product object by ref --.bru +bruno/products/Get properties of a product object by ref --.bru +products/Get properties of a product object by ref --.bru +Get properties of a product object by ref --.bru +dev/setup/bruno/products/List products --.bru +setup/bruno/products/List products --.bru +bruno/products/List products --.bru +products/List products --.bru +List products --.bru +dev/setup/bruno/products/Get all values for an attribute id- --.bru +setup/bruno/products/Get all values for an attribute id- --.bru +bruno/products/Get all values for an attribute id- --.bru +products/Get all values for an attribute id- --.bru +Get all values for an attribute id- --.bru +dev/setup/bruno/products/Delete purchase price for a product --.bru +setup/bruno/products/Delete purchase price for a product --.bru +bruno/products/Delete purchase price for a product --.bru +products/Delete purchase price for a product --.bru +Delete purchase price for a product --.bru +dev/setup/bruno/products/Delete attribute value by ref- --.bru +setup/bruno/products/Delete attribute value by ref- --.bru +bruno/products/Delete attribute value by ref- --.bru +products/Delete attribute value by ref- --.bru +Delete attribute value by ref- --.bru +dev/setup/bruno/products/Get properties of a product object by id --.bru +setup/bruno/products/Get properties of a product object by id --.bru +bruno/products/Get properties of a product object by id --.bru +products/Get properties of a product object by id --.bru +Get properties of a product object by id --.bru +dev/setup/bruno/products/Get properties of a product object by ref_ext --.bru +setup/bruno/products/Get properties of a product object by ref_ext --.bru +bruno/products/Get properties of a product object by ref_ext --.bru +products/Get properties of a product object by ref_ext --.bru +Get properties of a product object by ref_ext --.bru +dev/setup/bruno/products/Get prices per segment for a product --.bru +setup/bruno/products/Get prices per segment for a product --.bru +bruno/products/Get prices per segment for a product --.bru +products/Get prices per segment for a product --.bru +Get prices per segment for a product --.bru +dev/setup/bruno/products/Delete attributes by id- --.bru +setup/bruno/products/Delete attributes by id- --.bru +bruno/products/Delete attributes by id- --.bru +products/Delete attributes by id- --.bru +Delete attributes by id- --.bru +dev/setup/bruno/products/Get all values for an attribute ref- --.bru +setup/bruno/products/Get all values for an attribute ref- --.bru +bruno/products/Get all values for an attribute ref- --.bru +products/Get all values for an attribute ref- --.bru +Get all values for an attribute ref- --.bru +dev/setup/bruno/products/Update product- --.bru +setup/bruno/products/Update product- --.bru +bruno/products/Update product- --.bru +products/Update product- --.bru +Update product- --.bru +dev/setup/bruno/products/Delete product variants- --.bru +setup/bruno/products/Delete product variants- --.bru +bruno/products/Delete product variants- --.bru +products/Delete product variants- --.bru +Delete product variants- --.bru +dev/setup/bruno/products/Add-Update purchase prices for a product- --.bru +setup/bruno/products/Add-Update purchase prices for a product- --.bru +bruno/products/Add-Update purchase prices for a product- --.bru +products/Add-Update purchase prices for a product- --.bru +Add-Update purchase prices for a product- --.bru +dev/setup/bruno/products/Get attributes- --.bru +setup/bruno/products/Get attributes- --.bru +bruno/products/Get attributes- --.bru +products/Get attributes- --.bru +Get attributes- --.bru +dev/setup/bruno/collection.bru +setup/bruno/collection.bru +bruno/collection.bru +collection.bru +dev/setup/bruno/README.md +setup/bruno/README.md +bruno/README.md +README.md +dev/setup/bruno/bruno.json +setup/bruno/bruno.json +bruno/bruno.json +bruno.json +dev/setup/bruno/receptions/List receptions --.bru +setup/bruno/receptions/List receptions --.bru +bruno/receptions/List receptions --.bru +receptions/List receptions --.bru +List receptions --.bru +dev/setup/bruno/receptions/Get properties of a reception object --.bru +setup/bruno/receptions/Get properties of a reception object --.bru +bruno/receptions/Get properties of a reception object --.bru +receptions/Get properties of a reception object --.bru +Get properties of a reception object --.bru +dev/setup/bruno/receptions/Delete a line to given reception --.bru +setup/bruno/receptions/Delete a line to given reception --.bru +bruno/receptions/Delete a line to given reception --.bru +receptions/Delete a line to given reception --.bru +Delete a line to given reception --.bru +dev/setup/bruno/receptions/Delete reception --.bru +setup/bruno/receptions/Delete reception --.bru +bruno/receptions/Delete reception --.bru +receptions/Delete reception --.bru +Delete reception --.bru +dev/setup/bruno/receptions/Create reception object --.bru +setup/bruno/receptions/Create reception object --.bru +bruno/receptions/Create reception object --.bru +receptions/Create reception object --.bru +Create reception object --.bru +dev/setup/bruno/receptions/Close a reception -Classify it as -Delivered-- --.bru +setup/bruno/receptions/Close a reception -Classify it as -Delivered-- --.bru +bruno/receptions/Close a reception -Classify it as -Delivered-- --.bru +receptions/Close a reception -Classify it as -Delivered-- --.bru +Close a reception -Classify it as -Delivered-- --.bru +dev/setup/bruno/receptions/Update reception general fields -won-t touch lines of reception- --.bru +setup/bruno/receptions/Update reception general fields -won-t touch lines of reception- --.bru +bruno/receptions/Update reception general fields -won-t touch lines of reception- --.bru +receptions/Update reception general fields -won-t touch lines of reception- --.bru +Update reception general fields -won-t touch lines of reception- --.bru +dev/setup/bruno/receptions/Validate a reception --.bru +setup/bruno/receptions/Validate a reception --.bru +bruno/receptions/Validate a reception --.bru +receptions/Validate a reception --.bru +Validate a reception --.bru +dev/setup/bruno/environments/ Test local.bru +setup/bruno/environments/ Test local.bru +bruno/environments/ Test local.bru +environments/ Test local.bru + Test local.bru +dev/setup/bruno/tickets/List tickets --.bru +setup/bruno/tickets/List tickets --.bru +bruno/tickets/List tickets --.bru +tickets/List tickets --.bru +List tickets --.bru +dev/setup/bruno/tickets/Add a new message to an existing ticket identified by property --track_id into request- --.bru +setup/bruno/tickets/Add a new message to an existing ticket identified by property --track_id into request- --.bru +bruno/tickets/Add a new message to an existing ticket identified by property --track_id into request- --.bru +tickets/Add a new message to an existing ticket identified by property --track_id into request- --.bru +Add a new message to an existing ticket identified by property --track_id into request- --.bru +dev/setup/bruno/tickets/Create ticket object --.bru +setup/bruno/tickets/Create ticket object --.bru +bruno/tickets/Create ticket object --.bru +tickets/Create ticket object --.bru +Create ticket object --.bru +dev/setup/bruno/tickets/Get properties of a Ticket object from ref --.bru +setup/bruno/tickets/Get properties of a Ticket object from ref --.bru +bruno/tickets/Get properties of a Ticket object from ref --.bru +tickets/Get properties of a Ticket object from ref --.bru +Get properties of a Ticket object from ref --.bru +dev/setup/bruno/tickets/Get properties of a Ticket object- --.bru +setup/bruno/tickets/Get properties of a Ticket object- --.bru +bruno/tickets/Get properties of a Ticket object- --.bru +tickets/Get properties of a Ticket object- --.bru +Get properties of a Ticket object- --.bru +dev/setup/bruno/tickets/Update ticket --.bru +setup/bruno/tickets/Update ticket --.bru +bruno/tickets/Update ticket --.bru +tickets/Update ticket --.bru +Update ticket --.bru +dev/setup/bruno/tickets/Delete ticket --.bru +setup/bruno/tickets/Delete ticket --.bru +bruno/tickets/Delete ticket --.bru +tickets/Delete ticket --.bru +Delete ticket --.bru +dev/setup/bruno/tickets/Get properties of a Ticket object from track id --.bru +setup/bruno/tickets/Get properties of a Ticket object from track id --.bru +bruno/tickets/Get properties of a Ticket object from track id --.bru +tickets/Get properties of a Ticket object from track id --.bru +Get properties of a Ticket object from track id --.bru +dev/setup/bruno/supplierinvoices/Add payment line to a specific supplier invoice with the remain to pay as amount- --.bru +setup/bruno/supplierinvoices/Add payment line to a specific supplier invoice with the remain to pay as amount- --.bru +bruno/supplierinvoices/Add payment line to a specific supplier invoice with the remain to pay as amount- --.bru +supplierinvoices/Add payment line to a specific supplier invoice with the remain to pay as amount- --.bru +Add payment line to a specific supplier invoice with the remain to pay as amount- --.bru +dev/setup/bruno/supplierinvoices/Add a line to given supplier invoice --.bru +setup/bruno/supplierinvoices/Add a line to given supplier invoice --.bru +bruno/supplierinvoices/Add a line to given supplier invoice --.bru +supplierinvoices/Add a line to given supplier invoice --.bru +Add a line to given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Get list of payments of a given supplier invoice --.bru +setup/bruno/supplierinvoices/Get list of payments of a given supplier invoice --.bru +bruno/supplierinvoices/Get list of payments of a given supplier invoice --.bru +supplierinvoices/Get list of payments of a given supplier invoice --.bru +Get list of payments of a given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Get properties of a supplier invoice object --.bru +setup/bruno/supplierinvoices/Get properties of a supplier invoice object --.bru +bruno/supplierinvoices/Get properties of a supplier invoice object --.bru +supplierinvoices/Get properties of a supplier invoice object --.bru +Get properties of a supplier invoice object --.bru +dev/setup/bruno/supplierinvoices/Deletes a line of a given supplier invoice --.bru +setup/bruno/supplierinvoices/Deletes a line of a given supplier invoice --.bru +bruno/supplierinvoices/Deletes a line of a given supplier invoice --.bru +supplierinvoices/Deletes a line of a given supplier invoice --.bru +Deletes a line of a given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Create supplier invoice object --.bru +setup/bruno/supplierinvoices/Create supplier invoice object --.bru +bruno/supplierinvoices/Create supplier invoice object --.bru +supplierinvoices/Create supplier invoice object --.bru +Create supplier invoice object --.bru +dev/setup/bruno/supplierinvoices/Get lines of a supplier invoice --.bru +setup/bruno/supplierinvoices/Get lines of a supplier invoice --.bru +bruno/supplierinvoices/Get lines of a supplier invoice --.bru +supplierinvoices/Get lines of a supplier invoice --.bru +Get lines of a supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Update a line to a given supplier invoice --.bru +setup/bruno/supplierinvoices/Update a line to a given supplier invoice --.bru +bruno/supplierinvoices/Update a line to a given supplier invoice --.bru +supplierinvoices/Update a line to a given supplier invoice --.bru +Update a line to a given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/List invoices --.bru +setup/bruno/supplierinvoices/List invoices --.bru +bruno/supplierinvoices/List invoices --.bru +supplierinvoices/List invoices --.bru +List invoices --.bru +dev/setup/bruno/supplierinvoices/Validate an invoice --.bru +setup/bruno/supplierinvoices/Validate an invoice --.bru +bruno/supplierinvoices/Validate an invoice --.bru +supplierinvoices/Validate an invoice --.bru +Validate an invoice --.bru +dev/setup/bruno/supplierinvoices/Delete supplier invoice --.bru +setup/bruno/supplierinvoices/Delete supplier invoice --.bru +bruno/supplierinvoices/Delete supplier invoice --.bru +supplierinvoices/Delete supplier invoice --.bru +Delete supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Update supplier invoice --.bru +setup/bruno/supplierinvoices/Update supplier invoice --.bru +bruno/supplierinvoices/Update supplier invoice --.bru +supplierinvoices/Update supplier invoice --.bru +Update supplier invoice --.bru +dev/setup/bruno/boms/Add a line to given BOM --.bru +setup/bruno/boms/Add a line to given BOM --.bru +bruno/boms/Add a line to given BOM --.bru +boms/Add a line to given BOM --.bru +Add a line to given BOM --.bru +dev/setup/bruno/boms/Delete a line to given BOM --.bru +setup/bruno/boms/Delete a line to given BOM --.bru +bruno/boms/Delete a line to given BOM --.bru +boms/Delete a line to given BOM --.bru +Delete a line to given BOM --.bru +dev/setup/bruno/boms/Create bom object --.bru +setup/bruno/boms/Create bom object --.bru +bruno/boms/Create bom object --.bru +boms/Create bom object --.bru +Create bom object --.bru +dev/setup/bruno/boms/Update a line to given BOM --.bru +setup/bruno/boms/Update a line to given BOM --.bru +bruno/boms/Update a line to given BOM --.bru +boms/Update a line to given BOM --.bru +Update a line to given BOM --.bru +dev/setup/bruno/boms/List boms --.bru +setup/bruno/boms/List boms --.bru +bruno/boms/List boms --.bru +boms/List boms --.bru +List boms --.bru +dev/setup/bruno/boms/Delete bom --.bru +setup/bruno/boms/Delete bom --.bru +bruno/boms/Delete bom --.bru +boms/Delete bom --.bru +Delete bom --.bru +dev/setup/bruno/boms/Get properties of a bom object --.bru +setup/bruno/boms/Get properties of a bom object --.bru +bruno/boms/Get properties of a bom object --.bru +boms/Get properties of a bom object --.bru +Get properties of a bom object --.bru +dev/setup/bruno/boms/Update bom --.bru +setup/bruno/boms/Update bom --.bru +bruno/boms/Update bom --.bru +boms/Update bom --.bru +Update bom --.bru +dev/setup/bruno/boms/Get lines of an BOM --.bru +setup/bruno/boms/Get lines of an BOM --.bru +bruno/boms/Get lines of an BOM --.bru +boms/Get lines of an BOM --.bru +Get lines of an BOM --.bru +dev/setup/bruno/thirdparties/Return list of invoices qualified to be replaced by another invoice- --.bru +setup/bruno/thirdparties/Return list of invoices qualified to be replaced by another invoice- --.bru +bruno/thirdparties/Return list of invoices qualified to be replaced by another invoice- --.bru +thirdparties/Return list of invoices qualified to be replaced by another invoice- --.bru +Return list of invoices qualified to be replaced by another invoice- --.bru +dev/setup/bruno/thirdparties/Update CompanyNotification object for thirdparty --.bru +setup/bruno/thirdparties/Update CompanyNotification object for thirdparty --.bru +bruno/thirdparties/Update CompanyNotification object for thirdparty --.bru +thirdparties/Update CompanyNotification object for thirdparty --.bru +Update CompanyNotification object for thirdparty --.bru +dev/setup/bruno/thirdparties/Create CompanyBankAccount object for thirdparty --.bru +setup/bruno/thirdparties/Create CompanyBankAccount object for thirdparty --.bru +bruno/thirdparties/Create CompanyBankAccount object for thirdparty --.bru +thirdparties/Create CompanyBankAccount object for thirdparty --.bru +Create CompanyBankAccount object for thirdparty --.bru +dev/setup/bruno/thirdparties/Update thirdparty --.bru +setup/bruno/thirdparties/Update thirdparty --.bru +bruno/thirdparties/Update thirdparty --.bru +thirdparties/Update thirdparty --.bru +Update thirdparty --.bru +dev/setup/bruno/thirdparties/Create thirdparty object --.bru +setup/bruno/thirdparties/Create thirdparty object --.bru +bruno/thirdparties/Create thirdparty object --.bru +thirdparties/Create thirdparty object --.bru +Create thirdparty object --.bru +dev/setup/bruno/thirdparties/Delete a bank account attached to a thirdparty --.bru +setup/bruno/thirdparties/Delete a bank account attached to a thirdparty --.bru +bruno/thirdparties/Delete a bank account attached to a thirdparty --.bru +thirdparties/Delete a bank account attached to a thirdparty --.bru +Delete a bank account attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Get properties of a thirdparty object by email- --.bru +setup/bruno/thirdparties/Get properties of a thirdparty object by email- --.bru +bruno/thirdparties/Get properties of a thirdparty object by email- --.bru +thirdparties/Get properties of a thirdparty object by email- --.bru +Get properties of a thirdparty object by email- --.bru +dev/setup/bruno/thirdparties/Generate a Document from a bank account record -like SEPA mandate- --.bru +setup/bruno/thirdparties/Generate a Document from a bank account record -like SEPA mandate- --.bru +bruno/thirdparties/Generate a Document from a bank account record -like SEPA mandate- --.bru +thirdparties/Generate a Document from a bank account record -like SEPA mandate- --.bru +Generate a Document from a bank account record -like SEPA mandate- --.bru +dev/setup/bruno/thirdparties/Remove the link between a category and the thirdparty --.bru +setup/bruno/thirdparties/Remove the link between a category and the thirdparty --.bru +bruno/thirdparties/Remove the link between a category and the thirdparty --.bru +thirdparties/Remove the link between a category and the thirdparty --.bru +Remove the link between a category and the thirdparty --.bru +dev/setup/bruno/thirdparties/Get properties of a thirdparty object by barcode- --.bru +setup/bruno/thirdparties/Get properties of a thirdparty object by barcode- --.bru +bruno/thirdparties/Get properties of a thirdparty object by barcode- --.bru +thirdparties/Get properties of a thirdparty object by barcode- --.bru +Get properties of a thirdparty object by barcode- --.bru +dev/setup/bruno/thirdparties/Delete a customer representative to a thirdparty --.bru +setup/bruno/thirdparties/Delete a customer representative to a thirdparty --.bru +bruno/thirdparties/Delete a customer representative to a thirdparty --.bru +thirdparties/Delete a customer representative to a thirdparty --.bru +Delete a customer representative to a thirdparty --.bru +dev/setup/bruno/thirdparties/Create and attach a new account to an existing thirdparty --.bru +setup/bruno/thirdparties/Create and attach a new account to an existing thirdparty --.bru +bruno/thirdparties/Create and attach a new account to an existing thirdparty --.bru +thirdparties/Create and attach a new account to an existing thirdparty --.bru +Create and attach a new account to an existing thirdparty --.bru +dev/setup/bruno/thirdparties/Get outstanding orders of thirdparty --.bru +setup/bruno/thirdparties/Get outstanding orders of thirdparty --.bru +bruno/thirdparties/Get outstanding orders of thirdparty --.bru +thirdparties/Get outstanding orders of thirdparty --.bru +Get outstanding orders of thirdparty --.bru +dev/setup/bruno/thirdparties/Delete a specific site account attached to a thirdparty -by account id- --.bru +setup/bruno/thirdparties/Delete a specific site account attached to a thirdparty -by account id- --.bru +bruno/thirdparties/Delete a specific site account attached to a thirdparty -by account id- --.bru +thirdparties/Delete a specific site account attached to a thirdparty -by account id- --.bru +Delete a specific site account attached to a thirdparty -by account id- --.bru +dev/setup/bruno/thirdparties/Add a supplier category to a thirdparty --.bru +setup/bruno/thirdparties/Add a supplier category to a thirdparty --.bru +bruno/thirdparties/Add a supplier category to a thirdparty --.bru +thirdparties/Add a supplier category to a thirdparty --.bru +Add a supplier category to a thirdparty --.bru +dev/setup/bruno/thirdparties/Create and attach a new -or replace an existing- specific site account to a thirdparty --.bru +setup/bruno/thirdparties/Create and attach a new -or replace an existing- specific site account to a thirdparty --.bru +bruno/thirdparties/Create and attach a new -or replace an existing- specific site account to a thirdparty --.bru +thirdparties/Create and attach a new -or replace an existing- specific site account to a thirdparty --.bru +Create and attach a new -or replace an existing- specific site account to a thirdparty --.bru +dev/setup/bruno/thirdparties/Delete all accounts attached to a thirdparty --.bru +setup/bruno/thirdparties/Delete all accounts attached to a thirdparty --.bru +bruno/thirdparties/Delete all accounts attached to a thirdparty --.bru +thirdparties/Delete all accounts attached to a thirdparty --.bru +Delete all accounts attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Get outstanding proposals of thirdparty --.bru +setup/bruno/thirdparties/Get outstanding proposals of thirdparty --.bru +bruno/thirdparties/Get outstanding proposals of thirdparty --.bru +thirdparties/Get outstanding proposals of thirdparty --.bru +Get outstanding proposals of thirdparty --.bru +dev/setup/bruno/thirdparties/List thirdparties --.bru +setup/bruno/thirdparties/List thirdparties --.bru +bruno/thirdparties/List thirdparties --.bru +thirdparties/List thirdparties --.bru +List thirdparties --.bru +dev/setup/bruno/thirdparties/Get representatives of thirdparty --.bru +setup/bruno/thirdparties/Get representatives of thirdparty --.bru +bruno/thirdparties/Get representatives of thirdparty --.bru +thirdparties/Get representatives of thirdparty --.bru +Get representatives of thirdparty --.bru +dev/setup/bruno/thirdparties/Get customer categories for a thirdparty --.bru +setup/bruno/thirdparties/Get customer categories for a thirdparty --.bru +bruno/thirdparties/Get customer categories for a thirdparty --.bru +thirdparties/Get customer categories for a thirdparty --.bru +Get customer categories for a thirdparty --.bru +dev/setup/bruno/thirdparties/Get CompanyBankAccount objects for thirdparty --.bru +setup/bruno/thirdparties/Get CompanyBankAccount objects for thirdparty --.bru +bruno/thirdparties/Get CompanyBankAccount objects for thirdparty --.bru +thirdparties/Get CompanyBankAccount objects for thirdparty --.bru +Get CompanyBankAccount objects for thirdparty --.bru +dev/setup/bruno/thirdparties/Remove the link between a customer category and the thirdparty --.bru +setup/bruno/thirdparties/Remove the link between a customer category and the thirdparty --.bru +bruno/thirdparties/Remove the link between a customer category and the thirdparty --.bru +thirdparties/Remove the link between a customer category and the thirdparty --.bru +Remove the link between a customer category and the thirdparty --.bru +dev/setup/bruno/thirdparties/Merge a third party into another one- --.bru +setup/bruno/thirdparties/Merge a third party into another one- --.bru +bruno/thirdparties/Merge a third party into another one- --.bru +thirdparties/Merge a third party into another one- --.bru +Merge a third party into another one- --.bru +dev/setup/bruno/thirdparties/Get a specific account attached to a thirdparty -by specifying the site key- --.bru +setup/bruno/thirdparties/Get a specific account attached to a thirdparty -by specifying the site key- --.bru +bruno/thirdparties/Get a specific account attached to a thirdparty -by specifying the site key- --.bru +thirdparties/Get a specific account attached to a thirdparty -by specifying the site key- --.bru +Get a specific account attached to a thirdparty -by specifying the site key- --.bru +dev/setup/bruno/thirdparties/Add a customer category to a thirdparty --.bru +setup/bruno/thirdparties/Add a customer category to a thirdparty --.bru +bruno/thirdparties/Add a customer category to a thirdparty --.bru +thirdparties/Add a customer category to a thirdparty --.bru +Add a customer category to a thirdparty --.bru +dev/setup/bruno/thirdparties/Add a customer representative to a thirdparty --.bru +setup/bruno/thirdparties/Add a customer representative to a thirdparty --.bru +bruno/thirdparties/Add a customer representative to a thirdparty --.bru +thirdparties/Add a customer representative to a thirdparty --.bru +Add a customer representative to a thirdparty --.bru +dev/setup/bruno/thirdparties/Return list of invoices qualified to be corrected by a credit note- --.bru +setup/bruno/thirdparties/Return list of invoices qualified to be corrected by a credit note- --.bru +bruno/thirdparties/Return list of invoices qualified to be corrected by a credit note- --.bru +thirdparties/Return list of invoices qualified to be corrected by a credit note- --.bru +Return list of invoices qualified to be corrected by a credit note- --.bru +dev/setup/bruno/thirdparties/Get fixed amount discount of a thirdparty -all sources- deposit- credit note- commercial offers---- --.bru +setup/bruno/thirdparties/Get fixed amount discount of a thirdparty -all sources- deposit- credit note- commercial offers---- --.bru +bruno/thirdparties/Get fixed amount discount of a thirdparty -all sources- deposit- credit note- commercial offers---- --.bru +thirdparties/Get fixed amount discount of a thirdparty -all sources- deposit- credit note- commercial offers---- --.bru +Get fixed amount discount of a thirdparty -all sources- deposit- credit note- commercial offers---- --.bru +dev/setup/bruno/thirdparties/Delete a CompanyNotification attached to a thirdparty --.bru +setup/bruno/thirdparties/Delete a CompanyNotification attached to a thirdparty --.bru +bruno/thirdparties/Delete a CompanyNotification attached to a thirdparty --.bru +thirdparties/Delete a CompanyNotification attached to a thirdparty --.bru +Delete a CompanyNotification attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Update CompanyBankAccount object for thirdparty --.bru +setup/bruno/thirdparties/Update CompanyBankAccount object for thirdparty --.bru +bruno/thirdparties/Update CompanyBankAccount object for thirdparty --.bru +thirdparties/Update CompanyBankAccount object for thirdparty --.bru +Update CompanyBankAccount object for thirdparty --.bru +dev/setup/bruno/thirdparties/Get CompanyNotification objects for thirdparty --.bru +setup/bruno/thirdparties/Get CompanyNotification objects for thirdparty --.bru +bruno/thirdparties/Get CompanyNotification objects for thirdparty --.bru +thirdparties/Get CompanyNotification objects for thirdparty --.bru +Get CompanyNotification objects for thirdparty --.bru +dev/setup/bruno/thirdparties/Delete thirdparty --.bru +setup/bruno/thirdparties/Delete thirdparty --.bru +bruno/thirdparties/Delete thirdparty --.bru +thirdparties/Delete thirdparty --.bru +Delete thirdparty --.bru +dev/setup/bruno/thirdparties/Set new price level for the given thirdparty --.bru +setup/bruno/thirdparties/Set new price level for the given thirdparty --.bru +bruno/thirdparties/Set new price level for the given thirdparty --.bru +thirdparties/Set new price level for the given thirdparty --.bru +Set new price level for the given thirdparty --.bru +dev/setup/bruno/thirdparties/Get supplier categories for a thirdparty --.bru +setup/bruno/thirdparties/Get supplier categories for a thirdparty --.bru +bruno/thirdparties/Get supplier categories for a thirdparty --.bru +thirdparties/Get supplier categories for a thirdparty --.bru +Get supplier categories for a thirdparty --.bru +dev/setup/bruno/thirdparties/Update specified values of a specific account attached to a thirdparty --.bru +setup/bruno/thirdparties/Update specified values of a specific account attached to a thirdparty --.bru +bruno/thirdparties/Update specified values of a specific account attached to a thirdparty --.bru +thirdparties/Update specified values of a specific account attached to a thirdparty --.bru +Update specified values of a specific account attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Create CompanyNotification object for thirdparty --.bru +setup/bruno/thirdparties/Create CompanyNotification object for thirdparty --.bru +bruno/thirdparties/Create CompanyNotification object for thirdparty --.bru +thirdparties/Create CompanyNotification object for thirdparty --.bru +Create CompanyNotification object for thirdparty --.bru +dev/setup/bruno/thirdparties/Get properties of a thirdparty object --.bru +setup/bruno/thirdparties/Get properties of a thirdparty object --.bru +bruno/thirdparties/Get properties of a thirdparty object --.bru +thirdparties/Get properties of a thirdparty object --.bru +Get properties of a thirdparty object --.bru +dev/setup/bruno/thirdparties/Get outstanding invoices of thirdparty --.bru +setup/bruno/thirdparties/Get outstanding invoices of thirdparty --.bru +bruno/thirdparties/Get outstanding invoices of thirdparty --.bru +thirdparties/Get outstanding invoices of thirdparty --.bru +Get outstanding invoices of thirdparty --.bru +dev/setup/bruno/setup/Update Extrafield object --.bru +setup/bruno/setup/Update Extrafield object --.bru +bruno/setup/Update Extrafield object --.bru +setup/Update Extrafield object --.bru +Update Extrafield object --.bru +dev/setup/bruno/setup/Get region by Code- --.bru +setup/bruno/setup/Get region by Code- --.bru +bruno/setup/Get region by Code- --.bru +setup/Get region by Code- --.bru +Get region by Code- --.bru +dev/setup/bruno/setup/Get the list of countries- --.bru +setup/bruno/setup/Get the list of countries- --.bru +bruno/setup/Get the list of countries- --.bru +setup/Get the list of countries- --.bru +Get the list of countries- --.bru +dev/setup/bruno/setup/Get the list of incoterms- --.bru +setup/bruno/setup/Get the list of incoterms- --.bru +bruno/setup/Get the list of incoterms- --.bru +setup/Get the list of incoterms- --.bru +Get the list of incoterms- --.bru +dev/setup/bruno/setup/Get the list of contacts types- --.bru +setup/bruno/setup/Get the list of contacts types- --.bru +bruno/setup/Get the list of contacts types- --.bru +setup/Get the list of contacts types- --.bru +Get the list of contacts types- --.bru +dev/setup/bruno/setup/Get the list of payments terms- --.bru +setup/bruno/setup/Get the list of payments terms- --.bru +bruno/setup/Get the list of payments terms- --.bru +setup/Get the list of payments terms- --.bru +Get the list of payments terms- --.bru +dev/setup/bruno/setup/Create Extrafield object --.bru +setup/bruno/setup/Create Extrafield object --.bru +bruno/setup/Create Extrafield object --.bru +setup/Create Extrafield object --.bru +Create Extrafield object --.bru +dev/setup/bruno/setup/Do a test of integrity for files and setup- --.bru +setup/bruno/setup/Do a test of integrity for files and setup- --.bru +bruno/setup/Do a test of integrity for files and setup- --.bru +setup/Do a test of integrity for files and setup- --.bru +Do a test of integrity for files and setup- --.bru +dev/setup/bruno/setup/Get the list of tickets types- --.bru +setup/bruno/setup/Get the list of tickets types- --.bru +bruno/setup/Get the list of tickets types- --.bru +setup/Get the list of tickets types- --.bru +Get the list of tickets types- --.bru +dev/setup/bruno/setup/Get the list of delivery times- --.bru +setup/bruno/setup/Get the list of delivery times- --.bru +bruno/setup/Get the list of delivery times- --.bru +setup/Get the list of delivery times- --.bru +Get the list of delivery times- --.bru +dev/setup/bruno/setup/Get value of a setup variables --.bru +setup/bruno/setup/Get value of a setup variables --.bru +bruno/setup/Get value of a setup variables --.bru +setup/Get value of a setup variables --.bru +Get value of a setup variables --.bru +dev/setup/bruno/setup/Get the list of staff- --.bru +setup/bruno/setup/Get the list of staff- --.bru +bruno/setup/Get the list of staff- --.bru +setup/Get the list of staff- --.bru +Get the list of staff- --.bru +dev/setup/bruno/setup/Get the list of states-provinces- --.bru +setup/bruno/setup/Get the list of states-provinces- --.bru +bruno/setup/Get the list of states-provinces- --.bru +setup/Get the list of states-provinces- --.bru +Get the list of states-provinces- --.bru +dev/setup/bruno/setup/Get the list of towns- --.bru +setup/bruno/setup/Get the list of towns- --.bru +bruno/setup/Get the list of towns- --.bru +setup/Get the list of towns- --.bru +Get the list of towns- --.bru +dev/setup/bruno/setup/Get the list of measuring units- --.bru +setup/bruno/setup/Get the list of measuring units- --.bru +bruno/setup/Get the list of measuring units- --.bru +setup/Get the list of measuring units- --.bru +Get the list of measuring units- --.bru +dev/setup/bruno/setup/Get the list of Expense Report types- --.bru +setup/bruno/setup/Get the list of Expense Report types- --.bru +bruno/setup/Get the list of Expense Report types- --.bru +setup/Get the list of Expense Report types- --.bru +Get the list of Expense Report types- --.bru +dev/setup/bruno/setup/Get the list of regions- --.bru +setup/bruno/setup/Get the list of regions- --.bru +bruno/setup/Get the list of regions- --.bru +setup/Get the list of regions- --.bru +Get the list of regions- --.bru +dev/setup/bruno/setup/Get region by ID- --.bru +setup/bruno/setup/Get region by ID- --.bru +bruno/setup/Get region by ID- --.bru +setup/Get region by ID- --.bru +Get region by ID- --.bru +dev/setup/bruno/setup/Get establishment by ID- --.bru +setup/bruno/setup/Get establishment by ID- --.bru +bruno/setup/Get establishment by ID- --.bru +setup/Get establishment by ID- --.bru +Get establishment by ID- --.bru +dev/setup/bruno/setup/Get the list of social networks- --.bru +setup/bruno/setup/Get the list of social networks- --.bru +bruno/setup/Get the list of social networks- --.bru +setup/Get the list of social networks- --.bru +Get the list of social networks- --.bru +dev/setup/bruno/setup/Get the list of tickets severity- --.bru +setup/bruno/setup/Get the list of tickets severity- --.bru +bruno/setup/Get the list of tickets severity- --.bru +setup/Get the list of tickets severity- --.bru +Get the list of tickets severity- --.bru +dev/setup/bruno/setup/Get country by ID- --.bru +setup/bruno/setup/Get country by ID- --.bru +bruno/setup/Get country by ID- --.bru +setup/Get country by ID- --.bru +Get country by ID- --.bru +dev/setup/bruno/setup/Get the list of tickets categories- --.bru +setup/bruno/setup/Get the list of tickets categories- --.bru +bruno/setup/Get the list of tickets categories- --.bru +setup/Get the list of tickets categories- --.bru +Get the list of tickets categories- --.bru +dev/setup/bruno/setup/Get the list of extra fields- --.bru +setup/bruno/setup/Get the list of extra fields- --.bru +bruno/setup/Get the list of extra fields- --.bru +setup/Get the list of extra fields- --.bru +Get the list of extra fields- --.bru +dev/setup/bruno/setup/Get country by Code- --.bru +setup/bruno/setup/Get country by Code- --.bru +bruno/setup/Get country by Code- --.bru +setup/Get country by Code- --.bru +Get country by Code- --.bru +dev/setup/bruno/setup/Get list of enabled modules --.bru +setup/bruno/setup/Get list of enabled modules --.bru +bruno/setup/Get list of enabled modules --.bru +setup/Get list of enabled modules --.bru +Get list of enabled modules --.bru +dev/setup/bruno/setup/Delete extrafield --.bru +setup/bruno/setup/Delete extrafield --.bru +bruno/setup/Delete extrafield --.bru +setup/Delete extrafield --.bru +Delete extrafield --.bru +dev/setup/bruno/setup/Get the list of ordering methods- --.bru +setup/bruno/setup/Get the list of ordering methods- --.bru +bruno/setup/Get the list of ordering methods- --.bru +setup/Get the list of ordering methods- --.bru +Get the list of ordering methods- --.bru +dev/setup/bruno/setup/Get the list of currencies- --.bru +setup/bruno/setup/Get the list of currencies- --.bru +bruno/setup/Get the list of currencies- --.bru +setup/Get the list of currencies- --.bru +Get the list of currencies- --.bru +dev/setup/bruno/setup/Get the list of legal form of business- --.bru +setup/bruno/setup/Get the list of legal form of business- --.bru +bruno/setup/Get the list of legal form of business- --.bru +setup/Get the list of legal form of business- --.bru +Get the list of legal form of business- --.bru +dev/setup/bruno/setup/Get the list of shipping methods- --.bru +setup/bruno/setup/Get the list of shipping methods- --.bru +bruno/setup/Get the list of shipping methods- --.bru +setup/Get the list of shipping methods- --.bru +Get the list of shipping methods- --.bru +dev/setup/bruno/setup/Get properties of company --.bru +setup/bruno/setup/Get properties of company --.bru +bruno/setup/Get properties of company --.bru +setup/Get properties of company --.bru +Get properties of company --.bru +dev/setup/bruno/setup/Get state by ID- --.bru +setup/bruno/setup/Get state by ID- --.bru +bruno/setup/Get state by ID- --.bru +setup/Get state by ID- --.bru +Get state by ID- --.bru +dev/setup/bruno/setup/Get the list of ordering origins- --.bru +setup/bruno/setup/Get the list of ordering origins- --.bru +bruno/setup/Get the list of ordering origins- --.bru +setup/Get the list of ordering origins- --.bru +Get the list of ordering origins- --.bru +dev/setup/bruno/setup/Get the list of civilities- --.bru +setup/bruno/setup/Get the list of civilities- --.bru +bruno/setup/Get the list of civilities- --.bru +setup/Get the list of civilities- --.bru +Get the list of civilities- --.bru +dev/setup/bruno/setup/Get state by Code- --.bru +setup/bruno/setup/Get state by Code- --.bru +bruno/setup/Get state by Code- --.bru +setup/Get state by Code- --.bru +Get state by Code- --.bru +dev/setup/bruno/setup/Get the list of payments types- --.bru +setup/bruno/setup/Get the list of payments types- --.bru +bruno/setup/Get the list of payments types- --.bru +setup/Get the list of payments types- --.bru +Get the list of payments types- --.bru +dev/setup/bruno/setup/Get the list of events types- --.bru +setup/bruno/setup/Get the list of events types- --.bru +bruno/setup/Get the list of events types- --.bru +setup/Get the list of events types- --.bru +Get the list of events types- --.bru +dev/setup/bruno/setup/Get country by Iso- --.bru +setup/bruno/setup/Get country by Iso- --.bru +bruno/setup/Get country by Iso- --.bru +setup/Get country by Iso- --.bru +Get country by Iso- --.bru +dev/setup/bruno/setup/Get the list of establishments- --.bru +setup/bruno/setup/Get the list of establishments- --.bru +bruno/setup/Get the list of establishments- --.bru +setup/Get the list of establishments- --.bru +Get the list of establishments- --.bru +dev/setup/bruno/status/Get status -Dolibarr version- --.bru +setup/bruno/status/Get status -Dolibarr version- --.bru +bruno/status/Get status -Dolibarr version- --.bru +status/Get status -Dolibarr version- --.bru +Get status -Dolibarr version- --.bru +dev/setup/bruno/categories/Update category --.bru +setup/bruno/categories/Update category --.bru +bruno/categories/Update category --.bru +categories/Update category --.bru +Update category --.bru +dev/setup/bruno/categories/Get properties of a category object --.bru +setup/bruno/categories/Get properties of a category object --.bru +bruno/categories/Get properties of a category object --.bru +categories/Get properties of a category object --.bru +Get properties of a category object --.bru +dev/setup/bruno/categories/List categories --.bru +setup/bruno/categories/List categories --.bru +bruno/categories/List categories --.bru +categories/List categories --.bru +List categories --.bru +dev/setup/bruno/categories/Unlink an object from a category by id --.bru +setup/bruno/categories/Unlink an object from a category by id --.bru +bruno/categories/Unlink an object from a category by id --.bru +categories/Unlink an object from a category by id --.bru +Unlink an object from a category by id --.bru +dev/setup/bruno/categories/Link an object to a category by ref --.bru +setup/bruno/categories/Link an object to a category by ref --.bru +bruno/categories/Link an object to a category by ref --.bru +categories/Link an object to a category by ref --.bru +Link an object to a category by ref --.bru +dev/setup/bruno/categories/List categories of an object --.bru +setup/bruno/categories/List categories of an object --.bru +bruno/categories/List categories of an object --.bru +categories/List categories of an object --.bru +List categories of an object --.bru +dev/setup/bruno/categories/Unlink an object from a category by ref --.bru +setup/bruno/categories/Unlink an object from a category by ref --.bru +bruno/categories/Unlink an object from a category by ref --.bru +categories/Unlink an object from a category by ref --.bru +Unlink an object from a category by ref --.bru +dev/setup/bruno/categories/Link an object to a category by id --.bru +setup/bruno/categories/Link an object to a category by id --.bru +bruno/categories/Link an object to a category by id --.bru +categories/Link an object to a category by id --.bru +Link an object to a category by id --.bru +dev/setup/bruno/categories/Get the list of objects in a category- --.bru +setup/bruno/categories/Get the list of objects in a category- --.bru +bruno/categories/Get the list of objects in a category- --.bru +categories/Get the list of objects in a category- --.bru +Get the list of objects in a category- --.bru +dev/setup/bruno/categories/Create category object --.bru +setup/bruno/categories/Create category object --.bru +bruno/categories/Create category object --.bru +categories/Create category object --.bru +Create category object --.bru +dev/setup/bruno/categories/Delete category --.bru +setup/bruno/categories/Delete category --.bru +bruno/categories/Delete category --.bru +categories/Delete category --.bru +Delete category --.bru +dev/setup/bruno/subscriptions/Create subscription object --.bru +setup/bruno/subscriptions/Create subscription object --.bru +bruno/subscriptions/Create subscription object --.bru +subscriptions/Create subscription object --.bru +Create subscription object --.bru +dev/setup/bruno/subscriptions/List subscriptions --.bru +setup/bruno/subscriptions/List subscriptions --.bru +bruno/subscriptions/List subscriptions --.bru +subscriptions/List subscriptions --.bru +List subscriptions --.bru +dev/setup/bruno/subscriptions/Get properties of a subscription object --.bru +setup/bruno/subscriptions/Get properties of a subscription object --.bru +bruno/subscriptions/Get properties of a subscription object --.bru +subscriptions/Get properties of a subscription object --.bru +Get properties of a subscription object --.bru +dev/setup/bruno/subscriptions/Delete subscription --.bru +setup/bruno/subscriptions/Delete subscription --.bru +bruno/subscriptions/Delete subscription --.bru +subscriptions/Delete subscription --.bru +Delete subscription --.bru +dev/setup/bruno/subscriptions/Update subscription --.bru +setup/bruno/subscriptions/Update subscription --.bru +bruno/subscriptions/Update subscription --.bru +subscriptions/Update subscription --.bru +Update subscription --.bru +dev/setup/bruno/mos/Delete MO --.bru +setup/bruno/mos/Delete MO --.bru +bruno/mos/Delete MO --.bru +mos/Delete MO --.bru +Delete MO --.bru +dev/setup/bruno/mos/Update MO --.bru +setup/bruno/mos/Update MO --.bru +bruno/mos/Update MO --.bru +mos/Update MO --.bru +Update MO --.bru +dev/setup/bruno/mos/Produce and consume --.bru +setup/bruno/mos/Produce and consume --.bru +bruno/mos/Produce and consume --.bru +mos/Produce and consume --.bru +Produce and consume --.bru +dev/setup/bruno/mos/List Mos --.bru +setup/bruno/mos/List Mos --.bru +bruno/mos/List Mos --.bru +mos/List Mos --.bru +List Mos --.bru +dev/setup/bruno/mos/Get properties of a MO object --.bru +setup/bruno/mos/Get properties of a MO object --.bru +bruno/mos/Get properties of a MO object --.bru +mos/Get properties of a MO object --.bru +Get properties of a MO object --.bru +dev/setup/bruno/mos/Create MO object --.bru +setup/bruno/mos/Create MO object --.bru +bruno/mos/Create MO object --.bru +mos/Create MO object --.bru +Create MO object --.bru +dev/setup/bruno/bankaccounts/Add a line to an account --.bru +setup/bruno/bankaccounts/Add a line to an account --.bru +bruno/bankaccounts/Add a line to an account --.bru +bankaccounts/Add a line to an account --.bru +Add a line to an account --.bru +dev/setup/bruno/bankaccounts/Delete an account line --.bru +setup/bruno/bankaccounts/Delete an account line --.bru +bruno/bankaccounts/Delete an account line --.bru +bankaccounts/Delete an account line --.bru +Delete an account line --.bru +dev/setup/bruno/bankaccounts/Create account object --.bru +setup/bruno/bankaccounts/Create account object --.bru +bruno/bankaccounts/Create account object --.bru +bankaccounts/Create account object --.bru +Create account object --.bru +dev/setup/bruno/bankaccounts/Update account --.bru +setup/bruno/bankaccounts/Update account --.bru +bruno/bankaccounts/Update account --.bru +bankaccounts/Update account --.bru +Update account --.bru +dev/setup/bruno/bankaccounts/Update an account line --.bru +setup/bruno/bankaccounts/Update an account line --.bru +bruno/bankaccounts/Update an account line --.bru +bankaccounts/Update an account line --.bru +Update an account line --.bru +dev/setup/bruno/bankaccounts/Add a link to an account line --.bru +setup/bruno/bankaccounts/Add a link to an account line --.bru +bruno/bankaccounts/Add a link to an account line --.bru +bankaccounts/Add a link to an account line --.bru +Add a link to an account line --.bru +dev/setup/bruno/bankaccounts/Get the list of links for a line of the account- --.bru +setup/bruno/bankaccounts/Get the list of links for a line of the account- --.bru +bruno/bankaccounts/Get the list of links for a line of the account- --.bru +bankaccounts/Get the list of links for a line of the account- --.bru +Get the list of links for a line of the account- --.bru +dev/setup/bruno/bankaccounts/Delete account --.bru +setup/bruno/bankaccounts/Delete account --.bru +bruno/bankaccounts/Delete account --.bru +bankaccounts/Delete account --.bru +Delete account --.bru +dev/setup/bruno/bankaccounts/Get the list of accounts- --.bru +setup/bruno/bankaccounts/Get the list of accounts- --.bru +bruno/bankaccounts/Get the list of accounts- --.bru +bankaccounts/Get the list of accounts- --.bru +Get the list of accounts- --.bru +dev/setup/bruno/bankaccounts/Get the list of lines of the account- --.bru +setup/bruno/bankaccounts/Get the list of lines of the account- --.bru +bruno/bankaccounts/Get the list of lines of the account- --.bru +bankaccounts/Get the list of lines of the account- --.bru +Get the list of lines of the account- --.bru +dev/setup/bruno/bankaccounts/Create an internal wire transfer between two bank accounts --.bru +setup/bruno/bankaccounts/Create an internal wire transfer between two bank accounts --.bru +bruno/bankaccounts/Create an internal wire transfer between two bank accounts --.bru +bankaccounts/Create an internal wire transfer between two bank accounts --.bru +Create an internal wire transfer between two bank accounts --.bru +dev/setup/bruno/bankaccounts/Get account by ID- --.bru +setup/bruno/bankaccounts/Get account by ID- --.bru +bruno/bankaccounts/Get account by ID- --.bru +bankaccounts/Get account by ID- --.bru +Get account by ID- --.bru +dev/setup/bruno/projects/Validate a project- --.bru +setup/bruno/projects/Validate a project- --.bru +bruno/projects/Validate a project- --.bru +projects/Validate a project- --.bru +Validate a project- --.bru +dev/setup/bruno/projects/Get tasks of a project- --.bru +setup/bruno/projects/Get tasks of a project- --.bru +bruno/projects/Get tasks of a project- --.bru +projects/Get tasks of a project- --.bru +Get tasks of a project- --.bru +dev/setup/bruno/projects/Delete project --.bru +setup/bruno/projects/Delete project --.bru +bruno/projects/Delete project --.bru +projects/Delete project --.bru +Delete project --.bru +dev/setup/bruno/projects/Get roles a user is assigned to a project with --.bru +setup/bruno/projects/Get roles a user is assigned to a project with --.bru +bruno/projects/Get roles a user is assigned to a project with --.bru +projects/Get roles a user is assigned to a project with --.bru +Get roles a user is assigned to a project with --.bru +dev/setup/bruno/projects/Get properties of a project object --.bru +setup/bruno/projects/Get properties of a project object --.bru +bruno/projects/Get properties of a project object --.bru +projects/Get properties of a project object --.bru +Get properties of a project object --.bru +dev/setup/bruno/projects/Create project object --.bru +setup/bruno/projects/Create project object --.bru +bruno/projects/Create project object --.bru +projects/Create project object --.bru +Create project object --.bru +dev/setup/bruno/projects/Update project general fields -won-t touch lines of project- --.bru +setup/bruno/projects/Update project general fields -won-t touch lines of project- --.bru +bruno/projects/Update project general fields -won-t touch lines of project- --.bru +projects/Update project general fields -won-t touch lines of project- --.bru +Update project general fields -won-t touch lines of project- --.bru +dev/setup/bruno/projects/List projects --.bru +setup/bruno/projects/List projects --.bru +bruno/projects/List projects --.bru +projects/List projects --.bru +List projects --.bru +dev/setup/bruno/login/Login --.bru +setup/bruno/login/Login --.bru +bruno/login/Login --.bru +login/Login --.bru +Login --.bru +dev/setup/bruno/orders/Delete a line of a given order --.bru +setup/bruno/orders/Delete a line of a given order --.bru +bruno/orders/Delete a line of a given order --.bru +orders/Delete a line of a given order --.bru +Delete a line of a given order --.bru +dev/setup/bruno/orders/Get lines of an order --.bru +setup/bruno/orders/Get lines of an order --.bru +bruno/orders/Get lines of an order --.bru +orders/Get lines of an order --.bru +Get lines of an order --.bru +dev/setup/bruno/orders/List orders --.bru +setup/bruno/orders/List orders --.bru +bruno/orders/List orders --.bru +orders/List orders --.bru +List orders --.bru +dev/setup/bruno/orders/Update a line to given order --.bru +setup/bruno/orders/Update a line to given order --.bru +bruno/orders/Update a line to given order --.bru +orders/Update a line to given order --.bru +Update a line to given order --.bru +dev/setup/bruno/orders/Validate an order --.bru +setup/bruno/orders/Validate an order --.bru +bruno/orders/Validate an order --.bru +orders/Validate an order --.bru +Validate an order --.bru +dev/setup/bruno/orders/Delete order --.bru +setup/bruno/orders/Delete order --.bru +bruno/orders/Delete order --.bru +orders/Delete order --.bru +Delete order --.bru +dev/setup/bruno/orders/Get properties of an order object by ref_ext --.bru +setup/bruno/orders/Get properties of an order object by ref_ext --.bru +bruno/orders/Get properties of an order object by ref_ext --.bru +orders/Get properties of an order object by ref_ext --.bru +Get properties of an order object by ref_ext --.bru +dev/setup/bruno/orders/Add a line to given order --.bru +setup/bruno/orders/Add a line to given order --.bru +bruno/orders/Add a line to given order --.bru +orders/Add a line to given order --.bru +Add a line to given order --.bru +dev/setup/bruno/orders/Add a contact type of given order --.bru +setup/bruno/orders/Add a contact type of given order --.bru +bruno/orders/Add a contact type of given order --.bru +orders/Add a contact type of given order --.bru +Add a contact type of given order --.bru +dev/setup/bruno/orders/Set an order to draft --.bru +setup/bruno/orders/Set an order to draft --.bru +bruno/orders/Set an order to draft --.bru +orders/Set an order to draft --.bru +Set an order to draft --.bru +dev/setup/bruno/orders/Get the shipments of an order --.bru +setup/bruno/orders/Get the shipments of an order --.bru +bruno/orders/Get the shipments of an order --.bru +orders/Get the shipments of an order --.bru +Get the shipments of an order --.bru +dev/setup/bruno/orders/Get properties of an order object by ref --.bru +setup/bruno/orders/Get properties of an order object by ref --.bru +bruno/orders/Get properties of an order object by ref --.bru +orders/Get properties of an order object by ref --.bru +Get properties of an order object by ref --.bru +dev/setup/bruno/orders/Close an order -Classify it as -Delivered-- --.bru +setup/bruno/orders/Close an order -Classify it as -Delivered-- --.bru +bruno/orders/Close an order -Classify it as -Delivered-- --.bru +orders/Close an order -Classify it as -Delivered-- --.bru +Close an order -Classify it as -Delivered-- --.bru +dev/setup/bruno/orders/Update order general fields -won-t touch lines of order- --.bru +setup/bruno/orders/Update order general fields -won-t touch lines of order- --.bru +bruno/orders/Update order general fields -won-t touch lines of order- --.bru +orders/Update order general fields -won-t touch lines of order- --.bru +Update order general fields -won-t touch lines of order- --.bru +dev/setup/bruno/orders/Create a sale order --.bru +setup/bruno/orders/Create a sale order --.bru +bruno/orders/Create a sale order --.bru +orders/Create a sale order --.bru +Create a sale order --.bru +dev/setup/bruno/orders/Tag the order as validated -opened- --.bru +setup/bruno/orders/Tag the order as validated -opened- --.bru +bruno/orders/Tag the order as validated -opened- --.bru +orders/Tag the order as validated -opened- --.bru +Tag the order as validated -opened- --.bru +dev/setup/bruno/orders/Create an order using an existing proposal- --.bru +setup/bruno/orders/Create an order using an existing proposal- --.bru +bruno/orders/Create an order using an existing proposal- --.bru +orders/Create an order using an existing proposal- --.bru +Create an order using an existing proposal- --.bru +dev/setup/bruno/orders/Get contacts of given order --.bru +setup/bruno/orders/Get contacts of given order --.bru +bruno/orders/Get contacts of given order --.bru +orders/Get contacts of given order --.bru +Get contacts of given order --.bru +dev/setup/bruno/orders/Create the shipment of an order --.bru +setup/bruno/orders/Create the shipment of an order --.bru +bruno/orders/Create the shipment of an order --.bru +orders/Create the shipment of an order --.bru +Create the shipment of an order --.bru +dev/setup/bruno/orders/Classify the order as invoiced- Could be also called setbilled --.bru +setup/bruno/orders/Classify the order as invoiced- Could be also called setbilled --.bru +bruno/orders/Classify the order as invoiced- Could be also called setbilled --.bru +orders/Classify the order as invoiced- Could be also called setbilled --.bru +Classify the order as invoiced- Could be also called setbilled --.bru +dev/setup/bruno/orders/Unlink a contact type of given order --.bru +setup/bruno/orders/Unlink a contact type of given order --.bru +bruno/orders/Unlink a contact type of given order --.bru +orders/Unlink a contact type of given order --.bru +Unlink a contact type of given order --.bru +dev/setup/bruno/orders/Get properties of an order object by id --.bru +setup/bruno/orders/Get properties of an order object by id --.bru +bruno/orders/Get properties of an order object by id --.bru +orders/Get properties of an order object by id --.bru +Get properties of an order object by id --.bru +dev/setup/bruno/invoices/Get lines of an invoice --.bru +setup/bruno/invoices/Get lines of an invoice --.bru +bruno/invoices/Get lines of an invoice --.bru +invoices/Get lines of an invoice --.bru +Get lines of an invoice --.bru +dev/setup/bruno/invoices/Delete invoice --.bru +setup/bruno/invoices/Delete invoice --.bru +bruno/invoices/Delete invoice --.bru +invoices/Delete invoice --.bru +Delete invoice --.bru +dev/setup/bruno/invoices/Add a line to a given invoice --.bru +setup/bruno/invoices/Add a line to a given invoice --.bru +bruno/invoices/Add a line to a given invoice --.bru +invoices/Add a line to a given invoice --.bru +Add a line to a given invoice --.bru +dev/setup/bruno/invoices/Sets an invoice as paid --.bru +setup/bruno/invoices/Sets an invoice as paid --.bru +bruno/invoices/Sets an invoice as paid --.bru +invoices/Sets an invoice as paid --.bru +Sets an invoice as paid --.bru +dev/setup/bruno/invoices/Create an invoice using an existing order- --.bru +setup/bruno/invoices/Create an invoice using an existing order- --.bru +bruno/invoices/Create an invoice using an existing order- --.bru +invoices/Create an invoice using an existing order- --.bru +Create an invoice using an existing order- --.bru +dev/setup/bruno/invoices/Sets an invoice as draft --.bru +setup/bruno/invoices/Sets an invoice as draft --.bru +bruno/invoices/Sets an invoice as draft --.bru +invoices/Sets an invoice as draft --.bru +Sets an invoice as draft --.bru +dev/setup/bruno/invoices/Add a payment to pay partially or completely one or several invoices- --.bru +setup/bruno/invoices/Add a payment to pay partially or completely one or several invoices- --.bru +bruno/invoices/Add a payment to pay partially or completely one or several invoices- --.bru +invoices/Add a payment to pay partially or completely one or several invoices- --.bru +Add a payment to pay partially or completely one or several invoices- --.bru +dev/setup/bruno/invoices/Adds a contact to an invoice --.bru +setup/bruno/invoices/Adds a contact to an invoice --.bru +bruno/invoices/Adds a contact to an invoice --.bru +invoices/Adds a contact to an invoice --.bru +Adds a contact to an invoice --.bru +dev/setup/bruno/invoices/Deletes a line of a given invoice --.bru +setup/bruno/invoices/Deletes a line of a given invoice --.bru +bruno/invoices/Deletes a line of a given invoice --.bru +invoices/Deletes a line of a given invoice --.bru +Deletes a line of a given invoice --.bru +dev/setup/bruno/invoices/Update a line to a given invoice --.bru +setup/bruno/invoices/Update a line to a given invoice --.bru +bruno/invoices/Update a line to a given invoice --.bru +invoices/Update a line to a given invoice --.bru +Update a line to a given invoice --.bru +dev/setup/bruno/invoices/List invoices --.bru +setup/bruno/invoices/List invoices --.bru +bruno/invoices/List invoices --.bru +invoices/List invoices --.bru +List invoices --.bru +dev/setup/bruno/invoices/Add a discount line into an invoice -as an invoice line- using an existing absolute discount --.bru +setup/bruno/invoices/Add a discount line into an invoice -as an invoice line- using an existing absolute discount --.bru +bruno/invoices/Add a discount line into an invoice -as an invoice line- using an existing absolute discount --.bru +invoices/Add a discount line into an invoice -as an invoice line- using an existing absolute discount --.bru +Add a discount line into an invoice -as an invoice line- using an existing absolute discount --.bru +dev/setup/bruno/invoices/Get properties of an invoice object by ref --.bru +setup/bruno/invoices/Get properties of an invoice object by ref --.bru +bruno/invoices/Get properties of an invoice object by ref --.bru +invoices/Get properties of an invoice object by ref --.bru +Get properties of an invoice object by ref --.bru +dev/setup/bruno/invoices/Create a discount -credit available- for a credit note or a deposit- --.bru +setup/bruno/invoices/Create a discount -credit available- for a credit note or a deposit- --.bru +bruno/invoices/Create a discount -credit available- for a credit note or a deposit- --.bru +invoices/Create a discount -credit available- for a credit note or a deposit- --.bru +Create a discount -credit available- for a credit note or a deposit- --.bru +dev/setup/bruno/invoices/Update a payment --.bru +setup/bruno/invoices/Update a payment --.bru +bruno/invoices/Update a payment --.bru +invoices/Update a payment --.bru +Update a payment --.bru +dev/setup/bruno/invoices/Add an available credit note discount to payments of an existing invoice- --.bru +setup/bruno/invoices/Add an available credit note discount to payments of an existing invoice- --.bru +bruno/invoices/Add an available credit note discount to payments of an existing invoice- --.bru +invoices/Add an available credit note discount to payments of an existing invoice- --.bru +Add an available credit note discount to payments of an existing invoice- --.bru +dev/setup/bruno/invoices/Add a contact type of given invoice --.bru +setup/bruno/invoices/Add a contact type of given invoice --.bru +bruno/invoices/Add a contact type of given invoice --.bru +invoices/Add a contact type of given invoice --.bru +Add a contact type of given invoice --.bru +dev/setup/bruno/invoices/Get properties of a invoice object --.bru +setup/bruno/invoices/Get properties of a invoice object --.bru +bruno/invoices/Get properties of a invoice object --.bru +invoices/Get properties of a invoice object --.bru +Get properties of a invoice object --.bru +dev/setup/bruno/invoices/Delete a contact type of given invoice --.bru +setup/bruno/invoices/Delete a contact type of given invoice --.bru +bruno/invoices/Delete a contact type of given invoice --.bru +invoices/Delete a contact type of given invoice --.bru +Delete a contact type of given invoice --.bru +dev/setup/bruno/invoices/Validate an invoice --.bru +setup/bruno/invoices/Validate an invoice --.bru +bruno/invoices/Validate an invoice --.bru +invoices/Validate an invoice --.bru +Validate an invoice --.bru +dev/setup/bruno/invoices/Get properties of a template invoice object --.bru +setup/bruno/invoices/Get properties of a template invoice object --.bru +bruno/invoices/Get properties of a template invoice object --.bru +invoices/Get properties of a template invoice object --.bru +Get properties of a template invoice object --.bru +dev/setup/bruno/invoices/Get properties of an invoice object by ref_ext --.bru +setup/bruno/invoices/Get properties of an invoice object by ref_ext --.bru +bruno/invoices/Get properties of an invoice object by ref_ext --.bru +invoices/Get properties of an invoice object by ref_ext --.bru +Get properties of an invoice object by ref_ext --.bru +dev/setup/bruno/invoices/Get discount from invoice --.bru +setup/bruno/invoices/Get discount from invoice --.bru +bruno/invoices/Get discount from invoice --.bru +invoices/Get discount from invoice --.bru +Get discount from invoice --.bru +dev/setup/bruno/invoices/Get list of payments of a given invoice --.bru +setup/bruno/invoices/Get list of payments of a given invoice --.bru +bruno/invoices/Get list of payments of a given invoice --.bru +invoices/Get list of payments of a given invoice --.bru +Get list of payments of a given invoice --.bru +dev/setup/bruno/invoices/Sets an invoice as unpaid --.bru +setup/bruno/invoices/Sets an invoice as unpaid --.bru +bruno/invoices/Sets an invoice as unpaid --.bru +invoices/Sets an invoice as unpaid --.bru +Sets an invoice as unpaid --.bru +dev/setup/bruno/invoices/Create an invoice using a contract- --.bru +setup/bruno/invoices/Create an invoice using a contract- --.bru +bruno/invoices/Create an invoice using a contract- --.bru +invoices/Create an invoice using a contract- --.bru +Create an invoice using a contract- --.bru +dev/setup/bruno/invoices/Create invoice object --.bru +setup/bruno/invoices/Create invoice object --.bru +bruno/invoices/Create invoice object --.bru +invoices/Create invoice object --.bru +Create invoice object --.bru +dev/setup/bruno/invoices/Add payment line to a specific invoice with the remain to pay as amount- --.bru +setup/bruno/invoices/Add payment line to a specific invoice with the remain to pay as amount- --.bru +bruno/invoices/Add payment line to a specific invoice with the remain to pay as amount- --.bru +invoices/Add payment line to a specific invoice with the remain to pay as amount- --.bru +Add payment line to a specific invoice with the remain to pay as amount- --.bru +dev/setup/bruno/invoices/Update invoice --.bru +setup/bruno/invoices/Update invoice --.bru +bruno/invoices/Update invoice --.bru +invoices/Update invoice --.bru +Update invoice --.bru dev/setup/eclipse/PSR-12 [built-in].xml setup/eclipse/PSR-12 [built-in].xml eclipse/PSR-12 [built-in].xml diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt index 9b28c76d..3cbb71e4 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt @@ -13626,6 +13626,411 @@ dev/examples/zapier/searches/member.js dev/examples/zapier/authentication.js dev/examples/ical/event_recu.txt dev/examples/stripe/webhook_ipn_paymentintent_failed_sepa.txt +dev/setup/bruno/members/Get categories for a member --.bru +dev/setup/bruno/members/Update member type --.bru +dev/setup/bruno/members/List members --.bru +dev/setup/bruno/members/Get properties of a member object by linked thirdparty --.bru +dev/setup/bruno/members/List subscriptions of a member --.bru +dev/setup/bruno/members/Add a subscription for a member --.bru +dev/setup/bruno/members/Get properties of a member object --.bru +dev/setup/bruno/members/Update member --.bru +dev/setup/bruno/members/Get properties of a member object by linked thirdparty email --.bru +dev/setup/bruno/members/Get properties of a member object by linked thirdparty barcode --.bru +dev/setup/bruno/members/Delete member type --.bru +dev/setup/bruno/members/Create member object --.bru +dev/setup/bruno/members/Create member type object --.bru +dev/setup/bruno/members/Delete member --.bru +dev/setup/bruno/members/List members types --.bru +dev/setup/bruno/members/Get properties of a member type object --.bru +dev/setup/bruno/stockmovements/Create stock movement object- --.bru +dev/setup/bruno/stockmovements/Get a list of stock movement --.bru +dev/setup/bruno/shipments/Get properties of a shipment object --.bru +dev/setup/bruno/shipments/Delete shipment --.bru +dev/setup/bruno/shipments/Delete a line to given shipment --.bru +dev/setup/bruno/shipments/Close a shipment -Classify it as -Delivered-- --.bru +dev/setup/bruno/shipments/Create shipment object --.bru +dev/setup/bruno/shipments/Validate a shipment --.bru +dev/setup/bruno/shipments/Update shipment general fields -won-t touch lines of shipment- --.bru +dev/setup/bruno/shipments/List shipments --.bru +dev/setup/bruno/agendaevents/List Agenda Events --.bru +dev/setup/bruno/agendaevents/Create Agenda Event object --.bru +dev/setup/bruno/agendaevents/Delete Agenda Event --.bru +dev/setup/bruno/agendaevents/Update Agenda Event general fields --.bru +dev/setup/bruno/agendaevents/Get properties of a Agenda Events object --.bru +dev/setup/bruno/expensereports/List Expense Reports --.bru +dev/setup/bruno/expensereports/Create Expense Report object --.bru +dev/setup/bruno/expensereports/Delete Expense Report --.bru +dev/setup/bruno/expensereports/Get the list of payments of expensereport- --.bru +dev/setup/bruno/expensereports/Get a given payment- --.bru +dev/setup/bruno/expensereports/Create payment of ExpenseReport --.bru +dev/setup/bruno/expensereports/Update Expense Report general fields -won-t touch lines of expensereport- --.bru +dev/setup/bruno/expensereports/Update a payment of ExpenseReport --.bru +dev/setup/bruno/expensereports/Get properties of an Expense Report --.bru +dev/setup/bruno/donations/Delete donation --.bru +dev/setup/bruno/donations/List donations --.bru +dev/setup/bruno/donations/Create donation object --.bru +dev/setup/bruno/donations/Update order general fields -won-t touch lines of order- --.bru +dev/setup/bruno/donations/Get properties of an donation object --.bru +dev/setup/bruno/donations/Validate an donation --.bru +dev/setup/bruno/interventions/Get properties of a Expense Report object Return an array with Expense Report information --.bru +dev/setup/bruno/interventions/Close an intervention --.bru +dev/setup/bruno/interventions/Delete order --.bru +dev/setup/bruno/interventions/Validate an intervention --.bru +dev/setup/bruno/interventions/Create intervention object --.bru +dev/setup/bruno/interventions/Add a line to a given intervention --.bru +dev/setup/bruno/interventions/List of interventions Return a list of interventions --.bru +dev/setup/bruno/tasks/Update time spent for a task of a project- --.bru +dev/setup/bruno/tasks/Get roles a user is assigned to a task with --.bru +dev/setup/bruno/tasks/Get properties of a task object --.bru +dev/setup/bruno/tasks/Create task object --.bru +dev/setup/bruno/tasks/Delete time spent for a task of a project- --.bru +dev/setup/bruno/tasks/Delete task --.bru +dev/setup/bruno/tasks/Update task general fields -won-t touch time spent of task- --.bru +dev/setup/bruno/tasks/Validate task - timespent IDs for timespent API methods- --.bru +dev/setup/bruno/tasks/List tasks --.bru +dev/setup/bruno/tasks/Add time spent to a task of a project- --.bru +dev/setup/bruno/users/List Groups --.bru +dev/setup/bruno/users/Delete account-user --.bru +dev/setup/bruno/users/Get properties of an user object by Email --.bru +dev/setup/bruno/users/Get properties of an user object by login --.bru +dev/setup/bruno/users/Get properties of an group object --.bru +dev/setup/bruno/users/Update user account --.bru +dev/setup/bruno/users/Add a user into a group --.bru +dev/setup/bruno/users/List the groups of a user --.bru +dev/setup/bruno/users/Create user account --.bru +dev/setup/bruno/users/Get properties of an user object --.bru +dev/setup/bruno/users/List Users --.bru +dev/setup/bruno/users/Get more properties of a user --.bru +dev/setup/bruno/recruitments/Update jobposition --.bru +dev/setup/bruno/recruitments/Update candidature --.bru +dev/setup/bruno/recruitments/Delete candidature --.bru +dev/setup/bruno/recruitments/Delete jobposition --.bru +dev/setup/bruno/recruitments/Create jobposition object --.bru +dev/setup/bruno/recruitments/List candatures --.bru +dev/setup/bruno/recruitments/Get properties of a candidature object --.bru +dev/setup/bruno/recruitments/List jobpositions --.bru +dev/setup/bruno/recruitments/Get properties of a jobposition object --.bru +dev/setup/bruno/recruitments/Create candidature object --.bru +dev/setup/bruno/warehouses/List warehouses --.bru +dev/setup/bruno/warehouses/Delete warehouse --.bru +dev/setup/bruno/warehouses/Update warehouse --.bru +dev/setup/bruno/warehouses/Get properties of a warehouse object --.bru +dev/setup/bruno/warehouses/Create warehouse object --.bru +dev/setup/bruno/contracts/Add a line to given contract --.bru +dev/setup/bruno/contracts/Activate a service line of a given contract --.bru +dev/setup/bruno/contracts/Get lines of a contract --.bru +dev/setup/bruno/contracts/Close all services of a contract --.bru +dev/setup/bruno/contracts/Delete a line to given contract --.bru +dev/setup/bruno/contracts/List contracts --.bru +dev/setup/bruno/contracts/Create contract object --.bru +dev/setup/bruno/contracts/Validate a contract --.bru +dev/setup/bruno/contracts/Get properties of a contract object --.bru +dev/setup/bruno/contracts/Delete contract --.bru +dev/setup/bruno/contracts/Update contract general fields -won-t touch lines of contract- --.bru +dev/setup/bruno/contracts/Update a line to given contract --.bru +dev/setup/bruno/contracts/Unactivate a service line of a given contract --.bru +dev/setup/bruno/accountancy/Accountancy export data --.bru +dev/setup/bruno/proposals/Validate a commercial proposal --.bru +dev/setup/bruno/proposals/Delete commercial proposal --.bru +dev/setup/bruno/proposals/Update a line of given commercial proposal --.bru +dev/setup/bruno/proposals/Get properties of a commercial proposal object --.bru +dev/setup/bruno/proposals/Set a commercial proposal billed- Could be also called setbilled --.bru +dev/setup/bruno/proposals/Get properties of an proposal object by ref_ext --.bru +dev/setup/bruno/proposals/Update commercial proposal general fields -won-t touch lines of commercial proposal- --.bru +dev/setup/bruno/proposals/Close -Accept or refuse- a quote - commercial proposal --.bru +dev/setup/bruno/proposals/Add lines to given commercial proposal --.bru +dev/setup/bruno/proposals/Set a proposal to draft --.bru +dev/setup/bruno/proposals/List commercial proposals --.bru +dev/setup/bruno/proposals/Add a contact type of given commercial proposal --.bru +dev/setup/bruno/proposals/Get lines of a commercial proposal --.bru +dev/setup/bruno/proposals/Get properties of an proposal object by ref --.bru +dev/setup/bruno/proposals/Add a line to given commercial proposal --.bru +dev/setup/bruno/proposals/Create commercial proposal object --.bru +dev/setup/bruno/proposals/Delete a contact type of given commercial proposal --.bru +dev/setup/bruno/proposals/Delete a line of given commercial proposal --.bru +dev/setup/bruno/contacts/Create contact object --.bru +dev/setup/bruno/contacts/Get categories for a contact --.bru +dev/setup/bruno/contacts/Add a category to a contact --.bru +dev/setup/bruno/contacts/Remove the link between a category and a contact --.bru +dev/setup/bruno/contacts/List contacts --.bru +dev/setup/bruno/contacts/Update contact --.bru +dev/setup/bruno/contacts/Create an user account object from contact -external user- --.bru +dev/setup/bruno/contacts/Get properties of a contact object --.bru +dev/setup/bruno/contacts/Delete contact --.bru +dev/setup/bruno/contacts/Get properties of a contact object by Email --.bru +dev/setup/bruno/supplierproposals/supplierorders/List orders --.bru +dev/setup/bruno/supplierproposals/supplierorders/Validate an order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Unlink a contact type of given supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Delete supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Get properties of a supplier order object --.bru +dev/setup/bruno/supplierproposals/supplierorders/Receives the order- dispatches products- --.bru +dev/setup/bruno/supplierproposals/supplierorders/Approve an order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Get contacts of given supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Create supplier order object --.bru +dev/setup/bruno/supplierproposals/supplierorders/Add a contact type of given supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Update supplier order --.bru +dev/setup/bruno/supplierproposals/supplierorders/Sends an order to the vendor --.bru +dev/setup/bruno/supplierproposals/Delete commercial proposal --.bru +dev/setup/bruno/supplierproposals/Update supplier proposal general fields -won-t touch lines of supplier proposal- --.bru +dev/setup/bruno/supplierproposals/Create supplier proposal -price request- object --.bru +dev/setup/bruno/supplierproposals/List supplier proposals --.bru +dev/setup/bruno/supplierproposals/Get properties of a supplier proposal -price request- object --.bru +dev/setup/bruno/products/Get properties of a product object by barcode --.bru +dev/setup/bruno/products/Create product object --.bru +dev/setup/bruno/products/Get attribute value by ref- --.bru +dev/setup/bruno/products/Get prices per quantity for a product --.bru +dev/setup/bruno/products/Update attribute value- --.bru +dev/setup/bruno/products/Get categories for a product --.bru +dev/setup/bruno/products/Add variant by product ref- --.bru +dev/setup/bruno/products/Get a list of all purchase prices of products --.bru +dev/setup/bruno/products/Add subproduct- --.bru +dev/setup/bruno/products/Delete product --.bru +dev/setup/bruno/products/Delete attribute value by id- --.bru +dev/setup/bruno/products/Get attribute value by id- --.bru +dev/setup/bruno/products/Add attributes- --.bru +dev/setup/bruno/products/Put product variants- --.bru +dev/setup/bruno/products/Get the list of subproducts of the product- --.bru +dev/setup/bruno/products/Get attribute by ID- --.bru +dev/setup/bruno/products/Get purchase prices for a product --.bru +dev/setup/bruno/products/Add attribute value- --.bru +dev/setup/bruno/products/Get stock data for the product id given- --.bru +dev/setup/bruno/products/Get product variants- --.bru +dev/setup/bruno/products/Update attributes by id- --.bru +dev/setup/bruno/products/Get product variants by Product ref- --.bru +dev/setup/bruno/products/Add variant- --.bru +dev/setup/bruno/products/Get attributes by ref_ext- --.bru +dev/setup/bruno/products/Get prices per customer for a product --.bru +dev/setup/bruno/products/Remove subproduct- --.bru +dev/setup/bruno/products/Get attributes by ref- --.bru +dev/setup/bruno/products/Get properties of a product object by ref --.bru +dev/setup/bruno/products/List products --.bru +dev/setup/bruno/products/Get all values for an attribute id- --.bru +dev/setup/bruno/products/Delete purchase price for a product --.bru +dev/setup/bruno/products/Delete attribute value by ref- --.bru +dev/setup/bruno/products/Get properties of a product object by id --.bru +dev/setup/bruno/products/Get properties of a product object by ref_ext --.bru +dev/setup/bruno/products/Get prices per segment for a product --.bru +dev/setup/bruno/products/Delete attributes by id- --.bru +dev/setup/bruno/products/Get all values for an attribute ref- --.bru +dev/setup/bruno/products/Update product- --.bru +dev/setup/bruno/products/Delete product variants- --.bru +dev/setup/bruno/products/Add-Update purchase prices for a product- --.bru +dev/setup/bruno/products/Get attributes- --.bru +dev/setup/bruno/collection.bru +dev/setup/bruno/README.md +dev/setup/bruno/bruno.json +dev/setup/bruno/receptions/List receptions --.bru +dev/setup/bruno/receptions/Get properties of a reception object --.bru +dev/setup/bruno/receptions/Delete a line to given reception --.bru +dev/setup/bruno/receptions/Delete reception --.bru +dev/setup/bruno/receptions/Create reception object --.bru +dev/setup/bruno/receptions/Close a reception -Classify it as -Delivered-- --.bru +dev/setup/bruno/receptions/Update reception general fields -won-t touch lines of reception- --.bru +dev/setup/bruno/receptions/Validate a reception --.bru +dev/setup/bruno/environments/ Test local.bru +dev/setup/bruno/tickets/List tickets --.bru +dev/setup/bruno/tickets/Add a new message to an existing ticket identified by property --track_id into request- --.bru +dev/setup/bruno/tickets/Create ticket object --.bru +dev/setup/bruno/tickets/Get properties of a Ticket object from ref --.bru +dev/setup/bruno/tickets/Get properties of a Ticket object- --.bru +dev/setup/bruno/tickets/Update ticket --.bru +dev/setup/bruno/tickets/Delete ticket --.bru +dev/setup/bruno/tickets/Get properties of a Ticket object from track id --.bru +dev/setup/bruno/supplierinvoices/Add payment line to a specific supplier invoice with the remain to pay as amount- --.bru +dev/setup/bruno/supplierinvoices/Add a line to given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Get list of payments of a given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Get properties of a supplier invoice object --.bru +dev/setup/bruno/supplierinvoices/Deletes a line of a given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Create supplier invoice object --.bru +dev/setup/bruno/supplierinvoices/Get lines of a supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Update a line to a given supplier invoice --.bru +dev/setup/bruno/supplierinvoices/List invoices --.bru +dev/setup/bruno/supplierinvoices/Validate an invoice --.bru +dev/setup/bruno/supplierinvoices/Delete supplier invoice --.bru +dev/setup/bruno/supplierinvoices/Update supplier invoice --.bru +dev/setup/bruno/boms/Add a line to given BOM --.bru +dev/setup/bruno/boms/Delete a line to given BOM --.bru +dev/setup/bruno/boms/Create bom object --.bru +dev/setup/bruno/boms/Update a line to given BOM --.bru +dev/setup/bruno/boms/List boms --.bru +dev/setup/bruno/boms/Delete bom --.bru +dev/setup/bruno/boms/Get properties of a bom object --.bru +dev/setup/bruno/boms/Update bom --.bru +dev/setup/bruno/boms/Get lines of an BOM --.bru +dev/setup/bruno/thirdparties/Return list of invoices qualified to be replaced by another invoice- --.bru +dev/setup/bruno/thirdparties/Update CompanyNotification object for thirdparty --.bru +dev/setup/bruno/thirdparties/Create CompanyBankAccount object for thirdparty --.bru +dev/setup/bruno/thirdparties/Update thirdparty --.bru +dev/setup/bruno/thirdparties/Create thirdparty object --.bru +dev/setup/bruno/thirdparties/Delete a bank account attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Get properties of a thirdparty object by email- --.bru +dev/setup/bruno/thirdparties/Generate a Document from a bank account record -like SEPA mandate- --.bru +dev/setup/bruno/thirdparties/Remove the link between a category and the thirdparty --.bru +dev/setup/bruno/thirdparties/Get properties of a thirdparty object by barcode- --.bru +dev/setup/bruno/thirdparties/Delete a customer representative to a thirdparty --.bru +dev/setup/bruno/thirdparties/Create and attach a new account to an existing thirdparty --.bru +dev/setup/bruno/thirdparties/Get outstanding orders of thirdparty --.bru +dev/setup/bruno/thirdparties/Delete a specific site account attached to a thirdparty -by account id- --.bru +dev/setup/bruno/thirdparties/Add a supplier category to a thirdparty --.bru +dev/setup/bruno/thirdparties/Create and attach a new -or replace an existing- specific site account to a thirdparty --.bru +dev/setup/bruno/thirdparties/Delete all accounts attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Get outstanding proposals of thirdparty --.bru +dev/setup/bruno/thirdparties/List thirdparties --.bru +dev/setup/bruno/thirdparties/Get representatives of thirdparty --.bru +dev/setup/bruno/thirdparties/Get customer categories for a thirdparty --.bru +dev/setup/bruno/thirdparties/Get CompanyBankAccount objects for thirdparty --.bru +dev/setup/bruno/thirdparties/Remove the link between a customer category and the thirdparty --.bru +dev/setup/bruno/thirdparties/Merge a third party into another one- --.bru +dev/setup/bruno/thirdparties/Get a specific account attached to a thirdparty -by specifying the site key- --.bru +dev/setup/bruno/thirdparties/Add a customer category to a thirdparty --.bru +dev/setup/bruno/thirdparties/Add a customer representative to a thirdparty --.bru +dev/setup/bruno/thirdparties/Return list of invoices qualified to be corrected by a credit note- --.bru +dev/setup/bruno/thirdparties/Get fixed amount discount of a thirdparty -all sources- deposit- credit note- commercial offers---- --.bru +dev/setup/bruno/thirdparties/Delete a CompanyNotification attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Update CompanyBankAccount object for thirdparty --.bru +dev/setup/bruno/thirdparties/Get CompanyNotification objects for thirdparty --.bru +dev/setup/bruno/thirdparties/Delete thirdparty --.bru +dev/setup/bruno/thirdparties/Set new price level for the given thirdparty --.bru +dev/setup/bruno/thirdparties/Get supplier categories for a thirdparty --.bru +dev/setup/bruno/thirdparties/Update specified values of a specific account attached to a thirdparty --.bru +dev/setup/bruno/thirdparties/Create CompanyNotification object for thirdparty --.bru +dev/setup/bruno/thirdparties/Get properties of a thirdparty object --.bru +dev/setup/bruno/thirdparties/Get outstanding invoices of thirdparty --.bru +dev/setup/bruno/setup/Update Extrafield object --.bru +dev/setup/bruno/setup/Get region by Code- --.bru +dev/setup/bruno/setup/Get the list of countries- --.bru +dev/setup/bruno/setup/Get the list of incoterms- --.bru +dev/setup/bruno/setup/Get the list of contacts types- --.bru +dev/setup/bruno/setup/Get the list of payments terms- --.bru +dev/setup/bruno/setup/Create Extrafield object --.bru +dev/setup/bruno/setup/Do a test of integrity for files and setup- --.bru +dev/setup/bruno/setup/Get the list of tickets types- --.bru +dev/setup/bruno/setup/Get the list of delivery times- --.bru +dev/setup/bruno/setup/Get value of a setup variables --.bru +dev/setup/bruno/setup/Get the list of staff- --.bru +dev/setup/bruno/setup/Get the list of states-provinces- --.bru +dev/setup/bruno/setup/Get the list of towns- --.bru +dev/setup/bruno/setup/Get the list of measuring units- --.bru +dev/setup/bruno/setup/Get the list of Expense Report types- --.bru +dev/setup/bruno/setup/Get the list of regions- --.bru +dev/setup/bruno/setup/Get region by ID- --.bru +dev/setup/bruno/setup/Get establishment by ID- --.bru +dev/setup/bruno/setup/Get the list of social networks- --.bru +dev/setup/bruno/setup/Get the list of tickets severity- --.bru +dev/setup/bruno/setup/Get country by ID- --.bru +dev/setup/bruno/setup/Get the list of tickets categories- --.bru +dev/setup/bruno/setup/Get the list of extra fields- --.bru +dev/setup/bruno/setup/Get country by Code- --.bru +dev/setup/bruno/setup/Get list of enabled modules --.bru +dev/setup/bruno/setup/Delete extrafield --.bru +dev/setup/bruno/setup/Get the list of ordering methods- --.bru +dev/setup/bruno/setup/Get the list of currencies- --.bru +dev/setup/bruno/setup/Get the list of legal form of business- --.bru +dev/setup/bruno/setup/Get the list of shipping methods- --.bru +dev/setup/bruno/setup/Get properties of company --.bru +dev/setup/bruno/setup/Get state by ID- --.bru +dev/setup/bruno/setup/Get the list of ordering origins- --.bru +dev/setup/bruno/setup/Get the list of civilities- --.bru +dev/setup/bruno/setup/Get state by Code- --.bru +dev/setup/bruno/setup/Get the list of payments types- --.bru +dev/setup/bruno/setup/Get the list of events types- --.bru +dev/setup/bruno/setup/Get country by Iso- --.bru +dev/setup/bruno/setup/Get the list of establishments- --.bru +dev/setup/bruno/status/Get status -Dolibarr version- --.bru +dev/setup/bruno/categories/Update category --.bru +dev/setup/bruno/categories/Get properties of a category object --.bru +dev/setup/bruno/categories/List categories --.bru +dev/setup/bruno/categories/Unlink an object from a category by id --.bru +dev/setup/bruno/categories/Link an object to a category by ref --.bru +dev/setup/bruno/categories/List categories of an object --.bru +dev/setup/bruno/categories/Unlink an object from a category by ref --.bru +dev/setup/bruno/categories/Link an object to a category by id --.bru +dev/setup/bruno/categories/Get the list of objects in a category- --.bru +dev/setup/bruno/categories/Create category object --.bru +dev/setup/bruno/categories/Delete category --.bru +dev/setup/bruno/subscriptions/Create subscription object --.bru +dev/setup/bruno/subscriptions/List subscriptions --.bru +dev/setup/bruno/subscriptions/Get properties of a subscription object --.bru +dev/setup/bruno/subscriptions/Delete subscription --.bru +dev/setup/bruno/subscriptions/Update subscription --.bru +dev/setup/bruno/mos/Delete MO --.bru +dev/setup/bruno/mos/Update MO --.bru +dev/setup/bruno/mos/Produce and consume --.bru +dev/setup/bruno/mos/List Mos --.bru +dev/setup/bruno/mos/Get properties of a MO object --.bru +dev/setup/bruno/mos/Create MO object --.bru +dev/setup/bruno/bankaccounts/Add a line to an account --.bru +dev/setup/bruno/bankaccounts/Delete an account line --.bru +dev/setup/bruno/bankaccounts/Create account object --.bru +dev/setup/bruno/bankaccounts/Update account --.bru +dev/setup/bruno/bankaccounts/Update an account line --.bru +dev/setup/bruno/bankaccounts/Add a link to an account line --.bru +dev/setup/bruno/bankaccounts/Get the list of links for a line of the account- --.bru +dev/setup/bruno/bankaccounts/Delete account --.bru +dev/setup/bruno/bankaccounts/Get the list of accounts- --.bru +dev/setup/bruno/bankaccounts/Get the list of lines of the account- --.bru +dev/setup/bruno/bankaccounts/Create an internal wire transfer between two bank accounts --.bru +dev/setup/bruno/bankaccounts/Get account by ID- --.bru +dev/setup/bruno/projects/Validate a project- --.bru +dev/setup/bruno/projects/Get tasks of a project- --.bru +dev/setup/bruno/projects/Delete project --.bru +dev/setup/bruno/projects/Get roles a user is assigned to a project with --.bru +dev/setup/bruno/projects/Get properties of a project object --.bru +dev/setup/bruno/projects/Create project object --.bru +dev/setup/bruno/projects/Update project general fields -won-t touch lines of project- --.bru +dev/setup/bruno/projects/List projects --.bru +dev/setup/bruno/login/Login --.bru +dev/setup/bruno/orders/Delete a line of a given order --.bru +dev/setup/bruno/orders/Get lines of an order --.bru +dev/setup/bruno/orders/List orders --.bru +dev/setup/bruno/orders/Update a line to given order --.bru +dev/setup/bruno/orders/Validate an order --.bru +dev/setup/bruno/orders/Delete order --.bru +dev/setup/bruno/orders/Get properties of an order object by ref_ext --.bru +dev/setup/bruno/orders/Add a line to given order --.bru +dev/setup/bruno/orders/Add a contact type of given order --.bru +dev/setup/bruno/orders/Set an order to draft --.bru +dev/setup/bruno/orders/Get the shipments of an order --.bru +dev/setup/bruno/orders/Get properties of an order object by ref --.bru +dev/setup/bruno/orders/Close an order -Classify it as -Delivered-- --.bru +dev/setup/bruno/orders/Update order general fields -won-t touch lines of order- --.bru +dev/setup/bruno/orders/Create a sale order --.bru +dev/setup/bruno/orders/Tag the order as validated -opened- --.bru +dev/setup/bruno/orders/Create an order using an existing proposal- --.bru +dev/setup/bruno/orders/Get contacts of given order --.bru +dev/setup/bruno/orders/Create the shipment of an order --.bru +dev/setup/bruno/orders/Classify the order as invoiced- Could be also called setbilled --.bru +dev/setup/bruno/orders/Unlink a contact type of given order --.bru +dev/setup/bruno/orders/Get properties of an order object by id --.bru +dev/setup/bruno/invoices/Get lines of an invoice --.bru +dev/setup/bruno/invoices/Delete invoice --.bru +dev/setup/bruno/invoices/Add a line to a given invoice --.bru +dev/setup/bruno/invoices/Sets an invoice as paid --.bru +dev/setup/bruno/invoices/Create an invoice using an existing order- --.bru +dev/setup/bruno/invoices/Sets an invoice as draft --.bru +dev/setup/bruno/invoices/Add a payment to pay partially or completely one or several invoices- --.bru +dev/setup/bruno/invoices/Adds a contact to an invoice --.bru +dev/setup/bruno/invoices/Deletes a line of a given invoice --.bru +dev/setup/bruno/invoices/Update a line to a given invoice --.bru +dev/setup/bruno/invoices/List invoices --.bru +dev/setup/bruno/invoices/Add a discount line into an invoice -as an invoice line- using an existing absolute discount --.bru +dev/setup/bruno/invoices/Get properties of an invoice object by ref --.bru +dev/setup/bruno/invoices/Create a discount -credit available- for a credit note or a deposit- --.bru +dev/setup/bruno/invoices/Update a payment --.bru +dev/setup/bruno/invoices/Add an available credit note discount to payments of an existing invoice- --.bru +dev/setup/bruno/invoices/Add a contact type of given invoice --.bru +dev/setup/bruno/invoices/Get properties of a invoice object --.bru +dev/setup/bruno/invoices/Delete a contact type of given invoice --.bru +dev/setup/bruno/invoices/Validate an invoice --.bru +dev/setup/bruno/invoices/Get properties of a template invoice object --.bru +dev/setup/bruno/invoices/Get properties of an invoice object by ref_ext --.bru +dev/setup/bruno/invoices/Get discount from invoice --.bru +dev/setup/bruno/invoices/Get list of payments of a given invoice --.bru +dev/setup/bruno/invoices/Sets an invoice as unpaid --.bru +dev/setup/bruno/invoices/Create an invoice using a contract- --.bru +dev/setup/bruno/invoices/Create invoice object --.bru +dev/setup/bruno/invoices/Add payment line to a specific invoice with the remain to pay as amount- --.bru +dev/setup/bruno/invoices/Update invoice --.bru dev/setup/eclipse/PSR-12 [built-in].xml dev/setup/multitail/.multitailrc dev/setup/sonarqube/README.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt index f8f3cfde..4b47aab0 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt @@ -12822,6 +12822,10 @@ dialog/off-canvas/js/off-canvas.js off-canvas/js/off-canvas.js js/off-canvas.js off-canvas.js +core/misc/dialog/dialog-deprecation.js +misc/dialog/dialog-deprecation.js +dialog/dialog-deprecation.js +dialog-deprecation.js core/misc/feed.svg misc/feed.svg feed.svg @@ -99480,13 +99484,6 @@ Core/Render/Element/PasswordConfirm.php Render/Element/PasswordConfirm.php Element/PasswordConfirm.php PasswordConfirm.php -core/lib/Drupal/Core/Render/Element/Ajax.php -lib/Drupal/Core/Render/Element/Ajax.php -Drupal/Core/Render/Element/Ajax.php -Core/Render/Element/Ajax.php -Render/Element/Ajax.php -Element/Ajax.php -Ajax.php core/lib/Drupal/Core/Render/Element/Item.php lib/Drupal/Core/Render/Element/Item.php Drupal/Core/Render/Element/Item.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt index 74a1a364..0e1052fe 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt @@ -1980,6 +1980,7 @@ core/misc/dialog/dialog.jquery-ui.js core/misc/dialog/dialog.position.js core/misc/dialog/dialog.js core/misc/dialog/off-canvas/js/off-canvas.js +core/misc/dialog/dialog-deprecation.js core/misc/feed.svg core/misc/touchevents-test.js core/misc/drupal.js @@ -14326,7 +14327,6 @@ core/lib/Drupal/Core/Render/Element/Textarea.php core/lib/Drupal/Core/Render/Element/Fieldset.php core/lib/Drupal/Core/Render/Element/Table.php core/lib/Drupal/Core/Render/Element/PasswordConfirm.php -core/lib/Drupal/Core/Render/Element/Ajax.php core/lib/Drupal/Core/Render/Element/Item.php core/lib/Drupal/Core/Render/Element/LanguageSelect.php core/lib/Drupal/Core/Render/Element/Tableselect.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm-all-levels.txt index 6a917345..b6fc9ebf 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm-all-levels.txt @@ -6294,6 +6294,10 @@ client/src/ui/multi-select.js src/ui/multi-select.js ui/multi-select.js multi-select.js +client/src/ui/app-init.js +src/ui/app-init.js +ui/app-init.js +app-init.js client/src/dynamic-logic.js src/dynamic-logic.js dynamic-logic.js diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm.txt index e10346bb..849d8436 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/espocrm.txt @@ -1070,6 +1070,7 @@ client/src/acl-portal-manager.js client/src/ui/select.js client/src/ui/autocomplete.js client/src/ui/multi-select.js +client/src/ui/app-init.js client/src/dynamic-logic.js client/src/dynamic-handler.js client/src/ajax.js diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop-all-levels.txt index cbb9719a..aa3874ad 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop-all-levels.txt @@ -57733,9 +57733,6 @@ AdminSearchController.php controllers/admin/AdminCarrierWizardController.php admin/AdminCarrierWizardController.php AdminCarrierWizardController.php -controllers/admin/AdminSuppliersController.php -admin/AdminSuppliersController.php -AdminSuppliersController.php controllers/admin/index.php admin/index.php index.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop.txt index 915b73e2..37a3bafe 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/prestashop.txt @@ -9488,7 +9488,6 @@ controllers/admin/AdminSearchConfController.php controllers/admin/AdminCarriersController.php controllers/admin/AdminSearchController.php controllers/admin/AdminCarrierWizardController.php -controllers/admin/AdminSuppliersController.php controllers/admin/index.php controllers/admin/AdminAccessController.php controllers/admin/AdminTagsController.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt index b9c75d52..5efece6b 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt @@ -134989,15 +134989,9 @@ CODEOWNERS .gitlab/bin/install_store_plugin.bash bin/install_store_plugin.bash install_store_plugin.bash -.gitlab/bin/create_github_release.sh -bin/create_github_release.sh -create_github_release.sh .gitlab/bin/split-coverage-report.php bin/split-coverage-report.php split-coverage-report.php -.gitlab/bin/split.sh -bin/split.sh -split.sh .gitlab/bin/branch.sh bin/branch.sh branch.sh @@ -135007,9 +135001,6 @@ docker-entrypoint.sh .gitlab/bin/print_tested_updates.bash bin/print_tested_updates.bash print_tested_updates.bash -.gitlab/bin/sbp_release.sh -bin/sbp_release.sh -sbp_release.sh .gitlab/bin/compile_deployment_info.sh bin/compile_deployment_info.sh compile_deployment_info.sh diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt index 990497a3..ef0779d7 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt @@ -19704,13 +19704,10 @@ config-schema.json .gitlab/stages/42-data-services.yml .gitlab/CODEOWNERS .gitlab/bin/install_store_plugin.bash -.gitlab/bin/create_github_release.sh .gitlab/bin/split-coverage-report.php -.gitlab/bin/split.sh .gitlab/bin/branch.sh .gitlab/bin/docker-entrypoint.sh .gitlab/bin/print_tested_updates.bash -.gitlab/bin/sbp_release.sh .gitlab/bin/compile_deployment_info.sh .gitlab/bin/commercial_release.bash .gitlab/bin/coverage.bash diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic-all-levels.txt index 1875d115..7ff469e8 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic-all-levels.txt @@ -1302,12 +1302,18 @@ TestMailer.php src/db/Query.php db/Query.php Query.php +src/db/ExpressionBuilder.php +db/ExpressionBuilder.php +ExpressionBuilder.php src/db/QueryParam.php db/QueryParam.php QueryParam.php src/db/FixedOrderExpression.php db/FixedOrderExpression.php FixedOrderExpression.php +src/db/ExpressionInterface.php +db/ExpressionInterface.php +ExpressionInterface.php src/db/pgsql/QueryBuilder.php db/pgsql/QueryBuilder.php pgsql/QueryBuilder.php @@ -1322,6 +1328,9 @@ SoftDeleteTrait.php src/db/Command.php db/Command.php Command.php +src/db/CoalesceColumnsExpression.php +db/CoalesceColumnsExpression.php +CoalesceColumnsExpression.php src/db/TableSchema.php db/TableSchema.php TableSchema.php @@ -2582,6 +2591,9 @@ RegisterComponentTypesEvent.php src/events/AssetBundleEvent.php events/AssetBundleEvent.php AssetBundleEvent.php +src/events/DefineEditUserScreensEvent.php +events/DefineEditUserScreensEvent.php +DefineEditUserScreensEvent.php src/events/AssetPreviewEvent.php events/AssetPreviewEvent.php AssetPreviewEvent.php @@ -10135,6 +10147,9 @@ QueueController.php src/controllers/GraphqlController.php controllers/GraphqlController.php GraphqlController.php +src/controllers/EditUserTrait.php +controllers/EditUserTrait.php +EditUserTrait.php src/controllers/FsController.php controllers/FsController.php FsController.php @@ -10654,6 +10669,12 @@ settings/users/groups/_edit.twig users/groups/_edit.twig groups/_edit.twig _edit.twig +src/templates/settings/users/groups/_team.twig +templates/settings/users/groups/_team.twig +settings/users/groups/_team.twig +users/groups/_team.twig +groups/_team.twig +_team.twig src/templates/settings/users/groups/_index.twig templates/settings/users/groups/_index.twig settings/users/groups/_index.twig @@ -10880,6 +10901,10 @@ src/templates/_special/sitepicker.twig templates/_special/sitepicker.twig _special/sitepicker.twig sitepicker.twig +src/templates/_special/async-csrf-input.twig +templates/_special/async-csrf-input.twig +_special/async-csrf-input.twig +async-csrf-input.twig src/templates/_special/login-modal.twig templates/_special/login-modal.twig _special/login-modal.twig diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic.txt index 81efe038..3a1ee29d 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/statamic.txt @@ -319,12 +319,15 @@ src/test/templates/mockElementQuery.tpl src/test/ActiveFixture.php src/test/TestMailer.php src/db/Query.php +src/db/ExpressionBuilder.php src/db/QueryParam.php src/db/FixedOrderExpression.php +src/db/ExpressionInterface.php src/db/pgsql/QueryBuilder.php src/db/pgsql/Schema.php src/db/SoftDeleteTrait.php src/db/Command.php +src/db/CoalesceColumnsExpression.php src/db/TableSchema.php src/db/Migration.php src/db/Paginator.php @@ -659,6 +662,7 @@ src/events/ResolveResourcePathEvent.php src/events/DefineAttributeKeywordsEvent.php src/events/RegisterComponentTypesEvent.php src/events/AssetBundleEvent.php +src/events/DefineEditUserScreensEvent.php src/events/AssetPreviewEvent.php src/events/EagerLoadElementsEvent.php src/events/RegisterCacheOptionsEvent.php @@ -2673,6 +2677,7 @@ src/controllers/AssetsController.php src/controllers/ImageTransformsController.php src/controllers/QueueController.php src/controllers/GraphqlController.php +src/controllers/EditUserTrait.php src/controllers/FsController.php src/controllers/AuthController.php src/controllers/EntriesController.php @@ -2788,6 +2793,7 @@ src/templates/settings/filesystems/_index.twig src/templates/settings/tags/_edit.twig src/templates/settings/tags/index.twig src/templates/settings/users/groups/_edit.twig +src/templates/settings/users/groups/_team.twig src/templates/settings/users/groups/_index.twig src/templates/settings/users/fields.twig src/templates/settings/users/settings.twig @@ -2835,6 +2841,7 @@ src/templates/_layouts/components/crumbs.twig src/templates/_layouts/components/alerts.twig src/templates/_layouts/basecp.twig src/templates/_special/sitepicker.twig +src/templates/_special/async-csrf-input.twig src/templates/_special/login-modal.twig src/templates/_special/image_editor.twig src/templates/_special/licensing-issues.twig diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt index 27e40944..21ace4a6 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt @@ -51853,6 +51853,10 @@ plugins/woocommerce/changelog/e2e-fix-fixes-for-gutenberg-active woocommerce/changelog/e2e-fix-fixes-for-gutenberg-active changelog/e2e-fix-fixes-for-gutenberg-active e2e-fix-fixes-for-gutenberg-active +plugins/woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site +woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site +changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site +46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site plugins/woocommerce/changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb woocommerce/changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb @@ -51909,6 +51913,14 @@ plugins/woocommerce/changelog/update-product-attribute-types woocommerce/changelog/update-product-attribute-types changelog/update-product-attribute-types update-product-attribute-types +plugins/woocommerce/changelog/46083-update-46013-shipping-section-changes +woocommerce/changelog/46083-update-46013-shipping-section-changes +changelog/46083-update-46013-shipping-section-changes +46083-update-46013-shipping-section-changes +plugins/woocommerce/changelog/fix-45699 +woocommerce/changelog/fix-45699 +changelog/fix-45699 +fix-45699 plugins/woocommerce/changelog/46854-update-LYS-coming-soon-block-cleanup woocommerce/changelog/46854-update-LYS-coming-soon-block-cleanup changelog/46854-update-LYS-coming-soon-block-cleanup @@ -51953,10 +51965,6 @@ plugins/woocommerce/changelog/46576-fix-migrate-to-pw woocommerce/changelog/46576-fix-migrate-to-pw changelog/46576-fix-migrate-to-pw 46576-fix-migrate-to-pw -plugins/woocommerce/changelog/46935-revert-hooked_blocks_on_all_block_themes -woocommerce/changelog/46935-revert-hooked_blocks_on_all_block_themes -changelog/46935-revert-hooked_blocks_on_all_block_themes -46935-revert-hooked_blocks_on_all_block_themes plugins/woocommerce/changelog/46591-try-attribute-filter-migration woocommerce/changelog/46591-try-attribute-filter-migration changelog/46591-try-attribute-filter-migration diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt index 370857f3..9b338d81 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt @@ -7946,6 +7946,7 @@ plugins/woocommerce/assets/client/.gitkeep plugins/woocommerce/uninstall.php plugins/woocommerce/changelog/46897-dev-fix-a11y-add-to-cart plugins/woocommerce/changelog/e2e-fix-fixes-for-gutenberg-active +plugins/woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site plugins/woocommerce/changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb plugins/woocommerce/changelog/46125-remove-e2e-side-effects plugins/woocommerce/changelog/dependabot-npm_and_yarn-octokit-3.1.2 @@ -7960,6 +7961,8 @@ plugins/woocommerce/changelog/46898-update-LYS-status-typescript plugins/woocommerce/changelog/pr-46674 plugins/woocommerce/changelog/46843-cleaning plugins/woocommerce/changelog/update-product-attribute-types +plugins/woocommerce/changelog/46083-update-46013-shipping-section-changes +plugins/woocommerce/changelog/fix-45699 plugins/woocommerce/changelog/46854-update-LYS-coming-soon-block-cleanup plugins/woocommerce/changelog/46872-46839-fix-error-on-same-prompt plugins/woocommerce/changelog/46626-fix-eslint-errors @@ -7971,7 +7974,6 @@ plugins/woocommerce/changelog/perf-indexes plugins/woocommerce/changelog/46580-try-filter-product-by-stock-migration plugins/woocommerce/changelog/46999-fix-fetch-patterns-ai-data-post-only-if-ai-enabled-and-improve-performance plugins/woocommerce/changelog/46576-fix-migrate-to-pw -plugins/woocommerce/changelog/46935-revert-hooked_blocks_on_all_block_themes plugins/woocommerce/changelog/46591-try-attribute-filter-migration plugins/woocommerce/changelog/46479-blocks-reference-documentation plugins/woocommerce/changelog/.gitkeep diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt index c96c8450..ba68283d 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad-all-levels.txt @@ -3185,6 +3185,9 @@ migrate/20210830150400_issue_3503_fix_current_user.rb db/migrate/20221209095600_issue_4410_account_linking_notification.rb migrate/20221209095600_issue_4410_account_linking_notification.rb 20221209095600_issue_4410_account_linking_notification.rb +db/migrate/20240423091057_add_2fa_permission.rb +migrate/20240423091057_add_2fa_permission.rb +20240423091057_add_2fa_permission.rb db/migrate/20180518100316_email_forward_prefix_setting_issue_1730.rb migrate/20180518100316_email_forward_prefix_setting_issue_1730.rb 20180518100316_email_forward_prefix_setting_issue_1730.rb @@ -5222,6 +5225,18 @@ public/assets/fonts/firasans-regular-webfont-326b4b46e8b5f04059ea4ea96da1de39.wo assets/fonts/firasans-regular-webfont-326b4b46e8b5f04059ea4ea96da1de39.woff fonts/firasans-regular-webfont-326b4b46e8b5f04059ea4ea96da1de39.woff firasans-regular-webfont-326b4b46e8b5f04059ea4ea96da1de39.woff +public/assets/fonts/FiraMono-Bold.eot +assets/fonts/FiraMono-Bold.eot +fonts/FiraMono-Bold.eot +FiraMono-Bold.eot +public/assets/fonts/FiraMono-Regular.woff2 +assets/fonts/FiraMono-Regular.woff2 +fonts/FiraMono-Regular.woff2 +FiraMono-Regular.woff2 +public/assets/fonts/FiraMono-Regular.eot +assets/fonts/FiraMono-Regular.eot +fonts/FiraMono-Regular.eot +FiraMono-Regular.eot public/assets/fonts/firasans-bold-webfont-84efee074704b5fb303303e922a131cd.ttf assets/fonts/firasans-bold-webfont-84efee074704b5fb303303e922a131cd.ttf fonts/firasans-bold-webfont-84efee074704b5fb303303e922a131cd.ttf @@ -5230,6 +5245,10 @@ public/assets/fonts/glyphicons-halflings-regular.woff2 assets/fonts/glyphicons-halflings-regular.woff2 fonts/glyphicons-halflings-regular.woff2 glyphicons-halflings-regular.woff2 +public/assets/fonts/FiraMono-Medium.woff +assets/fonts/FiraMono-Medium.woff +fonts/FiraMono-Medium.woff +FiraMono-Medium.woff public/assets/fonts/firasans-light-webfont-3c22e83bb9d69299a0119909eb054741.svg assets/fonts/firasans-light-webfont-3c22e83bb9d69299a0119909eb054741.svg fonts/firasans-light-webfont-3c22e83bb9d69299a0119909eb054741.svg @@ -5258,6 +5277,10 @@ public/assets/fonts/FiraSans-Light.eot assets/fonts/FiraSans-Light.eot fonts/FiraSans-Light.eot FiraSans-Light.eot +public/assets/fonts/FiraMono-Medium.eot +assets/fonts/FiraMono-Medium.eot +fonts/FiraMono-Medium.eot +FiraMono-Medium.eot public/assets/fonts/firasans-bold-webfont-877d21cf99f300b8680ef77d12a98b57.woff assets/fonts/firasans-bold-webfont-877d21cf99f300b8680ef77d12a98b57.woff fonts/firasans-bold-webfont-877d21cf99f300b8680ef77d12a98b57.woff @@ -5270,14 +5293,26 @@ public/assets/fonts/glyphicons-halflings-regular.eot assets/fonts/glyphicons-halflings-regular.eot fonts/glyphicons-halflings-regular.eot glyphicons-halflings-regular.eot +public/assets/fonts/FiraMono-Bold.woff2 +assets/fonts/FiraMono-Bold.woff2 +fonts/FiraMono-Bold.woff2 +FiraMono-Bold.woff2 public/assets/fonts/firasans-light-webfont-ee192366bb30edc80ed1168eb2ce44ba.ttf assets/fonts/firasans-light-webfont-ee192366bb30edc80ed1168eb2ce44ba.ttf fonts/firasans-light-webfont-ee192366bb30edc80ed1168eb2ce44ba.ttf firasans-light-webfont-ee192366bb30edc80ed1168eb2ce44ba.ttf +public/assets/fonts/FiraMono-Bold.woff +assets/fonts/FiraMono-Bold.woff +fonts/FiraMono-Bold.woff +FiraMono-Bold.woff public/assets/fonts/FiraSans-Regular.woff2 assets/fonts/FiraSans-Regular.woff2 fonts/FiraSans-Regular.woff2 FiraSans-Regular.woff2 +public/assets/fonts/FiraMono-Bold.ttf +assets/fonts/FiraMono-Bold.ttf +fonts/FiraMono-Bold.ttf +FiraMono-Bold.ttf public/assets/fonts/FiraSans-Bold.woff assets/fonts/FiraSans-Bold.woff fonts/FiraSans-Bold.woff @@ -5290,6 +5325,10 @@ public/assets/fonts/firasans-light-webfont-72b19bb8b5524e54077bc0a37e9332ec.eot assets/fonts/firasans-light-webfont-72b19bb8b5524e54077bc0a37e9332ec.eot fonts/firasans-light-webfont-72b19bb8b5524e54077bc0a37e9332ec.eot firasans-light-webfont-72b19bb8b5524e54077bc0a37e9332ec.eot +public/assets/fonts/FiraMono-Medium.ttf +assets/fonts/FiraMono-Medium.ttf +fonts/FiraMono-Medium.ttf +FiraMono-Medium.ttf public/assets/fonts/FiraSans-Medium.woff assets/fonts/FiraSans-Medium.woff fonts/FiraSans-Medium.woff @@ -5318,10 +5357,18 @@ public/assets/fonts/firasans-bold-webfont-0eb0f6eca42625f8184372baf62c255b.svg assets/fonts/firasans-bold-webfont-0eb0f6eca42625f8184372baf62c255b.svg fonts/firasans-bold-webfont-0eb0f6eca42625f8184372baf62c255b.svg firasans-bold-webfont-0eb0f6eca42625f8184372baf62c255b.svg +public/assets/fonts/FiraMono-Regular.woff +assets/fonts/FiraMono-Regular.woff +fonts/FiraMono-Regular.woff +FiraMono-Regular.woff public/assets/fonts/FiraSans-Medium.ttf assets/fonts/FiraSans-Medium.ttf fonts/FiraSans-Medium.ttf FiraSans-Medium.ttf +public/assets/fonts/FiraMono-Regular.ttf +assets/fonts/FiraMono-Regular.ttf +fonts/FiraMono-Regular.ttf +FiraMono-Regular.ttf public/assets/fonts/FiraSans-Light.ttf assets/fonts/FiraSans-Light.ttf fonts/FiraSans-Light.ttf @@ -5342,6 +5389,10 @@ public/assets/fonts/FiraSans-Regular.ttf assets/fonts/FiraSans-Regular.ttf fonts/FiraSans-Regular.ttf FiraSans-Regular.ttf +public/assets/fonts/FiraMono-Medium.woff2 +assets/fonts/FiraMono-Medium.woff2 +fonts/FiraMono-Medium.woff2 +FiraMono-Medium.woff2 public/assets/fonts/FiraSans-Light.woff assets/fonts/FiraSans-Light.woff fonts/FiraSans-Light.woff @@ -8875,6 +8926,10 @@ spec/db/migrate/issue_4412_setting_saml_idp_cert_switch_textarea_spec.rb db/migrate/issue_4412_setting_saml_idp_cert_switch_textarea_spec.rb migrate/issue_4412_setting_saml_idp_cert_switch_textarea_spec.rb issue_4412_setting_saml_idp_cert_switch_textarea_spec.rb +spec/db/migrate/add2fa_permission_spec.rb +db/migrate/add2fa_permission_spec.rb +migrate/add2fa_permission_spec.rb +add2fa_permission_spec.rb spec/db/migrate/issue_2943_add_setting_enforce_special_character_spec.rb db/migrate/issue_2943_add_setting_enforce_special_character_spec.rb migrate/issue_2943_add_setting_enforce_special_character_spec.rb @@ -9264,6 +9319,12 @@ spec/services/service/execute_locked_block_spec.rb services/service/execute_locked_block_spec.rb service/execute_locked_block_spec.rb execute_locked_block_spec.rb +spec/services/service/user/device/delete_spec.rb +services/service/user/device/delete_spec.rb +service/user/device/delete_spec.rb +user/device/delete_spec.rb +device/delete_spec.rb +delete_spec.rb spec/services/service/user/signup_spec.rb services/service/user/signup_spec.rb service/user/signup_spec.rb @@ -9302,6 +9363,53 @@ services/service/user/signup_verify_spec.rb service/user/signup_verify_spec.rb user/signup_verify_spec.rb signup_verify_spec.rb +spec/services/service/user/two_factor/initiate_method_configuration_spec.rb +services/service/user/two_factor/initiate_method_configuration_spec.rb +service/user/two_factor/initiate_method_configuration_spec.rb +user/two_factor/initiate_method_configuration_spec.rb +two_factor/initiate_method_configuration_spec.rb +initiate_method_configuration_spec.rb +spec/services/service/user/two_factor/set_default_method_spec.rb +services/service/user/two_factor/set_default_method_spec.rb +service/user/two_factor/set_default_method_spec.rb +user/two_factor/set_default_method_spec.rb +two_factor/set_default_method_spec.rb +set_default_method_spec.rb +spec/services/service/user/two_factor/generate_recovery_codes_spec.rb +services/service/user/two_factor/generate_recovery_codes_spec.rb +service/user/two_factor/generate_recovery_codes_spec.rb +user/two_factor/generate_recovery_codes_spec.rb +two_factor/generate_recovery_codes_spec.rb +generate_recovery_codes_spec.rb +spec/services/service/user/two_factor/remove_method_credentials_spec.rb +services/service/user/two_factor/remove_method_credentials_spec.rb +service/user/two_factor/remove_method_credentials_spec.rb +user/two_factor/remove_method_credentials_spec.rb +two_factor/remove_method_credentials_spec.rb +remove_method_credentials_spec.rb +spec/services/service/user/two_factor/remove_method_spec.rb +services/service/user/two_factor/remove_method_spec.rb +service/user/two_factor/remove_method_spec.rb +user/two_factor/remove_method_spec.rb +two_factor/remove_method_spec.rb +remove_method_spec.rb +spec/services/service/user/two_factor/verify_method_configuration_spec.rb +services/service/user/two_factor/verify_method_configuration_spec.rb +service/user/two_factor/verify_method_configuration_spec.rb +user/two_factor/verify_method_configuration_spec.rb +two_factor/verify_method_configuration_spec.rb +verify_method_configuration_spec.rb +spec/services/service/user/two_factor/get_method_configuration_spec.rb +services/service/user/two_factor/get_method_configuration_spec.rb +service/user/two_factor/get_method_configuration_spec.rb +user/two_factor/get_method_configuration_spec.rb +two_factor/get_method_configuration_spec.rb +get_method_configuration_spec.rb +spec/services/service/user/password_check_spec.rb +services/service/user/password_check_spec.rb +service/user/password_check_spec.rb +user/password_check_spec.rb +password_check_spec.rb spec/services/service/user/add_internal_spec.rb services/service/user/add_internal_spec.rb service/user/add_internal_spec.rb @@ -9606,6 +9714,13 @@ gql/mutations/organization/update_spec.rb mutations/organization/update_spec.rb organization/update_spec.rb update_spec.rb +spec/graphql/gql/mutations/account/device/delete_spec.rb +graphql/gql/mutations/account/device/delete_spec.rb +gql/mutations/account/device/delete_spec.rb +mutations/account/device/delete_spec.rb +account/device/delete_spec.rb +device/delete_spec.rb +delete_spec.rb spec/graphql/gql/mutations/account/appearance_spec.rb graphql/gql/mutations/account/appearance_spec.rb gql/mutations/account/appearance_spec.rb @@ -9651,6 +9766,47 @@ gql/mutations/account/change_password_spec.rb mutations/account/change_password_spec.rb account/change_password_spec.rb change_password_spec.rb +spec/graphql/gql/mutations/account/two_factor/set_default_method_spec.rb +graphql/gql/mutations/account/two_factor/set_default_method_spec.rb +gql/mutations/account/two_factor/set_default_method_spec.rb +mutations/account/two_factor/set_default_method_spec.rb +account/two_factor/set_default_method_spec.rb +two_factor/set_default_method_spec.rb +set_default_method_spec.rb +spec/graphql/gql/mutations/account/two_factor/remove_method_credentials_spec.rb +graphql/gql/mutations/account/two_factor/remove_method_credentials_spec.rb +gql/mutations/account/two_factor/remove_method_credentials_spec.rb +mutations/account/two_factor/remove_method_credentials_spec.rb +account/two_factor/remove_method_credentials_spec.rb +two_factor/remove_method_credentials_spec.rb +remove_method_credentials_spec.rb +spec/graphql/gql/mutations/account/two_factor/remove_method_spec.rb +graphql/gql/mutations/account/two_factor/remove_method_spec.rb +gql/mutations/account/two_factor/remove_method_spec.rb +mutations/account/two_factor/remove_method_spec.rb +account/two_factor/remove_method_spec.rb +two_factor/remove_method_spec.rb +remove_method_spec.rb +spec/graphql/gql/mutations/account/two_factor/verify_method_configuration_spec.rb +graphql/gql/mutations/account/two_factor/verify_method_configuration_spec.rb +gql/mutations/account/two_factor/verify_method_configuration_spec.rb +mutations/account/two_factor/verify_method_configuration_spec.rb +account/two_factor/verify_method_configuration_spec.rb +two_factor/verify_method_configuration_spec.rb +verify_method_configuration_spec.rb +spec/graphql/gql/mutations/account/two_factor/recovery_codes_generate_spec.rb +graphql/gql/mutations/account/two_factor/recovery_codes_generate_spec.rb +gql/mutations/account/two_factor/recovery_codes_generate_spec.rb +mutations/account/two_factor/recovery_codes_generate_spec.rb +account/two_factor/recovery_codes_generate_spec.rb +two_factor/recovery_codes_generate_spec.rb +recovery_codes_generate_spec.rb +spec/graphql/gql/mutations/account/password_check_spec.rb +graphql/gql/mutations/account/password_check_spec.rb +gql/mutations/account/password_check_spec.rb +mutations/account/password_check_spec.rb +account/password_check_spec.rb +password_check_spec.rb spec/graphql/gql/mutations/admin_password_auth_verify_spec.rb graphql/gql/mutations/admin_password_auth_verify_spec.rb gql/mutations/admin_password_auth_verify_spec.rb @@ -9881,6 +10037,13 @@ graphql/gql/queries/organization_spec.rb gql/queries/organization_spec.rb queries/organization_spec.rb organization_spec.rb +spec/graphql/gql/queries/account/device/list_spec.rb +graphql/gql/queries/account/device/list_spec.rb +gql/queries/account/device/list_spec.rb +queries/account/device/list_spec.rb +account/device/list_spec.rb +device/list_spec.rb +list_spec.rb spec/graphql/gql/queries/account/avatar/active_spec.rb graphql/gql/queries/account/avatar/active_spec.rb gql/queries/account/avatar/active_spec.rb @@ -9895,6 +10058,27 @@ queries/account/avatar/list_spec.rb account/avatar/list_spec.rb avatar/list_spec.rb list_spec.rb +spec/graphql/gql/queries/account/two_factor/initiate_method_configuration_spec.rb +graphql/gql/queries/account/two_factor/initiate_method_configuration_spec.rb +gql/queries/account/two_factor/initiate_method_configuration_spec.rb +queries/account/two_factor/initiate_method_configuration_spec.rb +account/two_factor/initiate_method_configuration_spec.rb +two_factor/initiate_method_configuration_spec.rb +initiate_method_configuration_spec.rb +spec/graphql/gql/queries/account/two_factor/configuration_spec.rb +graphql/gql/queries/account/two_factor/configuration_spec.rb +gql/queries/account/two_factor/configuration_spec.rb +queries/account/two_factor/configuration_spec.rb +account/two_factor/configuration_spec.rb +two_factor/configuration_spec.rb +configuration_spec.rb +spec/graphql/gql/queries/account/two_factor/get_method_configuration_spec.rb +graphql/gql/queries/account/two_factor/get_method_configuration_spec.rb +gql/queries/account/two_factor/get_method_configuration_spec.rb +queries/account/two_factor/get_method_configuration_spec.rb +account/two_factor/get_method_configuration_spec.rb +two_factor/get_method_configuration_spec.rb +get_method_configuration_spec.rb spec/graphql/gql/queries/translations_spec.rb graphql/gql/queries/translations_spec.rb gql/queries/translations_spec.rb @@ -9957,6 +10141,11 @@ graphql/gql/subscriptions/push_messages_spec.rb gql/subscriptions/push_messages_spec.rb subscriptions/push_messages_spec.rb push_messages_spec.rb +spec/graphql/gql/subscriptions/account_devices_updates_spec.rb +graphql/gql/subscriptions/account_devices_updates_spec.rb +gql/subscriptions/account_devices_updates_spec.rb +subscriptions/account_devices_updates_spec.rb +account_devices_updates_spec.rb spec/graphql/gql/subscriptions/config_updates_spec.rb graphql/gql/subscriptions/config_updates_spec.rb gql/subscriptions/config_updates_spec.rb @@ -10007,6 +10196,13 @@ graphql/gql/subscriptions/ticket_overview_updates_spec.rb gql/subscriptions/ticket_overview_updates_spec.rb subscriptions/ticket_overview_updates_spec.rb ticket_overview_updates_spec.rb +spec/graphql/gql/subscriptions/user/current/two_factor_updates_spec.rb +graphql/gql/subscriptions/user/current/two_factor_updates_spec.rb +gql/subscriptions/user/current/two_factor_updates_spec.rb +subscriptions/user/current/two_factor_updates_spec.rb +user/current/two_factor_updates_spec.rb +current/two_factor_updates_spec.rb +two_factor_updates_spec.rb spec/graphql/gql/subscriptions/ticket_updates_spec.rb graphql/gql/subscriptions/ticket_updates_spec.rb gql/subscriptions/ticket_updates_spec.rb @@ -11054,6 +11250,10 @@ spec/models/concerns/has_object_manager_attributes_examples.rb models/concerns/has_object_manager_attributes_examples.rb concerns/has_object_manager_attributes_examples.rb has_object_manager_attributes_examples.rb +spec/models/concerns/has_two_factor_examples.rb +models/concerns/has_two_factor_examples.rb +concerns/has_two_factor_examples.rb +has_two_factor_examples.rb spec/models/concerns/can_perform_changes_examples.rb models/concerns/can_perform_changes_examples.rb concerns/can_perform_changes_examples.rb @@ -12115,6 +12315,9 @@ smime_certificate.rb spec/factories/avatar.rb factories/avatar.rb avatar.rb +spec/factories/session.rb +factories/session.rb +session.rb spec/factories/overview.rb factories/overview.rb overview.rb @@ -22893,6 +23096,17 @@ services/service/user/add_first_admin.rb service/user/add_first_admin.rb user/add_first_admin.rb add_first_admin.rb +app/services/service/user/device/delete.rb +services/service/user/device/delete.rb +service/user/device/delete.rb +user/device/delete.rb +device/delete.rb +delete.rb +app/services/service/user/password_check.rb +services/service/user/password_check.rb +service/user/password_check.rb +user/password_check.rb +password_check.rb app/services/service/user/signup.rb services/service/user/signup.rb service/user/signup.rb @@ -22938,6 +23152,54 @@ services/service/user/add_internal.rb service/user/add_internal.rb user/add_internal.rb add_internal.rb +app/services/service/user/two_factor/base.rb +services/service/user/two_factor/base.rb +service/user/two_factor/base.rb +user/two_factor/base.rb +two_factor/base.rb +base.rb +app/services/service/user/two_factor/verify_method_configuration.rb +services/service/user/two_factor/verify_method_configuration.rb +service/user/two_factor/verify_method_configuration.rb +user/two_factor/verify_method_configuration.rb +two_factor/verify_method_configuration.rb +verify_method_configuration.rb +app/services/service/user/two_factor/get_method_configuration.rb +services/service/user/two_factor/get_method_configuration.rb +service/user/two_factor/get_method_configuration.rb +user/two_factor/get_method_configuration.rb +two_factor/get_method_configuration.rb +get_method_configuration.rb +app/services/service/user/two_factor/set_default_method.rb +services/service/user/two_factor/set_default_method.rb +service/user/two_factor/set_default_method.rb +user/two_factor/set_default_method.rb +two_factor/set_default_method.rb +set_default_method.rb +app/services/service/user/two_factor/remove_method.rb +services/service/user/two_factor/remove_method.rb +service/user/two_factor/remove_method.rb +user/two_factor/remove_method.rb +two_factor/remove_method.rb +remove_method.rb +app/services/service/user/two_factor/remove_method_credentials.rb +services/service/user/two_factor/remove_method_credentials.rb +service/user/two_factor/remove_method_credentials.rb +user/two_factor/remove_method_credentials.rb +two_factor/remove_method_credentials.rb +remove_method_credentials.rb +app/services/service/user/two_factor/generate_recovery_codes.rb +services/service/user/two_factor/generate_recovery_codes.rb +service/user/two_factor/generate_recovery_codes.rb +user/two_factor/generate_recovery_codes.rb +two_factor/generate_recovery_codes.rb +generate_recovery_codes.rb +app/services/service/user/two_factor/initiate_method_configuration.rb +services/service/user/two_factor/initiate_method_configuration.rb +service/user/two_factor/initiate_method_configuration.rb +user/two_factor/initiate_method_configuration.rb +two_factor/initiate_method_configuration.rb +initiate_method_configuration.rb app/services/service/user/change_password.rb services/service/user/change_password.rb service/user/change_password.rb @@ -23395,6 +23657,19 @@ gql/mutations/account/out_of_office.rb mutations/account/out_of_office.rb account/out_of_office.rb out_of_office.rb +app/graphql/gql/mutations/account/device/delete.rb +graphql/gql/mutations/account/device/delete.rb +gql/mutations/account/device/delete.rb +mutations/account/device/delete.rb +account/device/delete.rb +device/delete.rb +delete.rb +app/graphql/gql/mutations/account/password_check.rb +graphql/gql/mutations/account/password_check.rb +gql/mutations/account/password_check.rb +mutations/account/password_check.rb +account/password_check.rb +password_check.rb app/graphql/gql/mutations/account/locale.rb graphql/gql/mutations/account/locale.rb gql/mutations/account/locale.rb @@ -23428,6 +23703,41 @@ mutations/account/avatar/add.rb account/avatar/add.rb avatar/add.rb add.rb +app/graphql/gql/mutations/account/two_factor/verify_method_configuration.rb +graphql/gql/mutations/account/two_factor/verify_method_configuration.rb +gql/mutations/account/two_factor/verify_method_configuration.rb +mutations/account/two_factor/verify_method_configuration.rb +account/two_factor/verify_method_configuration.rb +two_factor/verify_method_configuration.rb +verify_method_configuration.rb +app/graphql/gql/mutations/account/two_factor/set_default_method.rb +graphql/gql/mutations/account/two_factor/set_default_method.rb +gql/mutations/account/two_factor/set_default_method.rb +mutations/account/two_factor/set_default_method.rb +account/two_factor/set_default_method.rb +two_factor/set_default_method.rb +set_default_method.rb +app/graphql/gql/mutations/account/two_factor/recovery_codes_generate.rb +graphql/gql/mutations/account/two_factor/recovery_codes_generate.rb +gql/mutations/account/two_factor/recovery_codes_generate.rb +mutations/account/two_factor/recovery_codes_generate.rb +account/two_factor/recovery_codes_generate.rb +two_factor/recovery_codes_generate.rb +recovery_codes_generate.rb +app/graphql/gql/mutations/account/two_factor/remove_method.rb +graphql/gql/mutations/account/two_factor/remove_method.rb +gql/mutations/account/two_factor/remove_method.rb +mutations/account/two_factor/remove_method.rb +account/two_factor/remove_method.rb +two_factor/remove_method.rb +remove_method.rb +app/graphql/gql/mutations/account/two_factor/remove_method_credentials.rb +graphql/gql/mutations/account/two_factor/remove_method_credentials.rb +gql/mutations/account/two_factor/remove_method_credentials.rb +mutations/account/two_factor/remove_method_credentials.rb +account/two_factor/remove_method_credentials.rb +two_factor/remove_method_credentials.rb +remove_method_credentials.rb app/graphql/gql/mutations/account/change_password.rb graphql/gql/mutations/account/change_password.rb gql/mutations/account/change_password.rb @@ -23691,6 +24001,13 @@ graphql/gql/queries/application_build_checksum.rb gql/queries/application_build_checksum.rb queries/application_build_checksum.rb application_build_checksum.rb +app/graphql/gql/queries/account/device/list.rb +graphql/gql/queries/account/device/list.rb +gql/queries/account/device/list.rb +queries/account/device/list.rb +account/device/list.rb +device/list.rb +list.rb app/graphql/gql/queries/account/avatar/list.rb graphql/gql/queries/account/avatar/list.rb gql/queries/account/avatar/list.rb @@ -23705,6 +24022,27 @@ queries/account/avatar/active.rb account/avatar/active.rb avatar/active.rb active.rb +app/graphql/gql/queries/account/two_factor/get_method_configuration.rb +graphql/gql/queries/account/two_factor/get_method_configuration.rb +gql/queries/account/two_factor/get_method_configuration.rb +queries/account/two_factor/get_method_configuration.rb +account/two_factor/get_method_configuration.rb +two_factor/get_method_configuration.rb +get_method_configuration.rb +app/graphql/gql/queries/account/two_factor/configuration.rb +graphql/gql/queries/account/two_factor/configuration.rb +gql/queries/account/two_factor/configuration.rb +queries/account/two_factor/configuration.rb +account/two_factor/configuration.rb +two_factor/configuration.rb +configuration.rb +app/graphql/gql/queries/account/two_factor/initiate_method_configuration.rb +graphql/gql/queries/account/two_factor/initiate_method_configuration.rb +gql/queries/account/two_factor/initiate_method_configuration.rb +queries/account/two_factor/initiate_method_configuration.rb +account/two_factor/initiate_method_configuration.rb +two_factor/initiate_method_configuration.rb +initiate_method_configuration.rb app/graphql/gql/queries/locales.rb graphql/gql/queries/locales.rb gql/queries/locales.rb @@ -23742,11 +24080,6 @@ graphql/gql/types/base_argument.rb gql/types/base_argument.rb types/base_argument.rb base_argument.rb -app/graphql/gql/types/user_two_factor_methods_type.rb -graphql/gql/types/user_two_factor_methods_type.rb -gql/types/user_two_factor_methods_type.rb -types/user_two_factor_methods_type.rb -user_two_factor_methods_type.rb app/graphql/gql/types/channel/email/outbound_configuration_type.rb graphql/gql/types/channel/email/outbound_configuration_type.rb gql/types/channel/email/outbound_configuration_type.rb @@ -23795,6 +24128,11 @@ graphql/gql/types/addresses_field_type.rb gql/types/addresses_field_type.rb types/addresses_field_type.rb addresses_field_type.rb +app/graphql/gql/types/user_device_type.rb +graphql/gql/types/user_device_type.rb +gql/types/user_device_type.rb +types/user_device_type.rb +user_device_type.rb app/graphql/gql/types/session_type.rb graphql/gql/types/session_type.rb gql/types/session_type.rb @@ -24099,12 +24437,6 @@ gql/types/enum/base_enum.rb types/enum/base_enum.rb enum/base_enum.rb base_enum.rb -app/graphql/gql/types/enum/two_factor_authentication_method_type.rb -graphql/gql/types/enum/two_factor_authentication_method_type.rb -gql/types/enum/two_factor_authentication_method_type.rb -types/enum/two_factor_authentication_method_type.rb -enum/two_factor_authentication_method_type.rb -two_factor_authentication_method_type.rb app/graphql/gql/types/enum/security_state_type_type.rb graphql/gql/types/enum/security_state_type_type.rb gql/types/enum/security_state_type_type.rb @@ -24135,6 +24467,13 @@ gql/types/enum/app_maintenance_type_type.rb types/enum/app_maintenance_type_type.rb enum/app_maintenance_type_type.rb app_maintenance_type_type.rb +app/graphql/gql/types/enum/two_factor/authentication_method_type.rb +graphql/gql/types/enum/two_factor/authentication_method_type.rb +gql/types/enum/two_factor/authentication_method_type.rb +types/enum/two_factor/authentication_method_type.rb +enum/two_factor/authentication_method_type.rb +two_factor/authentication_method_type.rb +authentication_method_type.rb app/graphql/gql/types/enum/permission_access_type.rb graphql/gql/types/enum/permission_access_type.rb gql/types/enum/permission_access_type.rb @@ -24177,6 +24516,18 @@ gql/types/object_manager/attribute_type.rb types/object_manager/attribute_type.rb object_manager/attribute_type.rb attribute_type.rb +app/graphql/gql/types/user/configuration_two_factor_type.rb +graphql/gql/types/user/configuration_two_factor_type.rb +gql/types/user/configuration_two_factor_type.rb +types/user/configuration_two_factor_type.rb +user/configuration_two_factor_type.rb +configuration_two_factor_type.rb +app/graphql/gql/types/user/login_two_factor_methods_type.rb +graphql/gql/types/user/login_two_factor_methods_type.rb +gql/types/user/login_two_factor_methods_type.rb +types/user/login_two_factor_methods_type.rb +user/login_two_factor_methods_type.rb +login_two_factor_methods_type.rb app/graphql/gql/types/user/permission_type.rb graphql/gql/types/user/permission_type.rb gql/types/user/permission_type.rb @@ -24235,6 +24586,12 @@ graphql/gql/types/organization_type.rb gql/types/organization_type.rb types/organization_type.rb organization_type.rb +app/graphql/gql/types/two_factor/enabled_authentication_method_type.rb +graphql/gql/types/two_factor/enabled_authentication_method_type.rb +gql/types/two_factor/enabled_authentication_method_type.rb +types/two_factor/enabled_authentication_method_type.rb +two_factor/enabled_authentication_method_type.rb +enabled_authentication_method_type.rb app/graphql/gql/types/avatar_type.rb graphql/gql/types/avatar_type.rb gql/types/avatar_type.rb @@ -24668,6 +25025,11 @@ graphql/gql/subscriptions/ticket_updates.rb gql/subscriptions/ticket_updates.rb subscriptions/ticket_updates.rb ticket_updates.rb +app/graphql/gql/subscriptions/account_devices_updates.rb +graphql/gql/subscriptions/account_devices_updates.rb +gql/subscriptions/account_devices_updates.rb +subscriptions/account_devices_updates.rb +account_devices_updates.rb app/graphql/gql/subscriptions/base_subscription.rb graphql/gql/subscriptions/base_subscription.rb gql/subscriptions/base_subscription.rb @@ -24698,6 +25060,13 @@ graphql/gql/subscriptions/public_link_updates.rb gql/subscriptions/public_link_updates.rb subscriptions/public_link_updates.rb public_link_updates.rb +app/graphql/gql/subscriptions/user/current/two_factor_updates.rb +graphql/gql/subscriptions/user/current/two_factor_updates.rb +gql/subscriptions/user/current/two_factor_updates.rb +subscriptions/user/current/two_factor_updates.rb +user/current/two_factor_updates.rb +current/two_factor_updates.rb +two_factor_updates.rb app/graphql/gql/subscriptions/ticket_live_user_updates.rb graphql/gql/subscriptions/ticket_live_user_updates.rb gql/subscriptions/ticket_live_user_updates.rb @@ -29516,6 +29885,11 @@ app/models/user/search.rb models/user/search.rb user/search.rb search.rb +app/models/user/two_factor_preference/triggers_subscriptions.rb +models/user/two_factor_preference/triggers_subscriptions.rb +user/two_factor_preference/triggers_subscriptions.rb +two_factor_preference/triggers_subscriptions.rb +triggers_subscriptions.rb app/models/user/performs_geo_lookup.rb models/user/performs_geo_lookup.rb user/performs_geo_lookup.rb @@ -29917,6 +30291,10 @@ models/cti/driver/cti.rb cti/driver/cti.rb driver/cti.rb cti.rb +app/models/user_device/triggers_subscriptions.rb +models/user_device/triggers_subscriptions.rb +user_device/triggers_subscriptions.rb +triggers_subscriptions.rb app/models/chat.rb models/chat.rb chat.rb @@ -34531,6 +34909,15 @@ personal-setting/graphql/mutations/accountAppearance.graphql graphql/mutations/accountAppearance.graphql mutations/accountAppearance.graphql accountAppearance.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts +frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts +apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts +desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts +pages/personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts +personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts +graphql/mutations/accountDeviceDelete.mocks.ts +mutations/accountDeviceDelete.mocks.ts +accountDeviceDelete.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountOutOfOffice.graphql frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountOutOfOffice.graphql apps/desktop/pages/personal-setting/graphql/mutations/accountOutOfOffice.graphql @@ -34558,6 +34945,15 @@ personal-setting/graphql/mutations/accountAppearance.api.ts graphql/mutations/accountAppearance.api.ts mutations/accountAppearance.api.ts accountAppearance.api.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.graphql +frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.graphql +apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.graphql +desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.graphql +pages/personal-setting/graphql/mutations/accountDeviceDelete.graphql +personal-setting/graphql/mutations/accountDeviceDelete.graphql +graphql/mutations/accountDeviceDelete.graphql +mutations/accountDeviceDelete.graphql +accountDeviceDelete.graphql app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountChangePassword.mocks.ts frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountChangePassword.mocks.ts apps/desktop/pages/personal-setting/graphql/mutations/accountChangePassword.mocks.ts @@ -34594,6 +34990,15 @@ personal-setting/graphql/mutations/accountAvatarSelect.graphql graphql/mutations/accountAvatarSelect.graphql mutations/accountAvatarSelect.graphql accountAvatarSelect.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.api.ts +frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.api.ts +apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.api.ts +desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.api.ts +pages/personal-setting/graphql/mutations/accountDeviceDelete.api.ts +personal-setting/graphql/mutations/accountDeviceDelete.api.ts +graphql/mutations/accountDeviceDelete.api.ts +mutations/accountDeviceDelete.api.ts +accountDeviceDelete.api.ts app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.api.ts frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.api.ts apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.api.ts @@ -34612,6 +35017,15 @@ personal-setting/graphql/queries/accountAvatarList.mocks.ts graphql/queries/accountAvatarList.mocks.ts queries/accountAvatarList.mocks.ts accountAvatarList.mocks.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.mocks.ts +frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.mocks.ts +apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.mocks.ts +desktop/pages/personal-setting/graphql/queries/accountDeviceList.mocks.ts +pages/personal-setting/graphql/queries/accountDeviceList.mocks.ts +personal-setting/graphql/queries/accountDeviceList.mocks.ts +graphql/queries/accountDeviceList.mocks.ts +queries/accountDeviceList.mocks.ts +accountDeviceList.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.graphql frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.graphql apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.graphql @@ -34621,6 +35035,60 @@ personal-setting/graphql/queries/accountAvatarList.graphql graphql/queries/accountAvatarList.graphql queries/accountAvatarList.graphql accountAvatarList.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.api.ts +frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.api.ts +apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.api.ts +desktop/pages/personal-setting/graphql/queries/accountDeviceList.api.ts +pages/personal-setting/graphql/queries/accountDeviceList.api.ts +personal-setting/graphql/queries/accountDeviceList.api.ts +graphql/queries/accountDeviceList.api.ts +queries/accountDeviceList.api.ts +accountDeviceList.api.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.graphql +frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.graphql +apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.graphql +desktop/pages/personal-setting/graphql/queries/accountDeviceList.graphql +pages/personal-setting/graphql/queries/accountDeviceList.graphql +personal-setting/graphql/queries/accountDeviceList.graphql +graphql/queries/accountDeviceList.graphql +queries/accountDeviceList.graphql +accountDeviceList.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.api.ts +frontend/apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.api.ts +apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.api.ts +desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.api.ts +pages/personal-setting/graphql/fragments/userDeviceAttributes.api.ts +personal-setting/graphql/fragments/userDeviceAttributes.api.ts +graphql/fragments/userDeviceAttributes.api.ts +fragments/userDeviceAttributes.api.ts +userDeviceAttributes.api.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.graphql +frontend/apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.graphql +apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.graphql +desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.graphql +pages/personal-setting/graphql/fragments/userDeviceAttributes.graphql +personal-setting/graphql/fragments/userDeviceAttributes.graphql +graphql/fragments/userDeviceAttributes.graphql +fragments/userDeviceAttributes.graphql +userDeviceAttributes.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +graphql/subscriptions/accountDevicesUpdates.mocks.ts +subscriptions/accountDevicesUpdates.mocks.ts +accountDevicesUpdates.mocks.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql +frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql +apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql +desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql +pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql +personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql +graphql/subscriptions/accountDevicesUpdates.graphql +subscriptions/accountDevicesUpdates.graphql +accountDevicesUpdates.graphql app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountAvatarUpdates.api.ts frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountAvatarUpdates.api.ts apps/desktop/pages/personal-setting/graphql/subscriptions/accountAvatarUpdates.api.ts @@ -34648,6 +35116,15 @@ personal-setting/graphql/subscriptions/accountAvatarUpdates.graphql graphql/subscriptions/accountAvatarUpdates.graphql subscriptions/accountAvatarUpdates.graphql accountAvatarUpdates.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts +frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts +apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts +desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts +pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts +personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts +graphql/subscriptions/accountDevicesUpdates.api.ts +subscriptions/accountDevicesUpdates.api.ts +accountDevicesUpdates.api.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue @@ -34718,6 +35195,16 @@ views/PersonalSetting/plugins/index.ts PersonalSetting/plugins/index.ts plugins/index.ts index.ts +app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts +frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts +apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts +desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts +pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts +personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts +views/PersonalSetting/plugins/twoFactorAuth.ts +PersonalSetting/plugins/twoFactorAuth.ts +plugins/twoFactorAuth.ts +twoFactorAuth.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts @@ -34784,6 +35271,14 @@ pages/personal-setting/views/PersonalSettingOutOfOffice.vue personal-setting/views/PersonalSettingOutOfOffice.vue views/PersonalSettingOutOfOffice.vue PersonalSettingOutOfOffice.vue +app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue +frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue +apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue +desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue +pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue +personal-setting/views/PersonalSettingTwoFactorAuth.vue +views/PersonalSettingTwoFactorAuth.vue +PersonalSettingTwoFactorAuth.vue app/frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts apps/desktop/pages/personal-setting/types/out-of-office.ts @@ -34848,6 +35343,14 @@ pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts __tests__/personal-setting-out-of-office-a11y.spec.ts personal-setting-out-of-office-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts +pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts +personal-setting/__tests__/personal-setting-devices-a11y.spec.ts +__tests__/personal-setting-devices-a11y.spec.ts +personal-setting-devices-a11y.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts @@ -34856,6 +35359,14 @@ pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts __tests__/personal-setting-avatar-a11y.spec.ts personal-setting-avatar-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-devices.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-devices.spec.ts +pages/personal-setting/__tests__/personal-setting-devices.spec.ts +personal-setting/__tests__/personal-setting-devices.spec.ts +__tests__/personal-setting-devices.spec.ts +personal-setting-devices.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-password-a11y.spec.ts frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-password-a11y.spec.ts apps/desktop/pages/personal-setting/__tests__/personal-setting-password-a11y.spec.ts @@ -34864,6 +35375,59 @@ pages/personal-setting/__tests__/personal-setting-password-a11y.spec.ts personal-setting/__tests__/personal-setting-password-a11y.spec.ts __tests__/personal-setting-password-a11y.spec.ts personal-setting-password-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +frontend/apps/desktop/pages/personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +apps/desktop/pages/personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +desktop/pages/personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +pages/personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +__tests__/support/personal-setting-two-factor-auth.ts +support/personal-setting-two-factor-auth.ts +personal-setting-two-factor-auth.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +personal-setting-two-factor-auth-recovery-codes.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +personal-setting-two-factor-auth-security-keys.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +personal-setting-two-factor-auth-authenticator-app.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +personal-setting-two-factor-auth-password-check.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts +pages/personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts +personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts +__tests__/personal-setting-two-factor-auth.spec.ts +personal-setting-two-factor-auth.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance-a11y.spec.ts frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance-a11y.spec.ts apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance-a11y.spec.ts @@ -34880,6 +35444,14 @@ pages/personal-setting/__tests__/personal-setting-locale-a11y.spec.ts personal-setting/__tests__/personal-setting-locale-a11y.spec.ts __tests__/personal-setting-locale-a11y.spec.ts personal-setting-locale-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts +frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts +apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts +desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts +pages/personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts +personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts +__tests__/personal-setting-two-factor-auth-a11y.spec.ts +personal-setting-two-factor-auth-a11y.spec.ts app/frontend/apps/desktop/pages/personal-setting/routes.ts frontend/apps/desktop/pages/personal-setting/routes.ts apps/desktop/pages/personal-setting/routes.ts @@ -34895,14 +35467,13 @@ pages/personal-setting/components/PersonalSettingAvatarCropImageFlyout.vue personal-setting/components/PersonalSettingAvatarCropImageFlyout.vue components/PersonalSettingAvatarCropImageFlyout.vue PersonalSettingAvatarCropImageFlyout.vue -app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue -frontend/apps/desktop/pages/personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue -apps/desktop/pages/personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue -desktop/pages/personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue -pages/personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue -personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue -components/PersonalSettingSidebar/PersonalSettingSidebar.vue -PersonalSettingSidebar/PersonalSettingSidebar.vue +app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingSidebar.vue +frontend/apps/desktop/pages/personal-setting/components/PersonalSettingSidebar.vue +apps/desktop/pages/personal-setting/components/PersonalSettingSidebar.vue +desktop/pages/personal-setting/components/PersonalSettingSidebar.vue +pages/personal-setting/components/PersonalSettingSidebar.vue +personal-setting/components/PersonalSettingSidebar.vue +components/PersonalSettingSidebar.vue PersonalSettingSidebar.vue app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue @@ -35267,6 +35838,14 @@ pages/authentication/__tests__/signup-a11y.spec.ts authentication/__tests__/signup-a11y.spec.ts __tests__/signup-a11y.spec.ts signup-a11y.spec.ts +app/frontend/apps/desktop/pages/authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts +frontend/apps/desktop/pages/authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts +apps/desktop/pages/authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts +desktop/pages/authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts +pages/authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts +authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts +__tests__/login-after-auth-two-factor-configuration.spec.ts +login-after-auth-two-factor-configuration.spec.ts app/frontend/apps/desktop/pages/authentication/__tests__/password-reset-verify.spec.ts frontend/apps/desktop/pages/authentication/__tests__/password-reset-verify.spec.ts apps/desktop/pages/authentication/__tests__/password-reset-verify.spec.ts @@ -36446,6 +37025,67 @@ desktop/components/NavigationMenu/NavigationMenuList.vue components/NavigationMenu/NavigationMenuList.vue NavigationMenu/NavigationMenuList.vue NavigationMenuList.vue +app/frontend/apps/desktop/components/TwoFactor/types.ts +frontend/apps/desktop/components/TwoFactor/types.ts +apps/desktop/components/TwoFactor/types.ts +desktop/components/TwoFactor/types.ts +components/TwoFactor/types.ts +TwoFactor/types.ts +types.ts +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationWizard.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationWizard.vue +apps/desktop/components/TwoFactor/TwoFactorConfigurationWizard.vue +desktop/components/TwoFactor/TwoFactorConfigurationWizard.vue +components/TwoFactor/TwoFactorConfigurationWizard.vue +TwoFactor/TwoFactorConfigurationWizard.vue +TwoFactorConfigurationWizard.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue +apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue +desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue +components/TwoFactor/TwoFactorConfigurationFlyout.vue +TwoFactor/TwoFactorConfigurationFlyout.vue +TwoFactorConfigurationFlyout.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +TwoFactorConfigurationAuthenticatorApp.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +TwoFactorConfigurationPasswordCheck.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +TwoFactorConfigurationSecurityKeys.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +TwoFactorConfigurationMethodList.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue +TwoFactorConfigurationRecoveryCodes.vue app/frontend/apps/desktop/components/CommonFlyout/types.ts frontend/apps/desktop/components/CommonFlyout/types.ts apps/desktop/components/CommonFlyout/types.ts @@ -37309,6 +37949,18 @@ desktop/composables/authentication/useSignupForm.ts composables/authentication/useSignupForm.ts authentication/useSignupForm.ts useSignupForm.ts +app/frontend/apps/desktop/composables/usePrintMode.ts +frontend/apps/desktop/composables/usePrintMode.ts +apps/desktop/composables/usePrintMode.ts +desktop/composables/usePrintMode.ts +composables/usePrintMode.ts +usePrintMode.ts +app/frontend/apps/desktop/composables/useCopyToClipboard.ts +frontend/apps/desktop/composables/useCopyToClipboard.ts +apps/desktop/composables/useCopyToClipboard.ts +desktop/composables/useCopyToClipboard.ts +composables/useCopyToClipboard.ts +useCopyToClipboard.ts app/frontend/apps/desktop/composables/useResizeGridColumns.ts frontend/apps/desktop/composables/useResizeGridColumns.ts apps/desktop/composables/useResizeGridColumns.ts @@ -37322,6 +37974,20 @@ desktop/composables/__tests__/useOverlayContainer.spec.ts composables/__tests__/useOverlayContainer.spec.ts __tests__/useOverlayContainer.spec.ts useOverlayContainer.spec.ts +app/frontend/apps/desktop/composables/__tests__/usePrintMode.spec.ts +frontend/apps/desktop/composables/__tests__/usePrintMode.spec.ts +apps/desktop/composables/__tests__/usePrintMode.spec.ts +desktop/composables/__tests__/usePrintMode.spec.ts +composables/__tests__/usePrintMode.spec.ts +__tests__/usePrintMode.spec.ts +usePrintMode.spec.ts +app/frontend/apps/desktop/composables/__tests__/useCopyToClipboard.spec.ts +frontend/apps/desktop/composables/__tests__/useCopyToClipboard.spec.ts +apps/desktop/composables/__tests__/useCopyToClipboard.spec.ts +desktop/composables/__tests__/useCopyToClipboard.spec.ts +composables/__tests__/useCopyToClipboard.spec.ts +__tests__/useCopyToClipboard.spec.ts +useCopyToClipboard.spec.ts app/frontend/apps/desktop/composables/__tests__/useResizeGridColumns.spec.ts frontend/apps/desktop/composables/__tests__/useResizeGridColumns.spec.ts apps/desktop/composables/__tests__/useResizeGridColumns.spec.ts @@ -37569,6 +38235,45 @@ entities/channel-email/composables/useEmailChannelConfiguration.ts channel-email/composables/useEmailChannelConfiguration.ts composables/useEmailChannelConfiguration.ts useEmailChannelConfiguration.ts +app/frontend/apps/desktop/entities/two-factor-configuration/types.ts +frontend/apps/desktop/entities/two-factor-configuration/types.ts +apps/desktop/entities/two-factor-configuration/types.ts +desktop/entities/two-factor-configuration/types.ts +entities/two-factor-configuration/types.ts +two-factor-configuration/types.ts +types.ts +app/frontend/apps/desktop/entities/two-factor-configuration/composables/useConfigurationTwoFactor.ts +frontend/apps/desktop/entities/two-factor-configuration/composables/useConfigurationTwoFactor.ts +apps/desktop/entities/two-factor-configuration/composables/useConfigurationTwoFactor.ts +desktop/entities/two-factor-configuration/composables/useConfigurationTwoFactor.ts +entities/two-factor-configuration/composables/useConfigurationTwoFactor.ts +two-factor-configuration/composables/useConfigurationTwoFactor.ts +composables/useConfigurationTwoFactor.ts +useConfigurationTwoFactor.ts +app/frontend/apps/desktop/entities/two-factor-configuration/plugins/index.ts +frontend/apps/desktop/entities/two-factor-configuration/plugins/index.ts +apps/desktop/entities/two-factor-configuration/plugins/index.ts +desktop/entities/two-factor-configuration/plugins/index.ts +entities/two-factor-configuration/plugins/index.ts +two-factor-configuration/plugins/index.ts +plugins/index.ts +index.ts +app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts +frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts +apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts +desktop/entities/two-factor-configuration/plugins/authenticator-app.ts +entities/two-factor-configuration/plugins/authenticator-app.ts +two-factor-configuration/plugins/authenticator-app.ts +plugins/authenticator-app.ts +authenticator-app.ts +app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts +frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts +apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts +desktop/entities/two-factor-configuration/plugins/security-keys.ts +entities/two-factor-configuration/plugins/security-keys.ts +two-factor-configuration/plugins/security-keys.ts +plugins/security-keys.ts +security-keys.ts app/frontend/apps/desktop/entities/email-addresses/graphql/queries/emailAddresses.api.ts frontend/apps/desktop/entities/email-addresses/graphql/queries/emailAddresses.api.ts apps/desktop/entities/email-addresses/graphql/queries/emailAddresses.api.ts @@ -37596,6 +38301,63 @@ email-addresses/graphql/queries/emailAddresses.mocks.ts graphql/queries/emailAddresses.mocks.ts queries/emailAddresses.mocks.ts emailAddresses.mocks.ts +app/frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +subscriptions/userCurrentTwoFactorUpdates.api.ts +userCurrentTwoFactorUpdates.api.ts +app/frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +subscriptions/userCurrentTwoFactorUpdates.mocks.ts +userCurrentTwoFactorUpdates.mocks.ts +app/frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +subscriptions/userCurrentTwoFactorUpdates.graphql +userCurrentTwoFactorUpdates.graphql +app/frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.mocks.ts +frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.mocks.ts +apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.mocks.ts +desktop/entities/account/graphql/mutations/accountPasswordCheck.mocks.ts +entities/account/graphql/mutations/accountPasswordCheck.mocks.ts +account/graphql/mutations/accountPasswordCheck.mocks.ts +graphql/mutations/accountPasswordCheck.mocks.ts +mutations/accountPasswordCheck.mocks.ts +accountPasswordCheck.mocks.ts +app/frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.graphql +frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.graphql +apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.graphql +desktop/entities/account/graphql/mutations/accountPasswordCheck.graphql +entities/account/graphql/mutations/accountPasswordCheck.graphql +account/graphql/mutations/accountPasswordCheck.graphql +graphql/mutations/accountPasswordCheck.graphql +mutations/accountPasswordCheck.graphql +accountPasswordCheck.graphql +app/frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.api.ts +frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.api.ts +apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.api.ts +desktop/entities/account/graphql/mutations/accountPasswordCheck.api.ts +entities/account/graphql/mutations/accountPasswordCheck.api.ts +account/graphql/mutations/accountPasswordCheck.api.ts +graphql/mutations/accountPasswordCheck.api.ts +mutations/accountPasswordCheck.api.ts +accountPasswordCheck.api.ts app/frontend/apps/desktop/initializer/initializeGlobalComponentStyles.ts frontend/apps/desktop/initializer/initializeGlobalComponentStyles.ts apps/desktop/initializer/initializeGlobalComponentStyles.ts @@ -37693,6 +38455,13 @@ desktop/initializer/assets/x-circle.svg initializer/assets/x-circle.svg assets/x-circle.svg x-circle.svg +app/frontend/apps/desktop/initializer/assets/pencil.svg +frontend/apps/desktop/initializer/assets/pencil.svg +apps/desktop/initializer/assets/pencil.svg +desktop/initializer/assets/pencil.svg +initializer/assets/pencil.svg +assets/pencil.svg +pencil.svg app/frontend/apps/desktop/initializer/assets/logo.svg frontend/apps/desktop/initializer/assets/logo.svg apps/desktop/initializer/assets/logo.svg @@ -37735,6 +38504,13 @@ desktop/initializer/assets/image.svg initializer/assets/image.svg assets/image.svg image.svg +app/frontend/apps/desktop/initializer/assets/files.svg +frontend/apps/desktop/initializer/assets/files.svg +apps/desktop/initializer/assets/files.svg +desktop/initializer/assets/files.svg +initializer/assets/files.svg +assets/files.svg +files.svg app/frontend/apps/desktop/initializer/assets/saml.svg frontend/apps/desktop/initializer/assets/saml.svg apps/desktop/initializer/assets/saml.svg @@ -37847,6 +38623,13 @@ desktop/initializer/assets/person-add.svg initializer/assets/person-add.svg assets/person-add.svg person-add.svg +app/frontend/apps/desktop/initializer/assets/shield-lock.svg +frontend/apps/desktop/initializer/assets/shield-lock.svg +apps/desktop/initializer/assets/shield-lock.svg +desktop/initializer/assets/shield-lock.svg +initializer/assets/shield-lock.svg +assets/shield-lock.svg +shield-lock.svg app/frontend/apps/desktop/initializer/assets/eye-slash.svg frontend/apps/desktop/initializer/assets/eye-slash.svg apps/desktop/initializer/assets/eye-slash.svg @@ -37882,6 +38665,13 @@ desktop/initializer/assets/moon-stars.svg initializer/assets/moon-stars.svg assets/moon-stars.svg moon-stars.svg +app/frontend/apps/desktop/initializer/assets/arrow-repeat.svg +frontend/apps/desktop/initializer/assets/arrow-repeat.svg +apps/desktop/initializer/assets/arrow-repeat.svg +desktop/initializer/assets/arrow-repeat.svg +initializer/assets/arrow-repeat.svg +assets/arrow-repeat.svg +arrow-repeat.svg app/frontend/apps/desktop/initializer/assets/backspace2.svg frontend/apps/desktop/initializer/assets/backspace2.svg apps/desktop/initializer/assets/backspace2.svg @@ -38085,6 +38875,20 @@ desktop/initializer/assets/x-lg.svg initializer/assets/x-lg.svg assets/x-lg.svg x-lg.svg +app/frontend/apps/desktop/initializer/assets/wrench.svg +frontend/apps/desktop/initializer/assets/wrench.svg +apps/desktop/initializer/assets/wrench.svg +desktop/initializer/assets/wrench.svg +initializer/assets/wrench.svg +assets/wrench.svg +wrench.svg +app/frontend/apps/desktop/initializer/assets/printer.svg +frontend/apps/desktop/initializer/assets/printer.svg +apps/desktop/initializer/assets/printer.svg +desktop/initializer/assets/printer.svg +initializer/assets/printer.svg +assets/printer.svg +printer.svg app/frontend/apps/desktop/initializer/assets/github.svg frontend/apps/desktop/initializer/assets/github.svg apps/desktop/initializer/assets/github.svg @@ -38185,6 +38989,15 @@ desktop/server/apollo/index.ts server/apollo/index.ts apollo/index.ts index.ts +app/frontend/apps/desktop/server/apollo/cache/initializer/accountDeviceList.ts.ts +frontend/apps/desktop/server/apollo/cache/initializer/accountDeviceList.ts.ts +apps/desktop/server/apollo/cache/initializer/accountDeviceList.ts.ts +desktop/server/apollo/cache/initializer/accountDeviceList.ts.ts +server/apollo/cache/initializer/accountDeviceList.ts.ts +apollo/cache/initializer/accountDeviceList.ts.ts +cache/initializer/accountDeviceList.ts.ts +initializer/accountDeviceList.ts.ts +accountDeviceList.ts.ts app/frontend/apps/desktop/server/apollo/cache/initializer/accountAvatarList.ts frontend/apps/desktop/server/apollo/cache/initializer/accountAvatarList.ts apps/desktop/server/apollo/cache/initializer/accountAvatarList.ts @@ -40668,6 +41481,12 @@ shared/composables/authentication/useLoginTwoFactor.ts composables/authentication/useLoginTwoFactor.ts authentication/useLoginTwoFactor.ts useLoginTwoFactor.ts +app/frontend/shared/composables/authentication/useApplicationConfigTwoFactor.ts +frontend/shared/composables/authentication/useApplicationConfigTwoFactor.ts +shared/composables/authentication/useApplicationConfigTwoFactor.ts +composables/authentication/useApplicationConfigTwoFactor.ts +authentication/useApplicationConfigTwoFactor.ts +useApplicationConfigTwoFactor.ts app/frontend/shared/composables/usePublicLinks.ts frontend/shared/composables/usePublicLinks.ts shared/composables/usePublicLinks.ts @@ -42009,6 +42828,13 @@ shared/entities/two-factor/types.ts entities/two-factor/types.ts two-factor/types.ts types.ts +app/frontend/shared/entities/two-factor/composables/initializeTwoFactorPlugins.ts +frontend/shared/entities/two-factor/composables/initializeTwoFactorPlugins.ts +shared/entities/two-factor/composables/initializeTwoFactorPlugins.ts +entities/two-factor/composables/initializeTwoFactorPlugins.ts +two-factor/composables/initializeTwoFactorPlugins.ts +composables/initializeTwoFactorPlugins.ts +initializeTwoFactorPlugins.ts app/frontend/shared/entities/two-factor/composables/useTwoFactorPlugins.ts frontend/shared/entities/two-factor/composables/useTwoFactorPlugins.ts shared/entities/two-factor/composables/useTwoFactorPlugins.ts @@ -42016,28 +42842,28 @@ entities/two-factor/composables/useTwoFactorPlugins.ts two-factor/composables/useTwoFactorPlugins.ts composables/useTwoFactorPlugins.ts useTwoFactorPlugins.ts -app/frontend/shared/entities/two-factor/plugins/__tests__/security_keys.spec.ts -frontend/shared/entities/two-factor/plugins/__tests__/security_keys.spec.ts -shared/entities/two-factor/plugins/__tests__/security_keys.spec.ts -entities/two-factor/plugins/__tests__/security_keys.spec.ts -two-factor/plugins/__tests__/security_keys.spec.ts -plugins/__tests__/security_keys.spec.ts -__tests__/security_keys.spec.ts -security_keys.spec.ts -app/frontend/shared/entities/two-factor/plugins/authenticator_app.ts -frontend/shared/entities/two-factor/plugins/authenticator_app.ts -shared/entities/two-factor/plugins/authenticator_app.ts -entities/two-factor/plugins/authenticator_app.ts -two-factor/plugins/authenticator_app.ts -plugins/authenticator_app.ts -authenticator_app.ts -app/frontend/shared/entities/two-factor/plugins/security_keys.ts -frontend/shared/entities/two-factor/plugins/security_keys.ts -shared/entities/two-factor/plugins/security_keys.ts -entities/two-factor/plugins/security_keys.ts -two-factor/plugins/security_keys.ts -plugins/security_keys.ts -security_keys.ts +app/frontend/shared/entities/two-factor/plugins/authenticator-app.ts +frontend/shared/entities/two-factor/plugins/authenticator-app.ts +shared/entities/two-factor/plugins/authenticator-app.ts +entities/two-factor/plugins/authenticator-app.ts +two-factor/plugins/authenticator-app.ts +plugins/authenticator-app.ts +authenticator-app.ts +app/frontend/shared/entities/two-factor/plugins/__tests__/security-keys.spec.ts +frontend/shared/entities/two-factor/plugins/__tests__/security-keys.spec.ts +shared/entities/two-factor/plugins/__tests__/security-keys.spec.ts +entities/two-factor/plugins/__tests__/security-keys.spec.ts +two-factor/plugins/__tests__/security-keys.spec.ts +plugins/__tests__/security-keys.spec.ts +__tests__/security-keys.spec.ts +security-keys.spec.ts +app/frontend/shared/entities/two-factor/plugins/security-keys.ts +frontend/shared/entities/two-factor/plugins/security-keys.ts +shared/entities/two-factor/plugins/security-keys.ts +entities/two-factor/plugins/security-keys.ts +two-factor/plugins/security-keys.ts +plugins/security-keys.ts +security-keys.ts app/frontend/shared/entities/organization/utils/getAutoCompleteOption.ts frontend/shared/entities/organization/utils/getAutoCompleteOption.ts shared/entities/organization/utils/getAutoCompleteOption.ts @@ -42076,6 +42902,46 @@ account/graphql/mutations/locale.api.ts graphql/mutations/locale.api.ts mutations/locale.api.ts locale.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +accountTwoFactorRecoveryCodesGenerate.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +account/graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +mutations/accountTwoFactorSetDefaultMethod.api.ts +accountTwoFactorSetDefaultMethod.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +mutations/accountTwoFactorRecoveryCodesGenerate.graphql +accountTwoFactorRecoveryCodesGenerate.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +mutations/accountTwoFactorRemoveMethodCredentials.api.ts +accountTwoFactorRemoveMethodCredentials.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +mutations/accountTwoFactorRecoveryCodesGenerate.api.ts +accountTwoFactorRecoveryCodesGenerate.api.ts app/frontend/shared/entities/account/graphql/mutations/locale.mocks.ts frontend/shared/entities/account/graphql/mutations/locale.mocks.ts shared/entities/account/graphql/mutations/locale.mocks.ts @@ -42084,6 +42950,30 @@ account/graphql/mutations/locale.mocks.ts graphql/mutations/locale.mocks.ts mutations/locale.mocks.ts locale.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +account/graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +mutations/accountTwoFactorGetMethodConfiguration.api.ts +accountTwoFactorGetMethodConfiguration.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +account/graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +mutations/accountTwoFactorGetMethodConfiguration.graphql +accountTwoFactorGetMethodConfiguration.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql +frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql +shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql +entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql +account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql +graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql +mutations/accountTwoFactorVerifyMethodConfiguration.graphql +accountTwoFactorVerifyMethodConfiguration.graphql app/frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.graphql frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.graphql shared/entities/account/graphql/mutations/accountAvatarDelete.graphql @@ -42108,6 +42998,46 @@ account/graphql/mutations/accountAvatarAdd.graphql graphql/mutations/accountAvatarAdd.graphql mutations/accountAvatarAdd.graphql accountAvatarAdd.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +account/graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +accountTwoFactorGetMethodConfiguration.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +mutations/accountTwoFactorRemoveMethodCredentials.graphql +accountTwoFactorRemoveMethodCredentials.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +entities/account/graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +account/graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +mutations/accountTwoFactorRemoveMethod.mocks.ts +accountTwoFactorRemoveMethod.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +account/graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +mutations/accountTwoFactorSetDefaultMethod.graphql +accountTwoFactorSetDefaultMethod.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts +shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts +entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts +account/graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts +graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts +mutations/accountTwoFactorSetDefaultMethod.mocks.ts +accountTwoFactorSetDefaultMethod.mocks.ts app/frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.mocks.ts frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.mocks.ts shared/entities/account/graphql/mutations/accountAvatarDelete.mocks.ts @@ -42116,6 +43046,46 @@ account/graphql/mutations/accountAvatarDelete.mocks.ts graphql/mutations/accountAvatarDelete.mocks.ts mutations/accountAvatarDelete.mocks.ts accountAvatarDelete.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +accountTwoFactorVerifyMethodConfiguration.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +accountTwoFactorVerifyMethodConfiguration.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +accountTwoFactorRemoveMethodCredentials.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.api.ts +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.api.ts +shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.api.ts +entities/account/graphql/mutations/accountTwoFactorRemoveMethod.api.ts +account/graphql/mutations/accountTwoFactorRemoveMethod.api.ts +graphql/mutations/accountTwoFactorRemoveMethod.api.ts +mutations/accountTwoFactorRemoveMethod.api.ts +accountTwoFactorRemoveMethod.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.graphql +frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.graphql +shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.graphql +entities/account/graphql/mutations/accountTwoFactorRemoveMethod.graphql +account/graphql/mutations/accountTwoFactorRemoveMethod.graphql +graphql/mutations/accountTwoFactorRemoveMethod.graphql +mutations/accountTwoFactorRemoveMethod.graphql +accountTwoFactorRemoveMethod.graphql app/frontend/shared/entities/account/graphql/mutations/accountAvatarAdd.api.ts frontend/shared/entities/account/graphql/mutations/accountAvatarAdd.api.ts shared/entities/account/graphql/mutations/accountAvatarAdd.api.ts @@ -42124,6 +43094,54 @@ account/graphql/mutations/accountAvatarAdd.api.ts graphql/mutations/accountAvatarAdd.api.ts mutations/accountAvatarAdd.api.ts accountAvatarAdd.api.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.graphql +frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.graphql +shared/entities/account/graphql/queries/accountTwoFactorConfiguration.graphql +entities/account/graphql/queries/accountTwoFactorConfiguration.graphql +account/graphql/queries/accountTwoFactorConfiguration.graphql +graphql/queries/accountTwoFactorConfiguration.graphql +queries/accountTwoFactorConfiguration.graphql +accountTwoFactorConfiguration.graphql +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +queries/accountTwoFactorInitiateMethodConfiguration.api.ts +accountTwoFactorInitiateMethodConfiguration.api.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.api.ts +frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.api.ts +shared/entities/account/graphql/queries/accountTwoFactorConfiguration.api.ts +entities/account/graphql/queries/accountTwoFactorConfiguration.api.ts +account/graphql/queries/accountTwoFactorConfiguration.api.ts +graphql/queries/accountTwoFactorConfiguration.api.ts +queries/accountTwoFactorConfiguration.api.ts +accountTwoFactorConfiguration.api.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +queries/accountTwoFactorInitiateMethodConfiguration.graphql +accountTwoFactorInitiateMethodConfiguration.graphql +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +accountTwoFactorInitiateMethodConfiguration.mocks.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.mocks.ts +frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.mocks.ts +shared/entities/account/graphql/queries/accountTwoFactorConfiguration.mocks.ts +entities/account/graphql/queries/accountTwoFactorConfiguration.mocks.ts +account/graphql/queries/accountTwoFactorConfiguration.mocks.ts +graphql/queries/accountTwoFactorConfiguration.mocks.ts +queries/accountTwoFactorConfiguration.mocks.ts +accountTwoFactorConfiguration.mocks.ts app/frontend/shared/entities/ticket/utils/getTicketView.ts frontend/shared/entities/ticket/utils/getTicketView.ts shared/entities/ticket/utils/getTicketView.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt index 44d9f837..bc1d6cbe 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/zammad.txt @@ -799,6 +799,7 @@ db/migrate/20180711080554_issue_2100_utf8_encode_http_logs.rb db/migrate/20210701131549_issue_3579_new_scheduler.rb db/migrate/20210830150400_issue_3503_fix_current_user.rb db/migrate/20221209095600_issue_4410_account_linking_notification.rb +db/migrate/20240423091057_add_2fa_permission.rb db/migrate/20180518100316_email_forward_prefix_setting_issue_1730.rb db/migrate/20221108124934_issue4266_fix_field.rb db/migrate/20220517065751_issue4086_fix_historical_options.rb @@ -1398,8 +1399,12 @@ public/assets/images/graphics/knowledge_base_grid.svg public/assets/images/graphics/knowledge_base_list.svg public/assets/images/graphics/knowledge_base_accordion.svg public/assets/fonts/firasans-regular-webfont-326b4b46e8b5f04059ea4ea96da1de39.woff +public/assets/fonts/FiraMono-Bold.eot +public/assets/fonts/FiraMono-Regular.woff2 +public/assets/fonts/FiraMono-Regular.eot public/assets/fonts/firasans-bold-webfont-84efee074704b5fb303303e922a131cd.ttf public/assets/fonts/glyphicons-halflings-regular.woff2 +public/assets/fonts/FiraMono-Medium.woff public/assets/fonts/firasans-light-webfont-3c22e83bb9d69299a0119909eb054741.svg public/assets/fonts/FiraSans-Bold.ttf public/assets/fonts/FiraSans-Medium.eot @@ -1407,14 +1412,19 @@ public/assets/fonts/glyphicons-halflings-regular.svg public/assets/fonts/FiraSans-Regular.eot public/assets/fonts/FiraSans-Regular.woff public/assets/fonts/FiraSans-Light.eot +public/assets/fonts/FiraMono-Medium.eot public/assets/fonts/firasans-bold-webfont-877d21cf99f300b8680ef77d12a98b57.woff public/assets/fonts/glyphicons-halflings-regular.ttf public/assets/fonts/glyphicons-halflings-regular.eot +public/assets/fonts/FiraMono-Bold.woff2 public/assets/fonts/firasans-light-webfont-ee192366bb30edc80ed1168eb2ce44ba.ttf +public/assets/fonts/FiraMono-Bold.woff public/assets/fonts/FiraSans-Regular.woff2 +public/assets/fonts/FiraMono-Bold.ttf public/assets/fonts/FiraSans-Bold.woff public/assets/fonts/firasans-regular-webfont-a1c53cbcd8f6b5dd419e69baff337383.eot public/assets/fonts/firasans-light-webfont-72b19bb8b5524e54077bc0a37e9332ec.eot +public/assets/fonts/FiraMono-Medium.ttf public/assets/fonts/FiraSans-Medium.woff public/assets/fonts/firasans-regular-webfont-39d7571f67e40601a3c7bb8146af339f.ttf public/assets/fonts/FiraSans-Bold.eot @@ -1422,12 +1432,15 @@ public/assets/fonts/FiraSans-Medium.woff2 public/assets/fonts/FiraSans-Light.woff2 public/assets/fonts/FiraSans-Bold.woff2 public/assets/fonts/firasans-bold-webfont-0eb0f6eca42625f8184372baf62c255b.svg +public/assets/fonts/FiraMono-Regular.woff public/assets/fonts/FiraSans-Medium.ttf +public/assets/fonts/FiraMono-Regular.ttf public/assets/fonts/FiraSans-Light.ttf public/assets/fonts/firasans-regular-webfont-27e62a02ccd15c3f3ec82a5b07c68810.svg public/assets/fonts/firasans-light-webfont-8f6d166b428b8c4df0fc8ca43c2622cc.woff public/assets/fonts/glyphicons-halflings-regular.woff public/assets/fonts/FiraSans-Regular.ttf +public/assets/fonts/FiraMono-Medium.woff2 public/assets/fonts/FiraSans-Light.woff public/assets/fonts/firasans-bold-webfont-dbb0e92d31531ddaa5e55dedb9761edb.eot public/assets/icon-fonts/material.json @@ -2150,6 +2163,7 @@ spec/db/migrate/set_user_source_ldap_from_external_sync_spec.rb spec/db/migrate/issue3110_service_now_provider_spec.rb spec/db/migrate/update_user_attributes_spec.rb spec/db/migrate/issue_4412_setting_saml_idp_cert_switch_textarea_spec.rb +spec/db/migrate/add2fa_permission_spec.rb spec/db/migrate/issue_2943_add_setting_enforce_special_character_spec.rb spec/db/migrate/issue_4412_setting_saml_logout_url_spec.rb spec/db/migrate/drop_removed_state_spec.rb @@ -2243,6 +2257,7 @@ spec/services/service/channel/admin/list_spec.rb spec/services/service/channel/admin/enable_spec.rb spec/services/service/search_spec.rb spec/services/service/execute_locked_block_spec.rb +spec/services/service/user/device/delete_spec.rb spec/services/service/user/signup_spec.rb spec/services/service/user/password_reset/send_spec.rb spec/services/service/user/password_reset/verify_spec.rb @@ -2250,6 +2265,14 @@ spec/services/service/user/password_reset/update_spec.rb spec/services/service/user/out_of_office_spec.rb spec/services/service/user/change_password_spec.rb spec/services/service/user/signup_verify_spec.rb +spec/services/service/user/two_factor/initiate_method_configuration_spec.rb +spec/services/service/user/two_factor/set_default_method_spec.rb +spec/services/service/user/two_factor/generate_recovery_codes_spec.rb +spec/services/service/user/two_factor/remove_method_credentials_spec.rb +spec/services/service/user/two_factor/remove_method_spec.rb +spec/services/service/user/two_factor/verify_method_configuration_spec.rb +spec/services/service/user/two_factor/get_method_configuration_spec.rb +spec/services/service/user/password_check_spec.rb spec/services/service/user/add_internal_spec.rb spec/services/service/user/filter_permission_assignments_spec.rb spec/services/service/external_data_source/preview_spec.rb @@ -2299,6 +2322,7 @@ spec/graphql/gql/mutations/logout_spec.rb spec/graphql/gql/mutations/form/upload_cache/add_spec.rb spec/graphql/gql/mutations/form/upload_cache/remove_spec.rb spec/graphql/gql/mutations/organization/update_spec.rb +spec/graphql/gql/mutations/account/device/delete_spec.rb spec/graphql/gql/mutations/account/appearance_spec.rb spec/graphql/gql/mutations/account/locale_spec.rb spec/graphql/gql/mutations/account/avatar/add_spec.rb @@ -2306,6 +2330,12 @@ spec/graphql/gql/mutations/account/avatar/select_spec.rb spec/graphql/gql/mutations/account/avatar/delete_spec.rb spec/graphql/gql/mutations/account/out_of_office_spec.rb spec/graphql/gql/mutations/account/change_password_spec.rb +spec/graphql/gql/mutations/account/two_factor/set_default_method_spec.rb +spec/graphql/gql/mutations/account/two_factor/remove_method_credentials_spec.rb +spec/graphql/gql/mutations/account/two_factor/remove_method_spec.rb +spec/graphql/gql/mutations/account/two_factor/verify_method_configuration_spec.rb +spec/graphql/gql/mutations/account/two_factor/recovery_codes_generate_spec.rb +spec/graphql/gql/mutations/account/password_check_spec.rb spec/graphql/gql/mutations/admin_password_auth_verify_spec.rb spec/graphql/gql/mutations/ticket/article/retry_media_download_spec.rb spec/graphql/gql/mutations/ticket/article/change_visibility_spec.rb @@ -2345,8 +2375,12 @@ spec/graphql/gql/queries/object_manager/frontend_attributes_spec.rb spec/graphql/gql/queries/mention/suggestions_spec.rb spec/graphql/gql/queries/current_user_spec.rb spec/graphql/gql/queries/organization_spec.rb +spec/graphql/gql/queries/account/device/list_spec.rb spec/graphql/gql/queries/account/avatar/active_spec.rb spec/graphql/gql/queries/account/avatar/list_spec.rb +spec/graphql/gql/queries/account/two_factor/initiate_method_configuration_spec.rb +spec/graphql/gql/queries/account/two_factor/configuration_spec.rb +spec/graphql/gql/queries/account/two_factor/get_method_configuration_spec.rb spec/graphql/gql/queries/translations_spec.rb spec/graphql/gql/queries/ticket/signature_spec.rb spec/graphql/gql/queries/ticket/articles_spec.rb @@ -2359,6 +2393,7 @@ spec/graphql/gql/types/email_address_parsed_type_spec.rb spec/graphql/gql/types/binary_string_type_spec.rb spec/graphql/gql/shared_examples/fails_if_unauthenticated.rb spec/graphql/gql/subscriptions/push_messages_spec.rb +spec/graphql/gql/subscriptions/account_devices_updates_spec.rb spec/graphql/gql/subscriptions/config_updates_spec.rb spec/graphql/gql/subscriptions/public_link_updates_spec.rb spec/graphql/gql/subscriptions/user_updates_spec.rb @@ -2369,6 +2404,7 @@ spec/graphql/gql/subscriptions/online_notifications_count_spec.rb spec/graphql/gql/subscriptions/organization_updates_spec.rb spec/graphql/gql/subscriptions/ticket_article_updates_spec.rb spec/graphql/gql/subscriptions/ticket_overview_updates_spec.rb +spec/graphql/gql/subscriptions/user/current/two_factor_updates_spec.rb spec/graphql/gql/subscriptions/ticket_updates_spec.rb spec/graphql/gql/zammad_schema_global_id_spec.rb spec/jobs/taskbar_cleanup_job_spec.rb @@ -2632,6 +2668,7 @@ spec/models/concerns/has_timeplan_examples.rb spec/models/concerns/can_be_imported_examples.rb spec/models/concerns/can_csv_import_text_module_examples.rb spec/models/concerns/has_object_manager_attributes_examples.rb +spec/models/concerns/has_two_factor_examples.rb spec/models/concerns/can_perform_changes_examples.rb spec/models/cti/driver/base_spec.rb spec/models/cti/caller_id_spec.rb @@ -2917,6 +2954,7 @@ spec/factories/knowledge_base/answer.rb spec/factories/mention.rb spec/factories/smime_certificate.rb spec/factories/avatar.rb +spec/factories/session.rb spec/factories/overview.rb spec/factories/ticket.rb spec/factories/calendar.rb @@ -4592,6 +4630,8 @@ app/services/service/auth/concerns/check_admin_password_auth.rb app/services/service/auth/deprecated/send_admin_token.rb app/services/service/user/out_of_office.rb app/services/service/user/add_first_admin.rb +app/services/service/user/device/delete.rb +app/services/service/user/password_check.rb app/services/service/user/signup.rb app/services/service/user/password_reset/send.rb app/services/service/user/password_reset/update.rb @@ -4600,6 +4640,14 @@ app/services/service/user/password_reset/deprecated/send.rb app/services/service/user/filter_permission_assignments.rb app/services/service/user/signup_verify.rb app/services/service/user/add_internal.rb +app/services/service/user/two_factor/base.rb +app/services/service/user/two_factor/verify_method_configuration.rb +app/services/service/user/two_factor/get_method_configuration.rb +app/services/service/user/two_factor/set_default_method.rb +app/services/service/user/two_factor/remove_method.rb +app/services/service/user/two_factor/remove_method_credentials.rb +app/services/service/user/two_factor/generate_recovery_codes.rb +app/services/service/user/two_factor/initiate_method_configuration.rb app/services/service/user/change_password.rb app/services/service/user/deprecated/signup.rb app/services/service/external_data_source/search.rb @@ -4674,11 +4722,18 @@ app/graphql/gql/mutations/form/upload_cache/remove.rb app/graphql/gql/mutations/form/upload_cache/add.rb app/graphql/gql/mutations/organization/update.rb app/graphql/gql/mutations/account/out_of_office.rb +app/graphql/gql/mutations/account/device/delete.rb +app/graphql/gql/mutations/account/password_check.rb app/graphql/gql/mutations/account/locale.rb app/graphql/gql/mutations/account/appearance.rb app/graphql/gql/mutations/account/avatar/select.rb app/graphql/gql/mutations/account/avatar/delete.rb app/graphql/gql/mutations/account/avatar/add.rb +app/graphql/gql/mutations/account/two_factor/verify_method_configuration.rb +app/graphql/gql/mutations/account/two_factor/set_default_method.rb +app/graphql/gql/mutations/account/two_factor/recovery_codes_generate.rb +app/graphql/gql/mutations/account/two_factor/remove_method.rb +app/graphql/gql/mutations/account/two_factor/remove_method_credentials.rb app/graphql/gql/mutations/account/change_password.rb app/graphql/gql/mutations/ticket/article/retry_media_download.rb app/graphql/gql/mutations/ticket/article/email_forward_reply.rb @@ -4724,8 +4779,12 @@ app/graphql/gql/queries/public_links.rb app/graphql/gql/queries/translations.rb app/graphql/gql/queries/current_user.rb app/graphql/gql/queries/application_build_checksum.rb +app/graphql/gql/queries/account/device/list.rb app/graphql/gql/queries/account/avatar/list.rb app/graphql/gql/queries/account/avatar/active.rb +app/graphql/gql/queries/account/two_factor/get_method_configuration.rb +app/graphql/gql/queries/account/two_factor/configuration.rb +app/graphql/gql/queries/account/two_factor/initiate_method_configuration.rb app/graphql/gql/queries/locales.rb app/graphql/gql/queries/ticket/signature.rb app/graphql/gql/queries/ticket/overviews.rb @@ -4733,7 +4792,6 @@ app/graphql/gql/queries/ticket/articles.rb app/graphql/gql/queries/application_config.rb app/graphql/gql/zammad_schema.rb app/graphql/gql/types/base_argument.rb -app/graphql/gql/types/user_two_factor_methods_type.rb app/graphql/gql/types/channel/email/outbound_configuration_type.rb app/graphql/gql/types/channel/email/inbound_configuration_type.rb app/graphql/gql/types/channel/email/guess_configuration_result.rb @@ -4742,6 +4800,7 @@ app/graphql/gql/types/stored_file_type.rb app/graphql/gql/types/uri_string_type.rb app/graphql/gql/types/key_complex_value_type.rb app/graphql/gql/types/addresses_field_type.rb +app/graphql/gql/types/user_device_type.rb app/graphql/gql/types/session_type.rb app/graphql/gql/types/signature_type.rb app/graphql/gql/types/knowledge_base/answer_type.rb @@ -4795,12 +4854,12 @@ app/graphql/gql/types/enum/order_direction_type.rb app/graphql/gql/types/enum/system_setup_info_status_type.rb app/graphql/gql/types/enum/system_setup_info_type_type.rb app/graphql/gql/types/enum/base_enum.rb -app/graphql/gql/types/enum/two_factor_authentication_method_type.rb app/graphql/gql/types/enum/security_state_type_type.rb app/graphql/gql/types/enum/system_import_source_type.rb app/graphql/gql/types/enum/taskbar_app_type.rb app/graphql/gql/types/enum/security_option_type.rb app/graphql/gql/types/enum/app_maintenance_type_type.rb +app/graphql/gql/types/enum/two_factor/authentication_method_type.rb app/graphql/gql/types/enum/permission_access_type.rb app/graphql/gql/types/enum/form_updater_id_type.rb app/graphql/gql/types/enum/object_manager_objects_type.rb @@ -4808,6 +4867,8 @@ app/graphql/gql/types/enum/user_contact_type.rb app/graphql/gql/types/object_manager/screen_attributes_type.rb app/graphql/gql/types/object_manager/frontend_attribute_type.rb app/graphql/gql/types/object_manager/attribute_type.rb +app/graphql/gql/types/user/configuration_two_factor_type.rb +app/graphql/gql/types/user/login_two_factor_methods_type.rb app/graphql/gql/types/user/permission_type.rb app/graphql/gql/types/base_edge.rb app/graphql/gql/types/user_error_type.rb @@ -4819,6 +4880,7 @@ app/graphql/gql/types/mention_type.rb app/graphql/gql/types/base_object.rb app/graphql/gql/types/public_link_type.rb app/graphql/gql/types/organization_type.rb +app/graphql/gql/types/two_factor/enabled_authentication_method_type.rb app/graphql/gql/types/avatar_type.rb app/graphql/gql/types/key_value_type.rb app/graphql/gql/types/email_address_parsed_type.rb @@ -4887,12 +4949,14 @@ app/graphql/gql/types/knowledge_base_type.rb app/graphql/gql/types/channel_type.rb app/graphql/gql/subscriptions/user_updates.rb app/graphql/gql/subscriptions/ticket_updates.rb +app/graphql/gql/subscriptions/account_devices_updates.rb app/graphql/gql/subscriptions/base_subscription.rb app/graphql/gql/subscriptions/config_updates.rb app/graphql/gql/subscriptions/ticket_overview_updates.rb app/graphql/gql/subscriptions/online_notifications_count.rb app/graphql/gql/subscriptions/account_avatar_updates.rb app/graphql/gql/subscriptions/public_link_updates.rb +app/graphql/gql/subscriptions/user/current/two_factor_updates.rb app/graphql/gql/subscriptions/ticket_live_user_updates.rb app/graphql/gql/subscriptions/organization_updates.rb app/graphql/gql/subscriptions/push_messages.rb @@ -5932,6 +5996,7 @@ app/models/user/triggers_subscriptions.rb app/models/user/has_two_factor.rb app/models/user/avatar.rb app/models/user/search.rb +app/models/user/two_factor_preference/triggers_subscriptions.rb app/models/user/performs_geo_lookup.rb app/models/user/updates_ticket_organization.rb app/models/user/touches_organization.rb @@ -6025,6 +6090,7 @@ app/models/cti/driver/base.rb app/models/cti/driver/placetel.rb app/models/cti/driver/sipgate_io.rb app/models/cti/driver/cti.rb +app/models/user_device/triggers_subscriptions.rb app/models/chat.rb app/models/ldap_source.rb app/models/transaction.rb @@ -6633,19 +6699,30 @@ app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountChange app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountOutOfOffice.api.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountAvatarSelect.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountAppearance.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountOutOfOffice.graphql app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountOutOfOffice.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountAppearance.api.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.graphql app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountChangePassword.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountChangePassword.api.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountAppearance.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountAvatarSelect.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/mutations/accountDeviceDelete.api.ts app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.api.ts app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.mocks.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountAvatarList.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.api.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/queries/accountDeviceList.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.api.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/fragments/userDeviceAttributes.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.mocks.ts +app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.graphql app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountAvatarUpdates.api.ts app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountAvatarUpdates.mocks.ts app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountAvatarUpdates.graphql +app/frontend/apps/desktop/pages/personal-setting/graphql/subscriptions/accountDevicesUpdates.api.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingDevices.vue app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAvatar.vue app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingAppearance.vue @@ -6654,6 +6731,7 @@ app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting.vue app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/types.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/appearance.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/index.ts +app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/twoFactorAuth.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/password.ts @@ -6661,6 +6739,7 @@ app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/a app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/locale.ts app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingPassword.vue app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue +app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingTwoFactorAuth.vue app/frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts app/frontend/apps/desktop/pages/personal-setting/types/change-password.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts @@ -6669,13 +6748,22 @@ app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appe app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-locale.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-password.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices-a11y.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-devices.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-password-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/support/personal-setting-two-factor-auth.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-recovery-codes.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-security-keys.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-authenticator-app.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth/personal-setting-two-factor-auth-password-check.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance-a11y.spec.ts app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-locale-a11y.spec.ts +app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-two-factor-auth-a11y.spec.ts app/frontend/apps/desktop/pages/personal-setting/routes.ts app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCropImageFlyout.vue -app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingSidebar/PersonalSettingSidebar.vue +app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingSidebar.vue app/frontend/apps/desktop/pages/personal-setting/components/PersonalSettingAvatarCameraFlyout.vue app/frontend/apps/desktop/pages/personal-setting/composables/__tests__/useThemeUpdate.spec.ts app/frontend/apps/desktop/pages/personal-setting/composables/useThemeUpdate.ts @@ -6718,6 +6806,7 @@ app/frontend/apps/desktop/pages/authentication/views/SignupVerify.vue app/frontend/apps/desktop/pages/authentication/types/signup.ts app/frontend/apps/desktop/pages/authentication/types/admin-password-auth.ts app/frontend/apps/desktop/pages/authentication/__tests__/signup-a11y.spec.ts +app/frontend/apps/desktop/pages/authentication/__tests__/login-after-auth-two-factor-configuration.spec.ts app/frontend/apps/desktop/pages/authentication/__tests__/password-reset-verify.spec.ts app/frontend/apps/desktop/pages/authentication/__tests__/admin-password-auth.spec.ts app/frontend/apps/desktop/pages/authentication/__tests__/login-admin-password.spec.ts @@ -6859,6 +6948,14 @@ app/frontend/apps/desktop/components/NavigationMenu/NavigationMenu.vue app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuHeader.vue app/frontend/apps/desktop/components/NavigationMenu/__tests__/NavigationMenu.spec.ts app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuList.vue +app/frontend/apps/desktop/components/TwoFactor/types.ts +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationWizard.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfigurationFlyout.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationAuthenticatorApp.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationPasswordCheck.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationSecurityKeys.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationMethodList.vue +app/frontend/apps/desktop/components/TwoFactor/TwoFactorConfiguration/TwoFactorConfigurationRecoveryCodes.vue app/frontend/apps/desktop/components/CommonFlyout/types.ts app/frontend/apps/desktop/components/CommonFlyout/CommonFlyout.vue app/frontend/apps/desktop/components/CommonFlyout/useFlyout.ts @@ -6964,8 +7061,12 @@ app/frontend/apps/desktop/components/ThemeSwitch/types.ts app/frontend/apps/desktop/components/ThemeSwitch/ThemeSwitch.vue app/frontend/apps/desktop/components/ThemeSwitch/__tests__/ThemeSwitch.spec.ts app/frontend/apps/desktop/composables/authentication/useSignupForm.ts +app/frontend/apps/desktop/composables/usePrintMode.ts +app/frontend/apps/desktop/composables/useCopyToClipboard.ts app/frontend/apps/desktop/composables/useResizeGridColumns.ts app/frontend/apps/desktop/composables/__tests__/useOverlayContainer.spec.ts +app/frontend/apps/desktop/composables/__tests__/usePrintMode.spec.ts +app/frontend/apps/desktop/composables/__tests__/useCopyToClipboard.spec.ts app/frontend/apps/desktop/composables/__tests__/useResizeGridColumns.spec.ts app/frontend/apps/desktop/composables/useOverlayContainer.ts app/frontend/apps/desktop/entities/channel-email/graphql/mutations/channelEmailGuessConfiguration.graphql @@ -6995,9 +7096,20 @@ app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundMess app/frontend/apps/desktop/entities/channel-email/composables/useEmailInboundForm.ts app/frontend/apps/desktop/entities/channel-email/composables/useEmailOutboundForm.ts app/frontend/apps/desktop/entities/channel-email/composables/useEmailChannelConfiguration.ts +app/frontend/apps/desktop/entities/two-factor-configuration/types.ts +app/frontend/apps/desktop/entities/two-factor-configuration/composables/useConfigurationTwoFactor.ts +app/frontend/apps/desktop/entities/two-factor-configuration/plugins/index.ts +app/frontend/apps/desktop/entities/two-factor-configuration/plugins/authenticator-app.ts +app/frontend/apps/desktop/entities/two-factor-configuration/plugins/security-keys.ts app/frontend/apps/desktop/entities/email-addresses/graphql/queries/emailAddresses.api.ts app/frontend/apps/desktop/entities/email-addresses/graphql/queries/emailAddresses.graphql app/frontend/apps/desktop/entities/email-addresses/graphql/queries/emailAddresses.mocks.ts +app/frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.api.ts +app/frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.mocks.ts +app/frontend/apps/desktop/entities/user/current/graphql/subscriptions/userCurrentTwoFactorUpdates.graphql +app/frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.mocks.ts +app/frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.graphql +app/frontend/apps/desktop/entities/account/graphql/mutations/accountPasswordCheck.api.ts app/frontend/apps/desktop/initializer/initializeGlobalComponentStyles.ts app/frontend/apps/desktop/initializer/assets/keyboard.svg app/frontend/apps/desktop/initializer/assets/person-gear.svg @@ -7012,12 +7124,14 @@ app/frontend/apps/desktop/initializer/assets/crown-silver.svg app/frontend/apps/desktop/initializer/assets/radio-yes.svg app/frontend/apps/desktop/initializer/assets/buildings-slash.svg app/frontend/apps/desktop/initializer/assets/x-circle.svg +app/frontend/apps/desktop/initializer/assets/pencil.svg app/frontend/apps/desktop/initializer/assets/logo.svg app/frontend/apps/desktop/initializer/assets/search.svg app/frontend/apps/desktop/initializer/assets/chevron-left.svg app/frontend/apps/desktop/initializer/assets/dash-circle.svg app/frontend/apps/desktop/initializer/assets/three-dots-vertical.svg app/frontend/apps/desktop/initializer/assets/image.svg +app/frontend/apps/desktop/initializer/assets/files.svg app/frontend/apps/desktop/initializer/assets/saml.svg app/frontend/apps/desktop/initializer/assets/arrows-collapse.svg app/frontend/apps/desktop/initializer/assets/microsoft.svg @@ -7034,11 +7148,13 @@ app/frontend/apps/desktop/initializer/assets/calendar.svg app/frontend/apps/desktop/initializer/assets/speedometer2.svg app/frontend/apps/desktop/initializer/assets/calendar-range.svg app/frontend/apps/desktop/initializer/assets/person-add.svg +app/frontend/apps/desktop/initializer/assets/shield-lock.svg app/frontend/apps/desktop/initializer/assets/eye-slash.svg app/frontend/apps/desktop/initializer/assets/brightness-alt-high.svg app/frontend/apps/desktop/initializer/assets/check2.svg app/frontend/apps/desktop/initializer/assets/facebook.svg app/frontend/apps/desktop/initializer/assets/moon-stars.svg +app/frontend/apps/desktop/initializer/assets/arrow-repeat.svg app/frontend/apps/desktop/initializer/assets/backspace2.svg app/frontend/apps/desktop/initializer/assets/crown.svg app/frontend/apps/desktop/initializer/assets/whatsapp.svg @@ -7068,6 +7184,8 @@ app/frontend/apps/desktop/initializer/assets/spinner.svg app/frontend/apps/desktop/initializer/assets/gitlab.svg app/frontend/apps/desktop/initializer/assets/twitter.svg app/frontend/apps/desktop/initializer/assets/x-lg.svg +app/frontend/apps/desktop/initializer/assets/wrench.svg +app/frontend/apps/desktop/initializer/assets/printer.svg app/frontend/apps/desktop/initializer/assets/github.svg app/frontend/apps/desktop/initializer/desktopIconsAliasesMap.ts app/frontend/apps/desktop/initializer/initializeDesktopIcons.ts @@ -7082,6 +7200,7 @@ app/frontend/apps/desktop/form/__tests__/useSSLVerificationWarningHandler.spec.t app/frontend/apps/desktop/form/composables/useSSLVerificationWarningHandler.ts app/frontend/apps/desktop/form/plugins/global/.keep app/frontend/apps/desktop/server/apollo/index.ts +app/frontend/apps/desktop/server/apollo/cache/initializer/accountDeviceList.ts.ts app/frontend/apps/desktop/server/apollo/cache/initializer/accountAvatarList.ts app/frontend/package.json app/frontend/shared/utils/log.ts @@ -7442,6 +7561,7 @@ app/frontend/shared/composables/useStickyHeader.ts app/frontend/shared/composables/authentication/useThirdPartyAuthentication.ts app/frontend/shared/composables/authentication/useAuthenticationUpdates.ts app/frontend/shared/composables/authentication/useLoginTwoFactor.ts +app/frontend/shared/composables/authentication/useApplicationConfigTwoFactor.ts app/frontend/shared/composables/usePublicLinks.ts app/frontend/shared/composables/useAppName.ts app/frontend/shared/composables/useLocaleUpdate.ts @@ -7614,21 +7734,46 @@ app/frontend/shared/entities/public-links/graphql/subscriptions/currentLinks.gra app/frontend/shared/entities/public-links/graphql/subscriptions/currentLinks.api.ts app/frontend/shared/entities/public-links/__tests__/mocks/mockPublicLinks.ts app/frontend/shared/entities/two-factor/types.ts +app/frontend/shared/entities/two-factor/composables/initializeTwoFactorPlugins.ts app/frontend/shared/entities/two-factor/composables/useTwoFactorPlugins.ts -app/frontend/shared/entities/two-factor/plugins/__tests__/security_keys.spec.ts -app/frontend/shared/entities/two-factor/plugins/authenticator_app.ts -app/frontend/shared/entities/two-factor/plugins/security_keys.ts +app/frontend/shared/entities/two-factor/plugins/authenticator-app.ts +app/frontend/shared/entities/two-factor/plugins/__tests__/security-keys.spec.ts +app/frontend/shared/entities/two-factor/plugins/security-keys.ts app/frontend/shared/entities/organization/utils/getAutoCompleteOption.ts app/frontend/shared/entities/organization/stores/objectAttributes.ts app/frontend/shared/entities/account/graphql/mutations/accountAvatarAdd.mocks.ts app/frontend/shared/entities/account/graphql/mutations/locale.graphql app/frontend/shared/entities/account/graphql/mutations/locale.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRecoveryCodesGenerate.api.ts app/frontend/shared/entities/account/graphql/mutations/locale.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.graphql app/frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.graphql app/frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.api.ts app/frontend/shared/entities/account/graphql/mutations/accountAvatarAdd.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorGetMethodConfiguration.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.graphql +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorSetDefaultMethod.mocks.ts app/frontend/shared/entities/account/graphql/mutations/accountAvatarDelete.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorVerifyMethodConfiguration.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethodCredentials.mocks.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.api.ts +app/frontend/shared/entities/account/graphql/mutations/accountTwoFactorRemoveMethod.graphql app/frontend/shared/entities/account/graphql/mutations/accountAvatarAdd.api.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.graphql +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.api.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.api.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.graphql +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorInitiateMethodConfiguration.mocks.ts +app/frontend/shared/entities/account/graphql/queries/accountTwoFactorConfiguration.mocks.ts app/frontend/shared/entities/ticket/utils/getTicketView.ts app/frontend/shared/entities/ticket/types.ts app/frontend/shared/entities/ticket/channel/plugins/types.ts diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt index 12faf07d..4a2cf0a1 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt @@ -297,7 +297,6 @@ Project RDF/Validator/ARPServlet RDF/Validator/ARPServlet? RDF/Validator/rdfval -REST/auth/CSRFTicket ReportBug Search/Mail/Public Style/CSS/members.be @@ -377,7 +376,6 @@ _allCommentsClassicBlog.html _aoc_*/shop _email.html _enterprise*/shop -_generated _global_notifications _internal-epp-discounted*/shop _jsn.json @@ -408,7 +406,6 @@ _nimbusJsonpStatic.js _nitf.xml _nonbts*/shop _print.html -_private/admin-tools _prq _qa.html _qpromo*/shop @@ -748,8 +745,6 @@ be/teams be/transactions be/treasury be/your -bePatron -bePatronDone before= best-countries-for-business/list bfe/apps/website @@ -1048,7 +1043,6 @@ ch/treasury ch/your chart? chat -checkout checkout/package checkoutnow checkpoint @@ -1139,7 +1133,6 @@ convert-personal coop/directory coop/manage copyright-reporting -corgi$ couchmode counter/*? counters/client-screenview @@ -2537,7 +2530,6 @@ musicsearch musicsp musicstore/download musicstore/preview -mwebWindowDone mwlite mx*/listing/*/favoriters mx*/people/*/circle @@ -2820,7 +2812,6 @@ patents/download patents/pdf patents/related patents? -patronNext pay/images/merchant_logos pay/images/program_logos paygo @@ -2970,7 +2961,6 @@ pro/about product-catalogs product-feed product-reviews/B0069IY63Y -productPurchaseDone product_ production-monitoring products; @@ -3984,11 +3974,9 @@ us-es/transactions us-es/treasury us-es/your user -user.php user/ur*/checkins user/ur*/ratings user/verify -userNext user_details user_details_answers_given user_details_bookmarks diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt index c94539d0..f5d024ff 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt @@ -3100,7 +3100,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /nus.html /o /objectforward/ -/objects /ofa /offer /office/get-skype @@ -3866,6 +3865,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?_cookie-check= ?_erv=* ?_ga +?_gl ?_health_check_= ?_locale= ?_preview= @@ -4003,6 +4003,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?hl=*&gws_rd=ssl$ ?hmz= ?hsFormKey=00c2cf09d3e2337ec3b798e6331f08c2 +?hubs_signup-url= ?i ?i= ?iab_category @@ -5455,6 +5456,7 @@ Link LinkScan/8.1a Livelapbot Localize +Login.html LoginHelp LogonForm Logout @@ -5770,7 +5772,6 @@ Special:ThankAuthors Special:UserLogin SpecificationDefinitionView Spinn3r -Starten/Circle-und-Sprint.html Starten/Page-Projekt-anlegen.html Statistics Stats @@ -6397,13 +6398,12 @@ advancedGiftRegistrySearchView advanced_blog_search advanced_engl.html advancedsearch.aspx -adventure/destinations/united-states/california/yosemite-national-park/alex-honnold-prepared-for-el-capitan-free-solo -adventure/yosemite-national-park/alex-honnold-prepared-for-el-capitan-free-solo advertise? advertisers advertising adverts advgifs +advisor advisors adwords/mobile_ads adwords/proposal @@ -6485,6 +6485,7 @@ ak/search ak/user ak/users ak_action= +aktivierungslink-anfordern.html al alacarta/*&order= alacarta/*&orderCriteria @@ -7433,7 +7434,6 @@ backoffice= backstage/help/search-results.html badges/profile/create bagon -baidu ban-me-i-am-a-robot bandito banking @@ -7677,6 +7677,7 @@ beta_hotlydbt/ betaboards betacc betaem +bezahlvorgaenge.html bfe/apps/website bfl bfmp @@ -8112,7 +8113,6 @@ bus/orders bus/print bus/widget buscador -buscador/ buscador/GoogleServlet buscador/GoogleServletBuscadorVertical buscar @@ -9114,6 +9114,7 @@ classic/contact/website.htm classic/contact/word.htm classicfm classnames/static-2.3 +classroom clck clean clearcookies @@ -9500,7 +9501,6 @@ content/*/finally content/*/join content/*/method content/*/nodeback -content/*/objects content/*/promise content/*/promise_array content/*/queue @@ -9755,7 +9755,6 @@ cp/api/wpa cpds2 cpes/ cpresources -cpro cpropub/univercd cpspa cr @@ -11573,10 +11572,6 @@ exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/partners/friends/access.html exec/obidos/tg/cm/member exit? -expeditions/call-center-payment -expeditions/contact-us/catalog-request -expeditions/special-offers -expeditions/trip-types/journeys/water-bottle-giveaway expense/help/search/results.html expense/mobile/thanks.html expense/thank-you.html @@ -12942,6 +12937,8 @@ highereducation/higheddocs highlights highwire hilfe/fundingdetail.html +hilfe/live/launch-day/launch-day-show-voting.html +hilfe/live/launch-day/launch-day-videoupload.html hilfe/live/officehour/officehour-link.html hims-hard-mints hinweis/datenleck @@ -13099,7 +13096,6 @@ homeandgarden/home/hearstmagazines homefeed homepage homepage-video-test -homepage/ homepage/2013 honing.html hooks @@ -13243,6 +13239,7 @@ http://patreon.com/robots.txt http://producthunt.com/robots.txt http://raiplay.it/robots.txt http://redbubble.com/robots.txt +http://statcounter.com/robots.txt http://support.apple.com/robots.txt http://techradar.com/robots.txt http://tiny.cc/robots.txt @@ -13928,6 +13925,7 @@ info/jobs/texterin-uxwriterin.html info/jobs/werkstudentin-demokratie-botschafterin.html info/jobs/werkstudentin-social-media.html info/tech-feedback +info/verstoss-melden.html infoods/biodiversity informa information/feedback.html? @@ -14805,6 +14803,7 @@ latest-playlist latest-talk latin latin_en +launch-day-show-voting.html launch2005/ law-school/search-results/ lawlib/archive @@ -14983,7 +14982,6 @@ liked limit_hits limited-release link -link? link_to linked linkedin @@ -15321,6 +15319,18 @@ manage/global manage_friend.pl manage_playlist manager +manager-interface.html +manager-interface/auszahlungen.html +manager-interface/dankeschoens.html +manager-interface/fraudometer.html +manager-interface/legitimationen.html +manager-interface/manager-notifications.html +manager-interface/nutzer-mgr.html +manager-interface/pages-mgr.html +manager-interface/projekte-mgr.html +manager-interface/transaktionen.html +manager-interface/umsatzliste.html +manager-interface/vielfaltoskop.html manageyourkindle manifest.json manifest.webmanifest @@ -15452,7 +15462,6 @@ media/popup/ media/thumbnails/ media/tv/channel/credits media/tyfo* -media/tyfo*http://statcounter.com/robots.txt mediabase mediaembed medialibrary/de/brief @@ -17387,6 +17396,7 @@ ping ping? pingback pingdom +pinnwand.html pinterest-predicts pinterest-wellbeing pinterestwellbeing @@ -17523,7 +17533,6 @@ plugins plugins-libraries plugins. plugins/?s= -plugins/search plus/r plusinstall pm/ @@ -17546,7 +17555,7 @@ pmc/publisherportal/download pmc/publisherportal/journalmanager pmc/tocrender.fcgi pmc/utilities -pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyawocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwoeChxXYXMgaXN0IHJvYm90cy50eHQgaW4gUmVhY3Q_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkcHJlc3M_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x229o17s1u-zuSnUhEt0B1xXj0fC4Q\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe +pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyZAobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkcHJlc3M_ChgKFldhcyBiZWRldXRldCBkaXNhbGxvdz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22UFMGUP9QTArQ8BDCh6iTUuOppjc\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe pmcomment/ pmm-templates pmo/contact/en/staff @@ -18925,7 +18934,6 @@ s2/sitemaps s2/static s3 s? -s? s?*rh=n%3A1380045031 sa sa= @@ -19093,6 +19101,9 @@ sdfe/pdf/download/read/am4ir/noindex/pii sdfe/pdf/download/read/index/pii sdfe/pdf/download/read/noindex/pii sdfe/reader/pii +sdg-newsletter.html +sdg-newsletter/sdg-newsletter-abbestellen.html +sdg-newsletter/sdg-newsletter-bestaetigen.html sdk sdk/js sdkterms @@ -19705,7 +19716,6 @@ sheet/help/search-results.html shelf/user_shelves shenghuo shenghuo/search? -shifen/ shihui shihui? ship @@ -20287,32 +20297,6 @@ smclient= smcot sme smevi -sn-buecher.html -sn-buecher/magazine.html -sn-buecher/sn-buecher-sonstiges.html -sn-buecher/sn-comic.html -sn-buecher/sn-kalender.html -sn-buecher/sn-kinderbuecher.html -sn-buecher/sn-kochbuecher.html -sn-buecher/sn-romane.html -sn-buecher/sn-sachbuecher.html -sn-buecher/sn-schreibwaren.html -sn-filme.html -sn-filme/sn-dvd-blueray.html -sn-filme/sn-film-sonstiges.html -sn-filme/sn-on-demand-download.html -sn-filme/sn-tickets.html -sn-merchandise.html -sn-merchandise/sn-accessoires.html -sn-merchandise/sn-aufkleber-buttons.html -sn-merchandise/sn-kleidung.html -sn-merchandise/sn-merchandise-sonstiges.html -sn-merchandise/sn-poster.html -sn-tontraeger.html -sn-tontraeger/sn-cds.html -sn-tontraeger/sn-hoerbuecher.html -sn-tontraeger/sn-sonstiges.html -sn-tontraeger/sn-vinyl.html snap sndmsg? snoop @@ -21671,8 +21655,13 @@ tutor/search/problems tutorials tutorials-search.html tv +tv/browse +tv/movies-and-specials +tv/my-profile +tv/shows tv/thumb tv/tv-news/jean-alexander-dies-coronation-streets-3764827 +tv/watch-live tve/b/135escons tve/b/9decada10 tve/b/abueladeverano @@ -21952,7 +21941,6 @@ uk/users uk/ventureone uk/wdc uk/your -ulink? ulk/i ulk/sch ulk/usr @@ -22040,6 +22028,7 @@ unsupported-browser unternehmen/c unternehmen/o unternehmen/suche +unterstuetzer.html until= upcomingevents update-your-browser @@ -23780,8 +23769,6 @@ wp-admin/admin-ajax.php wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt wp-admin/admin-ajax.phphttp://fool.com/robots.txt wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt -wp-admin/load-scripts.php -wp-admin/load-styles.php wp-adv wp-comments-post.php wp-content @@ -24256,7 +24243,6 @@ zz 22minutes 64-bit/ 100books/*/downloadPDF -125/risk-takers-test 360 403.html 404 diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt index ffa18363..d36796c3 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt @@ -194,6 +194,7 @@ -13416185$ -13356603$ -13356585$ +-13344213$ -13292533$ -13122275$ -13100043$ @@ -4173,7 +4174,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /accounts/edit /accounts/new /accredited-business-directory/*? -/acenc /acq /action /actions @@ -4438,6 +4438,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /badges /bapi /bapi/fe/growth +/baptistsuspended /base/logout /basket /bb-d$ @@ -4499,7 +4500,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /blame /blank.html /blank/ -/blendnumerical /blobdiff /block-index /blog-article-remove-faq-utms-*.js @@ -4746,7 +4746,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /cinema-entertainment/* /citations /citedby -/citizenspermitted /claim /claim$ /claim-money? @@ -5096,7 +5095,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /datenschutz$ /datos-de-los-cargos /datos-de-los-cargos-municipales-y-eventuales -/davidadvanced /day*.html /day-view /day-view-1 @@ -5155,7 +5153,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /digiteca/publicaciones/? /digiteca/publicaciones? /directory -/directory/currency/switch /discovered /discovery-edit /discuss @@ -5187,7 +5184,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /document/view_more /document/views /documentlist -/dollarscreature /download /download-thanks /download.gpx @@ -5205,7 +5201,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /dragon/dragon-for-pc/premium-edition/eol.html /dragon/dragon-for-pc/premium-edition/eol/telephone-support /dragon/support/professional-individual-for-mac-eol.html -/dressedautomation /duckprove.ashx /dvd-mode /dynalist/* @@ -5250,6 +5245,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ekgroup/id* /el-tiempo/ /electricity-app +/eliminatestands /elmundo/hemeroteca/*/*/*/* /elmundo/hemeroteca/*/*/*/*/index /elo @@ -5276,7 +5272,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /embed_code /embedded-player?videoId= /embedded-systems/doku.php -/emilycartridge /empty /en /en-ae/electronics/how-to-select-tv-by-what-you-watch-gaming @@ -5466,6 +5461,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /favorites /favorites$ /favorites_list +/favourfavors /favourites /feature /feature-requests/new @@ -5497,7 +5493,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /fi-fi /fiat/deposit/result/order /figures -/figuresef /file /files /files/resources @@ -5523,7 +5518,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /flight-status$ /flights/airport /flights/results -/flowergrab /flugpreise- /fly/*/bundles/flyjs /flybilletpriser- @@ -5553,7 +5547,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /form-templates/standalone /form-templates/static /form-templates/ur -/form_c /form_sum_leads /format:thumbnail /forms/ @@ -5813,9 +5806,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /hut2go /i /ibrary/ -/id/*.pdf -/id/*.rtf -/id/*.xml /ideas/tags /identity-alert-upgrade /idojaras/ @@ -5900,7 +5890,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /inscription?redirect= /insights /install.php -/instrumentationbanks /int /integracje?query= /integration/ @@ -5912,7 +5901,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /international-calls/* /international-transfers /intro -/invest /invite /invites$ /invites/$ @@ -6272,7 +6260,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /multiregion /multistore /munich/index_html -/murraydraft /muser /music/cart /music/orders @@ -6411,7 +6398,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /noscan /not-found /note -/notes /notice/detail?noticeNo=*&page= /notice/list?page= /notice/list?page=1$ @@ -6460,7 +6446,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /nyt /o /objectforward/ -/objects /ofa /oferta-publica /offer @@ -6803,9 +6788,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ratePlans /rating /raw -/rcn/*.pdf -/rcn/*.rtf -/rcn/*.xml /rdf /reactions /read-online @@ -6866,17 +6848,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /reservations/ /reset-password /residential-additional-pages -/resource-centre/* -/resource-centre/result*?t=* -/resource-centre/result*f=* -/resource-centre/result*r%5B*%5D=date* -/resource-centre/result*r%5B*%5D=document_type* -/resource-centre/result*r%5B*%5D=topics* -/resource-centre/result*r[*]=date* -/resource-centre/result*r[*]=document_type* -/resource-centre/result*r[*]=topics* -/resource-centre/result*sort=date+asc* -/resource-centre/result*sort=score* /resource/*.zip$ /resources /resources/? @@ -6889,9 +6860,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ressources/? /ressources? /rest -/restructuringsamples /result/ -/result_ /resultats/bac-pro/diplome /resultats/bac-techno/diplome /resultats/bac/diplome @@ -6932,7 +6901,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /roadshow/finder /roadtrips /rodate.js -/rounds /royalty-free-images-*.asp* /rss /rss @@ -7124,6 +7092,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /searchsuggest /season/200 /sections +/sectionwarriors /secure/ /secure/* /security-issues* @@ -7289,7 +7258,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /stats /stats?id= /stats_data -/staysreforms /step /stock-quotes-financial-data /stoguides/ @@ -7375,7 +7343,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /survey /swf /swift-bic -/swimmingth /system /system-pages/ /system/click/tracking.aspx @@ -7397,6 +7364,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /tags$ /tags-carab /tambang-penerbangan- +/tapecontain /tarball /tarifas- /tarifas-aereas- @@ -7520,6 +7488,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /trip$ /trip-offer /trivia/* +/tueplans /tutorials /tv-season/*/*?i= /twerk @@ -7904,17 +7873,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*__rmid ?*__rmidpage ?*_goto= -?*acciaio ?*activity_id= ?*adultscount ?*affid= -?*ajax ?*ajax= ?*ajs_event ?*alat= ?*alrt= -?*am_is_new -?*am_on_sale ?*amp= ?*answerId= ?*apikey*http://visaeurope.com/robots.txt @@ -7934,7 +7899,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*category= ?*cgi-bin= ?*claimed= -?*colgranapietre ?*color ?*combine= ?*combine=* @@ -7948,9 +7912,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*date_from= ?*day=* ?*dcr=apps -?*designer ?*dh= -?*dir ?*dm= ?*docid= ?*download= @@ -7984,9 +7946,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*gg155.cn ?*guestLogin= ?*hl -?*hpcasehogwarts ?*hsCtaTracking -?*http://asahi-net.or.jp/robots.txt +?*http://amplifypixel.outbrain.com/robots.txt ?*hubs_signup-cta ?*id= ?*iframe @@ -8014,17 +7975,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*location= ?*login= ?*luicode -?*lunghezzalama -?*marchecoltelli -?*materialecassa -?*materialeimpugnatura -?*materialelama ?*materials ?*max= ?*mcubz= ?*mediums ?*min= -?*multiusotipidilame ?*navpath= ?*no_definitions*= ?*no_subcategories*= @@ -8034,7 +7989,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*omnil ?*onboardData= ?*onwardjourney -?*order ?*orderby= ?*orientation ?*origin @@ -8043,7 +7997,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*outputType=comment ?*outputType=tracking ?*p= -?*paesediproduzione ?*page ?*page= ?*pageID= @@ -8051,7 +8004,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*partner= ?*payRequest= ?*permalink=comment -?*personaggio ?*pg99.asia ?*plan ?*poy-poll @@ -8063,21 +8015,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*price* ?*price= ?*prioritise-locale-language= -?*prodottiscontati -?*prodottoinsconto ?*product_list_dir= ?*product_list_limit= ?*product_list_mode= ?*product_list_order= -?*profonditaimmersione ?*q= ?*q= ?*qry ?*query ?*query= ?*queryID= -?*rarita -?*rating ?*recommended ?*redirectKey ?*ref @@ -8114,7 +8061,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*sr_source ?*srg_shorturl_source= ?*stars= -?*stock ?*styles ?*subcategories= ?*subject @@ -8236,8 +8182,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*term=里 ?*term=雅 ?*term=面 -?*tipodilama -?*tipodimovimento ?*token ?*token= ?*topicId= @@ -8250,7 +8194,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*unique_ID= ?*unptid= ?*url= -?*utilizzoconsigliatoforbici ?*utm ?*utm_ ?*utm_*= @@ -8264,14 +8207,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*utm_source=http://chordsoftruth.com/robots.txt ?*utm_term= ?*verified= -?*vetro ?*view_post_comments= -?*voto1 -?*voto2 -?*voto3 -?*voto4 -?*voto6 -?*voto7 ?*wp_login_redirect= ?*xhr= ?*xid @@ -8645,7 +8581,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?dve_trk_id ?dwhsplit ?ec -?edan ?edit= ?edit_id= ?edition @@ -8684,7 +8619,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?expand=true ?explained ?external -?f ?f%5B ?f%5B0%5D=* ?f= @@ -8791,6 +8725,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?hsFormKey=00c2cf09d3e2337ec3b798e6331f08c2 ?hs_amp= ?hubs_campaign= +?hubs_signup-url= ?hypoallergenic= ?i ?i= @@ -9020,7 +8955,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?p_auth ?p_p_id ?page -?page ?page* ?page*&=sort ?page= @@ -15363,7 +15297,6 @@ EnsMart EnterpriseSubscriber/* Entrez EpilepsyAdvocateRadio/ -Episerver/CMS/ Error Error.html Error/ @@ -15751,6 +15684,7 @@ Hotel-Search HotelBookingConfirmation HotelCheckout How_To_Get_Sky +HpImageArchive.aspx HttpModules/ HubStyle/static-2.309 HubStyle/static-2.313 @@ -16539,6 +16473,7 @@ PropertyLayer/ Provider/Image/ Provider/PhysicianRatings/ Providers/ +Proxy.ashx Psychology/local Pub/Emails/ Pub/Emails/Stylesheets/ @@ -17117,7 +17052,6 @@ UserRegistrationForm UserSuppliedReviewHandler.aspx UserUrl/ Users -Util/ Utilities/RSSEngine/* Utility Utility @@ -17744,9 +17678,11 @@ _vti_txt _wc_ _web_services _wp_link_placeholder +_x_/ _xaja/dltrk.php _xaja/nrtrk.php _xd +_xhr/ _xy _yahoo _zc @@ -17966,7 +17902,6 @@ about/*/update about/*qt-vzc_corporate_news_analytics about/adrm/data-linkage about/advertise/oauth-net-rate-sheet-2023.pdf -about/advisory-and-peer-review-committees/roster/hlbp/http://nhm.ac.uk/robots.txt about/ask/ about/ask?* about/awards/award-recipient-form.html @@ -18124,6 +18059,8 @@ academia/books/search.html academic academic-subscriptions academic/ +academic/profile +academic/search academicaffairs/commencement/book academics/archive academics/college/special-programs/public-service-old @@ -18399,6 +18336,7 @@ achu acis/whatsnew.html acjohnston acl +aclick aclk aclp-vle-decom acmilan @@ -18866,8 +18804,6 @@ advancement/services_and_systems advanceorders advanceorders/includes/ advanceorders/js/ -adventure/destinations/united-states/california/yosemite-national-park/alex-honnold-prepared-for-el-capitan-free-solo -adventure/yosemite-national-park/alex-honnold-prepared-for-el-capitan-free-solo advert advert/* advertise @@ -18886,6 +18822,7 @@ advgifs advice/*?mode= advice/wp-content/themes/realtor/nobots adview.php +advisor advisors advisory/ adwitiadey @@ -19263,6 +19200,7 @@ alicendikumana alicewu alikhani alilly +alink aliraja alireza.haghighi alisamanning @@ -19423,6 +19361,7 @@ amp-iframe amp-proxy amp-social-login amp-tealium +amp/ amp/*/more.html amp/*/page-*/$ amp//m @@ -19846,6 +19785,7 @@ api/jobPostings/jobs api/latest-articles api/legacy/pse api/legendary-data/relay +api/maps/ api/meerkat/page api/messages api/metainfo/tv @@ -19978,7 +19918,6 @@ apis/maps/v2/locator/search/viewport.json apis/mycars apiv2 apiv2/* -apiview apk aplin apm @@ -20006,7 +19945,6 @@ app.php/ app/ app/1live app/arianna-huffington-thrive.html -app/attachments/http://smugmug.com/robots.txt app/availability app/brene-brown-on-demand-special-offerone.html app/brene-brown-on-demand-special-offertwo.html @@ -20101,9 +20039,11 @@ apps/* apps/*.csv apps/*.mst apps/*.tsv +apps/*/analytics apps/*/integrations/*/landing apps/*/landing apps/*/roles +apps/*/standalone apps/authorize apps/browserinfo apps/checkmx @@ -21309,7 +21249,6 @@ audible-sample-player audible_programs= audiblehug audience/ -audienceinstructions audio audio- audio-edition-podcast/*/index.xml @@ -22500,6 +22439,7 @@ become-a-courier become-a-driver become-an-author? become-artist +becomesrg bedankt befi/$ befi/?$ @@ -22619,6 +22559,7 @@ bff bfgs bfl bfmp +bfp/search bfrank bfre_new_design bg @@ -22951,6 +22892,7 @@ bin/sleep.cgi bin/ti binary-data/DIY binary-data/EGALLEY +bing-site-safety bingbot bingsiteauth.xml bingsiteauth.xml @@ -23399,6 +23341,7 @@ blogs/pad/$ blogs/product blogs/research/search blogs/search +blogs/search/ blogs/slow-ride blogs/tag blogs/technology.atom @@ -25001,7 +24944,6 @@ booking/ssl/rez/GuardianContactPrintable.asp booking/ssl/saved/EditECert.asp booking_v3 bookings -booklet bookmark-link bookmark.pl bookmark? @@ -25432,7 +25374,6 @@ breadcrumb breadcrumbs/navigation-tree.json breakey breakingnews/toihome.html -breakingpublishers breast-cancer/bc-treatment-21/provider-select breathelife brendonwu @@ -25457,7 +25398,6 @@ brink-roby brisasarai britishairways broadband -broadcastingpaste broadway-revere/appointments-and-referrals/appointment-thankyou brodyzt brokenlink @@ -25667,7 +25607,6 @@ busc-ShowMiniGallery.php? busca buscador buscador.aspx -buscador/ buscador/GoogleServlet buscador/GoogleServletBuscadorVertical buscar @@ -28498,58 +28437,6 @@ business business business*? business-breakfast -business-customers/aviation/news-and-media-releases/news-and-media-2020/shell-and-red-rock-sign-agreement-to-market-and-distribute-low-carbon-sustainable-aviation-and-diesel-fuel -business-customers/aviation/news-and-media-releases/news-and-media-2020/shell-and-red-rock-sign-agreement-to-market-and-distribute-low-carbon-sustainable-aviation-and-diesel-fuel.html -business-customers/aviation/shell-for-suppliers/card-services -business-customers/aviation/shell-for-suppliers/card-services.html -business-customers/bitumen/contact-us -business-customers/bitumen/contact-us.html -business-customers/bitumen/news -business-customers/bitumen/news.html -business-customers/chemicals/our-products/contact-us-about-shells-higher-olefins-and-derivatives -business-customers/chemicals/our-products/contact-us-about-shells-higher-olefins-and-derivatives.html -business-customers/chemicals/our-products/shell-performance-olefins/contact-us-about-shells-higher-olefins-and-derivatives -business-customers/chemicals/our-products/shell-performance-olefins/contact-us-about-shells-higher-olefins-and-derivatives.html -business-customers/chemicals/our-products/shell-performance-surfactants/contact-us-about-shells-higher-olefins-and-derivatives -business-customers/chemicals/our-products/shell-performance-surfactants/contact-us-about-shells-higher-olefins-and-derivatives.html -business-customers/chemicals/our-products/styrene-monomer/what-is-the-impact-of-styrene-based-products -business-customers/chemicals/our-products/styrene-monomer/what-is-the-impact-of-styrene-based-products.html -business-customers/commercial-fuels/be-our-superstar -business-customers/commercial-fuels/be-our-superstar.html -business-customers/lubricants-for-business/sector-expertise/mining/discover-mining-sector-overcome-challenges -business-customers/lubricants-for-business/sector-expertise/mining/discover-mining-sector-overcome-challenges.html -business-customers/lubricants-for-business/sector-expertise/power-industry/people-behind-power -business-customers/lubricants-for-business/sector-expertise/power-industry/people-behind-power.html -business-customers/lubricants-for-business/shell-expertise/lubrication-services-for-your-industry/shell-remotesense/engine -business-customers/lubricants-for-business/shell-expertise/lubrication-services-for-your-industry/shell-remotesense/engine.html -business-customers/lubricants-for-business/shell-panolin/five-things-to-know -business-customers/lubricants-for-business/shell-panolin/five-things-to-know.html -business-customers/lubricants-for-business/shell-panolin/lubricants-for-business-and-environment -business-customers/lubricants-for-business/shell-panolin/lubricants-for-business-and-environment.html -business-customers/lubricants-for-business/shell-panolin/protect-ecosystems-and-equipment -business-customers/lubricants-for-business/shell-panolin/protect-ecosystems-and-equipment.html -business-customers/lubricants-for-business/shell-panolin/reducing-carbon-intensity -business-customers/lubricants-for-business/shell-panolin/reducing-carbon-intensity.html -business-customers/lubricants-for-business/shell-panolin/supporting-sustainability-ambitions -business-customers/lubricants-for-business/shell-panolin/supporting-sustainability-ambitions.html -business-customers/marine/marine-lng -business-customers/marine/marine-lng.html -business-customers/shell-fleet-solutions/fleet-management/shell-fleet-app-for-small-businesses/feature -business-customers/shell-fleet-solutions/fleet-management/shell-fleet-app-for-small-businesses/feature.html -business-customers/shell-market-hub/shell-services/lube-optimizer -business-customers/shell-market-hub/shell-services/lube-optimizer.html -business-customers/shell-market-hub/shell-services/machinemax -business-customers/shell-market-hub/shell-services/machinemax.html -business-customers/shell-market-hub/shell-services/shell-desiccant-breathers -business-customers/shell-market-hub/shell-services/shell-desiccant-breathers.html -business-customers/shell-market-hub/shell-services/shell-lube-analyst -business-customers/shell-market-hub/shell-services/shell-lube-analyst.html -business-customers/shell-market-hub/shell-services/shell-lube-videocheck -business-customers/shell-market-hub/shell-services/shell-lube-videocheck.html -business-customers/shell-market-hub/shell-services/shell-remote-sense -business-customers/shell-market-hub/shell-services/shell-remote-sense.html -business-customers/trading-and-supply/counterparty-information-request -business-customers/trading-and-supply/counterparty-information-request.html business-enterprise/cesm3/index_v2.php?key5sk1= business-enterprise/cesm3/index_v2.php?s= business-insider$ @@ -29849,20 +29736,6 @@ careers/MAINTAINERS.txt careers/Phoenix-Hiring-Event/ careers/Sydney-Hiring-Event/ careers/UPGRADE.txt -careers/about-careers-at-shell/employee-stories/developing-the-female-leaders-of-tomorrow -careers/about-careers-at-shell/employee-stories/developing-the-female-leaders-of-tomorrow.html -careers/about-careers-at-shell/employee-stories/dreaming-big -careers/about-careers-at-shell/employee-stories/dreaming-big.html -careers/about-careers-at-shell/employee-stories/endless-opportunities -careers/about-careers-at-shell/employee-stories/endless-opportunities.html -careers/about-careers-at-shell/employee-stories/exploring-geology-on-the-shell-graduate-programme -careers/about-careers-at-shell/employee-stories/exploring-geology-on-the-shell-graduate-programme.html -careers/about-careers-at-shell/employee-stories/testing-my-abilities -careers/about-careers-at-shell/employee-stories/testing-my-abilities.html -careers/about-careers-at-shell/people-at-shell -careers/about-careers-at-shell/people-at-shell.html -careers/about-careers-at-shell/we-are-one-team/diversity-inclusion -careers/about-careers-at-shell/we-are-one-team/diversity-inclusion.html careers/admin careers/aus-nz-event/ careers/aws-ar-event/ @@ -29882,8 +29755,6 @@ careers/aws-sea-event/ careers/aws-singapore-event/ careers/aws-sydney-event/ careers/chattanooga-mobile-event/ -careers/choose-your-career-profile -careers/choose-your-career-profile.html careers/comment/reply careers/cron.php careers/database-hiring/ @@ -29905,11 +29776,7 @@ careers/job careers/jobs careers/jobs.php careers/jobs.php?id= -careers/join-the-shell-talent-community -careers/join-the-shell-talent-community.html careers/landing-pages/ -careers/life-at-shell -careers/life-at-shell.html careers/mentor-knowledge-bank/ careers/mexico-edge-hiring-2014/ careers/milwaukee-edge-hiring-2014/ @@ -29951,8 +29818,6 @@ careers/santiago-event/ careers/scripts careers/search careers/search? -careers/students-and-graduates -careers/students-and-graduates.html careers/students-graduates/opportunities careers/texas-event/ careers/thank_you @@ -32605,7 +32470,6 @@ cgi-bin/quickChanges cgi-bin/quickDiff cgi-bin/quickDiff.cgi cgi-bin/quickEdits -cgi-bin/search cgi-bin/search.cgi cgi-bin/separation cgi-bin/shorts.cgi @@ -32882,7 +32746,6 @@ charm/horizon/flights/search/NonstopAvailabilityAction charm/horizon/hotels/cityguides/AjaxSeoCityGuidesFlightSearchForm charm/horizon/hotels/cityguides/CityGuidesBacklinkActivityUrls charm/horizon/hotels/cityhotels/brands/momondo/HotelsPriceByStarsDetails -charm/horizon/hotels/details/brands/momondo/HotelDetailsCardReviews charm/horizon/hotels/venue/ConventionCenterCarsResults charm/horizon/react/component/CompareToConfigStateProviderAction charm/horizon/react/component/FooterBrandsStateProviderAction @@ -32978,6 +32841,7 @@ chauvin chdinh chebi check +check-redirect check-web-status.html check.htm checkForm= @@ -33420,6 +33284,7 @@ classifieds/* classifieds/*? classifier classnames/static-2.3 +classroom classroomrewards clck clday.cgi @@ -33923,19 +33788,12 @@ clinical-pathway/cardiac-arrest-post-cpr-prognostic-guidance clinical-pathway/cardiac-arrest-post-cpr-provider-resources clinical-pathway/cardiac-arrest-post-cpr-recommended-post-arrest-evaluation-motor-gcs-greater-than-5 clinical-pathway/cardiac-arrest-post-cpr-treatment-clinical-goals-and-vital-sign-targets -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-active-or-high-risk-bleeding clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-assess-risk -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-catheter-remains clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-diagnosis clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-discharge -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-enoxaparin -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-enoxaparin-administration clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-enoxaparin-dosing-initiation-therapy -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-enoxaparin-monitoring clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-goals-metrics clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-indications-thrombophilia-evaluation -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-ongoing-risk-thrombosis -clinical-pathway/catheter-related-venous-thromboembolism-vte-cicu-ccu-safety-tips-enoxaparin clinical-pathway/cellulitis-abscess-suspected-analgesia-emergency-department clinical-pathway/cellulitis-abscess-suspected-analgesia-supportive-care-inpatient clinical-pathway/cellulitis-abscess-suspected-antibiotic-quick-reference @@ -35706,7 +35564,6 @@ clinical-pathway/venous-thromboembolism-catheter-related-cicu-ccu-patient-educat clinical-pathway/venous-thromboembolism-catheter-related-cicuccu-provider-resources clinical-pathway/venous-thromboembolism-vte-prevention-contraindications-anticoagulation clinical-pathway/venous-thromboembolism-vte-prevention-goals-and-metrics -clinical-pathway/venous-thromboembolism-vte-prevention-patient-education clinical-pathway/venous-thromboembolism-vte-prevention-perioperative-procedural-vte-prevention clinical-pathway/venous-thromboembolism-vte-prevention-procedure-guidelines clinical-pathway/venous-thromboembolism-vte-prevention-provider-resources @@ -36094,15 +35951,11 @@ collections/*/_followings collections/*/search collections/*? collections/*sort_by -collections/ac-collection* -collections/ac-component* collections/embed collections/favorites collections/feed collections/following collections/iznanka -collections/nmah_* -collections/object-groups*?page collections/picture collections/search collections/share @@ -36594,7 +36447,7 @@ component-library/college-of-management-feature-panels/ component-library/college-of-nursing--department-feature-panels/ component-library/college-of-science--math-feature-panels/ component-library/emma-css/ -component-library/next-steps/ +component-library/next-steps-graduate-undergraduate-business/ component-library/school-for-the-environment-feature-panels/ component-uat componentes @@ -36764,7 +36617,6 @@ console console?*getstarted= constants constellation -constthong consultancies consultation-startup?* consultations? @@ -36872,7 +36724,6 @@ contactus/mwaas* contactus?* container-short.jspa container-type/ -contas-bancarias contatta-myheritage contenidos contenidos-Filters.php @@ -36908,7 +36759,6 @@ content/*/jcr:content/*/treatments content/*/join content/*/method content/*/nodeback -content/*/objects content/*/promise content/*/promise_array content/*/queue @@ -37983,11 +37833,13 @@ cpspa cpx.php cqiu cr +cr$ cr/ cr/$ cr/Download cr/corporate/contact cr/news +cr? craft crafts crai/big @@ -38547,7 +38399,7 @@ csd/internal/nav csd/js csd/nav csd/staff/karen.h.rosenlof/karen.h.rosenlof.presentations/http://esselte974.fr/robots.txt -csde/camp-shriver-community-programs/camp-shriver/camp-shriver-registration-fee/ +csde/camp-shriver-community/camp-shriver/camp-shriver-registration-fee/ csds/* cse cse/home @@ -38717,7 +38569,6 @@ culture/lifestyle/news/2001/07/45247 culture/lifestyle/news/2001/08/46315 culture/projects/projects culture/staff/staff -cumshotmaldives cupid-v1 cupsize* curated @@ -39130,6 +38981,7 @@ darafisher dare-me darialugina dark=false&popup=true +darla/ darr dashboard dashboard/ @@ -39555,7 +39407,6 @@ de/api/v3/ajax/bespoke/public/neu/specs de/app de/apple-app-site-association de/apps -de/asset-preview* de/assets de/autenticacion de/auth @@ -39667,7 +39518,6 @@ de/de/suche?param=* de/develop/ de/develop/review/ de/devolucion-de-productos -de/die-h225-als-polizeihubschrauber de/download de/education de/edustore @@ -39896,7 +39746,6 @@ de/s/benutzer de/s/kollektionen de/s/visuell de/search -de/search* de/search*attr_*= de/search*price_bucket= de/search*search_type= @@ -42170,7 +42019,6 @@ didar diegoestevez diegorivera diets/* -diff diffbot/ diffs dig-perf-test @@ -42203,6 +42051,7 @@ digital-agenda/sites digital-agenda/tags digital-agenda/taxonomy digital-agenda/users +digital-downloads digital-edition digital-presence-services/chat digital-presence-services/uptimerobot-status-page-widget @@ -43538,6 +43387,7 @@ economia/2016/05/08/572caa3722601db9058b4624.html economia/chiedi-esperto/news/sitemap.xml economia/chiedi-esperto/sitemap.xml economia/finanza-personale/2010/Prova-Metadati_a1b5a008-f178-11df-8c4b-00144f02aabc.shtml +economia/finanza/2013/10/03/news/crac_cit_18_anni_per_gandolfi_in_tutto_nove_condannati-67830263 economia/miojob/mobile/alert/crea economia/miojob/mobile/offerte/lavoro/cerca/*-*/*-* economia/miojob/mobile/offerte/lavoro/cerca/*-*/*-*? @@ -44066,6 +43916,7 @@ emailpreferences emailpreferences.aspx emails emails/ +emails/verify emailservice emailsignup emailsignup/ @@ -44474,6 +44325,7 @@ en-SK en-SK/money-transfer/send-money en-SL/currency-converter/convert en-TR +en-US en-US/User/SignIn en-US/User/SignOut en-US/android/collections @@ -44569,7 +44421,6 @@ en-ca/basket en-ca/brand-hub/ en-ca/brand/ en-ca/category/ -en-ca/collection/ en-ca/create-review/ en-ca/event/ en-ca/feedback @@ -45213,7 +45064,6 @@ en/app/ en/applications/release9.html en/aroundtown/ en/ask/maintenance -en/asset-preview* en/assistant en/autenticacion en/auth @@ -45672,7 +45522,6 @@ en/industries/health-sciences/site-select/19.3 en/industries/health-sciences/site-select/19.4 en/industries/health-sciences/site-select/20.1 en/industries/health-sciences/site-select/20.2 -en/innovation/the-airbus-nova-newsletter/the-nova-newsletter-subscription-confirmation en/intangible-cultural-heritage/grid en/intangible-cultural-heritage/list en/intangible-cultural-heritage/map @@ -45862,7 +45711,6 @@ en/privacy en/privacy-policy en/privacy.html en/products-lifecycle -en/products-services/space/in-space-infrastructure/bartolomeo/request-your-payload-slot-on-bartolomeo/bartolomeo-form-confirmation en/products/connections/product_detail/product_35486.html en/products/connections/search-products.html en/products/connections/search-services.html @@ -45910,7 +45758,6 @@ en/safety-journalists/observatory/list en/safety-journalists/observatory/map en/search en/search -en/search* en/search.html en/search? en/search?s=* @@ -45934,7 +45781,6 @@ en/sr/srb.html en/sr/srb/sra.html en/src en/src/ -en/statement-on-accessibility en/store en/store/link/ en/student-forum @@ -45965,11 +45811,9 @@ en/support/search.html en/tagteam en/taxonomy/* en/taxonomy/term -en/terms-of-use en/terms-of-use/ en/test/ en/testace -en/thanks-for-signing-up-to-our-newsletter en/themes/* en/tools en/tools/ @@ -46219,6 +46063,7 @@ enroll/ enru/The%20Trachiniae%20[Sophocles] enru/relative%20Adressierung ensembl/biomart +ensuringvacuum entaudit entcenter enterprise @@ -46253,6 +46098,9 @@ entertainment/test$ entertainment/wallpapers enterzipcode.php entities +entities/search +entityexplore$ +entityexplore? entityreference entp entr/Die%20Geh%C3%A4lter%20wurden%20gek%C3%BCrzt @@ -46732,7 +46580,6 @@ es/applications es/applications/peoplesoft es/apps es/artificial-intelligence/data-science -es/asset-preview* es/assets es/astros/search es/athletics/search @@ -47092,7 +46939,6 @@ es/s/perfecta es/s/usuarios es/saf/rendicion_cuentas/docs/ es/search -es/search* es/search*attr_*= es/search*price_bucket= es/search*search_type= @@ -47926,16 +47772,11 @@ exit? expand-reach-with-digital-marketing expat expeditions/ -expeditions/call-center-payment -expeditions/contact-us/catalog-request -expeditions/special-offers -expeditions/trip-types/journeys/water-bottle-giveaway expense/help/search/results.html expense/mobile/thanks.html expense/thank-you.html expense/webinars/webinar-confirmation.html experience/fic -experiencingres experiment experiment= experiments @@ -48085,8 +47926,6 @@ extern_js external external-affiliations external-catalog-services -external-redirects -external-redirects.html external-test-ids= external/ external/BusArch @@ -48387,6 +48226,7 @@ fco= fcollado fcyrraci fd-fr/ +fd/ fdbk fding fe-BE @@ -48487,7 +48327,6 @@ feed.xml feed/ feed/$ feed/* -feed/*http://bitdefender.com/robots.txt feed/activity feed/check feed/externalfooter @@ -48843,7 +48682,6 @@ files/*?username files/20*-*/ontariogazette*.pdf$ files/developer files/file/protected -files/images/newsletters files/live/sites/isoorg/files/_noindex files/resources files/techabuse-welsh.pdf @@ -50038,8 +49876,6 @@ form/pdf format format/html format=ajax* -format=pdf -format=xml formations formats-editions formfeedback @@ -50767,6 +50603,7 @@ foxtrotcallback= fp fp= fp_ms +fp_ms/ fp_ms/_rcv/remote?m_id fpc/ fpereda @@ -50919,7 +50756,6 @@ fr-ca/aide/ fr-ca/categorie/ fr-ca/chercher fr-ca/circulaire -fr-ca/collection/ fr-ca/css fr-ca/ecrire-evaluation/ fr-ca/evenement/ @@ -51091,7 +50927,6 @@ fr/api/v3/ajax/bespoke/public/neu/specs fr/app fr/apple-app-site-association fr/apps -fr/asset-preview* fr/assets fr/autenticacion fr/auth @@ -51435,7 +51270,6 @@ fr/newsroom fr/node fr/onelook_american_dictionary_words.html fr/onelook_british_dictionary_words.html -fr/opportunites-dinterim-et-formations-cqpm-chez-airbus-en-aeronautique fr/outils/*/voir fr/outils/createur-de-logo/onboarding fr/override @@ -51492,7 +51326,6 @@ fr/s/collections fr/s/utilisateurs fr/s/visuel fr/search -fr/search* fr/search*attr_*= fr/search*price_bucket= fr/search*search_type= @@ -51779,6 +51612,8 @@ full_data_use_policy fullscreen fullscreen/ReportLinker fun +fun/api/ +fun/g/ fun/printlog2.php function=*404* function=CHECKOUTFIELDS @@ -52041,14 +51876,19 @@ gam- game game*? game-reviews/*/user-reviews/manage/add +game/dislike game/export game/export/gif/thumbnail game/getAutoComplete +game/getIframeSrc +game/getIframeSrc?id= game/getcomments +game/insertNote game/score game/show game/summary game/updateNote +game/viewall game/viewall/favorite game/viewall/played gamehouse-games @@ -52382,6 +52222,7 @@ general/docs/userdeviceincart.tsp general/en/docs/refdesignsearchresults.tsp general/jp/docs/refdesignsearchresults.tsp general/kr/docs/refdesignsearchresults.tsp +general_copies generate generate_xml.php generated_files @@ -52594,7 +52435,6 @@ girlsjustwannahavefun gis-extensions-fb-en_gb-v0 gis-extensions-fb-en_global-v0 gis-extensions-fb-en_in-v0 -gissquad gist github-login gitweb @@ -53134,6 +52974,7 @@ grazie grcz/ grde/ greece/documento/2012 +greenecopper greenzang greet.php greetingcard-view @@ -53327,7 +53168,6 @@ gx/en/forensics/gecs-2020/pdf/global-economic-crime-and-fraud-survey-2020.pdf gx/en/zz-test gxcuf89792/rss gy/ -gyrobase gz36vip gztourek h @@ -53886,7 +53726,6 @@ hilaryweingarden hilf hilfe/fundingdetail.html hilfe/live/launch-day/launch-day-show-voting.html -hilfe/live/launch-day/launch-day-videoupload.html hilfe/live/officehour/officehour-link.html hillarystein hillis @@ -54182,6 +54021,7 @@ home/feed home/fiosinternet/plans/*%7Bdomainnameus%7D home/fiostv/spanishplans/*%7Bdomainnameus%7D home/free-antivirus/download.php? +home/getAllGamesAjax home/global_feed home/highspeedinternet/*%7Bdomainnameus%7D home/index_rss @@ -54337,6 +54177,7 @@ hotel/*/?type hotel/h hotel/index.hi. hotel/redirect +hotel/reviews? hotel/s hotel/search hotel/us/the-airstream-van.*.html @@ -54386,6 +54227,7 @@ hotels/reservation-payment.htm hotels/rpc hotels/s hotels/search +hotels/search hotels/search-results.htm hotels/search/list* hotels/search/map* @@ -54445,6 +54287,8 @@ hp/http://ideas.lego.com/robots.txt hp/video hp_channels hpan +hpm +hpmob hpws/max-connections.php hpws/parallel-downloads.php hpws/post-onload.php @@ -57675,12 +57519,12 @@ http://bcg.com/robots.txt http://beacon.deepintent.com/robots.txt http://beautifulthailand99.blogspot.co.uk/robots.txt http://bestdocsnetwork.com/robots.txt +http://bharat.republicworld.com http://bhf.org.uk/robots.txt http://bigoven.com/robots.txt http://blackholerecordings.com/robots.txt http://bleepingcomputer.com/robots.txt http://blog.bufferapp.com/robots.txt -http://bm.ffm.to/robots.txt http://businessbuiltonline.blogspot.com/robots.txt http://cambridge.org/robots.txt http://carinon.hatenablog.com/robots.txt @@ -57731,12 +57575,13 @@ http://govinfo.gov/robots.txt http://graphics8.nytimes.com/robots.txt http://gtm.js.fls.doubleclick.net/robots.txt http://gyro13.com/robots.txt -http://health.govt.nz/robots.txt +http://health.com/robots.txt http://health.pa.gov/robots.txt http://heart.org/robots.txt http://homesinhamiltonontario.com/robots.txt http://htmlpreview.github.io/robots.txt -http://hubspot.com/robots.txt +http://https3a2f2fwww.reddit.com/robots.txt +http://hubs.ly/robots.txt http://hyperallergic.com/32904/speaking-out-against-commercial-photography-as-art/http://hytaleguide.net/robots.txt http://hyperallergic.com/80957/after-bizarre-email-incident-china-institute-claims-they-were-hacked/ http://i.ebayimg.com/robots.txt @@ -57744,7 +57589,6 @@ http://i9.ytimg.com/robots.txt http://ie.edu/robots.txt http://ifcncodeofprinciples.poynter.org/robots.txt http://imagekandi.com/robots.txt -http://indiana.edu/robots.txt http://info.yahoo.com/robots.txt http://iopscience.iop.org/robots.txt http://istanbulyelken.org.tr/robots.txt @@ -57841,7 +57685,6 @@ http://seekingalpha.com/robots.txt http://servedby.ipromote.com/robots.txt http://smallbiztrends.com/robots.txt http://smileeasy.com/robots.txt -http://startrankingnow.com/robots.txt http://static.wixstatic.com/robots.txt http://sunderlandecho.com/robots.txt http://t3n.de/robots.txt @@ -57884,11 +57727,31 @@ httpd httpd/reports https https: +https://adtest-hin.republicworld.com +https://adtest.republicworld.com +https://api-cms.republicworld.com +https://api-en.republicworld.com +https://api-feature.republicworld.com https://apps.opm.gov/tax_calc/withhold_calc/index.cfm https://azwp-az-prod-1-ap-southeast-2.s3.amazonaws.com/uploads/wpforms https://bdn-data.s3.amazonaws.com/uploads/wpforms/ +https://c.amazon-adsystem.com +https://cdn.jwplayer.com +https://cdn.taboola.com https://comunitaqueeniana.weebly.com/more-of-that-jazz/category/interviste +https://content.jwplatform.com +https://dev-en-cms.republicworld.com +https://dev-en-cmsapi.republicworld.com +https://dev-en-featureapi.republicworld.com +https://dev-en-republicapi.republicworld.com +https://dev-en-ui.republicworld.com +https://dev-hin.republicworld.com https://election.ctvnews.ca/ +https://en-preprod-cms.republicworld.com +https://en-preprod-cmsapi.republicworld.com +https://en-preprod-extapi.republicworld.com +https://en-preprod-pub.republicworld.com +https://en-preprod-publicapi.republicworld.com https://give2.chop.edu/event/giving-tuesday-2020/e307052 https://give2.chop.edu/event/giving-tuesday-2020/e307052/register/new/select-tickets https://give2.chop.edu/give/254724/#!/donation/checkout @@ -57903,7 +57766,19 @@ https://kodyzchin.eu/upto-75-off-on-everyday-essentials/ https://kodyzchin.eu/win-100-cashback-every-hour-on-delhi-metro-card-recharge/ https://media.chop.edu/data/files/educational-modules/lgbtq/* https://newprocessfromhome.com -https://ngadiasporaproject4040.com/wp-content/uploads/wpforms +https://preprod-hin.republicworld.com +https://prev-hin.republicworld.com +https://prev-prod.republicworld.com +https://qa-cms.republicworld.com +https://qa-cmsapi.republicworld.com +https://qa-eng.republicworld.com +https://qa-extapi.republicworld.com +https://qa-hin.republicworld.com +https://qa-publicapi.republicworld.com +https://r-power.republicworld.com +https://securepubads.g.doubleclick.net +https://soft-launch.republicworld.com +https://ssl.p.jwpcdn.com https://statistiek.rijksoverheid.nl/piwik/js/tracker.php https://statistiek.rijksoverheid.nl/piwik/js/tracker.php https://themeforest.net/item/rehub-directory-multi-vendor-shop-coupon-affiliate-theme/7646339http://kohls.com/robots.txt @@ -57937,6 +57812,8 @@ https://www.austinmoody.net/manuals/promotional-mailing-list-tokens https://www.facebook.com/From-Glory-Oklahoma-592513700928427 https://www.oxfamintermon.org/ca/resultats-de-cerca?term= https://www.oxfamintermon.org/es/resultados-de-busqueda?term= +https://www.republicworld.com/ipl-2024 +https://www.republicworld.com/ipl-2024/*http://res.cloudinary.com/robots.txt https://www.southampton.ac.uk/research/areas/ https://www.southampton.ac.uk/research/search/ https://www.southampton.ac.uk/research/search/all @@ -58931,6 +58808,8 @@ images/about/ images/adspace/ images/api images/application_uploads +images/async/? +images/async? images/campaign/ images/carBlogsimages images/chart_gifs @@ -58943,6 +58822,9 @@ images/dopfiles/DNT20170204041207.pdf images/email/ images/ga_img_handler.php images/home/ +images/hosted/? +images/hosted/search? +images/hosted? images/interview_pdfs images/intfood/thermomix/HF_icon_thermomix.svg images/li.gif @@ -58960,9 +58842,13 @@ images/private images/related images/resume images/scaled +images/search%3F +images/search/? images/search/details/twitterCards/twitter-card +images/search? images/search?rpt=imageview images/search?text=*&source=morda +images/searchbyimage images/showroomimages images/smart/$ images/staff @@ -58982,6 +58868,7 @@ images/welcome_image.png images2/ images3/ images4/ +images? imagesCC/ imagesLinks imagesfordorian/ @@ -59215,6 +59102,7 @@ inbox-talk inbox-user inbox.aspx inbox.php +inboxcommerce inc inc/ inc5000dev @@ -59577,6 +59465,7 @@ innovation inon2 inouenonstyle/videolist-*.html inouenonstyle/videolist.html +inpage_settings inproduct_help/chatsupport inquiry-feedback inquiry-success* @@ -60086,10 +59975,6 @@ investors/de/stock/fixed-income/bond-documentation investors/de/stock/fixed-income/cp-documentation investors/en/stock/fixed-income/bond-documentation investors/en/stock/fixed-income/cp-documentation -investors/results-and-reporting/quarterly-results/latest-results/test-page -investors/results-and-reporting/quarterly-results/latest-results/test-page.html -investors/shareholder-meetings/2021-agm-webcast -investors/shareholder-meetings/2021-agm-webcast.html invitation invitation invitations @@ -61008,7 +60893,6 @@ ja/Upload ja/account ja/android/collections ja/android/search -ja/asset-preview* ja/auth ja/autocomplete ja/b @@ -61060,7 +60944,6 @@ ja/s/%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3 ja/s/%E3%83%93%E3%82%B8%E3%83%A5%E3%82%A2%E3%83%AB ja/s/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC ja/search -ja/search* ja/search/ ja/search/autocomplete ja/search? @@ -63378,7 +63261,6 @@ latinamerica/wp-content/plugins latinamerica/wp-includes latoyaprincessjackson launch -launch-day-show-voting.html launch/ launch2005/ launch_invitation @@ -64078,7 +63960,6 @@ liushang live live-a-detruire_19925.html live-blogs/*embed=1 -live-demo/ live-eyewear live-preview/http://darksidedetective.com/robots.txt live-preview/http://game.es/robots.txt @@ -64215,6 +64096,7 @@ loc/2016/07/22/5790f83e468aeb4b178b45b0.html loc/volunteers loc= local +local local-dev local-dev-old local-navigation/ @@ -65259,9 +65141,9 @@ mail?hl= mailEmergency mail_password_form$ mail_password_form$ -mailanon mailapi mailapplications +mailchimp mailemergency mailflag mailfriend @@ -65449,6 +65331,7 @@ maps/*?lang=uk$ maps/*?lang=uz$ maps/*?ll= maps/about +maps/adsendpoint maps/api/js maps/api/place/js maps/api/staticmap @@ -65735,7 +65618,6 @@ matrix mats/?diagid=100001&eulaaccept=yes mats/default.aspx?diagid=100001&eulaaccept=yes matt -mattbrochure matthew-lilley matthew_brault matthew_shaw @@ -65832,8 +65714,6 @@ mbrady mbronstein mbsullivan mburkhauser -mc-publication-test-folder -mc-publication-test-folder.html mc.html mc/ mc/all/ad.html @@ -65970,6 +65850,7 @@ media/subscribe media/thumbnails/ media/tv/channel/credits media/tyfo* +media/tyfo*http://startrankingnow.com/robots.txt media/uploads media/video media1$ @@ -66476,6 +66357,7 @@ merchant/directions merchant/imageUploadPreview merchant/loc merchant/moreProducts? +merchant/reviews? merchant/update merchant_login merchant_shipping_policy.pdf @@ -66942,20 +66824,12 @@ misanoteri misc misc/ misc/*.css$ -misc/*.css$ -misc/*.css? misc/*.css? misc/*.gif -misc/*.gif -misc/*.jpeg misc/*.jpeg misc/*.jpg -misc/*.jpg -misc/*.js$ misc/*.js$ misc/*.js? -misc/*.js? -misc/*.png misc/*.png misc/*.svg misc/RECIPE @@ -67409,20 +67283,12 @@ module-catalogue/reporting modules modules/ modules/*.css$ -modules/*.css$ -modules/*.css? modules/*.css? modules/*.gif -modules/*.gif -modules/*.jpeg modules/*.jpeg modules/*.jpg -modules/*.jpg -modules/*.js$ modules/*.js$ modules/*.js? -modules/*.js? -modules/*.png modules/*.png modules/*.svg modules/README.txt @@ -67536,7 +67402,6 @@ most-visited mostafa mostaghimi mostclicked.gfn -mostlyfarmer mostviewed mostviewed motgge-rates @@ -67572,7 +67437,6 @@ mourad move/success movie movie-reviews/*/user-reviews/manage/add -moviekw movies movies/*_clips- movies/*_quotes @@ -68813,6 +68677,7 @@ negRating neighbor neighbors nel_ms +nel_ms/ nellodonnell nelson nemoshi @@ -68912,12 +68777,6 @@ newrelic news news$ news*? -news-and-insights/annual-publications -news-and-insights/annual-publications.html -news-and-insights/newsroom/news-and-media-releases/2023/shell-second-quarter-test-page -news-and-insights/newsroom/news-and-media-releases/2023/shell-second-quarter-test-page.html -news-and-insights/scenarios/a-better-life-with-a-healthy-planet -news-and-insights/scenarios/a-better-life-with-a-healthy-planet.html news-app news-archive/*/*/?ap= news-archive/? @@ -69925,6 +69784,7 @@ nieuwsbrieven/preview nightlies nightlies_server nightly +nightstopping nightwear-prelaunch$ niharikasingh nii=t @@ -70098,6 +69958,7 @@ nl-nl/errors/vertaling-niet-beschikbaar nl-nl/errors/we-kunnen-de-pagina-die-je-zoekt-niet-vinden nl-nl/externe-alias/ontdek-statline nl-nl/maatschappij/veiligheid-en-recht/veiligheidsmonitor/het-formulier-is-verzonden- +nl-nl/nieuws/2020/49/regionale-monitor-brede-welvaart-toont-grote-verschillen-stad-en-platteland/indicatoren nl-nl/onze-diensten/center-for-big-data-statistics/bedankt nl-nl/onze-diensten/leren-met-het-cbs/evaluatie-samenwerking-vu-cbs nl-nl/onze-diensten/leren-met-het-cbs/evaluatie-samenwerking-vu-cbs/bedankt @@ -70149,7 +70010,6 @@ nl-nl/over-ons/dit-zijn-wij/onze-koers/overzicht-jaarplannen-en-jaarverslagen/me nl-nl/over-ons/dit-zijn-wij/onze-koers/overzicht-jaarplannen-en-jaarverslagen/meerjarenprogramma-s/cbs-meerjarenprogramma-caribisch-nederland-2024-2028 nl-nl/over-ons/dit-zijn-wij/onze-koers/overzicht-jaarplannen-en-jaarverslagen/meerjarenprogramma-s/meerjarenprogramma-caribisch-nederland-2020-2023 nl-nl/over-ons/dit-zijn-wij/onze-koers/overzicht-jaarplannen-en-jaarverslagen/meerjarenprogramma-s/strategisch-meerjarenprogramma-2009-2013 -nl-nl/over-ons/dit-zijn-wij/onze-koers/overzicht-jaarplannen-en-jaarverslagen/meerjarenprogramma-s/strategisch-meerjarenprogramma-2014-2018 nl-nl/over-ons/dit-zijn-wij/onze-koers/overzicht-jaarplannen-en-jaarverslagen/meerjarenprogramma-s/strategisch-meerjarenprogramma-2019-2023 nl-nl/statline/azw/general/general-settings nl-nl/statline/azw/general/general-settings/appadditionaltitle @@ -70996,6 +70856,7 @@ notificationId notifications notifications notifications$ +notifications/ notifications/* notify.js notifyMe.jsp @@ -71423,6 +71284,8 @@ offers/nonprofits offers/nonprofits$ offers/nonprofits% offers/nonprofits? +offers/proxy/dealsserver/api/log +offers/proxy/dealsserver/buy office/ office/supplies/MySoftwareDownload office/supplies/StaplesAddRemoveCoupon @@ -72347,6 +72210,7 @@ pages/xmlrpc.php pages?oid=- pagesense/help/search-results.html pagespeed/insights/ui/logo +pageview/ pageviews.php paging paid-acquisition @@ -72385,6 +72249,7 @@ panasonic panda/jira panel panel +panelprime panels panelweb pangallo @@ -72830,7 +72695,6 @@ perl perlman perm_id= permission.htm -permitsandale perpetualescom perrault pers @@ -73784,6 +73648,8 @@ plugins-dist plugins-libraries plugins. plugins/ +plugins/*/standalone +plugins/*/wix_view? plugins/?s= plugins/common/feature/oauth plugins/common/feature/oauth2sso @@ -73839,7 +73705,7 @@ pmc/publisherportal/download pmc/publisherportal/journalmanager pmc/tocrender.fcgi pmc/utilities -pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyZQocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwooCiZXbyBsaWVndCBkaWUgUm9ib3RzIHR4dCBiZWkgV29yZHByZXNzPwoYChZXYXMgYmVkZXV0ZXQgZGlzYWxsb3c_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22_tekTQGd2LlYNtxaF63SwxzY4cA\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe +pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyhQEKGwoZV28gZmluZGV0IG1hbiBSb2JvdHMgdHh0PwoeChxXYXMgaXN0IHJvYm90cy50eHQgaW4gUmVhY3Q_CkMKQVdhcyBpc3QgZXJmb3JkZXJsaWNoLCBkYW1pdCByb2JvdHMudHh0IHZvbGxzdMOkbmRpZyBmdW5rdGlvbmllcnQ_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22m_ab9neDlf4aLptYi9s3NqIW7mE\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe pmcomment pmcomment/ pmeehan @@ -74544,7 +74410,7 @@ press-release.php? press-releases press-this.php press/art-institute-images -press/content-search?*http://10340851.fls.doubleclick.net/robots.txt +press/content-search?*http://10250263.fls.doubleclick.net/robots.txt press/exhibition-press-room press/fellowship press/founders/ @@ -74751,6 +74617,7 @@ pro/user-events.aspx pro/user-home.aspx pro/waze/report/*?*&hash= pro2 +proFile/history? proMatch proProjects proTeXt @@ -74832,6 +74699,7 @@ product/prd-5193422 product/productreviews/ product/recommended product/review/add +product/reviews? product/summer-plant-based-recipe-cookbook product/valentines-chocolate-vegan-cookbook product/vegan-desserts-cookbook @@ -75157,6 +75025,7 @@ profile/contributor/? profile/downloads_limit profile/edit profile/gravlady +profile/history? profile/license profile/manage profile/messages @@ -76174,7 +76043,6 @@ public_pages publicador publicapi publicaties? -publication publication/catalogue_number publication/doi publication/manifestation_identifier @@ -76242,6 +76110,7 @@ publishing/currentawareness/_denial.asp publishing/journals/_denial.asp publishing/journals/rssfeed.asp publishing/qrcode +publishtosway pubs/index.repec.html pubstatic pubstats @@ -78707,6 +78576,7 @@ request-demo/? request/custom-solution requestAction=rdf requestList +requestresetpass requests requests/*/satisfaction requireScreenname.htm @@ -79070,6 +78940,7 @@ rewards-polyite/spin rewards/*/membership rewards/*/status-matching rewards/bebas-ongkir +rewardsapp/ rex/recommendation/* rezepte/suche rf=* @@ -79525,6 +79396,7 @@ rt=nc rta rta-logging/reader-history.php rtg= +rtmobile rtpnet/archives rtrs rts @@ -79837,11 +79709,11 @@ rurl= ruro/ rus rus$ -rusa/sites/ala.org.rusa/files/content/sections/brass/brassprotools/Research_Competencies_Public_Draft.pdf rush rush-hour rush-hour-2 rush-hour-3 +russia-today rusv/ rutas-aereas/*/rutas-aereas-de- rutas-aereas/*/rutas-de- @@ -79918,7 +79790,6 @@ s/horizon/common/privacy/AjaxHeaderCookiesMessage s/horizon/common/privacy/AjaxStyleJamHeaderCookiesMessage s/horizon/compareTo s/horizon/flights/flightroutes/brands/momondo/DealsToCountryCities -s/horizon/hotels/details/brands/momondo/HotelDetailsCardReviews s/ident s/manage-all-orgs s/mobileutil @@ -80228,6 +80099,7 @@ schauer schedule schedule-a-demo.php?utm_source= schedule/*/*/*/* +schedulejson schedules/*/line?*date scheduling schier @@ -81647,7 +81519,7 @@ services/wp-content/plugins services/wp-includes services/xml serviceworker.js -serviceworker.jshttp://treysongz.lnk.to/robots.txt +serviceworker.jshttp://sugitetsu.com/robots.txt servicos/ servin servizi @@ -81720,7 +81592,6 @@ setsompop sette/13_luglio_29/2013-31-fiaschetti-falsi-autori_9becf36c-f84e-11e2-a59e-96a502746665.shtml settings settings -settings.html settings/* settings/deactivated settings/linkaccount @@ -81976,14 +81847,9 @@ shekhargadkaree shelf/user_shelves shell shell/ -shellbitumen100 -shellbitumen100.html -shellenergy/marketingandtrading/shell-energy-europe/eworld -shellenergy/marketingandtrading/shell-energy-europe/eworld.html -shellenergy/othersolutions/voluntary-carbon-market-insights-and-trends-webinar/voluntary-carbon-market-webinar-2023-watch-recording -shellenergy/othersolutions/voluntary-carbon-market-insights-and-trends-webinar/voluntary-carbon-market-webinar-2023-watch-recording.html shen sheng +shenghuo shenghuo/search? shenyang sheraz @@ -82027,6 +81893,7 @@ shoelaces shomiller shootouts shop +shop$ shop-data shop-interrupt shop-reviews @@ -82094,6 +81961,7 @@ shop/*/*feat-available* shop/*/*neckline-standard* shop/*/*srt-$ shop/*/*style-christmassweater-* +shop/*/*style-madetomeasure shop/*/-newin* shop/*/0-blsr-brand-* shop/*/0-feat* @@ -82224,6 +82092,7 @@ shop/*productaffiliation-holidayshop* shop/*productaffiliation-holidayshop-0$ shop/*productaffiliation-homefurnishings* shop/*productaffiliation-occasion* +shop/*productaffiliation-readymade- shop/*productaffiliation-shirtsandblouses* shop/*productaffiliation-underwearsocks* shop/*promotion-justarrived* @@ -82432,6 +82301,7 @@ shop/gender-men-gender-unisex* shop/gender-men-gender-women* shop/gender-men-gender-women-gender-youngergirls* shop/gender-men-gender-youngergirls* +shop/gender-men-productaffiliation-accessories/brand-calvinklein-category-bags-style-backpack$ shop/gender-men-productaffiliation-casualshirts* shop/gender-men-productaffiliation-casualshirts/category-shirts$ shop/gender-men-productaffiliation-formalshirts* @@ -82600,6 +82470,7 @@ shop/use-*-use-* shop/use/* shop/waist/* shop/wishlist +shop? shopCBN/ shop_name_search_service shop_pins @@ -82653,6 +82524,7 @@ shorefire_nj short short-url-machine/error/http://whatwg.org/robots.txt shortUrl$ +shortcode shortcode= shortlist shorton @@ -83813,6 +83685,7 @@ social/help/search-results.html social/our_partners/ social/photosui/images social/photosui/sitemap +social/search? social/share_modal social/social-security-directory/cai social_media @@ -84039,6 +83912,7 @@ sparshasaha spartan spatl spb +spbasic spbot spc-source= spc/amazon/en/landingPage.html @@ -84219,6 +84093,7 @@ spotlight spots_shown= spp/ spreadsheet +spresults sprince spring spring @@ -84475,6 +84350,7 @@ static/email-pdfs/ static/fileupload static/font static/fonts +static/fonts/icon static/gfs static/gla static/glade @@ -84819,9 +84695,10 @@ storeclick storefront storepicker storerequest +stores$ +stores/ stores/page/*visitId= stories -stories/%top_story_year%/%top_story_month% stories/shop stormevents/*.jsp? stormevents/csv @@ -85357,16 +85234,6 @@ suspended_tickets suspension-appeal sustainability sustainability-as-an-efficient-business-strategy -sustainability/nature/respecting-nature -sustainability/nature/respecting-nature.html -sustainability/our-approach/environmental-and-community-partners -sustainability/our-approach/environmental-and-community-partners.html -sustainability/our-approach/impact-assessment -sustainability/our-approach/impact-assessment.html -sustainability/our-climate-target/shell-energy-transition-strategy/ets-2024 -sustainability/our-climate-target/shell-energy-transition-strategy/ets-2024.html -sustainability/transparency-and-sustainability-reporting/advocacy-and-political-activity/advocacy-releases -sustainability/transparency-and-sustainability-reporting/advocacy-and-political-activity/advocacy-releases.html sustainable-development-goals/sustainable-cities sustainable-is-attainable-fest sustainable-is-attainable-news18-and-tata-power-initiative @@ -85802,8 +85669,6 @@ tag tag tag-manager tag-manager-360 -tag-search -tag-search.html tag/ tag/* tag/* @@ -86815,6 +86680,7 @@ tgibson tgkkk6681 tgl2/ th +th$ th-*/ th-AE th-AT @@ -86930,6 +86796,7 @@ th/unesco-solr/*/load-more/* th/user th/users th/ส่วนประกอบ_widget +th? th_en th_th/templates/M thailandgolf. @@ -86993,6 +86860,7 @@ the-twilight-saga-eclipse the-twilight-saga-new-moon the-two-sided-truth-about-hackers the-wedding-planner +the-weightloss-hq/ the-whole-truth the_mattress_expert theblast/20 @@ -87024,21 +86892,13 @@ themes themes/ themes/* themes/*.css$ -themes/*.css$ themes/*.css? -themes/*.css? -themes/*.gif themes/*.gif themes/*.html themes/*.jpeg -themes/*.jpeg -themes/*.jpg themes/*.jpg themes/*.js$ -themes/*.js$ themes/*.js? -themes/*.js? -themes/*.png themes/*.png themes/*.svg themes/README.txt @@ -88062,6 +87922,7 @@ translate_t translation translations translations/ +translator/?ref= translators/ transmute/static-1.85 transmute/static-2.6 @@ -88124,14 +87985,28 @@ travel/airlines/main/us/en travel/airlines/pfs* travel/airlines/premium-travel-arranger/au/en travel/clk +travel/css travel/event/search +travel/flight/flightSearch +travel/flight/flightSearchAction +travel/flight/search/? +travel/flight/search? travel/flights/s +travel/hotel-search travel/hotel/e +travel/hotel/hotelMiniSearchRequest +travel/hotel/hotelSearch +travel/hotels/checkout +travel/hotels/detail travel/hotels/hotel-finder travel/hotels/hotel-finder/$ +travel/hotels/search/? +travel/hotels/search? travel/passport travel/s +travel/scripts travel/search +travel/secure travel/test$ travel/wp-admin travelDate= @@ -88472,14 +88347,19 @@ tv-shows tv/ tv/*/*/*/* tv/*/embed +tv/browse tv/course_videos tv/index.ssf/2010/09/wwls_lucy_bustamante_set_to_mo.html tv/index.ssf/2010/10/lucy_bustamante_departs_wwl-tv.html tv/index.ssf/2012/09/hurricane_isaac_re-teams_lucy.html +tv/movies-and-specials +tv/my-profile tv/prosperity/ tv/search +tv/shows tv/thumb tv/tv-news/jean-alexander-dies-coronation-streets-3764827 +tv/watch-live tve tve/b/135escons tve/b/9decada10 @@ -89329,6 +89209,7 @@ urbanag urchin_test ureq.php url +url url.asp url= url=absolutely @@ -89444,7 +89325,7 @@ us/*/*?bvdata= us/*/*?bvroute us/*/*?bvstate us/*? -us/*?utm_source=google&utm_medium=organic&utm_campaign=us_free-cpc-shoppinghttp://10497773.fls.doubleclick.net/robots.txt +us/*?utm_source=google&utm_medium=organic&utm_campaign=us_free-cpc-shoppinghttp://blogs.law.harvard.edu/robots.txt us/0 us/?q=switch us/Marketing @@ -90105,6 +89986,7 @@ users/connect users/connect?redirect users/connect?signup users/create +users/email-unsubscribe users/embed-login-to-edit users/filter users/filter? @@ -90126,11 +90008,13 @@ users/login? users/login_menu users/logout users/logout? +users/me users/msp/*/? users/msp/admin/ users/new users/oauth users/onUpdateOnlineStatus.php +users/password users/password/edit users/profile-unpub users/profile-unpub/http://song.link/robots.txt @@ -90352,7 +90236,6 @@ validatepostcommentreply.php validator vanessarodriguez vanilla -vanity_participant vansorat vantage-cloud/ vantage-enterprise/ @@ -90778,17 +90661,27 @@ videos-LayerList.php videos-LayerList.php? videos/*.feedback.html videos/*? +videos/? videos/api videos/assets +videos/browsing videos/e videos/embed videos/expander +videos/explore +videos/favorites videos/feed +videos/feed +videos/feedcontent videos/get_video_by_uid/ videos/hardware-in-the-loop-simulation-with-simulink-real-time-using-plcs-and-ethernetip-protocol-for-validating-industrial-automation-control-algorithms-96697.html videos/iframe videos/images videos/js +videos/music +videos/music/ +videos/music/? +videos/music? videos/new videos/raw-ethernet-communication-support-from-simulink-real-time-96619.html videos/real-time-udp-communication-support-99895.html @@ -90838,16 +90731,20 @@ videos/search.php?s=street+fight$ videos/search.php?s=street+fight*&start=*$ videos/search.php?s=woman+fight$ videos/search.php?s=woman+fight*&start=*$ +videos/search/? videos/search? videos/show_trailer videos/slider videos/theme/ videos/transcripts +videos/trending +videos/trendingcontent videos/video-feedback-confirmation.html videos/video-feedback.html videos/viewmeta/ videos/week videos/widgets/ +videos? videosearch videosearch? videotutorials @@ -91081,7 +90978,6 @@ volit volkanergin vols/cn/* vols/ct -voluntaryedinburgh volunteer-monitor-resources volunteer-role-environment/ volunteer-role-type/ @@ -91128,7 +91024,6 @@ vp2 vplbl vpmlogdesktopscreensize vpn -vpnpump vpns-how-do-they-work-and-things-to-consider vpresearch/docs vpresearch/sfuhomepg @@ -112472,7 +112367,6 @@ welcome-email welcome-mobile welcome.aspx welcome/embargoed-country.html -wellproduction wendyalee weninger wenqiang_chen @@ -112530,15 +112424,7 @@ what-makes-up-your-digital-self what-now/card-details/* what-s-cooking-with-julie-chrisley what-to-expect-when-you-re-expecting -what-we-do/digitalisation/news-room -what-we-do/digitalisation/news-room.html what-we-do/investment-management/private-wealth-management/intellectual-capital/isg-outlook-2013.pdf -what-we-do/major-projects/vito -what-we-do/major-projects/vito.html -what-we-do/oil-and-natural-gas/liquefied-natural-gas-lng/lng-for-road -what-we-do/oil-and-natural-gas/liquefied-natural-gas-lng/lng-for-road.html -what-we-do/renewable-power/wind/supplier-registration -what-we-do/renewable-power/wind/supplier-registration.html whatis whats-new whats-next/planes-trains-and-analytics @@ -112591,8 +112477,12 @@ widget widget-landing-page.html widget-uploads widget.html +widget/cr +widget/entity/search/? widget/head/login widget/player +widget/render +widget/snapshot widget/v2 widget_auth.php widget_chunks @@ -113703,6 +113593,7 @@ wordpress/wp-admin wordpress/wp-admin/admin-ajax.php words work +work work$ work-at-ucl/redeployment work-info @@ -113959,7 +113850,6 @@ wp-admin/admin-ajax.phphttp://akismet.com/robots.txt wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt wp-admin/admin-ajax.phphttp://aweber.com/robots.txt wp-admin/admin-ajax.phphttp://blogs.lse.ac.uk/robots.txt -wp-admin/admin-ajax.phphttp://derstandard.at/robots.txt wp-admin/admin-ajax.phphttp://findbyplate.com/robots.txt wp-admin/admin-ajax.phphttp://foodandwine.com/robots.txt wp-admin/admin-ajax.phphttp://frontiersin.org/robots.txt @@ -115044,10 +114934,7 @@ zh-cn/solutions/iot-production-monitoring-cloud-with-manufacturing-cloud zh-en/ zh-gb/ zh-hans-cn.www.cloudflare.com -zh-hans/ -zh-hans/asset-preview* zh-hans/node/ -zh-hans/search* zh-hans/search/ zh-hant-hk/ zh-hant-tw/ @@ -115581,7 +115468,6 @@ zzz_systest 87ddoscom 90qcc 100books/*/downloadPDF -125/risk-takers-test 188kkcc 200 201