diff --git a/.env b/.env deleted file mode 100644 index 2148dfc..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -# This file is a "template" of which env vars need to be defined for your application -# Copy this file to .env file for development, create environment variables when deploying to production -# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration diff --git a/.env.dist b/.env.dist deleted file mode 100644 index 2148dfc..0000000 --- a/.env.dist +++ /dev/null @@ -1,3 +0,0 @@ -# This file is a "template" of which env vars need to be defined for your application -# Copy this file to .env file for development, create environment variables when deploying to production -# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..f70484f Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/.vs/slnx.sqlite-journal b/.vs/slnx.sqlite-journal new file mode 100644 index 0000000..1e46394 Binary files /dev/null and b/.vs/slnx.sqlite-journal differ diff --git a/LICENSE b/LICENSE index d07c6b9..9b5a79a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017 JKA Network + Copyright 2017 Code Solutions Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 60e06b9..d98893e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### CodeShare -##### JKA Network +##### Code Solutions Project FEATURES ------------------- diff --git a/Source/assets/html/TOS.twig b/Source/assets/html/TOS.twig index 55f8029..7fcd89e 100644 --- a/Source/assets/html/TOS.twig +++ b/Source/assets/html/TOS.twig @@ -7,19 +7,19 @@
  • Solution: Any code snippet and its enclosed information

  • Privacy

    -

    All personal data bring to JKA Network in registration form are save under the General Data Protection Regulation (GDPR) (EU) 2016/679. - You can claim your right through JKA Network email contacto@jkanetwork.com. - If you use CodeShare you authorized JKA Network to save and use your Email and Nickname to manage login and upload code snippets. +

    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 contacto@jkanetwork.com. + If you use CodeShare you authorized Code Solutions Project to save and use your Email and Nickname to manage login and upload code snippets.

    About content upload to CodeShare

    All content which the user upload to CodeShare except his email, password or comments are ceded with their - all rights to JKA Network and immediately JKA Network will prescind from with their rights on these putting + 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
    - Only JKA Network can remove comment or solutions hosted in CodeShare

    + Only Code Solutions Project can remove comment or solutions hosted in CodeShare

    About user's account

    The registered user in all moment can close their account but all data hosted in CodeShare will remain hosted. -
    JKA Network is reserved the right to ban the access to account of any user who engage Code Solutions Project is reserved the right to ban the access to account of any user who engage vandalism

    Cookie policiy

    In CodeShare are used two differents cookies, one for session system and other for cookies' consent. You can diff --git a/Source/assets/html/about.twig b/Source/assets/html/about.twig index 616849d..0123e91 100644 --- a/Source/assets/html/about.twig +++ b/Source/assets/html/about.twig @@ -7,7 +7,7 @@

    Source

    CodeShare is an open source platform licensed under Apache 2.0. All code are hosted in GitLab

    Developers
    -

    Developed by Code Solutions Project, JKA Network's Group <contacto@jkanetwork.com>

    +

    Developed by Code Solutions Project <contacto@jkanetwork.com>

    Maintenance by Jose Luis Garrido Labrador <joselucross@jkanetwork.com>

    Open source licenses

    Bootstrap 3 by Twitter - Licensed under MIT

    diff --git a/Source/assets/html/code.twig b/Source/assets/html/code.twig index 7f4b275..7aa0589 100644 --- a/Source/assets/html/code.twig +++ b/Source/assets/html/code.twig @@ -28,8 +28,10 @@
    View version's history
    {% endif %} {#
    Se necesita tener JavaScript habilitado para poder ver los comentarios de la web.
    #} + {% if page.otherI or user.nick is defined %}

    Other implementations

    + {% endif %} {% if page.otherI %} {% for i in otherImplementation %}
    @@ -108,7 +110,7 @@
    {% endif %} - {% if user.nick is defined and user.IDU == code.idu%} + {% if user.nick is defined and user.IDU == code.idu %}