glpi-project / glpi

GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
https://glpi-project.org
GNU General Public License v3.0
4.23k stars 1.29k forks source link

[APIREST][10.0.10] ProjectTask display restriction #15741

Closed masakazuwatanabe closed 10 months ago

masakazuwatanabe commented 1 year ago

Code of Conduct

Is there an existing issue for this?

Version

10.0.10

Bug description

hello. I'm having a problem because I can't get the list of project tasks with API.

This problem also occurs in Ver9.4.5 - Ver9.5.7 and letter. https://github.com/glpi-project/glpi/issues/6818 https://github.com/glpi-project/glpi/issues/12211

Set Project to Seeall in your profile.

If "See all" in "Projects" of "Profile" is checked, profile02

project02

projecttask02

but,

It seems that the task team is used as a condition for querying the project task, regardless of the status of the SeeAll permission of the project.

https://github.com/glpi-project/glpi/blob/10873706f388795a1d0d72a028eb4ceba36f7169/src/Search.php#L4251-L4281

There is no way to list all project tasks in REST-API. If all projects have permissions Just as the WebUI shows all the tasks, I also want to get a list of all tasks in REST-API.

Please note that this issue arises when using getallItems(apirest.php/ProjectTask). (It's not with Search.)

Relevant log output

No response

Page URL

/apirest.php/ProjectTask

Steps To reproduce

No response

Your GLPI setup information

Information about system installation & configuration
GLPI 10.0.10 ( => /usr/local/glpi)
Installation mode: TARBALL
Current language:en_US

Server
 
Operating system: Linux glpi01.intra.nsz.jp 4.18.0-514.el8.x86_64 #​1 SMP Tue Sep 19 13:19:58 UTC 2023 x86_64
PHP 7.4.30 fpm-fcgi (Core, PDO, Phar, Reflection, SPL, SimpleXML, Zend OPcache, apcu, bz2, calendar, cgi-fcgi, ctype, curl,
    date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, intl, json, ldap, libxml, mbstring, mysqli, mysqlnd, openssl,
    pcre, pdo_mysql, pdo_sqlite, session, sockets, sqlite3, standard, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib)
Setup: max_execution_time="600" memory_limit="128M" post_max_size="64M" safe_mode="" session.save_handler="files"
    upload_max_filesize="50M" 
Software: nginx/1.14.1
    Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Server Software: mariadb.org binary distribution
    Server Version: 10.11.5-MariaDB-1:10.11.5+maria~ubu2204
    Server SQL Mode: STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
    Parameters: glpi@127.0.0.1/glpi
    Host info: 127.0.0.1 via TCP/IP

PHP version (7.4.30) is supported.
Sessions configuration is OK.
Allocated memory is sufficient.
mysqli extension is installed.
Following extensions are installed: dom, fileinfo, filter, libxml, json, simplexml, xmlreader, xmlwriter.
curl extension is installed.
gd extension is installed.
intl extension is installed.
zlib extension is installed.
The constant SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES is present.
Database engine version (10.11.5) is supported.
No files from previous GLPI version detected.
The log file has been created successfully.
Write access to /usr/local/glpi/files/_cache has been validated.
Write access to /usr/local/glpi/config has been validated.
Write access to /usr/local/glpi/files/_cron has been validated.
Write access to /usr/local/glpi/files has been validated.
Write access to /usr/local/glpi/files/_dumps has been validated.
Write access to /usr/local/glpi/files/_graphs has been validated.
Write access to /usr/local/glpi/files/_lock has been validated.
Write access to /usr/local/glpi/files/_pictures has been validated.
Write access to /usr/local/glpi/files/_plugins has been validated.
Write access to /usr/local/glpi/files/_rss has been validated.
Write access to /usr/local/glpi/files/_sessions has been validated.
Write access to /usr/local/glpi/files/_tmp has been validated.
Write access to /usr/local/glpi/files/_uploads has been validated.
For security reasons, SELinux mode should be Enforcing.
PHP 7.4 official support has ended. An upgrade to a more recent PHP version is recommended.
Web server root directory configuration seems safe.
Sessions configuration is secured.
OS and PHP are relying on 64 bits integers.
exif extension is installed.
ldap extension is installed.
openssl extension is installed.
Following extensions are installed: bz2, Phar, zip.
Zend OPcache extension is installed.
Following extensions are installed: ctype, iconv, mbstring.
Following extensions are not present: sodium.
Write access to /usr/local/glpi/marketplace has been validated.
Timezones seems loaded in database.

GLPI constants
 
GLPI_ROOT: "/usr/local/glpi"
GLPI_CONFIG_DIR: "/usr/local/glpi/config"
GLPI_VAR_DIR: "/usr/local/glpi/files"
GLPI_MARKETPLACE_DIR: "/usr/local/glpi/marketplace"
GLPI_USE_CSRF_CHECK: "1"
GLPI_CSRF_EXPIRES: "7200"
GLPI_CSRF_MAX_TOKENS: "100"
GLPI_USE_IDOR_CHECK: "1"
GLPI_IDOR_EXPIRES: "7200"
GLPI_ALLOW_IFRAME_IN_RICH_TEXT: false
GLPI_SERVERSIDE_URL_ALLOWLIST: ["/^(https?|feed):\\/\\/[^@:]+(\\/.*)?$/"]
GLPI_TELEMETRY_URI: "https://telemetry.glpi-project.org"
GLPI_INSTALL_MODE: "TARBALL"
GLPI_NETWORK_MAIL: "glpi@teclib.com"
GLPI_NETWORK_SERVICES: "https://services.glpi-network.com"
GLPI_MARKETPLACE_ALLOW_OVERRIDE: true
GLPI_MARKETPLACE_MANUAL_DOWNLOADS: true
GLPI_USER_AGENT_EXTRA_COMMENTS: ""
GLPI_DISABLE_ONLY_FULL_GROUP_BY_SQL_MODE: "1"
GLPI_AJAX_DASHBOARD: "1"
GLPI_CALDAV_IMPORT_STATE: 0
GLPI_DEMO_MODE: "0"
GLPI_CENTRAL_WARNINGS: "1"
GLPI_DOC_DIR: "/usr/local/glpi/files"
GLPI_CACHE_DIR: "/usr/local/glpi/files/_cache"
GLPI_CRON_DIR: "/usr/local/glpi/files/_cron"
GLPI_DUMP_DIR: "/usr/local/glpi/files/_dumps"
GLPI_GRAPH_DIR: "/usr/local/glpi/files/_graphs"
GLPI_LOCAL_I18N_DIR: "/usr/local/glpi/files/_locales"
GLPI_LOCK_DIR: "/usr/local/glpi/files/_lock"
GLPI_LOG_DIR: "/usr/local/glpi/files/_log"
GLPI_PICTURE_DIR: "/usr/local/glpi/files/_pictures"
GLPI_PLUGIN_DOC_DIR: "/usr/local/glpi/files/_plugins"
GLPI_RSS_DIR: "/usr/local/glpi/files/_rss"
GLPI_SESSION_DIR: "/usr/local/glpi/files/_sessions"
GLPI_TMP_DIR: "/usr/local/glpi/files/_tmp"
GLPI_UPLOAD_DIR: "/usr/local/glpi/files/_uploads"
GLPI_INVENTORY_DIR: "/usr/local/glpi/files/_inventories"
GLPI_NETWORK_REGISTRATION_API_URL: "https://services.glpi-network.com/api/registration/"
GLPI_MARKETPLACE_PLUGINS_API_URI: "https://services.glpi-network.com/api/marketplace/"
GLPI_I18N_DIR: "/usr/local/glpi/locales"
GLPI_VERSION: "10.0.10"
GLPI_SCHEMA_VERSION: "10.0.10@05de68add675fb55abaeec10f3a2552085594a16"
GLPI_MARKETPLACE_PRERELEASES: false
GLPI_MIN_PHP: "7.4.0"
GLPI_MAX_PHP: "8.4.0"
GLPI_YEAR: "2023"

Libraries
 
htmlawed/htmlawed version 1.2.14 in (/usr/local/glpi/vendor/htmlawed/htmlawed)
phpmailer/phpmailer version 6.8.0 in (/usr/local/glpi/vendor/phpmailer/phpmailer/src)
simplepie/simplepie version 1.5.8 in (/usr/local/glpi/vendor/simplepie/simplepie/library)
tecnickcom/tcpdf version 6.6.2 in (/usr/local/glpi/vendor/tecnickcom/tcpdf)
michelf/php-markdown in (/usr/local/glpi/vendor/michelf/php-markdown/Michelf)
true/punycode in (/usr/local/glpi/vendor/true/punycode/src)
iamcal/lib_autolink in (/usr/local/glpi/vendor/iamcal/lib_autolink)
sabre/dav in (/usr/local/glpi/vendor/sabre/dav/lib/DAV)
sabre/http in (/usr/local/glpi/vendor/sabre/http/lib)
sabre/uri in (/usr/local/glpi/vendor/sabre/uri/lib)
sabre/vobject in (/usr/local/glpi/vendor/sabre/vobject/lib)
laminas/laminas-i18n in (/usr/local/glpi/vendor/laminas/laminas-i18n/src)
laminas/laminas-servicemanager in (/usr/local/glpi/vendor/laminas/laminas-servicemanager/src)
monolog/monolog in (/usr/local/glpi/vendor/monolog/monolog/src/Monolog)
sebastian/diff in (/usr/local/glpi/vendor/sebastian/diff/src)
donatj/phpuseragentparser in (/usr/local/glpi/vendor/donatj/phpuseragentparser/src/UserAgent)
elvanto/litemoji in (/usr/local/glpi/vendor/elvanto/litemoji/src)
symfony/console in (/usr/local/glpi/vendor/symfony/console)
scssphp/scssphp in (/usr/local/glpi/vendor/scssphp/scssphp/src)
laminas/laminas-mail in (/usr/local/glpi/vendor/laminas/laminas-mail/src/Protocol)
laminas/laminas-mime in (/usr/local/glpi/vendor/laminas/laminas-mime/src)
rlanvin/php-rrule in (/usr/local/glpi/vendor/rlanvin/php-rrule/src)
ramsey/uuid in (/usr/local/glpi/vendor/ramsey/uuid/src)
psr/log in (/usr/local/glpi/vendor/psr/log/Psr/Log)
psr/simple-cache in (/usr/local/glpi/vendor/psr/simple-cache/src)
psr/cache in (/usr/local/glpi/vendor/psr/cache/src)
league/csv in (/usr/local/glpi/vendor/league/csv/src)
mexitek/phpcolors in (/usr/local/glpi/vendor/mexitek/phpcolors/src/Mexitek/PHPColors)
guzzlehttp/guzzle in (/usr/local/glpi/vendor/guzzlehttp/guzzle/src)
guzzlehttp/psr7 in (/usr/local/glpi/vendor/guzzlehttp/psr7/src)
glpi-project/inventory_format in (/usr/local/glpi/vendor/glpi-project/inventory_format/lib/php)
wapmorgan/unified-archive in (/usr/local/glpi/vendor/wapmorgan/unified-archive/src)
paragonie/sodium_compat in (/usr/local/glpi/vendor/paragonie/sodium_compat/src)
symfony/cache in (/usr/local/glpi/vendor/symfony/cache)
html2text/html2text in (/usr/local/glpi/vendor/html2text/html2text/src)
symfony/css-selector in (/usr/local/glpi/vendor/symfony/css-selector)
symfony/dom-crawler in (/usr/local/glpi/vendor/symfony/dom-crawler)
twig/twig in (/usr/local/glpi/vendor/twig/twig/src)
twig/string-extra in (/usr/local/glpi/vendor/twig/string-extra)
symfony/polyfill-ctype not found
symfony/polyfill-iconv not found
symfony/polyfill-mbstring not found
symfony/polyfill-php80 in (/usr/local/glpi/vendor/symfony/polyfill-php80)
symfony/polyfill-php81 in (/usr/local/glpi/vendor/symfony/polyfill-php81)
symfony/polyfill-php82 in (/usr/local/glpi/vendor/symfony/polyfill-php82)
league/oauth2-client in (/usr/local/glpi/vendor/league/oauth2-client/src/Provider)
league/oauth2-google in (/usr/local/glpi/vendor/league/oauth2-google/src/Provider)
thenetworg/oauth2-azure in (/usr/local/glpi/vendor/thenetworg/oauth2-azure/src/Provider)

LDAP directories
 
Server: 'ldaps://---.---.-.---', Port: '636', BaseDN: 'DC=---,DC=---,DC=--', Connection filter:
        '(&(objectClass=user)(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))', RootDN: 'DOMAIN\sysadmin',
        Use TLS: none
Server: '---.---.-.---', Port: '389', BaseDN: 'dc=---,dc=--,dc=--', Connection filter:
        '(&(objectClass=posixAccount)(objectClass=sambaSamAccount))', RootDN: 'cn=root,dc=---,dc=--,dc=--', Use TLS: none

SQL replicas
 
Not active

Notifications
 
Way of sending emails: SMTP (anonymous@localhost)

Plugins list
 
    advancedplanning     Name: advancedplanning               Version: 1.1.0      State: Not installed                           
        Install Method: Marketplace
    news                 Name: Alerts                         Version: 1.12.1     State: Installed / not activated               
        Install Method: Marketplace
    barcode              Name: Barcode                        Version: 2.7.1      State: Installed / not activated               
        Install Method: Marketplace
    formcreator          Name: Form Creator                   Version: 2.13.7     State: Enabled                                 
        Install Method: Marketplace
    gantt                Name: gantt                          Version: 1.0.4      State: Enabled                                 
        Install Method: Marketplace
    glpiinventory        Name: GLPI Inventory                 Version: 1.2.3      State: Enabled                                 
        Install Method: Marketplace
    geninventorynumber   Name: Inventory number generation    Version: 2.8.3      State: Installed / not activated               
        Install Method: Marketplace
    addressing           Name: IP Adressing                   Version: 3.0.1      State: Enabled                                 
        Install Method: Marketplace
    mreporting           Name: More Reporting                 Version: 1.8.2      State: Installed / not activated               
        Install Method: Marketplace
    genericobject        Name: Objects management             Version: 2.14.7     State: Enabled                                 
        Install Method: Marketplace
    order                Name: Orders management              Version: 2.10.4     State: Installed / not activated               
        Install Method: Marketplace
    webhook              Name: Webhooks                       Version: 1.0.14     State: Installed / not activated               
        Install Method: Marketplace
    accounts             Name: アカウント                          Version: 3.0.3      State: Enabled                         
                Install Method: Marketplace
    datainjection        Name: インジェクション                 Version: 2.13.3     State: Enabled                         
                Install Method: Marketplace
    tag                  Name: タグ管理                           Version: 2.11.6     State: Enabled                           
              Install Method: Marketplace
    fields               Name: 追加のフィールド                 Version: 1.21.4     State: Enabled                         
                Install Method: Marketplace

Anything else?

No response

github-actions[bot] commented 10 months ago

There has been no activity on this issue for some time and therefore it is considered stale and will be closed automatically in 10 days.

If this issue is related to a bug, please try to reproduce on latest release. If the problem persist, feel free to add a comment to revive this issue. If it is related to a new feature, please open a topic to discuss with community about this enhancement on suggestion website.

You may also consider taking a subscription to get professionnal support or contact GLPI editor team directly.