Qstick
17608cf915
Misc definition handling improvements
3 years ago
Qstick
76daee3a1b
New: Identify indexers that are already setup in add list
3 years ago
Qstick
1cbf61f4db
New: Show definition name on add/edit screen for Cardigann
3 years ago
Qstick
34e57f27ff
New: Don't close Indexer add list when adding Indexers
3 years ago
Qstick
d925b37066
Update createSentryMiddleware.js
3 years ago
Qstick
0af8e84d2d
Remove unused sortByName import from indexerIndexActions
3 years ago
Qstick
08d112a96f
New: Privacy custom filter option
...
Fixes #759
3 years ago
Agneev Mukherjee
8a5194e604
Update index.ejs
3 years ago
Agneev Mukherjee
8a73cf72c2
Set login.html theme-color to color of logo
3 years ago
bakerboy448
0dbd23c52b
Fixed: Various Translations
3 years ago
bakerboy448
66a6311dcc
Fixed: SemiPublic => SemiPrivate
3 years ago
Qstick
c9e6a0339e
Fixed: (Cardigann) Indexer privacy tweaks, Semi-Public fixes
...
Fixes #744
3 years ago
bakerboy448
5e3322c538
New: OnApplicationUpdate Notifications
...
(based on Radarr Commits
9e175e28efcfc6ac3e414649b955a10fb0e951e7
4f5f9ff77ee4de05ba04cc677eb7baf4df726af5
4ebcbc28aa3e3268ecc37c5fc2b5565da8f13305
)
Fixes #723
Co-authored-by: Qstick <qstick@gmail.com>
3 years ago
Robin Dadswell
69f5963f6f
New: Frontend Placeholders from the Backend
3 years ago
Qstick
89510c4a65
Fixed: Workaround net6 object serialization issues
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
3 years ago
Qstick
df764ce8b4
New: Postgres Support
3 years ago
Qstick
a61d4ab88c
New: Stats filters
3 years ago
Qstick
cd7c73bad3
Fixed: Indexer not removed in UI when deleted
...
Indexer doesn't get removed because createAjaxReqest expects JSON type return, however after net6 provider delete event returns text/html type.
3 years ago
Qstick
884aecf846
New: Store call URL in History, Link in UI
3 years ago
Qstick
1183a0386d
New: Grab Title column option in History
...
Fixes #628
3 years ago
Qstick
5979c5f8fe
Cleanup Config Options
...
Fixes #610
3 years ago
Qstick
4d021fe8dc
Fixed: Default search type should be 'search'
3 years ago
Qstick
520d82ed20
lint fixup
3 years ago
Qstick
ce901ae8a3
Update translate.js to use createAjaxRequest
3 years ago
Qstick
5d32bcf8b9
New: Bulk Grab Releases and Parameter Search
3 years ago
Chris Sandvik
f69f96695b
New: Add a filter bar to the "Add Indexers" modal ( #607 )
...
* Add a filter bar to the "Add Indexers" modal
* Fix stylelint errors
* Hide AddIndexerModal alert on small screens
3 years ago
Robin Dadswell
61cff12206
Fixed: Time column is first column on events page
...
(cherry picked from commit c14ef7bee7477ad5d29498f1cba94267eb11daf0)
3 years ago
Qstick
34a09af01e
New: Advanced settings for Application category control
3 years ago
Qstick
5a3d429d52
Remove unused MovieMonitor input
3 years ago
Qstick
40c49bce9b
Fixed: Spinning of Test All Indexer icon
...
#507
3 years ago
Qstick
063083a1f1
Fixed: Search from header on Search Page
...
Fixes #511
3 years ago
Qstick
89a4c03dd2
Fixed: Translations for Tags setting page
...
Fixes #471
3 years ago
bakerboy448
b4f8fb733f
Fixed: Indexer Display Issue on Search Page
...
Fixes #177
3 years ago
Qstick
ab7bc85368
fix mass delete
3 years ago
Robin Dadswell
b46e2c6ad1
New: Renamed Blacklist to Blocklist
3 years ago
Qstick
635fa78da9
Fixed: Cursor Jumps to end in when editing search term
...
Fixes #290
3 years ago
bakerboy448
7c1f5f769d
Fixed: Settings Page Translates
...
New: Indexer Proxies Settings Page Links
- renamed Connect to Notifications
3 years ago
bakerboy448
e8c6103cc7
Fixed: Missing Indexer Proxy Modal translate
3 years ago
Qstick
7480ebea85
New: Per Indexer Proxies
...
Fixes #281
3 years ago
Qstick
12ae8edc50
New: (Indexer) Binsearch
3 years ago
Qstick
5e7f4f3fc1
Fixed: Add Test All for IndexerLongTermStatusCheck
...
Fixes #397
3 years ago
bakerboy448
4cbd2cd8bc
Fixed: Add Missing Search Translates
3 years ago
Qstick
a60388fcf9
Fixed: Indexer Info modal doesn't show correct Url
3 years ago
Qstick
c2c12297bd
Fixed: Persist columns for search page
3 years ago
Qstick
a570fd2a8f
New: Advanced settings toggle in indexer edit/add modal
3 years ago
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
3 years ago
Junkbite
dd3c9c268e
allow empty catergories on indexer search
3 years ago
Qstick
38c09277d9
New: Alternative Site Links
3 years ago
Qstick
80ec66514e
change wiki links from wikjs to wiki endpoint
3 years ago
TheCatLady
a8f2700fe6
Sort average response times
3 years ago
Qstick
0fd242cd62
Additional help text for Download Clients
3 years ago
nitsua
75cbabf716
Add detailed help text for sync levels ( #155 )
...
Adjust donation buttons to fit on mobile
Other translation updates
3 years ago
Robin Dadswell
974ab6387f
Fixed: Website Links going to api not site
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
bakerboy448
513b9d2324
Fixed: Add missing Translate Keys ( #152 )
3 years ago
Qstick
ab5cf45d88
Fixed: Allow Blank Search
...
#118
3 years ago
Qstick
40d55b915e
Fixed: History PropTypes warning
3 years ago
Qstick
4a851c37d5
New: AutoFocus search and Search on 'Enter'
...
Fixes #113
3 years ago
bakerboy448
67f26fe185
Fixed: Updates to System > More Info ( #67 )
3 years ago
Robin Dadswell
b3fb640969
New: App Profile help text on addition and edit of Indexers and other misc translations
3 years ago
Qstick
8b0a8e82b5
Wikijs Links
3 years ago
Robin Dadswell
f25998959e
New: Added all Arr donation links
3 years ago
Qstick
56850aa6d9
Fixed: Indexer sort is case sensitive
4 years ago
Qstick
91b23e6413
Fixed: Separate failed grabs
...
Fixes #81
4 years ago
Qstick
6c8f037813
New: Host Stats
4 years ago
Qstick
2ea05285a1
Fixed: DoughnutChart not respecting title or legend
4 years ago
Mark McDowall
5759b37015
Fix webpack memory leak when copying HTML files
...
(cherry picked from commit 2804a961cb457cc94d3eaa1fe8ee2f71d9d1261c)
4 years ago
Qstick
1639753511
New: (History) Filter by Failed
4 years ago
Qstick
f64f8e915f
New: App Sync Profiles
4 years ago
Qstick
dd66d7845c
New: Rewrite Indexer Flags Implementation
4 years ago
Evan J
cebdcd6065
Update login.html
...
(cherry picked from commit e8f58eb9be583639909c0ac9b3dc3b40db8c7a53)
4 years ago
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>
4 years ago
Qstick
d3839a9982
New: Filter Indexers by enabled
4 years ago
Qstick
5d61025eca
Fixed: New redirect icon
4 years ago
Qstick
6f7987a907
Fixed: StackedChart colors only showing on page load
4 years ago
Robin Dadswell
65f936c7c3
Fixed: History search icon works with URL base set
4 years ago
Qstick
953b324df9
wiki updates
4 years ago
Mark McDowall
9a8f2be432
Fixed: Restoring a backup with a different API didn't reload properly
4 years ago
Mark McDowall
e1bddd8784
Fixed: Unable to close indexer category select input on mobile
...
(cherry picked from commit e42d1af5ff8f3eb987195caa7ec8a0bbaf4a00c3)
4 years ago
nitsua
78b7c711b6
Fixed maintenance release not showing as such in AppUpdatedModal
...
Originally by Taloth 4559eed0ecf4b87b8aa16a86d2161ac72fbf54e5
4 years ago
Mark McDowall
a45e6918d7
Update column properties when restoring persisted state
...
(cherry picked from commit 653db8290e0a7737348d911d322c4218c3b5b677)
4 years ago
Mark McDowall
5e24357c85
Fixed: Table column order resetting after refresh
...
(cherry picked from commit 044cb563a6488c16916ea7617d1f91404330b06f)
4 years ago
Qstick
391668fd8c
Add crossorigin use-credentials attribute to manifest tag
4 years ago
Qstick
ec103e8b57
Add Logo to the Loading Screen for.... clarity
4 years ago
Mark McDowall
e6c9bbfb8c
Fixed: Update modal error
...
(cherry picked from commit 6d911581c3604a69b4a58c07da39ffb2a10fbf8d)
4 years ago
Qstick
86eeb3cc57
New: Show previously installed version in Updates UI
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
4 years ago
reloxx13
15e82dfa2b
fix translate url
4 years ago
Qstick
b9f7a6b91c
Fixed: Shouldn't UI error if no settings exist for indexer
4 years ago
Qstick
3590fdccd2
Fixed: Indexer Urls shouldn't include API root
4 years ago
Qstick
be61fb40fd
Fixed: Add redirect to legend
4 years ago
Qstick
c836b3c43c
New: Blue for redirected indexers
4 years ago
Qstick
f2b7e98f02
Fixed: Display full URL for Indexer API in Info
4 years ago
Qstick
258134c4a7
Update logo.svg
4 years ago
ta264
76c3283c05
New: Move newznab endpoint to /{id}/api
4 years ago
Qstick
8cd5b175a1
Fixed: Indexer query stats don't include Rss
4 years ago
Qstick
c6c1644d00
Add Encoding, Language, Description Indexer props
4 years ago
Qstick
0b85b506e2
Updated react-dnd and added touch support
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
730509543c
Remove unused worker-loader
4 years ago