Commit Graph

492 Commits (3e2d3c510a68ee934bf674d7b8c503a723d080cf)

Author SHA1 Message Date
Mark McDowall f637976530 Fixed: Parsing of URLs with double slashes in the path
4 years ago
ta264 28c15bc425 Log out SQL trace on error
4 years ago
Qstick 7d31eb1f55 Fixed: Test for empty strings using isNullOrEmpty
4 years ago
Qstick 4ec71538b9 Fixed: Avoid zero-length array memory allocations
4 years ago
Qstick 295b975046 Fixed: Do not use Count/LongCount when Any can be used
4 years ago
Qstick 0198c7a3b1 Fixed: Use Length/Count property instead of Enumerable.Count method
4 years ago
Qstick 088ffc34df Fixed: Use Append(Char) for single character Stringbuilder additions
4 years ago
Taloth Saldono 35532b6789 Fixed: Refreshing Plex Server series in high volume systems
4 years ago
Taloth Saldono 38855967d6 New: Fast copy using reflink on btrfs volumes
4 years ago
Taloth Saldono 67d2765d0c Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
4 years ago
Qstick c1b6917afe Moved Windows-only Permission function to Radarr.Windows
4 years ago
Qstick 361ffe353d
New: Browse Lists from Discover Movies Page
4 years ago
Qstick df18be2a4d Fixed: Don't fail if ldd doesn't exist
4 years ago
Qstick 658f6922c2
Fixed: Use Proxy for MediaCovers and Metadata (#4916)
4 years ago
Qstick 9c85482b9c Bump to dotnet 3.1.7
4 years ago
ta264 5a1b82e195 Disable single instance check for integration tests
4 years ago
Qstick 28177eb042 New: Use release quality source if not in downloaded file and resolution matches
4 years ago
Qstick 39a1dbf1d1 Used ReflectionOnly and/or public types where possible to avoid loading related assemblies unnecessarily
4 years ago
Mark McDowall 3766e0eba9 New: Show health warning if system time is off expected time
4 years ago
ta264 7722c50603 New: Musl (alpine linux) compatibility
4 years ago
Qstick 1c85bd96f8 Bump .net Core 3.1.6
4 years ago
Qstick a8deaf85c0 Fixed: Bootloop due to bad format args in AppFolderFactory
4 years ago
Qstick 5b6bef36f2 Refresh Yarn.lock, net core 3.1.5
4 years ago
Arthur Bols 4b25ef6deb New: Removed chown and simplified chmod options for linux/osx
4 years ago
Taloth Saldono 2a9160f870 Added Plex url to cleanser
4 years ago
Qstick d07dd33a9e New: Upgrade sqlite to 3.32.1 and system.data.sqlite to 1.0.113
4 years ago
Taloth Saldono 9ca291ecaf Cleanse remote IP Address from trace log file
4 years ago
Qstick 1d6a7a1843 Revert "Async HttpClient and list lookup"
4 years ago
Qstick 70601faa4f Bump Core Packages for 3.1.4
4 years ago
ta264 c8a2af867e Async HttpClient and list lookup
4 years ago
Qstick c64c2d9f27 New: Use RadarrApi For MovieInfo
4 years ago
Taloth Saldono e8e852100c Fixed recursion issue when emptying recycle bin
4 years ago
ta264 d03a6486d3 Fixed: NET Core not deleting source when moving across drives
4 years ago
Taloth Saldono 4606503818 Fixed: Performance issue when scanning large root folder
4 years ago
Taloth Saldono eb98a7e8be Improved error message when nzb download contains an newznab error instead
4 years ago
Qstick 73eb83c9dc Fix Indent Issue from cherry pick
4 years ago
Taloth Saldono 7afea3df90 Log Real IP on Authentication failure in case of a reverse proxy
4 years ago
Qstick 17c60f897b
Sentry DSN Update
4 years ago
Qstick 72caab1b2b New: Monitor and Process downloads separately
4 years ago
Qstick 39250abf7d Fixed: Add AltTitles from TMDB if Mapping Fails
5 years ago
Qstick 37d004d78d Fixed: Copy linux permission mask when moving to recycle bin
5 years ago
Qstick d59c563023 Update Backend Packages
5 years ago
Mark McDowall 55758a2772 New: Ignore #recycle folders (Synology Recycle bin folder)
5 years ago
Петр Шургалин 1e4bdcc324 Fixed: RestClient does not use global proxy settings
5 years ago
Qstick 65287ec4f3 New: TMDb List Rework
5 years ago
Qstick 70d7b3b70a Fixed: 4 digit year for log lines
5 years ago
ta264 f83ccb6ca4 Swap to dapper Mk. 2
5 years ago
ta264 f02fa629cc Reformat and apply Stylecop rules
5 years ago
ta264 d4fa9b7345 Remove trailing whitespace
5 years ago
ta264 8d27111f7b Remove all unnecessary usings
5 years ago
ta264 c6ae0bb509 Add missing new lines at end of files
5 years ago
ta264 997ff74fb9 Replace tabs with 4 spaces
5 years ago
ta264 10fc0b071f Fixed: NET Core doing copy/delete instead of rename
5 years ago
ta264 c53aed4cbf Update sentry DSN to self hosted
5 years ago
Qstick e937d74b11 Revert "Swap to dapper and system.text.json for database backend"
5 years ago
ta264 d2065bfa1b Swap to dapper and system.text.json for database backend
5 years ago
Taloth Saldono c34dc0be13 Cleanse getnzb url
5 years ago
Taloth Saldono d5c2308587 Fixed: File imports on cloud drives slow due to transaction logic
5 years ago
ta264 6235225f7d New: Bump to .NET Core 3.1
5 years ago
ta264 36ab3ecf71 Fixed: Removed unused references to System.Drawing
5 years ago
ta264 9fe978319e Fixed: Don't load Radarr.Core.dll as part of Radarr.Update
5 years ago
ta264 b5b43b8b3f Changed: Align GetValueOrDefault extension with netcore3.0 version
5 years ago
ta264 057829c3b0 New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
ta264 abde842bf0 Fixed: Remove obsolete HttpProvider
5 years ago
ta264 350dfeabba New: Make Twitter NetStandard compatible
5 years ago
ta264 bc0cc2bfa9 New: Use ImageSharp for resizing
5 years ago
ta264 5c07b39b04 Fixed: Convert MonoOnly to PosixOnly
5 years ago
ta264 fdbed91a4e New: Use sqlite package from Lidarr
5 years ago
ta264 0b0d0a7353 New: Use dotnet tooling, produce 64bit build on windows
5 years ago
Taloth Saldono 97de1b4622 Moved Platform version determination to static
5 years ago
Qstick 7fd391259c Fixed: Movie Path UI Warning, Duplicate Import Fixes
5 years ago
Qstick f395117885 Fixed: More Sentry Filtering
5 years ago
ta264 98d987869c Changed: Point at lidarr hosted update server
5 years ago
Taloth Saldono 6c4e3b1fd5 New: Added Auth-* log entries for fail2ban purposes
5 years ago
Qstick 7f221c7834 Fixed: Automation/Integration/Unit Tests
5 years ago
Qstick b89c7b8675 New: Convert to New CSProj Format
5 years ago
Qstick 86dde88fe6 Fixed: Re-DSN after log fix
5 years ago
Qstick 23670bca12 New: Upstream Updates
5 years ago
Qstick d53320779c New: Update NLog to 4.6.6
5 years ago
Qstick 71c398f0fc
New: Enable Sentry Analytics (#3669)
5 years ago
Taloth Saldono 895abe8c3b Fixed: Workaround for mono 5.16+ bug preventing the closure of sockets on timeouts (Jackett connections)
5 years ago
Taloth Saldono ae47ee817f Fixed: Executing powershell and python scripts directly in Connect->Custom Scripts
5 years ago
Mark McDowall f868e8b964 Fixed: Add Tests for FirstCharTo
5 years ago
Qstick 242d530bb4 Fixed: Unit Test Fixes
5 years ago
Qstick 612d948eba Fixed: Some Tests and Added New Ones
5 years ago
Qstick 91ab518dfb Fixed: Backend Updates from Sonarr
5 years ago
Qstick 8a9e2dc90d New: Loads of Backend Updates to Clients and Indexers
5 years ago
Qstick 6275737ced New: Many UI Updates and Performance Tweaks
5 years ago
Qstick 65efa15551 New: Backend changes for new UI
5 years ago
Qstick e9eebd3ce6 New: Update SignalR, Nancy, Owin. Enable Websockets
5 years ago
Qstick aef89160e2 Added: Platform Detection Improvements
5 years ago
Qstick ea5ad24944 New: Re-target to .net 4.6.1
5 years ago
Qstick 6287bfd9d9 New: Nzb Validation and Nzbget/SAB URLBase (#3380)
6 years ago
Leonardo Galli a28f2fd21d Fixed: OsInfo being renamed to PlatformInfo
6 years ago
Leonardo Galli a26016fc08 Fixed: Mono bug causing memory leakage when http connections use gzip compression.
6 years ago
Leonardo Galli 02eb30b8ee
Fixed: A lot of memory issues, such as IDisposable leakage and leaking all the media covers. (#3227)
6 years ago
Qstick cbdea30a6e New: Secure URLs for Links and Services (#3219)
6 years ago
Qstick 969ef5c515 Fixed: Bump default version to prevent update running from source (#3199)
6 years ago
Leonardo Galli 899bd086ec Fixed: Stream leakage inside CurlHttpDispatcher
6 years ago
Leonardo Galli d02d71c336 Fixed: Apparently Microsoft thinks that you should cast to IDisposable first.
6 years ago