Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (577 - 579 of 2447)

Ticket Resolution Summary Owner Reporter
#1145 Fixed Always present window if it is not visible mathbr
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 Damien Churchill locutus266
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 Damien Churchill _Lemon_
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:

  • A folder name based on the user e.g. "delugeweb-$userID".
  • A call to set 0777 permissive restrictions on the folder when created. However this would require the uploaded torrents to be set to 0600 (the default but hey... let's make sure?) afterwards.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.