Thomas Piccirello
a7f4ea8b18
Fix javascript errors and follow best practices
7 years ago
Thomas Piccirello
cd5a55d711
Skip username/password check for active sessions ( closes #6860 )
7 years ago
Mike Tzou
aa947ee966
Merge pull request #7023 from Chocobo1/msvc_stack
...
Raise total stack size on Windows
7 years ago
thalieht
91f528bc96
Fix coding style for several files
...
trackerlist
autoexpandabledialog
previewselect
shutdownconfirmdlg
torrentcontentfiltermodel
torrentcontenttreeview
peerlistsortmodel.h
7 years ago
Chocobo1
53017d5cde
Separate "Release mode" linker options
7 years ago
Chocobo1
741d87cb91
Raise total stack size on Windows to 8 MB. Closes #7021 .
...
MSVC default was 1 MB.
7 years ago
Vladimir Golovnev
4d28f8f48d
Fix RSS with normal links do not work ( #7016 )
...
Fix regression of RSS code redesign.
Closes #7003 .
7 years ago
sledgehammer999
1a506ac582
Merge pull request #7002 from adem4ik/patch-1
...
Update russian.nsi
7 years ago
Andrei Stepanov
13a8c84bbd
Update russian.nsi
7 years ago
Vladimir Golovnev
3181469d87
Merge pull request #6911 from tgregerson/tags
...
Add a Tags system to the GUI to expand torrent organization / filtering options. Closes #13 .
7 years ago
Tony Gregerson
467e516801
Add a Tags (multi-label) feature to the GUI. Closes #13 .
...
See https://github.com/qbittorrent/qBittorrent/issues/13 for details.
7 years ago
sledgehammer999
70ae05c3de
Pad shorter python versions. Closes #6877 .
7 years ago
sledgehammer999
7d030b4cd9
Drop python2 support.
7 years ago
sledgehammer999
a77e1c9f36
Use qt5 connect style for searchengine, pluginselectdlg and searchwidget.
7 years ago
sledgehammer999
dee0b63cc5
Aggregate installed/updated plugin names and use a single messagebox to inform the user.
7 years ago
sledgehammer999
c2a2d306da
Use alternative method for plugin favicon validity. Drop unnecessary code.
7 years ago
sledgehammer999
34c29b78f9
Update the backend when a new plugin favicon is downloaded.
8 years ago
sledgehammer999
8c98c8cb3f
Put copyright warning message to the search plugin dialog.
8 years ago
sledgehammer999
fc543b9db6
Display instructions when no search plugin is installed.
8 years ago
sledgehammer999
793ed7148f
Remove code that expects bundled search plugins.
8 years ago
sledgehammer999
de74f9298f
Remove all search plugins from repo.
8 years ago
sledgehammer999
4ab117d946
Remove possible double check of the same thing.
8 years ago
sledgehammer999
d88f0f36e0
Merge pull request #6889 from Chocobo1/lowercase
...
Convert all http header name constants to lowercase
8 years ago
sledgehammer999
fd05f5dec5
Merge pull request #6887 from Chocobo1/csrf_relax
...
[WebUI] relax CSRF defense. Closes #6882 .
8 years ago
Anton-Latukha
e00c96df99
systemd service with user switch.
...
rm previous systemd unit service
cmake now placing new file 'qbittorrent-nox@.service.in'
systemd service now "Type=simple"
8 years ago
Eugene Shalygin
fff6640127
Merge pull request #6820 from evsh/fspathedit-visual-feedback
...
Add visual feedback for wrong paths in FileSystemPathEdit
8 years ago
Eugene Shalygin
574fed04fc
Add visual feedback for wrong paths in FileSystemPathEdit
8 years ago
Vladimir Golovnev (Glassez)
66aeafdc63
Fix crash in ArticleListWidget
...
ArticleListWidget::handleArticleList() can be called inside
ArticleListWidget::handleArticleAboutToBeRemoved() and list widget
item can be removed at this point. Now we checking for it existence.
Closes #6896 .
8 years ago
sledgehammer999
4a1ed9ff0e
Merge pull request #6898 from Chocobo1/timeout
...
Fix keep alive duration was wrongly in milliseconds instead of seconds
8 years ago
Chocobo1
8419ca87f9
Fix KEEP_ALIVE_DURATION value
...
I intended to specify 7 seconds, which should be 7000 milliseconds
8 years ago
sledgehammer999
15fb72275a
Merge pull request #6907 from thalieht/transInstaller
...
Add greek translation for windows installer
8 years ago
thalieht
10b10b10b8
Add greek translation for windows installer
8 years ago
sledgehammer999
d3912b5600
Merge pull request #6900 from BouRock/patch-2
...
Updated turkish installer
8 years ago
sledgehammer999
63566b45d0
Merge pull request #6908 from KingLucius/arabicinstaller
...
Installer Arabic language update
8 years ago
KingLucius
8c0577862b
Installer Arabic language update
8 years ago
Mike Tzou
6f6a17341f
Merge pull request #6859 from Chocobo1/cookie_select
...
Manage Cookies dialog improvements
8 years ago
Burak Yavuz
c13af881d9
Updated turkish installer
8 years ago
Vladimir Golovnev
c503583046
Merge pull request #6864 from glassez/rss
...
Improve RSS Article handling
8 years ago
Chocobo1
45c21f62f9
[WebAPI] Convert all header name constants to lowercase
...
This save us another transition when some day we implements HTTP/2
(which all headers are in lowercase).
8 years ago
Chocobo1
cdb8f4bc61
[WebUI] relax CSRF defense. Closes #6882 .
...
Allow HTTP request which has neither Origin nor Referer header included
8 years ago
sledgehammer999
b5c0d90e9c
Merge pull request #6842 from Chocobo1/countPieces
...
[TorrentCreator] Show total number of pieces. Closes #6774 .
8 years ago
Chocobo1
087856d3d8
[WebUI]: Implement CSRF defense
...
Bump API version
8 years ago
Vladimir Golovnev (Glassez)
4021bf68f7
Use constants for article field names in RSS::Feed
8 years ago
Vladimir Golovnev (Glassez)
02f77a05dc
Improve RSS article parsing
...
Use QLatin1String for string literals.
Use predefined constants for article hash table keys.
8 years ago
Vladimir Golovnev (Glassez)
080dd79875
Store all RSS Article data in auto downloading job
8 years ago
Vladimir Golovnev (Glassez)
475348595c
Improve RSS::Article class
...
Store more RSS article fields.
Don't use legacy article field names in Parser code.
8 years ago
sledgehammer999
34c7465009
Merge pull request #6871 from KingLucius/googlefavicon
...
Fetch Favicons via google
8 years ago
sledgehammer999
ace68d4961
Merge pull request #6874 from evsh/no-old-style-cast
...
Disable warnings in the bundled QtSingleAppplication and fix CMake builds in Travis
8 years ago
Eugene Shalygin
72cb868224
cmake: disable warnings for bundled QtSingleApplication
8 years ago
Eugene Shalygin
c2f9f57ef4
Travis: group apt packages
8 years ago