mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 17:11:34 +01:00
47 lines
2.6 KiB
Twig
47 lines
2.6 KiB
Twig
{% extends app.fronthtml~"/base.twig" %}
|
|
{% block content %}
|
|
<div class="container justified" style="font-size: 12pt">
|
|
<h4 style="text-align: center">Terms of service</h4>
|
|
<h4 class="docheader top10">Definitions</h4>
|
|
<ul>
|
|
<li><p>Solution: Any code snippet and its enclosed information</p></li>
|
|
</ul>
|
|
<h4 class="docheader top10">Privacy</h4>
|
|
<p>All personal data bring to Code Solutions Project in registration form are save under the General Data Protection Regulation (GDPR) (EU) 2016/679.
|
|
You can claim your right through Code Solutions Project email <a href="mailto:contacto@jkanetwork.com">contacto@jkanetwork.com</a>.
|
|
If you use CodeShare you authorized Code Solutions Project to save and use your Email and Nickname to manage login and upload code snippets.
|
|
</p>
|
|
<h4 class="docheader top10">About content upload to CodeShare</h4>
|
|
<p>All content which the user upload to CodeShare except his email, password or comments are ceded with their
|
|
all rights to Code Solutions Project and immediately Code Solutions Project will prescind from with their rights on these putting
|
|
them under the public domain<br>
|
|
Only Code Solutions Project can remove comment or solutions hosted in CodeShare</p>
|
|
<h4 class="docheader top10">About user's account</h4>
|
|
<p>The registered user in all moment can close their account but all data hosted in CodeShare will remain
|
|
hosted.
|
|
<br>Code Solutions Project is reserved the right to ban the access to account of any user who engage <a
|
|
href="{{path('doc')}}#vandalism">vandalism</a></p>
|
|
<h4 class="docheader top10" id="cookiePolicy">Cookie policiy</h4>
|
|
<p>In CodeShare are used two differents cookies, one for session system and other for cookies' consent. You can
|
|
block CodeShare cookies but you cannot log in because we cannot check if login was right.
|
|
<br>The differents cookies are:</p>
|
|
<table class="table table-striped table-hover" style="width: 50%">
|
|
<thead>
|
|
<tr class="active">
|
|
<th>Cookie name</th>
|
|
<th>Functions</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr class="active">
|
|
<td>PHPSESSID</td>
|
|
<td>Session identifier to server</td>
|
|
</tr>
|
|
<tr class="active">
|
|
<td>cookieconsent_status</td>
|
|
<td>Cookie alert visibility</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
{% endblock %} |