mirror of
https://github.com/taigaio/taiga-back
synced 2025-10-05 15:52:48 +02:00
fix: company name: Kaleidos Ventures SL now is Kaleidos INC
This commit is contained in:
@@ -20,7 +20,7 @@ Taiga follows the [conventional commits format](https://www.conventionalcommits.
|
||||
|
||||
## Developer Certificate of Origin + License
|
||||
|
||||
By contributing to Kaleidos Ventures SL, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Kaleidos Ventures SL Except for the license granted herein to Kaleidos Ventures SL and recipients of software distributed by Kaleidos Ventures SL, You reserve all right, title, and interest in and to Your Contributions.
|
||||
By contributing to Kaleidos INC, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Kaleidos INC Except for the license granted herein to Kaleidos INC and recipients of software distributed by Kaleidos INC, You reserve all right, title, and interest in and to Your Contributions.
|
||||
|
||||
All Contributions are subject to the following DCO + License terms.
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
FROM python:3.11-slim
|
||||
LABEL maintainer="support@taiga.io"
|
||||
|
@@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from .common import *
|
||||
import os
|
||||
|
@@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
||||
import os
|
||||
|
@@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
show_answer=true
|
||||
while [ $# -gt 0 ]; do
|
||||
|
@@ -4,7 +4,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
python ./manage.py dumpdata --format json \
|
||||
--indent 4 \
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# NOTE: This script is based on django's manage_translations.py script
|
||||
# (https://github.com/django/django/blob/master/scripts/manage_translations.py)
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
import os
|
||||
import os.path
|
||||
|
@@ -3,6 +3,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
__version__ = '6.7.3'
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from functools import partial
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from taiga.base.api.permissions import TaigaResourcePermission, AllowAny
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
|
||||
from typing import Callable
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
import django.dispatch
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from taiga.base import throttling
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# Generated by Django 2.2.23 on 2021-06-23 09:01
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
||||
from django.core.management import call_command
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
#
|
||||
# The code is partially taken (and modified) from djangorestframework-simplejwt v. 4.7.1
|
||||
# (https://github.com/jazzband/djangorestframework-simplejwt/tree/5997c1aee8ad5182833d6b6759e44ff0a704edb4)
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.core.paginator import (
|
||||
EmptyPage,
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
import abc
|
||||
import inspect
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from . import serializers
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from taiga.base.exceptions import BaseException
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,6 +3,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from .json import JSONField
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.core.serializers.json import DjangoJSONEncoder
|
||||
from django.db.models import JSONField as DjangoJSONField
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django_pglocks import advisory_lock
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.forms import widgets
|
||||
from django.utils.translation import gettext as _
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
import logging
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
DATE_FORMAT = "d/m/Y"
|
||||
SHORT_DATE_FORMAT = "d/m/Y"
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
DATE_FORMAT = "d/m/Y"
|
||||
SHORT_DATE_FORMAT = "d/m/Y"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
import datetime
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django import http
|
||||
from django.conf import settings
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# Django Rest Framework 2.4.0 routers module (should be removed when 2.4 is released)
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.apps import apps
|
||||
from django.db import models, connection
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from .cleanup_files import cleanup_post_delete
|
||||
from easy_thumbnails.files import get_thumbnailer
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
# The code is partially taken (and modified) from django rest framework
|
||||
# that is licensed under the following terms:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
import errno
|
||||
|
||||
|
@@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
Copyright (c) 2021-present Kaleidos INC
|
||||
#}
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
@@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
Copyright (c) 2021-present Kaleidos INC
|
||||
#}
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
@@ -4,7 +4,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
Copyright (c) 2021-present Kaleidos INC
|
||||
*/
|
||||
|
||||
#templateFooter{
|
||||
|
@@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
Copyright (c) 2021-present Kaleidos INC
|
||||
#}
|
||||
|
||||
<!-- BEGIN FOOTER // -->
|
||||
|
@@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
Copyright (c) 2021-present Kaleidos INC
|
||||
#}
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
@@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
Copyright (c) 2021-present Kaleidos INC
|
||||
#}
|
||||
|
||||
{% block head %}{% endblock %}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
@@ -3,5 +3,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# Copyright (c) 2021-present Kaleidos Ventures SL
|
||||
# Copyright (c) 2021-present Kaleidos INC
|
||||
|
||||
from collections.abc import MutableSet
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user