Welcome to GLPi feature request service.
Please check if the feature has not already been requested.
If not, please describe it

+9

Add a button in Watchers to add me directly

mathieu sizec 7 years ago updated by blippercop 2 years ago 3
+9

Availability of changing the entity of an ticket

Ricardo Alexander Perez Ricard 7 years ago updated by Denn 11 months ago 2

If a user moves between different entities, he or she has permissions in those entities, if he or she sends an incident or request from an entity where he or she is not physically present at the time, the technician, supervisor or administrator does not have the option to Change the entity to which that incident or request belongs.

+9

mail notification with image in mime (to avoid the "fishing" message in outlook) #1829 (same as github)

Eric 7 years ago 0

Dear Community, we are facing a issue with email notification regarding inclusion of images within the html notification.


(Image are included with an absolute path)
Currently the mail client (outlook) detect the image as a fishing attempt.

Considering two options :
1/ is there any none recommendation to workaround this issue ?

2/ would the community consider the following enhancement request : add images as mime part within the mail body ?

Typically the algorithm could be :
- scan the html body
- detect the tag image within the html
=> built an array (only considering relative imagepath, absolute means don't touch )
and when creating the mail body add the image.

I found the following example on internet if someone as some time ressource to do-it :
$mime = new Mail_mime($crlf);
$mime->addHTMLimage('mail_templates/img/bg.png', 'image/png');

In the html part of mail body:
<img src="mail_templates/img/bg.png"/>

A convention might be needed, where to put the image folder accessible to the scripts.

Free to echange this request.
with many thanks
Eric


+9

Tasks by Supplier

tyrone wyatt 8 years ago updated by Walid Nouh 8 years ago 4

We often log tickets and assign them to suppliers.

The supplier will inform me in writing what tasks were done and we transcribe this into our ticket. This means the task author is myself and not the supplier.

If we could have the task by option be expended to groups and suppliers we can clearly see what tasks are done by whom and who's time is used to complete that task.

+9

Advanced LDAP nested group support

Yoann Gini 8 years ago updated 8 years ago 0
Hello

Using massively GLPI with OS X Server and Open Directory services I've a limitation with the current LDAP plugins for group import.

Indeed, Open Directory LDAP schema is a bit special, it's based on POSIX + some extensions. The group known the members but user and groups aren't stored the same way.

Here is an example for two Open Directory group:


dn: cn=it,cn=groups,dc=server,dc=example,dc=com
objectClass: top
objectClass: posixGroup
objectClass: extensibleObject
objectClass: apple-group
cn: it
gidNumber: 1042
apple-generateduid: DD3E22B4-3A8D-4B97-9BC4-0B10CA63273F
apple-group-nestedgroup: F22A5302-5D54-4999-AB01-1FDEB090CDE0
apple-group-nestedgroup: 4F53966E-2D4D-4384-9CB1-C394D3369540
apple-group-nestedgroup: BCF923D7-C33B-4EAF-9082-F77FB17DE856
apple-group-realname: IT
apple-ownerguid: 10F3F6CA-7711-42A8-A614-808B897F53DE
description: IT department


And an other one

dn: cn=it-ext,cn=groups,dc=server,dc=example,dc=com
objectClass: top
objectClass: posixGroup
objectClass: extensibleObject
objectClass: apple-group
cn: it-ext
gidNumber: 1533
apple-generateduid: 4F53966E-2D4D-4384-9CB1-C394D3369540
apple-group-memberguid: B10E526D-4282-456B-8F0A-5A033FBDDA61
apple-group-memberguid: 34431329-95E4-496A-AB43-368A0E212F99
apple-group-realname: External IT members
description: IT members who aren't employees but contractors
memberUid: yoanngini
memberUid: bob

As you can see with the it-ext group (the second) one, member are defined with the memberUid field and the value correspond to the user uid, regular POSIX group behavior.

But for nested group, Apple use a dedicated field apple-group-nestedgroup and the value correspond to the apple-generateduid field of the target group.

This isn't supported by GLPI at this time and it could be really awesome to add a method to support this.

+9

Improvement the Plugin option

Juan Fernando Villa Hernández 8 years ago updated by Curtis Conard 3 years ago 3

Collect all the plugins official and unofficial of the GLPI and Show into the Plugin option avoiding search, research, upload by ftp/scp, change the permissions, put in the right folder, install and enable the "plugins", test and pray.... it's just better see what plugins exist and is more easy just Select, install and Enable plugins proved and aproved by the community. Even put in another option the integrations with another apps like Fusion Inventory, OcsInventory NG, Process Maker, Shinken, Zabbix, Nagios, Puppet etc... What do you think Comrades?

+8

Support for Storage as category

Krishna M S 12 months ago 0

By default storage devices like NetApp,Synology, Dell EMC are detected as Network devices, and it is not possible to see the disk usage, CPU and Memory usage. It would be nice to have it and be able to manage.

+8

Add meta properties to display in previews of shared links

miguelanruiz 2 years ago updated 12 months ago 5

The thing is, when you share a link copying URL, you expect to share link with title:

Image 408

I think can be created some interfaces to give data on each class, it has to look like this:

<meta property="og:title" content="Example Page">
<meta property="og:image" content="https://example.com/images/image.jpg">
<meta property="og:description" content="This is just an example page.">
<meta property="og:url" content="https://example.com/page.html">

And then link sharing will be looks like:

Image 409

+8

Move assets from one category to another

Bahadir Birden 3 years ago 0

Hi ,

I'm just getting acquainted with the GLPi world. I have digged documents about my problem but couldn't find .

World is more the Computer asset. Servers, Virtual servers lots of types. I can created those asset types by generic object plugin.


But is it possible to Move an asset from Computer type to (Custom Created) Servers type.


Best Regards

Bahadir

+8

[9.5.3] Ability to attach computer items to a plug (PDU)

jugurtha13 3 years ago 0

I discover the integration of the "racks" plugin in the GLPI core, excellent work.

I added my PDUs in the racks (on the right and on the left), I defined the number of socket per PDU but I do not find the possibility to say my computer "XX-XXXX" is plugged on the plug 6 of my PDU "xxxx".


Image 384

Maybe the option exists but I can't find it .... I am searching like crazy.

Thank you in advance for your help.