nextcloud / workflow_script

Rule based processing of files through specified external scripts
https://apps.nextcloud.com/apps/workflow_script
GNU Affero General Public License v3.0
73 stars 19 forks source link

[Feature request] Add display name as placeholder #259

Open Nils160988 opened 8 months ago

Nils160988 commented 8 months ago

Suggestion to also add an option for the owner's/actor's display name, not only the owner's/actor's user id (%o and %a). Sometimes, the user-ids are rather technical and not suitable to reference in a script.

blizzz commented 7 months ago

Sounds reasonable, and should not be hard to implement I think. If there are any takers for implementing it.

ER-EPR commented 6 months ago

I also would like to use a display name as placeholder, because of the LDAP users use GUID by default as user ID, and it's hard to manipulate. External storage setting has a $home placeholder which can be set in LDAP settings. I currently using it to mount external SMB shares.