{"id":13654210,"url":"https://github.com/alphanodes/redmine_privacy_terms","last_synced_at":"2025-05-14T16:31:21.597Z","repository":{"id":84834241,"uuid":"135393453","full_name":"alphanodes/redmine_privacy_terms","owner":"alphanodes","description":"Redmine plugin to add privacy cookie information and terms for users to Redmine","archived":false,"fork":false,"pushed_at":"2024-10-08T08:07:39.000Z","size":191,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-11-10T05:32:00.741Z","etag":null,"topics":["inspections","privacy","redmine","redmine-plugin","terms","terms-and-conditions"],"latest_commit_sha":null,"homepage":"https://www.redmine.org/plugins/redmine_privacy_terms","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphanodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-30T05:43:04.000Z","updated_at":"2024-10-08T08:07:43.000Z","dependencies_parsed_at":"2024-01-21T06:31:58.323Z","dependency_job_id":"b700f119-7281-4dc8-bfea-8ceec12d0cd7","html_url":"https://github.com/alphanodes/redmine_privacy_terms","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_privacy_terms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_privacy_terms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_privacy_terms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_privacy_terms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphanodes","download_url":"https://codeload.github.com/alphanodes/redmine_privacy_terms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225302977,"owners_count":17453028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inspections","privacy","redmine","redmine-plugin","terms","terms-and-conditions"],"created_at":"2024-08-02T02:01:24.920Z","updated_at":"2025-05-14T16:31:21.591Z","avatar_url":"https://github.com/alphanodes.png","language":"Ruby","funding_links":[],"categories":["Plugins"],"sub_categories":["Active Plugins"],"readme":"# Privacy \u0026 Terms plugin for Redmine\n\n[![Rate at redmine.org](https://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=fla)](https://www.redmine.org/plugins/redmine_privacy_terms) [![Tests](https://github.com/AlphaNodes/redmine_privacy_terms/workflows/Tests/badge.svg)](https://github.com/AlphaNodes/redmine_privacy_terms/actions?query=workflow%3A\"Run+Tests) ![Run Linters](https://github.com/AlphaNodes/redmine_privacy_terms/workflows/Run%20Linters/badge.svg)\n\n## Features\n\n* Adds https://cookieconsent.insites.com/ support (cookie agreement)\n* Add terms support, which each user has to accept before using Redmine\n* Add privacy and security [inspectors](https://github.com/alphanodes/redmine_privacy_terms/blob/master/INSPECTORS.md)\n* multilingual support\n* API support (if terms are required, API call throw forbitten till user accept terms)\n\n## Requirements\n\n* Redmine version \u003e= 6.0\n* Redmine Plugin: [additionals](https://github.com/alphanodes/additionals)\n* Ruby version \u003e= 3.1\n\n## Installation\n\nInstall ``redmine_privacy_terms`` plugin for `Redmine`\n\n    cd $REDMINE_ROOT\n    git clone git://github.com/alphanodes/redmine_privacy_terms.git plugins/redmine_privacy_terms\n    git clone git://github.com/alphanodes/additionals.git plugins/additionals\n    bundle config set --local without 'development test'\n    bundle install\n    bundle exec rake redmine:plugins:migrate RAILS_ENV=production\n\nRestart Redmine (application server) and you should see the plugin show up in the Plugins page.\n\n## Usage\n\n1. First of all, add a wiki page for the terms and a wiki page with information for those users who reject the agreement.\nDon't forget to add the macros on the wiki page with the terms which implement the \"accept\" and \"reject\" buttons: {{terms_accept}} | {{terms_reject}}\nIf you want to use multiple languages, create a wiki page for each language. If no wiki page is available for a language, the default wiki page will be used.\n\nE.g. \"my_terms\" (used as default), my_terms_de, my_terms_it, etc.\n\n2. Second, go to the plugin settings and open the section \"Terms of use\". Enable the function and select your project and add your wiki pages that you have created before. Apply your changes.\n\n3. Enable the Terms in settings.\n\nIf you did not specify wiki pages or projects, terms are not activated. Even if you assing a non-existing wiki page, terms are not activated. If all settings are correct, you'll find a \"show\" link behind the wiki page text field.\n\n## Configuration\n\n### Plugin settings\n\nThe plugin offers settings for:\n\n* Cookie agreement\n* Terms of use\n* Tools\n\nThe \"Inspect\" section displays information on possible data protection problems you should try to fix.\n\n### Permissions\n\nThere is a new permission \"Show terms condition\" available. Members with this permission can see the terms conditions of other users. A user can always see its own terms condition at his profile (if terms are activated).\n\n## Available macros\n\n### terms_accept\n\nYou can use title parameter, to overwrite button text. Eg. {{terms_accept(title=I understood)}}\n\nFor multilange support use title_de, title_es, etc..\n\n### terms_reject\n\nYou can use title parameter, to overwrite button text. Eg. {{terms_reject(title=Let me out)}}\n\nFor multilange support use title_de, title_es, etc..\n\n## Uninstall\n\nUninstall ``redmine_privacy_terms``\n\n    cd $REDMINE_ROOT\n    bundle exec rake redmine:plugins:migrate NAME=redmine_privacy_terms VERSION=0 RAILS_ENV=production\n    rm -rf plugins/redmine_privacy_terms public/assets/plugin_assets/redmine_privacy_terms\n\nRestart Redmine (application server)\n\n## License\n\nThis plugin is licensed under the terms of GNU/GPL v2.\nSee [LICENSE](LICENSE) for details.\n\n## Redmine Copyright\n\nThe redmine_hedgedoc is a plugin extension for Redmine Project Management Software, whose Copyright follows.\nCopyright (C) 2006-  Jean-Philippe Lang\n\nRedmine is a flexible project management web application written using Ruby on Rails framework.\nMore details can be found in the doc directory or on the official website \u003chttp://www.redmine.org\u003e\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphanodes%2Fredmine_privacy_terms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphanodes%2Fredmine_privacy_terms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphanodes%2Fredmine_privacy_terms/lists"}