2019-04-09 21:49:07 +02:00
|
|
|
<div id="data-exports" class="settings-section" data-name="data-exports-admin">
|
|
|
|
<h3>{{t "Data exports" }}
|
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>
|
|
|
|
{{t 'Exports all users, settings, and all data visible in public streams.' }}
|
|
|
|
{{t 'Any organization administrator can conduct an export.'}}
|
|
|
|
{{t 'Depending on the size of your organization, an export can take anywhere from seconds to an hour.' }}
|
|
|
|
</p>
|
|
|
|
<p>
|
2021-04-14 03:04:02 +02:00
|
|
|
{{#tr}}
|
2021-04-10 05:53:13 +02:00
|
|
|
<z-link>Click here</z-link> to learn about exporting private streams and messages.
|
|
|
|
{{#*inline "z-link"}}<a href="/help/export-your-organization" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
|
|
{{/tr}}
|
2019-08-14 22:43:00 +02:00
|
|
|
{{t 'Note that organizations are limited to five exports per week.' }}
|
|
|
|
</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>
|
|
|
|
<form class="form-horizontal">
|
|
|
|
<div class="add-new-export-box grey-box">
|
|
|
|
<div class="wrapper">
|
|
|
|
<button type="submit" class="button rounded sea-green" id="export-data">
|
|
|
|
{{t 'Start public export' }}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{{/if}}
|
2019-08-23 02:16:15 +02:00
|
|
|
<input type="hidden" class="search" placeholder="{{t 'Filter exports' }}"
|
|
|
|
aria-label="{{t 'Filter exports' }}"/>
|
2020-04-15 12:22:23 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
2019-04-09 21:49:07 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table admin_exports_table">
|
2021-02-23 06:23:24 +01:00
|
|
|
<thead class="table-sticky-headers">
|
2019-08-22 08:20:20 +02:00
|
|
|
<th class="active" data-sort="user">{{t "Requesting user" }}</th>
|
|
|
|
<th data-sort="numeric" data-sort-prop="export_time">{{t "Time" }}</th>
|
2020-04-16 23:00:24 +02:00
|
|
|
<th>{{t "Status" }}</th>
|
2019-08-22 08:20:20 +02:00
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
2019-04-09 21:49:07 +02:00
|
|
|
</thead>
|
|
|
|
<tbody id="admin_exports_table" class="required-text" data-empty="{{t 'No exports.' }}"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|