Commit Graph

91 Commits

Author SHA1 Message Date
hamza zia
c5f4ee2c3f
Merge pull request #417 from 4Oranges/master
support config server connection config in uri
2018-02-10 18:25:52 +08:00
hamza zia
076a067465
Fixed unsuccessful download error. Fixes #383 2018-01-27 06:10:49 -08:00
4Oranges
9e3c173d39 support connection config in uri 2017-12-22 01:36:30 +08:00
hamza zia
23dac0acb7
Revert "some minor modification" 2017-12-15 17:13:29 +05:00
0xDEADBEEF
3f45c08c05 Fixes file settings missing 2017-12-02 03:10:21 +08:00
antiwinter
1f9d05519e 1. fix the repeatedly alerts when the token or URL is incorrect
2. fix a bug that update will not be called immediately after new
configurations set
2017-09-29 16:54:50 +08:00
Sergei Morozov
49755bff68 Using POST instead of JSONP for JSON-RPC calls to enable *.torrent file uploads 2017-08-04 15:50:34 +03:00
ipcjs
0f7c2d3fc4 support multi header 2017-02-06 05:47:25 +08:00
hamza zia
c7a5eace6a Merge pull request #291 from anthonyraymond/remove-dev-log
Removed useless console.log
2017-01-04 13:07:58 +05:00
kuoruan
c087af8e78 Add more translation 2017-01-04 13:53:02 +08:00
anthonyraymond
f2eec64452 Removed useless console.log 2017-01-01 01:28:53 +01:00
kuoruan
8be8aef0c2 Update libs
* Update to latest version.
* Use minified files.
* Delete unused files.
2016-12-23 18:32:44 +08:00
unknown
db25e0632b fix pause default value in add download link by url 2016-06-30 00:38:51 +04:30
John Swanson
30c7309d9b Reconnect when token changes on successful connection
If the websocket connection succeeds, but the token is wrong, changing
the token in the UI did not succeed (because we are already connected
and nothing was triggering a reconnect attempt with the new config).
2016-05-04 13:51:44 -07:00
hamza zia
c4b4dd4d50 added translation for more alerts 2016-05-02 10:35:47 +08:00
slnpacifist
10727359be Added transport initialization phase. Websocket transport is not skipped anymore if jsonp is not able to connect. 2016-04-13 17:23:19 +08:00
Jimmy Z
dab552c255 will still try default if cookie config failed 2016-03-10 14:55:29 +08:00
Jimmy Z
ce84a36875 do not try default config if we have cookie
and fixed some wrong variable names
2016-03-09 22:37:51 +08:00
hamza zia
e05dd94c31 follow rpc global timeout from config: 2016-03-04 22:03:19 -08:00
hamza zia
f4fa6bf572 lookup configuration rpc path by default 2016-03-04 11:01:26 -08:00
hamza zia
38326d7e93 fixed bugs and added download/upload speed titles 2015-10-28 04:07:49 +08:00
hamza zia
34b6d97be6 added custom aria2 rpc path setting. Fixes #161 2015-09-12 16:55:02 +08:00
janglapuk
bb8e6d961f Added missing http-user and place them to $downloadProps 2015-08-28 21:46:32 +08:00
hamza zia
1aac0166b9 send rpc syscalls in the order in which they were created 2015-07-11 10:59:31 +05:00
hamza zia
21b929f11c added http password support when adding uris 2015-07-11 10:34:12 +05:00
hamza zia
c83cd702e4 fixed addUris settings bug 2015-07-11 10:28:53 +05:00
Nicholas Orr
77785173bf Add direct URL to files
Ability to download files directly via pre-configured webserver. Simply
supply the base URL and links will be added to each file in the details
section.
2015-04-29 01:31:04 +08:00
hamza zia
2e26cabb8a added error status messages 2015-04-19 15:35:13 +08:00
cmheia
53ce35102e wss with password
add support for wss://user:passwd@host:port/jsonrpc
2015-04-05 03:36:04 +08:00
Yura Fedoriv
bae124a68b changed default title; fixed {{name}} title during load; made title status display configurable;
fixed some typos; fixed error alert styling
2015-03-22 13:31:54 +02:00
Nuno Santos
fb82efc14b Add ability to specify per-file options in Add by URI. 2014-12-15 11:30:39 +01:00
hamza zia
b12247580e added select files feature 2014-09-02 00:15:33 +05:00
Евгений
56eb3844db Update settings.js 2014-07-01 17:54:50 +04:00
Florent Viard
4566c9a9f3 Reworked getUris/getTorrents/getMetalinks to be nicer and to have the advanced options as a collapsable block. 2014-06-10 01:59:23 +02:00
hamza zia
5ba428d4ae removed assemed conf from jsonrpc 2014-06-03 03:53:45 +08:00
hamza zia
b85de64746 added global statistics to tweat the webui 2014-06-03 03:36:21 +08:00
hamza zia
fa926e7d47 Merge branch 'master' into gh-pages 2014-06-01 01:44:11 +08:00
hamza zia
23591212b0 Added Per download specific settings along with more UI tweaks 2014-06-01 01:32:46 +08:00
hamza zia
6e9a234412 added a warning for insecure connections 2014-05-31 20:59:02 +08:00
hamza zia
58d9221aa5 made rpc error handling more robust 2014-05-31 20:42:09 +08:00
hamza zia
3d6df1d5f5 Merge branch 'rpc-token' of git://github.com/nmaier/webui-aria2 into nmaier 2014-05-31 18:10:16 +08:00
Nils Maier
cea5f8bd12 Implement --rpc-secret support 2014-05-24 16:59:35 +02:00
Nils Maier
23773bac0d Consolidate titles 2014-05-24 16:55:42 +02:00
robbielj
e129e7c034 Update rpc.js 2014-03-14 13:59:12 +01:00
robbielj
59c66a211a Update utils.js 2014-03-14 13:57:57 +01:00
Nils Maier
37a8307027 IE compat 2014-02-28 13:30:45 +01:00
Nils Maier
38a413e95b Performance improvements
* Pre-compute name, formatted sizes and speeds.
* Handle name edge-cases such as no-path and no-uris better.
* Unroll getCtx.
* Improve performance of mergeMap.
* Delay the search filter.

As indicated by Chrome/Gecko profilers.
2014-02-28 13:30:44 +01:00
Nils Maier
c22cd3c28c Improve alert messages a bit 2014-02-28 12:25:23 +01:00
Nils Maier
3843bf34f5 Fix subscriptions race. 2014-01-09 04:18:44 +01:00
Andrew Payne
f5fab45662 Prefixed uint8array() with 'new ' to make everything work again. 2013-08-18 10:18:21 +10:00