2019-04-09 21:49:07 +02:00
|
|
|
|
<div id="data-exports" class="settings-section" data-name="data-exports-admin">
|
2022-03-04 13:06:28 +01:00
|
|
|
|
<h3>{{t "Export organization" }}
|
2020-05-15 20:43:31 +02:00
|
|
|
|
{{> ../help_link_widget link="/help/export-your-organization" }}
|
2019-04-09 21:49:07 +02:00
|
|
|
|
</h3>
|
2019-08-14 22:43:00 +02:00
|
|
|
|
<p>
|
2024-10-08 12:42:54 +02:00
|
|
|
|
{{t 'Your organization’s data will be exported in a format designed for imports into Zulip Cloud or a self-hosted installation of Zulip.' }}
|
|
|
|
|
{{t 'You will be able to export all public data, and (optionally) private data from users who have given their permission.' }}
|
2021-04-14 03:04:02 +02:00
|
|
|
|
{{#tr}}
|
2024-10-08 12:42:54 +02:00
|
|
|
|
<z-link>Learn more</z-link> about other data export options.
|
2021-04-10 05:53:13 +02:00
|
|
|
|
{{#*inline "z-link"}}<a href="/help/export-your-organization" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
|
|
|
{{/tr}}
|
2024-10-08 12:42:54 +02:00
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
{{t 'Depending on the size of your organization, an export can take anywhere from seconds to an hour.' }}
|
2019-08-14 22:43:00 +02:00
|
|
|
|
</p>
|
2019-04-09 21:49:07 +02:00
|
|
|
|
|
|
|
|
|
{{#if is_admin}}
|
|
|
|
|
<div class="alert" id="export_status" role="alert">
|
|
|
|
|
<span class="export_status_text"></span>
|
|
|
|
|
</div>
|
2023-01-10 11:05:25 +01:00
|
|
|
|
<form>
|
2024-10-08 12:42:54 +02:00
|
|
|
|
<button type="submit" class="button rounded sea-green" id="start-export-button">
|
|
|
|
|
{{t 'Start export' }}
|
2024-01-24 09:38:31 +01:00
|
|
|
|
</button>
|
2019-04-09 21:49:07 +02:00
|
|
|
|
</form>
|
|
|
|
|
{{/if}}
|
2022-03-04 13:06:28 +01:00
|
|
|
|
|
2024-10-10 14:38:44 +02:00
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
|
|
<div class="tab-container"></div>
|
|
|
|
|
|
|
|
|
|
<div class="export_section" data-export-section="data-exports">
|
|
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
|
<h3>{{t "Data exports"}}</h3>
|
|
|
|
|
<input type="hidden" class="search" placeholder="{{t 'Filter exports' }}"
|
|
|
|
|
aria-label="{{t 'Filter exports' }}"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
|
|
|
|
|
<table class="table table-striped wrapped-table admin_exports_table">
|
|
|
|
|
<thead class="table-sticky-headers">
|
|
|
|
|
<th class="active" data-sort="user">{{t "Requesting user" }}</th>
|
|
|
|
|
<th>{{t "Type"}}</th>
|
|
|
|
|
<th data-sort="numeric" data-sort-prop="export_time">{{t "Time" }}</th>
|
|
|
|
|
<th>{{t "Status" }}</th>
|
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="admin_exports_table" data-empty="{{t 'There are no exports.' }}"></tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
2022-03-04 13:06:28 +01:00
|
|
|
|
</div>
|
|
|
|
|
|
2024-10-10 14:38:44 +02:00
|
|
|
|
<div class="export_section" data-export-section="export-permissions">
|
|
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
|
<h3>{{t "Export permissions"}}</h3>
|
|
|
|
|
<div class="user_filters">
|
|
|
|
|
{{> ../dropdown_widget widget_name="filter_by_consent"}}
|
|
|
|
|
<input type="text" class="search filter_text_input" placeholder="{{t 'Filter users' }}" aria-label="{{t 'Filter users' }}"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
|
|
|
|
|
<table class="table table-striped wrapped-table">
|
|
|
|
|
<thead class="table-sticky-headers">
|
|
|
|
|
<th class="active" data-sort="full_name">{{t "Name" }}</th>
|
|
|
|
|
<th>{{t "Export permission"}}</th>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="admin_export_consents_table"></tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
2019-04-09 21:49:07 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|