Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (613 - 615 of 2449)

Ticket Resolution Summary Owner Reporter
#1076 Fixed [webui] 1.2.x - impossible to reverse proxy with apache Damien Churchill orbisvicis
Description

The 1.1.x webui included a command-switch to dynamically change the webroot - that is, prefix all urls and redirects with a base url (did it work for all headers/cookies, or only redirects?). See http://forum.deluge-torrent.info/viewtopic.php?f=7&t=10165&st=0&sk=t&sd=a#p53605

1.2.x does not offer this, and because 1.2.x uses ajax/xmlhttprequest it is not possible to reverse proxy deluge-web behind apache, for several reasons:

1) Javascript does not preserve the REFERER Header. Apache mod_rewrite rules such as the following will no longer work. RewriteCond %{HTTP_REFERER} protocol://some.website.uri:port/deluge/.* RewriteCond %{REQUEST_URI} ^/deluge/.* RewriteRule /(.*) /deluge/$1 [PT]

(notice that without tracking the Referer, Rewrite rules most likely would conflict with other webapps)

2) Apache substitute filters are somewhat broken. The following will not work (to rewrite the urls in the xml[ajax],css,javascript,and html)

FilterProvider text_inflate inflate resp=Content-Type $text FilterChain +text_inflate

FilterProvider html_sed sed resp=Content-Type $html FilterChain +html_sed OutputSed s#url(["']\(["']\{1,\}\)["'])#url(/deluge\1)#

FilterProvider js_sed sed resp=Content-Type $javascript FilterChain +js_sed OutputSed s#'\(\(/[a-zA-Z]\{1,\}\)\{1,\}/[a-zA-Z]\{1,\}\.[a-zA-Z]\{2,3\}\)'#'/deluge\1'#

FilterProvider xml_sed sed resp=Content-Type $xml FilterChain +xml_sed OutputSed s#\(\(/[a-zA-Z]\{1,\}\)\{1,\}/[a-zA-Z]\{1,\}\.[a-zA-Z]\{2,3\}\)#/deluge\1#

FilterProvider css_sed sed resp=Content-Type $css FilterChain +css_sed OutputSed s#url(\([)]\{1,\}\))#url(/deluge\1)#

FilterProvider text_deflate deflate resp=Content-Type $text FilterChain +text_deflate

(notice in this case the limitation with mod_proxy_html: it does not parse inline css. That's why it is also necessary to rewrite the html.)

This is why I'm asking for a 1.2.x re-implementation of this very critical 1.1.x feature.

#796 WorksForMe GTK UI Broken since after ~4560 andar optimum.reflex@gmail.com
Description

In the latest 1.2.0 revisions I get the following errors:

[ERROR ] 13:02:17 ui:65 No module named twisted.internet Traceback (most recent call last):

File "/usr/lib/python2.6/site-packages/deluge-1.2.0_dev-py2.6-linux-x86_64.egg/deluge/ui/ui.py", line 54, in init

from deluge.ui.gtkui.gtkui import GtkUI

File "/usr/lib/python2.6/site-packages/deluge-1.2.0_dev-py2.6-linux-x86_64.egg/deluge/ui/gtkui/gtkui.py", line 29, in <module>

from twisted.internet import gtk2reactor

ImportError: No module named twisted.internet [ERROR ] 13:02:17 ui:66 Unable to find the requested UI: gtk. Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.

I've reverted to 4560 which seems to be around the last release to work for me.

On linux, x86_64

#1393 Invalid GTK client crashes optim
Description

Deluge GTK client crashes with Gtk:ERROR:/build/buildd/gtk+2.0-2.20.1/gtk/gtkfilesystemmodel.c:746:gtk_file_system_model_sort: assertion failed: (r == n_visible_rows). It happens from time to time, sometimes client run ok all day long, sometimes it crahes after 15 minutes. I can't reproduce it purposedly. I am using package from Deluge PPA on Ubuntu Lucid 10.04 64-bit.

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