Weirong Xu
b41c78206d
fix single quotes match
2017-09-20 22:19:50 +08:00
Raidou
067c369561
fix when --out parameter contain more space, and support single quotes
2017-09-20 14:43:43 +08:00
hamza zia
88cbd70753
Update modal.js
2017-08-26 18:17:52 +05:00
Sergei Morozov
e101511141
Sort downloads by completeness within category
2017-08-23 20:55:28 -07:00
vitam
44d46a607c
sort files alphabetically, make more easier to find file
2017-07-31 14:58:49 +02:00
vitam
a0d1468a05
rewrite most of code into separate angular directive file
2017-07-29 17:38:40 +02:00
vitam
caa1e940e2
change some code for better perfomance, support indeterminate
2017-07-29 17:38:40 +02:00
vitam
2b6fe4b2bd
group file into folder in select file
2017-07-29 17:38:40 +02:00
vitam
e1ddc82a64
group file into folder in select file
2017-07-29 17:38:40 +02:00
no1xsyzy
12ea6710ad
Fixes #302
2017-07-27 10:26:13 +08:00
Andrii Pastushenko
23ec546535
added filter for global settings, translation for 'Filter'
2017-06-24 21:54:27 +03:00
kuoruan
c911f93ffd
Add file input styles
2017-05-18 12:08:31 +08:00
Carl Norum
d36a81154f
Display upload ratio.
2017-04-22 17:14:58 -07:00
Carl Norum
20e6a6f43d
Fix upload length update.
2017-02-25 20:06:26 -08:00
ipcjs
0f7c2d3fc4
support multi header
2017-02-06 05:47:25 +08:00
Sergei Morozov
24d3e25126
getUris dialog improvements
...
This patch resolves #295 by making the Download Settings fieldset collapsed by default and moving the examples of URIs in textarea into the placeholder of textarea itself.
It also allows form submission when textarea is focused by pressing Ctrl+Enter.
2017-01-08 14:47:22 -08:00
kuoruan
c087af8e78
Add more translation
2017-01-04 13:53:02 +08:00
Kurt Kartaltepe
ad57270218
Add status for 'verifing' and 'verifyPending'
2016-09-20 17:58:00 -05:00
Kurt Kartaltepe
ddc69c1807
Report hash verification progress
2016-09-19 23:34:20 -05:00
Milad
0dc1255bb7
Changing Position In Queue
...
Adding Shutdwn Server Menu
2016-03-30 11:21:01 +04:30
Myf
1b7ee32037
Add change Language button.
2015-10-30 15:53:40 +08:00
Brian G. Olson
c04de8da64
Show number of seeders along with number of connections.
...
For downloads that have seeders show "Connections (Seeders)" in the
connections button, otherwise show "Connections"
2015-06-15 01:46:46 -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
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
Brad Christensen
8a0ce2c2a3
Upgraded to Bootstrap 3.3.2
2015-03-13 21:39:35 +13:00
Puzzles Flat
a4fb25802d
Revert commit 7eec859
("Do not remove stuff from lists")
...
When removing a download, Angular doesn't update the download list correctly
when it receives new data unless we pull out the item that should be removed
from the array manually first.
2014-10-25 02:27:09 +13:00
hamza zia
b12247580e
added select files feature
2014-09-02 00:15:33 +05:00
hamza zia
091fbb0d41
only update aria2 download and global settings when they change
2014-07-03 01:04:03 +08:00
hamza zia
c11c931f47
Merge pull request #99 from nmaier/fix-search
...
Fix search box
2014-06-11 13:50:16 +08:00
Nils Maier
fd2fd9f432
Fix search box
...
after it was broken by 202c7b7783
2014-06-10 09:19:24 +02: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
Florent Viard
238caa94be
Change alert to be floating notifications popup on the top right of the screen. (Nota: i disabled the last error staying open until manually closed by personal taste that it is nicer like that)
2014-06-09 04:21:02 +02:00
hamza zia
3e5e353ce1
add download specific default properties
2014-06-07 21:34:32 +08:00
hamza zia
8f0500c78e
improved download restart by preserving the preferences of the original download
2014-06-03 12:58:40 +08:00
Nils Maier
7b37e69283
Fix perf issue with collapse animations
2014-06-03 02:05:30 +02:00
hamza zia
36c282536f
support for tweaking download page size in the webui configuration
2014-06-03 04:02:23 +08:00
hamza zia
b85de64746
added global statistics to tweat the webui
2014-06-03 03:36:21 +08:00
hamza zia
5aca5ed8d4
fixed restart functionality and added again
2014-06-02 16:06:39 +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
3589434d97
Merge branch 'nmaier'
2014-05-31 20:43:55 +08:00
hamza zia
58d9221aa5
made rpc error handling more robust
2014-05-31 20:42:09 +08:00
hamza zia
884de1ed22
completely removed restart as its broken for most cases
2014-05-31 18:01:57 +08:00
Nils Maier
c7d5185e34
Disable restart action for now
2014-05-24 16:55:42 +02:00
Nils Maier
7eec859d49
Do not remove stuff from lists...
...
next update will take care of that. Not removing will avoid re-insertion
if aria2/RPC did not yet remove the item before the next update.
2014-05-24 16:55:41 +02:00
Nils Maier
e4326a4394
Persist category filters
2014-05-24 16:55:41 +02:00
Nils Maier
8b5b465231
Confirm removal of downloads
2014-05-24 16:55:41 +02:00
Nils Maier
5d1af829fd
Link metadata with the actual downloads
2014-05-24 16:55:41 +02:00
Nils Maier
1ee0a95d76
Do not use [METADATA] label, but an icon
2014-05-16 01:17:26 +02:00
Nils Maier
2712b236ba
Allow to filter for running downloads
...
i.e. downloads with some speed.
2014-05-15 09:39:24 +02:00