Skip to content

Commit

Permalink
publish: Merge pull request #281 from cozy/feat/add-translate-apps
Browse files Browse the repository at this point in the history
generated from commit 7e07ec9
  • Loading branch information
Travis CI User committed Nov 22, 2024
1 parent 0749820 commit fa788c0
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 459 deletions.
39 changes: 35 additions & 4 deletions en/cozy-stack/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3476,13 +3476,26 @@
Response
</a>

</li>
<nav class="md-nav">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#note-about-password_defined" title="Note about password_defined" class="md-nav__link">
Note about password_defined
</a>

</li>

<li class="md-nav__item">
<a href="#note-about-legal_notice_url" title="Note about legal_notice_url" class="md-nav__link">
Note about legal_notice_url
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -4963,13 +4976,26 @@
Response
</a>

</li>
<nav class="md-nav">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#note-about-password_defined" title="Note about password_defined" class="md-nav__link">
Note about password_defined
</a>

</li>

<li class="md-nav__item">
<a href="#note-about-legal_notice_url" title="Note about legal_notice_url" class="md-nav__link">
Note about legal_notice_url
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -6015,20 +6041,25 @@ <h4 id="response_18">Response<a class="headerlink" href="#response_18" title="Pe
<span class="nt">&quot;auth_mode&quot;</span><span class="p">:</span> <span class="s2">&quot;basic&quot;</span><span class="p">,</span>
<span class="nt">&quot;default_redirection&quot;</span><span class="p">:</span> <span class="s2">&quot;drive/#/folder&quot;</span><span class="p">,</span>
<span class="nt">&quot;context&quot;</span><span class="p">:</span> <span class="s2">&quot;dev&quot;</span><span class="p">,</span>
<span class="nt">&quot;sponsorships&quot;</span><span class="p">:</span> <span class="p">[</span><span class="s2">&quot;springfield&quot;</span><span class="p">]</span>
<span class="nt">&quot;sponsorships&quot;</span><span class="p">:</span> <span class="p">[</span><span class="s2">&quot;springfield&quot;</span><span class="p">],</span>
<span class="nt">&quot;legal_notice_url&quot;</span><span class="p">:</span> <span class="s2">&quot;https://manager.cozycloud.cc/e96388a5-8eed-44cc-81e6-40aad273f0d4.pdf&quot;</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>


<h4 id="note-about-password_defined">Note about <code>password_defined</code><a class="headerlink" href="#note-about-password_defined" title="Permanent link">&para;</a></h4>
<h5 id="note-about-password_defined">Note about <code>password_defined</code><a class="headerlink" href="#note-about-password_defined" title="Permanent link">&para;</a></h5>
<p>There are a few fields that are persisted on the instance its-self, not on its
settings document. When they are updated, it won&rsquo;t be reflected in the realtime
when listening on the <code>io.cozy.settings.instance</code> document.</p>
<p>For <code>password_defined</code>, it is possible to be notified when the password is
defined by watching a synthetic document with the doctype <code>io.cozy.settings</code>,
and the id <code>io.cozy.settings.passphrase</code>.</p>
<h5 id="note-about-legal_notice_url">Note about <code>legal_notice_url</code><a class="headerlink" href="#note-about-legal_notice_url" title="Permanent link">&para;</a></h5>
<p>This attribute will only be present if a manager is associated with the
instance and the instance was created on behalf of a partner with a defined
legal notice.</p>
<h3 id="post-settingsinstancedeletion">POST /settings/instance/deletion<a class="headerlink" href="#post-settingsinstancedeletion" title="Permanent link">&para;</a></h3>
<p>The settings application can use this route if the user wants to delete their
Cozy instance.</p>
Expand Down
2 changes: 1 addition & 1 deletion en/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit fa788c0

Please sign in to comment.