Custom Query (2447 matches)
Results (577 - 579 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1145 | Fixed | Always present window if it is not visible | ||
Description |
If the main window is covered by other windows currently Deluge hides it instead of bringing it to front. Thus only an active window should be hidden, in every other case it should be presented first. |
|||
#1146 | Fixed | webui context menu behavior in Firefox 3.6 | ||
Description |
Hi everybody, using Firefox 3.6 and right-clicking anything in webui will result in Firefox's context menu blocking the view of the deluge context menu underneath. This is not the case with Firefox 3.5. Have a look at the image I attached. |
|||
#1147 | Fixed | Cannot upload a torrent in a multi-user system via the web interface | ||
Description |
In a multi-user environment, e.g. every user running their own deluged and deluge-web as a separate user on the system, when uploading a torrent the second user to do so will get a eternal "uploading torrent" dialogue in the web ui. I have diagnosed the problem to this file: http://dev.deluge-torrent.org/browser/trunk/deluge/ui/web/server.py#L167 The first time a user uploads a torrent a "delugeweb" directory is created. This is owned by the first user and has the default file permissions (0700 on our systems). If a second user then tries to upload a torrent this will fail as the directory is owned by the first and they do not have write permission. This bug *may* be related to the ticket: http://dev.deluge-torrent.org/ticket/1087 Possible solutions:
|