opengg
36cc6909f8
[WebUI] bugfix: RequestParser::splitMultipartData drop extra trailing newline.
2017-05-31 00:33:25 +03:00
Chocobo1
3987e677d5
Refactor: move methods under the same #if section.
2017-05-31 00:33:24 +03:00
Chocobo1
13f27c6d3b
Refactor: move the validation of certificates & key functions under Server class
...
Rename method
Add log messages
2017-05-31 00:33:24 +03:00
Chocobo1
68f88f7907
Rename class variables
2017-05-31 00:33:23 +03:00
Chocobo1
6c2c08c6dd
Refactor: group port forwarding code together
...
Unify log message
2017-05-31 00:33:22 +03:00
Eugene Shalygin
b8eee9e1b8
Start up torrents after UI was created. Fixes #6454 .
...
Commit dd0537d changed torrents startup code adding alerts processing
into it. Therefore alerts were processed before UI code subscribed to
signals and therefore part of alerts was not reflected in the UI.
Thus here we do not start torrents in Session constructor, but do that
from Application::exec() after UI was constructed and is ready to process
signals.
2017-05-31 00:33:21 +03:00
Eugene Shalygin
ef08b4269d
Rename .desktop and appdata files to match executable name. Fixes #6625 .
2017-05-31 00:33:21 +03:00
Eugene Shalygin
6717e3d30c
Remove generated include from headers. Closes #6634 .
...
Not only fixes compilation with CMake 3.8 (without messing with include
paths) but makes sources cleaner.
2017-04-17 19:30:38 +02:00
Eugene Shalygin
778209ae49
cmake: fixes for cmake 3.8
...
AUTOUIC seems to became stricter.
2017-04-17 18:26:11 +02:00
sledgehammer999
0e64e6887a
Bump API_VERSION and API_VERSION_MIN to 13.
2017-04-06 02:04:31 +03:00
sledgehammer999
c25cb29e61
Sync translations of .desktop file from Transifex.
2017-04-06 02:04:29 +03:00
sledgehammer999
bca9b60db8
Revert "Refactor: initialize class variable directly"
...
This reverts commit b4bca7cfb7 .
2017-04-06 00:43:03 +03:00
Chocobo1
1ec122c4ab
Set cookie SID value to empty on logout
...
Set cookie SID expiration date to 1 day in the past on logout
2017-04-05 18:40:53 +03:00
Chocobo1
562dd41ab2
Fire up the timer to clean inactive sessions
2017-04-05 18:40:52 +03:00
Chocobo1
b4bca7cfb7
Refactor: initialize class variable directly
2017-04-05 18:40:51 +03:00
Chocobo1
b985bb43fa
Refactor: reorder headers
2017-04-05 18:40:50 +03:00
Chocobo1
bf8a438a6f
Set HttpOnly attribute to SID cookie
2017-04-05 18:40:48 +03:00
sledgehammer999
444c2bdf19
Revert "Use Perl-compatible regexes for RSS rules. Closes #6367."
...
This reverts commit 8d11af94f2 .
2017-04-04 03:25:27 +03:00
sledgehammer999
f86064e322
Revert "Cache rule regular expressions for performance"
...
This reverts commit bacef1ca24 .
2017-04-04 03:25:24 +03:00
sledgehammer999
6675544c23
Revert "Change named of getter function."
...
This reverts commit 20b30dd4b5 .
2017-04-04 03:25:14 +03:00
FranciscoPombal
10205ca67e
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-04 02:04:36 +03:00
Eugene Shalygin
db29a61fbf
cmake: fix OSX bundle creation
2017-04-04 02:04:33 +03:00
Chocobo1
3497c5307c
Fix cancel "Set location" causes files move to installation dir.
...
Closes #6568 .
2017-04-04 02:04:32 +03:00
Chocobo1
565f263ecb
Add log message
2017-04-04 02:04:31 +03:00
epicgirl1998
5b72595547
Remove extra space
...
fixes https://github.com/qbittorrent/qBittorrent/issues/6523
2017-04-04 02:04:24 +03:00
sledgehammer999
077469d5a0
Indicate bitness in stackstrace and about dialog. Closes #6172 .
2017-04-04 01:54:37 +03:00
sledgehammer999
20b30dd4b5
Change named of getter function.
2017-04-04 01:54:17 +03:00
Tim Delaney
bacef1ca24
Cache rule regular expressions for performance
...
--HG--
branch : magao-dev
2017-04-04 01:54:16 +03:00
Tim Delaney
8d11af94f2
Use Perl-compatible regexes for RSS rules. Closes #6367 .
...
--HG--
branch : magao-dev
2017-04-04 01:52:02 +03:00
sledgehammer999
02c96fa5e2
Change the user-agent format in the session.cpp too.
2017-04-04 01:48:43 +03:00
Chocobo1
f0eab3f085
Follow http user-agent format
...
Add version variable without the starting "v"
2017-04-04 01:48:27 +03:00
Chocobo1
21212fdfe5
Prepend QBT_ for preprocessor variables
2017-04-04 01:48:26 +03:00
FranciscoPombal
f39465c25a
Implement statistics window in web UI
2017-04-04 01:48:25 +03:00
Vladimir Golovnev (Glassez)
a3eaee7e7e
Remove exception-suppress macros
...
Remove SAFE_* macros from TorrentHandle class.
These macros using seems to be unneeded.
2017-04-04 01:48:03 +03:00
sledgehammer999
1e28bbb47e
Revert "Set default locale". Closes #6436 and #6459 .
...
This reverts commit 75ef6356d3 .
2017-04-04 01:48:02 +03:00
sledgehammer999
edb1b727c6
Add keywords to the .desktop file.
2017-04-04 01:47:38 +03:00
Chocobo1
78aeb5eee7
Capitalize title strings
...
Remove DISCARDABLE keyword which is ignored on 32-bit windows
2017-04-04 01:47:37 +03:00
Chocobo1
9dd93c3d17
Embed manifest when compiling with MSVC
...
Update manifest
2017-04-04 01:47:25 +03:00
buinsky
2d64405eb8
Improve performance of updating 'progress' column
2017-03-05 18:47:50 +02:00
Chocobo1
dff560d8c2
Workaround thread_local not supported on OSX
...
Drop back to xcode7.3 on TravisCI
2017-03-05 18:47:49 +02:00
Chocobo1
b3c973612f
Fix compile error: ‘escape’ is not a member of ‘Qt’
2017-03-05 18:47:48 +02:00
Chocobo1
3480d3d10c
Fix incomplete type compile error with Qt4
2017-03-05 18:47:47 +02:00
Chocobo1
8dcb792ac0
Replace rand() by a true uniform distribution generator
2017-03-05 18:47:37 +02:00
sledgehammer999
3bbe304856
Bump API_VERSION to 12.
2017-03-04 01:17:41 +02:00
Chocobo1
0356172a1d
Utilize escapeHtml
2017-03-04 01:17:40 +02:00
Chocobo1
80f3b19356
Add Utils::String::toHtmlEscaped
2017-03-04 01:17:39 +02:00
Chocobo1
39a569b438
Cleanup
2017-03-04 01:17:38 +02:00
Chocobo1
edaa7e85a7
[WebUI]: add X-XSS-Protection, X-Content-Type-Options, CSP header
2017-03-04 01:17:37 +02:00
ngosang
f9f7a8cbf2
[WebUI] Avoid clickjacking attacks
2017-03-04 01:17:35 +02:00
Chocobo1
7aef9828c9
[WebUI]: exclude insecure ciphers
2017-03-04 01:17:34 +02:00