Modify ↓
Opened 4 years ago
Last modified 3 years ago
#4813 new enhancement
Add an attachment ATTACHMENT_VIEW permission
| Reported by: | villalba.martin@… | Owned by: | anybody |
|---|---|---|---|
| Priority: | normal | Component: | Request-a-Hack |
| Severity: | minor | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Trac is a great software for tech support (at least in my company). However, when customers fill a bug report in our system, they must attach a dump of their data. This dump is usually confidential, thus requiring some sort of restriction about who can view it.
By adding some sort of "ATTACHMENT_VIEW" permission, a user could be allowed (or not) to see attachments. That way, developers would be given permission to view attachments, while users wouls be allowed only to upload them.
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by rjollos
- Owner changed from anybody to rjollos
- Status changed from new to assigned
- Summary changed from Attachment download restriction to ATTACHMENT_VIEW permission
comment:2 Changed 3 years ago by rjollos
- Owner changed from rjollos to anybody
- Status changed from assigned to new
- Summary changed from ATTACHMENT_VIEW permission to Add an attachment ATTACHMENT_VIEW permission
Note: See
TracTickets for help on using
tickets.


This feature would probably be most appropriately implemented in Trac core. I suggest opening a ticket on Edgewall. Following the existing permissions schema, the permission would be appropriately named ATTACHMENT_VIEW.