Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (604 - 606 of 2449)

Ticket Resolution Summary Owner Reporter
#1193 Fixed gtk client doesn't use theme colors stray
Description

now registering works so here the bug again from: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=29685&start=0

program: deluge-gtk version: 1.2.1 last not affected version: 1.1.9

The "State" and "Tracker" menu entries on the left seem to have a fixed background and text color regardless of the theme used.

The expected result would be that the theme colors are used.

#1194 Fixed Infinite login prompt in web ui through reverse proxy Vladimir Berezhnoy
Description

When I use web ui through nginx as reverse proxy, authentification never completes and keep showing the box with Login field. Also firefox gets hung on the page and consume 100% cpu. This doesn't hapen when connecting to web ui dirctly.

I'm using following nginx config:

location /deluge {

proxy_pass http://s:8112/; proxy_redirect off;

proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Deluge-Base /deluge/;

commit e7c7b8f4db4acaa5811c2573180a0afd6d24f947

#1195 Fixed Right-click on folder in Files Tab problem Calum hammered999
Description

Let's say you have a torrent that contains a bunch of files under a folder named "test_folder". Then in the "Files" tab the TreeView widget contains in the first row the "test_folder" and then in the sub-rows the files that "test_folder" contains.

Now LEFT-click on the first row to select the "test_folder". Then move your mouse a few sub-rows below and RIGHT-click on one of the sub-rows. The first row remains selected. The correct thing is for the sub-row to be selected.

(I don't how this behaves if the torrent contains more than one folders).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.