sledgehammer999
|
1111ca9d90
|
Merge pull request #6548 from Chocobo1/cookie
Fixes for AbstractWebApplication
|
2017-04-05 18:37:51 +03:00 |
|
Chocobo1
|
812bd4c83a
|
Uncrustify
|
2017-04-05 17:39:44 +08:00 |
|
Chocobo1
|
a86f189f53
|
Relax comparsion for floating point
|
2017-04-05 17:36:47 +08:00 |
|
Chocobo1
|
59556dfc6a
|
Cleanup & refactor
|
2017-04-05 17:36:47 +08:00 |
|
Chocobo1
|
86e82c71e5
|
Setup parent pointer
Rely on Qt to do the delete, since the parent ownership is setup
correctly.
|
2017-04-05 17:36:36 +08:00 |
|
sledgehammer999
|
f3d6ae3433
|
Merge pull request #6590 from FranciscoPombal/webui_remaining
fixed "remaining" column in WebUI
|
2017-04-04 01:35:59 +03:00 |
|
sledgehammer999
|
40948ab652
|
Merge pull request #6519 from evsh/cmake
cmake: fix build and add build configurations for Travis
|
2017-04-04 01:24:59 +03:00 |
|
sledgehammer999
|
b2528f7573
|
Merge pull request #6581 from Chocobo1/set_location
Fix cancel "Set location" causes files move to installation dir
|
2017-04-04 01:15:27 +03:00 |
|
FranciscoPombal
|
829ad2e1e6
|
fixed "remaining" column in WebUI
the key had the wrong name. In the js code, the expected key is "amount_left" and not "remaining".
|
2017-04-03 16:20:01 +01:00 |
|
opengg
|
b271fa9f00
|
[WebUI] Add skip_checking and paused to /command/download and /command/upload
|
2017-03-31 14:05:19 +08:00 |
|
Chocobo1
|
5de505acfe
|
Cleanup headers
Remove unused headers
Sort header includes
|
2017-03-30 16:45:11 +08:00 |
|
Chocobo1
|
faaafce35b
|
Fix cancel "Set location" causes files move to installation dir.
Closes #6568.
|
2017-03-30 16:45:10 +08:00 |
|
Chocobo1
|
0d3c670728
|
Add log message
|
2017-03-30 16:45:10 +08:00 |
|
Chocobo1
|
272d53fdf8
|
Set cookie SID value to empty on logout
Set cookie SID expiration date to 1 day in the past on logout
|
2017-03-22 17:22:10 +08:00 |
|
Chocobo1
|
4e48408eaa
|
Fire up the timer to clean inactive sessions
|
2017-03-22 17:21:10 +08:00 |
|
Chocobo1
|
e26b30a5f4
|
Refactor: initialize class variable directly
|
2017-03-22 17:20:28 +08:00 |
|
Chocobo1
|
e4d6fe2d02
|
Refactor: reorder headers
|
2017-03-22 17:20:27 +08:00 |
|
Chocobo1
|
e9bd75f4e1
|
Set HttpOnly attribute to SID cookie
|
2017-03-21 15:24:41 +08:00 |
|
Eugene Shalygin
|
b2ff058bc0
|
cmake: fix OSX bundle creation
|
2017-03-20 19:47:21 +01:00 |
|
Eugene Shalygin
|
5c0bf86405
|
cmake: remove qt4 leftover
|
2017-03-20 19:07:52 +01:00 |
|
epicgirl1998
|
f904cfa32d
|
Remove extra space
fixes https://github.com/qbittorrent/qBittorrent/issues/6523
|
2017-03-17 03:43:49 +02:00 |
|
opengg
|
db3158c410
|
[WebUI] bugfix: RequestParser::splitMultipartData drop extra trailing newline.
|
2017-03-11 01:26:22 +08:00 |
|
sledgehammer999
|
9eb01fbe4d
|
Merge pull request #6489 from evsh/fix-fileguard
Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488.
|
2017-03-08 12:18:58 +02:00 |
|
Eugene Shalygin
|
3091e03a95
|
Fix CMake build
|
2017-03-08 09:12:49 +01:00 |
|
Eugene Shalygin
|
3752d112fb
|
Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488.
The problem was created during Qt 4 drop, when FileGuard was promoted
from a member to a base class. The function was blindly changed.
|
2017-03-08 09:05:58 +01:00 |
|
Chocobo1
|
a16c557137
|
Always draw background
|
2017-03-08 14:36:42 +08:00 |
|
Chocobo1
|
2b2b3a4fe7
|
Fix downloaded/uploaded columns were not highlighted properly when selected.
Refactor
|
2017-03-08 14:36:09 +08:00 |
|
sledgehammer999
|
bc910798da
|
Indicate bitness in stackstrace and about dialog. Closes #6172.
|
2017-03-08 01:01:17 +02:00 |
|
sledgehammer999
|
a7dcf20ed1
|
Fix state of IP filter widgets.
|
2017-03-08 00:30:54 +02:00 |
|
sledgehammer999
|
729fbb2e50
|
Change named of getter function.
|
2017-03-08 00:16:25 +02:00 |
|
sledgehammer999
|
aa51907387
|
Merge pull request #6369 from magao/issue6367
Use Perl-compatible regexes for RSS rules. Closes #6367.
|
2017-03-08 00:04:17 +02:00 |
|
sledgehammer999
|
be60b3e046
|
Change the user-agent format in the session.cpp too.
|
2017-03-07 23:41:29 +02:00 |
|
sledgehammer999
|
147f4d76e2
|
Merge pull request #6445 from Chocobo1/fix
Follow http user-agent format
|
2017-03-07 23:38:14 +02:00 |
|
sledgehammer999
|
7a6da3d3ce
|
Merge pull request #6479 from Chocobo1/qt4
Remove remainings of Qt4
|
2017-03-07 23:28:56 +02:00 |
|
sledgehammer999
|
b90db12ba0
|
Use a QTreeView and a sort proxy in the manually banned IP list to have a consistent sort order with QStringList::sor().
|
2017-03-07 23:16:51 +02:00 |
|
sledgehammer999
|
431658bee6
|
Fix race condition where there was a chance to allow all ips between reparsings of the ip filter.
|
2017-03-07 23:16:50 +02:00 |
|
sledgehammer999
|
14513cd81f
|
Allow edit of manually banned IPs regardless if an IP filter has been set.
|
2017-03-07 23:16:43 +02:00 |
|
sledgehammer999
|
5084c01c2b
|
Merge pull request #5877 from dzmat/to_pull_request
locally banned IP list managment (Closes #1837 )
|
2017-03-07 23:14:20 +02:00 |
|
sledgehammer999
|
140187649d
|
Merge pull request #6473 from FranciscoPombal/stats_webui
Implement statistics window in web UI
|
2017-03-07 22:51:57 +02:00 |
|
sledgehammer999
|
f3cbb7f9da
|
Merge pull request #6384 from glassez/safe-macros
Remove exception suppressing from torrenthandle.cpp
|
2017-03-07 22:50:06 +02:00 |
|
sledgehammer999
|
b69b6d1f55
|
Revert "Set default locale". Closes #6436 and #6459.
This reverts commit 75ef6356d3 .
|
2017-03-07 15:35:42 +02:00 |
|
Vladimir Golovnev (Glassez)
|
79e8f69fb6
|
Remove exception-suppress macros
Remove SAFE_* macros from TorrentHandle class.
These macros using seems to be unneeded.
|
2017-03-07 15:04:57 +03:00 |
|
Chocobo1
|
fa2128cbae
|
Replace Utils::String::fromStdString() by QString::fromStdString()
|
2017-03-07 19:42:44 +08:00 |
|
sledgehammer999
|
9839ef7292
|
Add keywords to the .desktop file.
|
2017-03-06 20:58:02 +02:00 |
|
Chocobo1
|
87384ca2a2
|
Replace Utils::String::toHtmlEscaped() by QString::.toHtmlEscaped()
|
2017-03-07 00:03:53 +08:00 |
|
Chocobo1
|
ffdcfe9686
|
Replace Utils::String::toStdString() by QString::toStdString()
|
2017-03-06 23:58:38 +08:00 |
|
Chocobo1
|
7539bee5c5
|
Remove remaining QBT_USES_QT5 defines.
Fixup of e64bb1de8c .
|
2017-03-06 23:47:07 +08:00 |
|
dzmat
|
59de1af31b
|
implemented UI for managment of locally banned IP list (Closes #1837 )
|
2017-03-06 19:40:34 +07:00 |
|
Chocobo1
|
2091dfaa69
|
Follow http user-agent format
Add version variable without the starting "v"
|
2017-03-06 14:42:32 +08:00 |
|
Chocobo1
|
cb1646be32
|
Prepend QBT_ for preprocessor variables
|
2017-03-06 13:41:58 +08:00 |
|