123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @using Teknik.Models
- <div class="container">
- <div class="row">
- <div class="col-xs-10">
- <h2>Public Information</h2>
- <p>
- The following information is publicly available.
- </p>
- <ul>
- <li>Email Address (username@@(ViewBag.Config.Host))</li>
- <li>Published Blog Posts</li>
- <li>Comments</li>
- <li>Uploads (Only accessible by direct link)</li>
- <li>Git Repositories</li>
- <li>Pastes without passwords</li>
- <li>User Profile</li>
- <ul>
- <li>Registration Date</li>
- <li>Last Login Date</li>
- <li>About</li>
- <li>Website</li>
- <li>Quote</li>
- </ul>
- </ul>
- <h2>Data We Collect</h2>
- <p>
- Teknik collects the following data when you use our services and is used only internally.
- </p>
- <ul>
- <li><var>User ID</var> - Your internal user ID is associated with any of the following actions while logged in:</li>
- <ul>
- <li>Upload File</li>
- <li>Paste</li>
- <li>Blog Post + Comments</li>
- <li>Ricehalla Post</li>
- </ul>
- <li><var>Dates</var> - When you perform an action (ie: register an account), the date of the action will be recorded.</li>
- <li><var>Emails</var> - Any email you send or receive with your Teknik.io email address is stored locally onto the server.</li>
- </ul>
- <h2>Cookies We Store</h2>
- <p>
- While browsing we store the following cookies onto your machine.
- </p>
- <ul>
- <li><var>PHPSESSION</var> - Used by PHP for the server-side code that is ran.</li>
- <li><var>auth</var> - Used to authenticate a persistent login (activated when you choose 'remember me' at login).</li>
- <li><var>_ga, _pk_id, _pk_ref, piwik_auth</var> - Used as an identifier for site statistics. This can be disabled through the user profile.</li>
- </ul>
- </div>
- </div>
- </div>
|