Commit graph

527 commits

Author SHA1 Message Date
Qstick
5e7f4f3fc1 Fixed: Add Test All for IndexerLongTermStatusCheck
Fixes #397
2021-08-05 13:47:30 -04:00
bakerboy448
4cbd2cd8bc Fixed: Add Missing Search Translates 2021-07-15 21:23:39 -04:00
Qstick
a60388fcf9 Fixed: Indexer Info modal doesn't show correct Url 2021-07-12 23:26:17 -04:00
Qstick
c2c12297bd
Fixed: Persist columns for search page 2021-07-08 20:49:15 -04:00
Qstick
a570fd2a8f New: Advanced settings toggle in indexer edit/add modal 2021-07-05 13:12:06 -04:00
Lagicrus
5cffb10e08
Fixed: If no categories are passed in, flag up a unknown error (#311)
* If no categories are passed in, flag up a unknown error

* Pass back in default props to deal with undefined issues
2021-07-05 08:42:51 -04:00
Junkbite
dd3c9c268e allow empty catergories on indexer search 2021-06-30 21:57:53 -04:00
Qstick
38c09277d9 New: Alternative Site Links 2021-06-27 01:58:37 -04:00
Qstick
80ec66514e change wiki links from wikjs to wiki endpoint 2021-06-21 21:13:08 -04:00
TheCatLady
a8f2700fe6 Sort average response times 2021-06-15 21:14:11 -04:00
Qstick
0fd242cd62 Additional help text for Download Clients 2021-06-12 16:45:19 -04:00
nitsua
75cbabf716
Add detailed help text for sync levels (#155)
Adjust donation buttons to fit on mobile
Other translation updates
2021-06-11 15:42:32 -04:00
Robin Dadswell
974ab6387f Fixed: Website Links going to api not site 2021-06-09 15:48:51 -05:00
Lagicrus
52bff3d7bd
Fixed: BarChart to have a stepSize multiplier of 1 instead of auto (#163)
* Fixes the BarChart to have a stepSize multiplier of 1 instead of auto

* Moves the size to props as per Discord

* Adds the same behavior to StackedBarChart's
2021-06-08 05:56:25 -04:00
Lagicrus
d965cb3c98
New: Sort 'Add Indexer' by Language (#130)
* New: Sort 'Add Indexer' by Language

* Adds language to propTypes

Updates propTypes to appease lint

* Call translate for labels
2021-06-08 05:20:26 -04:00
Lagicrus
b0819c97ed
Fixed: Adds a fix to support 3 digit issues (#157)
* Adds a fix to support 3 digit issues

* Fixes mistype with bug fix
2021-06-08 03:43:07 -04:00
bakerboy448
513b9d2324
Fixed: Add missing Translate Keys (#152) 2021-06-07 15:15:11 -05:00
Qstick
ab5cf45d88 Fixed: Allow Blank Search
#118
2021-06-06 22:37:27 -04:00
Qstick
40d55b915e Fixed: History PropTypes warning 2021-06-06 22:35:15 -04:00
Qstick
4a851c37d5 New: AutoFocus search and Search on 'Enter'
Fixes #113
2021-06-06 22:16:39 -04:00
bakerboy448
67f26fe185
Fixed: Updates to System > More Info (#67) 2021-06-06 16:11:06 -05:00
Robin Dadswell
b3fb640969
New: App Profile help text on addition and edit of Indexers and other misc translations 2021-06-05 21:58:53 +01:00
Qstick
8b0a8e82b5 Wikijs Links 2021-06-05 16:37:49 -04:00
Robin Dadswell
f25998959e
New: Added all Arr donation links 2021-06-05 21:15:06 +01:00
Qstick
56850aa6d9 Fixed: Indexer sort is case sensitive 2021-06-01 21:56:35 -04:00
Qstick
91b23e6413 Fixed: Separate failed grabs
Fixes #81
2021-05-31 10:07:09 -04:00
Qstick
6c8f037813 New: Host Stats 2021-05-31 10:07:09 -04:00
Qstick
2ea05285a1 Fixed: DoughnutChart not respecting title or legend 2021-05-31 10:07:09 -04:00
Mark McDowall
5759b37015 Fix webpack memory leak when copying HTML files
(cherry picked from commit 2804a961cb457cc94d3eaa1fe8ee2f71d9d1261c)
2021-05-31 10:07:09 -04:00
Qstick
1639753511 New: (History) Filter by Failed 2021-05-31 10:07:09 -04:00
Qstick
f64f8e915f New: App Sync Profiles 2021-05-27 17:22:32 -04:00
Qstick
dd66d7845c New: Rewrite Indexer Flags Implementation 2021-05-24 23:46:30 -04:00
Evan J
cebdcd6065 Update login.html
(cherry picked from commit e8f58eb9be583639909c0ac9b3dc3b40db8c7a53)
2021-05-24 23:11:40 -04:00
Robin Dadswell
f85235d214
Show User Agent in System->Tasks for externally triggered commands (#63)
(cherry picked from commit fe8f319f7bfdadb7218b6313ada6cae1d2a35ad8)

Co-authored-by: Taloth Saldono <Taloth@users.noreply.github.com>
2021-05-20 12:04:37 +01:00
Qstick
d3839a9982 New: Filter Indexers by enabled 2021-05-15 19:14:42 -04:00
Qstick
5d61025eca Fixed: New redirect icon 2021-05-15 19:00:06 -04:00
Qstick
6f7987a907 Fixed: StackedChart colors only showing on page load 2021-05-15 18:45:25 -04:00
Robin Dadswell
65f936c7c3
Fixed: History search icon works with URL base set 2021-05-14 23:07:30 +01:00
Qstick
953b324df9 wiki updates 2021-05-12 23:11:58 -04:00
Mark McDowall
9a8f2be432 Fixed: Restoring a backup with a different API didn't reload properly 2021-05-12 22:47:16 -04:00
Mark McDowall
e1bddd8784 Fixed: Unable to close indexer category select input on mobile
(cherry picked from commit e42d1af5ff8f3eb987195caa7ec8a0bbaf4a00c3)
2021-05-12 22:41:11 -04:00
nitsua
78b7c711b6 Fixed maintenance release not showing as such in AppUpdatedModal
Originally by Taloth 4559eed0ecf4b87b8aa16a86d2161ac72fbf54e5
2021-05-12 22:40:28 -04:00
Mark McDowall
a45e6918d7 Update column properties when restoring persisted state
(cherry picked from commit 653db8290e0a7737348d911d322c4218c3b5b677)
2021-05-12 22:39:03 -04:00
Mark McDowall
5e24357c85 Fixed: Table column order resetting after refresh
(cherry picked from commit 044cb563a6488c16916ea7617d1f91404330b06f)
2021-05-12 22:38:20 -04:00
Qstick
391668fd8c Add crossorigin use-credentials attribute to manifest tag 2021-05-12 22:38:13 -04:00
Qstick
ec103e8b57 Add Logo to the Loading Screen for.... clarity 2021-05-12 22:31:43 -04:00
Mark McDowall
e6c9bbfb8c Fixed: Update modal error
(cherry picked from commit 6d911581c3604a69b4a58c07da39ffb2a10fbf8d)
2021-05-12 22:20:45 -04:00
Qstick
86eeb3cc57 New: Show previously installed version in Updates UI
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2021-05-12 22:18:04 -04:00
reloxx13
15e82dfa2b fix translate url 2021-05-12 12:58:29 -04:00
Qstick
b9f7a6b91c Fixed: Shouldn't UI error if no settings exist for indexer 2021-05-10 21:29:43 -04:00