Start adding Zapier article

This commit is contained in:
Svetlana Maleeva 2024-03-26 16:43:01 +03:00
parent 2614bd36c8
commit c44177d23c
110 changed files with 344 additions and 0 deletions

View File

@ -0,0 +1,250 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="LinuxVersionTag" Src="~/Controls/Help/Tags/linux-version/linux-version.ascx" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration. Getting Started. Zapier";
MetaKeyWords = "integration, connector, online editing, zoom, edit, share, store";
MetaDescription = "Integrate ONLYOFFICE with Zapier";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#abouttheonlyofficeandzapierintegration_block")%>">About the ONLYOFFICE and Zapier integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#examplesofzaps_block")%>">Examples of Zaps</a></li>
<%-- <li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#Whatsnew_block")%>">What's new</a></li>--%>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#connectingonlyofficedocspacetozapier_block")%>">Connecting ONLYOFFICE DocSpace to Zapier</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#installingthezapieronlyofficeintegrationapp_block")%>">Installing the Zapier ONLYOFFICE integration app</a></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#startusingonlyofficedocspacewithinzapier_block")%>">Start using ONLYOFFICE DocSpace within Zapier</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#creatingzaps_block")%>">Creating Zaps</a></li>
</ul>
</li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/open-source-version/open-source-version.ascx" /></li>
</ul>
</div>
<div class="gs_content" id="abouttheonlyofficeandzapierintegration_block">
<h2>About the ONLYOFFICE and Zapier integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE DocSpace with Zapier. This app allows users to create their own DocSpace integration and configure actions of the "If X happens, then you need to do Y" format without any programming. These interactions are called Zaps.</p>
<div class="gs_content gs_submenu" id="examplesofzaps_block">
<h3>Examples of Zaps</h3>
<p>The list of implemented Zaps:</p>
<ul>
<li><b>DocSpace and Zoom</b>. The "User Added" trigger was used. When adding a new user in DocSpace, a Zoom meeting is automatically created for the company employee, with the topic on teaching a new user how to use DocSpace.</li>
<li><b>DocSpace and Google Docs</b>. The "File Created in My Documents" trigger was used. After a user creates a document in DocSpace, its copy is added to Google Docs.</li>
<li><b>DocSpace and GMail</b>. The "File Created" trigger was used. A user creates a file in DocSpace and gets its copy to GMail email, for further work, or for sending to customers.</li>
<li><b>DocSpace, Slack and Discord</b>. The "Room Created" trigger was used. After creating a new room in DocSpace, a channel in Slack is automaticallly created and a notification is sent to Discord.</li>
<li><b>DocSpace and Google Chat</b>. The "Room Archived" trigger was used. After a user moves a room to the archive, a notification is automatically sent to Google Chat.</li>
<li><b>Asana and DocSpace</b>. The "Search Folder" и "Delete Folder" actions were used. A folder is created in DocSpace according to the task name in Asana. When the task is closed, the folder in DocSpace will be automatically removed.</li>
<li><b>DocSpace and Telegram</b>. The "Create Room" trigger and "Share Room" action were used. When creating a room in DocSpace, a Telegram notification is automatically sent to an administrator or a certain user.</li>
<li><b>Linear.app and DocSpace</b>. The "Create Room" action was used. When creating a new task in Linear.app, a room in DocSpace is automatically created.</li>
<li><b>OneDrive and DocSpace</b>. The "Upload File" action was used. When adding a file to OneDrive, its copy is automatically sent to DocSpace.</li>
<li><b>HubSpot and DocSpace</b>. The "Invite User" action was used. When adding a new contact in HubSpot, an invitation to register in the DocSpace workspace is automatically sent to this contact.</li>
</ul>
</div>
<%-- <div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 2.2.2</h3>
<p>Fixed</p>
<ul>
<li>JWT support</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-zapier/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>--%>
</div>
</div>
<div class="gs_content" id="connectingonlyofficedocspacetozapier_block">
<h2>Connecting ONLYOFFICE Docs to Zapier</h2>
<div class="PortalHelp">
<div class="gs_content gs_submenu" id="requirements_block">
<h3>Requirements</h3>
<ul>
<li>Zapier application.</li>
<li>ONLYOFFICE DocSpace</li>
<li>Zapier ONLYOFFICE integration app.</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="installingthezapieronlyofficeintegrationapp_block">
<h3>Installing the ONLYOFFICE DocSpace connector for Zapier</h3>
<div class="PortalHelp">
<p>The ONLYOFFICE DocSpace app can be added to a user's Zapier account through the Zapier App Marketplace:</p>
<ul>
<li>Register for a Zapier account or log in.</li>
<li>In the top menu, go to My Apps.</li>
<li>Click <b>Connect a new account...</b> and find ONLYOFFICE DocSpace.</li>
<li>Enter URL to your DocSpace, email and password to connect your account.</li>
<li>Start creating a new Zap with using DocSpace.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="gs_content" id="startusingonlyofficedocspacewithinzapier_block">
<h2>Start using ONLYOFFICE DocSpace within Zapier</h2>
<div class="PortalHelp">
<div class="gs_content gs_submenu" id="creatingzaps_block">
<h3>Creating Zaps</h3>
<ul>
<li>To create a chain of actions, select the trigger event from which the chain begins.
<p>For example, we selected a trigger on creating a file in the "My documents" section. In the App & event section, choose the <b>File Created in My Documents</b> event.</p>
<div class="screen_block">
<img alt="Creating a Zap" target="img_1_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_1.png")%>" />
<img alt="Creating a Zap" id="img_1_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_1.png")%>" />
<div target="img_1_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>
Then we need to authorize in DocSpace where we will track the file creation. In the <b>Account</b> section, click Sign in.
<div class="screen_block">
<img alt="Creating a Zap" target="img_2_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_2.png")%>" />
<img alt="Creating a Zap" id="img_2_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_2.png")%>" />
<div target="img_2_eventcom_guide" class="screenphoto magnifier"></div>
</div>
<p>In the authorization window, specify the DocSpace portal URL, email address and password. Click <b>Yes, Continue to ONLYOFFICE DocSpace</b>.</p>
<div class="screen_block">
<img alt="Creating a Zap" target="img_3_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_3.png")%>" />
<img alt="Creating a Zap" id="img_3_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_3.png")%>" />
<div target="img_3_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>In the <b>Trigger</b> section, you can set up your trigger. In this case, you can optionally select the necessary folder or leave the default settings.
<p>Then, its necessary to test the trigger. Click the <b>Test trigger</b> button.</p>
<div class="screen_block">
<img alt="Creating a Zap" target="img_4_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_4.png")%>" />
<img alt="Creating a Zap" id="img_4_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_4.png")%>" />
<div target="img_4_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>Select a record and click the <b>Continue with selected record</b> button.
<div class="screen_block">
<img alt="Creating a Zap" target="img_5_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_5.png")%>" />
<img alt="Creating a Zap" id="img_5_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_5.png")%>" />
<div target="img_5_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>Then we can create the following events in the chain, test them and publish the Zap. More details for available Zaps are described below.
<div class="screen_block">
<img alt="Creating a Zap" target="img_6_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_6.png")%>" />
<img alt="Creating a Zap" id="img_6_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_6.png")%>" />
<div target="img_6_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="useraddedtrigger_block">
<h3>User Added trigger</h3>
<p><b>Goal</b></p>
<p>When adding a new user in DocSpace, a Zoom meeting is automatically created for the company employee, with the topic on teaching a new user how to use DocSpace.</p>
<p><b>Implementation</b></p>
<ul>
<li>Add the DocSpace "User Added" trigger, so that obtain data about new users in DocSpace.
<div class="screen_block">
<img alt="Creating a Zap" target="img_7_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/2_1.png")%>" />
<img alt="Creating a Zap" id="img_7_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/2_1.png")%>" />
<div target="img_7_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>Test the trigger and make sure that everything works. Select a record example for further work.
<div class="screen_block">
<img alt="Creating a Zap" target="img_8_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/2_2.png")%>" />
<img alt="Creating a Zap" id="img_8_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/2_2.png")%>" />
<div target="img_8_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>Add the Zapier "Delay After Queue" action to get current time.
<p>Set the desired delay for the event, 0 minutes is set in the example. Choose the responsible for the task. If necessary, select several responsibles.</p>
<div class="screen_block">
<img alt="Creating a Zap" target="img_9_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/2_3.png")%>" />
<img alt="Creating a Zap" id="img_9_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/2_3.png")%>" />
<div target="img_9_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>Then add the Zoom "Create Meeting" action.
<p>Set up the action depending on your needs. Type in the meeting topic, choose the date, duration, enter a password if necessary.</p>
<div class="screen_block">
<img alt="Creating a Zap" target="img_10_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/2_4.png")%>" />
<img alt="Creating a Zap" id="img_10_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/2_4.png")%>" />
<div target="img_10_eventcom_guide" class="screenphoto magnifier"></div>
</div>
<p>Then test the Zap. If all tests passed successfully, publish it.</p>
</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="filecreatedinmydocuments trigger_block">
<h3>File Created in My Documents trigger</h3>
<p><b>Goal</b></p>
<p>After a user creates a document in DocSpace, its copy is added to Google Docs.</p>
<p><b>Implementation</b></p>
<ul>
<li>Add the DocSpace "File Created in My Documents" trigger. This trigger is activated when creating or adding a new document.
<div class="screen_block">
<img alt="Creating a Zap" target="img_11_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_1.png")%>" />
<img alt="Creating a Zap" id="img_11_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_1.png")%>" />
<div target="img_11_eventcom_guide" class="screenphoto magnifier"></div>
</div>
<p>If necessary, select the folder for which the trigger will work.</p>
</li>
<li>Test the trigger and make sure that everything works. Select a record example for further work.
<div class="screen_block">
<img alt="Creating a Zap" target="img_12_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_5.png")%>" />
<img alt="Creating a Zap" id="img_12_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_5.png")%>" />
<div target="img_12_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>To obtain a file from DocSpace, its necessary to download it first. To do that, add the "Download File" action.
<div class="screen_block">
<img alt="Creating a Zap" target="img_13_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_6.png")%>" />
<img alt="Creating a Zap" id="img_13_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_6.png")%>" />
<div target="img_13_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>In the action settings, select the file ID.
<div class="screen_block">
<img alt="Creating a Zap" target="img_14_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_7.png")%>" />
<img alt="Creating a Zap" id="img_14_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_7.png")%>" />
<div target="img_14_eventcom_guide" class="screenphoto magnifier"></div>
</div>
</li>
<li>Add the new Google Docs "Upload Document" action. Select the File field and the folder in Google Docs for uploading files.
<div class="screen_block">
<img alt="Creating a Zap" target="img_15_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/small/1_8.png")%>" />
<img alt="Creating a Zap" id="img_15_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Zapier/big/1_8.png")%>" />
<div target="img_15_eventcom_guide" class="screenphoto magnifier"></div>
</div>
<p>Then test the Zap. If all tests passed successfully, publish it.</p>
</li>
</ul>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,54 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration Guides - Zapier";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Zapier.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<%--<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0108_integrate_wordpress.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">Zapier for DocSpace</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE DocSpace with <b>Zapier</b> through a connector available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-zapier"><b>GitHub page</b></a>.</p>
</div>
<div class="TableOfContents">
<ul>
<li><h6>About the ONLYOFFICE DocSpace and Zapier integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#examplesofzaps_block")%>">Examples of Zaps</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#Whatsnew_block")%>">What's new</a></li>--%>
</ul>
</li>
<li><h6>Connecting ONLYOFFICE DocSpace to Zapier</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#installingthezapieronlyofficeintegrationapp_block")%>">Installing the Zapier ONLYOFFICE integration app</a></li>
</ul>
</li>
<li>
<h6>Start using ONLYOFFICE DocSpace within Zapier</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-zapier.aspx#creatingzaps_block")%>">Creating Zaps</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>

View File

@ -0,0 +1,21 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "Integration Guides Zapier"; %>
<% ((BasePage)Page).CommandName = "zapier"; %>
<body class="integration_zoom">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/IntegrationTop/IntegrationTop.ascx" />
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/GettingStarted/Integration/Zapier/GettingStartedZapier.ascx" />
</asp:Content>
<asp:Content ID="content5" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="integration_zoom">
<div id="SeeAlsoBlockLinks">
<div class="caption video one">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/ArticlesCompleteList/Video/149_integrate_nextcloud.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,19 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="integration_zapier_ds">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/IntegrationTop/IntegrationTop.ascx" />
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Integration/Zapier.ascx" />
</asp:Content>
<asp:Content ID="content5" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="integration_zoom">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/058_add-resource.ascx" />
</div>
</div>
</asp:Content>

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Some files were not shown because too many files have changed in this diff Show More