Qstick
89b0b04e08
New: Custom Format Language Condition
2022-08-18 19:52:26 -05:00
Qstick
1169741c54
New: Use ASP.NET Core instead of Nancy
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:37 -07:00
Qstick
2e953a0eb1
Dapper and STJson
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:24:36 -07:00
Qstick
1c22a1ec0d
StyleCop
2022-08-07 15:24:35 -07:00
Qstick
f79ae77a3a
New: Switch to ASPNetCore Kestrel and SignalR
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:43 -07:00
Robin Dadswell
4a2f120bc1
New: Set Instance Name
2022-06-12 09:36:43 -07:00
Qstick
0991cfe27e
Fixed: Validate if equals or child for startup folder
2022-06-12 09:33:59 -07:00
Taloth Saldono
d88bb7f855
New: Displaying folder-based permissions in UI rather than file-based permissions and with selectable sane presets
...
Fixed: Preserve setgid when applying unix permissions
2020-11-20 15:42:23 +01:00
Qstick
897673b459
Improve use of All() and speedup Unmapped Folder matching
...
Co-authored-by: ta264 <ta264@users.noreply.github.com>
2020-10-18 14:59:26 -07:00
Mark McDowall
7ed347269f
Fixed: Sorting interactive search by quality for unknown series results
2020-09-15 22:18:48 -07:00
Arthur Bols
3b579900bb
New: Removed chown and simplified chmod options for linux/osx
...
Closes #3760
Closes #3752
2020-06-07 19:05:25 +02:00
Taloth Saldono
b453d48fee
Removed excluded source files.
2019-08-20 19:39:49 +02:00
Mark McDowall
8137a776b6
New: Command line arguments for Custom Scripts are no longer supported
2019-06-29 15:33:49 -07:00
Taloth Saldono
f6bcadfeec
Merge branch 'develop' into phantom-develop
2019-03-26 19:07:26 +01:00
Taloth Saldono
eb2e7b9c79
Continue Test in case of validation warnings.
2019-03-24 15:22:50 +01:00
Mark McDowall
f345977e3f
Add upgrade allowed to language and profiles
2018-12-29 13:08:56 +01:00
Mark McDowall
cfb7494992
Removed Drone Factory
2018-12-29 13:08:40 +01:00
vawen
068ea1e934
New: Language Profiles
...
Closes #274
2018-12-29 13:08:38 +01:00
Mark McDowall
4975793b45
Don't reject paths under /srv
...
Closes #2388
2018-01-31 19:56:04 -08:00
Mark McDowall
b371296e78
Validate before deleting series folders
...
Closes #264
2017-12-16 12:16:33 -08:00
Taloth Saldono
4fbc481780
Fixed: Processing of mixed newznab/torznab api such as the experimental animetosho api.
...
Ref #1384
2017-05-21 21:10:54 +02:00
Keivan Beigi
0214c8e0f0
Removed unused using statements
2016-12-23 13:45:24 -08:00
Keivan Beigi
aba613acd1
Because it's 2016!
2016-12-21 20:38:37 -08:00
Taloth Saldono
73fb216e6f
New: Added CAPTCHA support to Rarbg.
2016-08-13 22:10:42 +02:00
Taloth Saldono
a2536deef0
Fixed: Significantly improved api performance.
2016-07-24 01:00:41 +02:00
Mark McDowall
67ff871cf6
FolderWritableValidator
...
Fixed: Information in UI when attempting to add a root folder that is not writable
Fixes #1280
2016-05-21 01:39:39 -07:00
Mark McDowall
d37343bb7d
Fixed: Prevent root folders from being added under the startup folder
2016-03-25 19:03:28 -07:00
Iain Nicol
5f66c15b91
Fixed: Allow underscore when validating hostnames
...
This is particularly useful on FreeNAS. It uses underscores in the hostnames when creating plugin jails.
2016-03-22 20:06:41 +00:00
Taloth Saldono
97cdb6a4a5
Fixed: ZFS and other mounts now listed in the System page.
...
Will now also automatically revert to a fully transactional move/copy if the move is in our out of a cifs mount. (assuming the cifs mount can be detected)
2016-02-02 22:11:37 +01:00
Mark McDowall
d514699ab7
Fixed: Prevent series from being added with an invalid Profile ID
...
Closes #977
2015-12-05 02:22:22 -08:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00
Gavin Mogan
c5b25bcfee
New: Add Webhook support to sonarr
...
Add Form type url (type=url input field)
Add isValidUrl input type validation
Only allow absolute urls when checking if a url is valid
String => string as per comments that sonarr is standarizing on the lowercase primative
Remove this before function calls
Refactored everything so OnGrab is supported
Don't double submit the webhook
Wrappers around Series, EpisodeFile, Episode so the entire data structure isn't exposed
Add Braces as per style guide
Series.ID and Series.TvdbId should be integers
Reorder webhook payload as per style guide
Upgrade to use ongrab as json instead of string
Add method selection to webhook settings
include episode directly in download event
QualityVersion should be an int and not a string (don't convert it int=>string)
Remove the list of episodes
Add season number to episode data structure
Code Review Fixes:
* Remove episodefile from payload, move everything to episode
* Change episode to a list
convert to var as per code review / style guide
Down with internals
Everything now uses webhookpayload. None of that payload.Message stuff
{"EventType":"Test","Series":{"Id":1,"Title":"Test Title","Path":"C:\\testpath","TvdbId":1234},"Episodes":[{"Id":123,"EpisodeNumber":1,"SeasonNumber":1,"Title":"Test title","AirDate":null,"AirDateUtc":null,"Quality":null,"QualityVersion":0,"ReleaseGroup":null,"SceneName":null}]}
Remove logger and processProvider
Remove unused constructor
2015-08-29 22:45:14 -07:00
Taloth Saldono
dc91fa0206
Fixed: Added /transmission/ part to UrlBase in Transmission settings making it configurable.
...
fixes #556
2015-05-24 12:54:50 +02:00
Mark McDowall
49acae0fbb
Make sure URL base doesn't start with http or https
...
Closes #532
2015-05-21 17:12:33 -07:00
Lars
00ba19d683
Settings: Remove misleading placeholder, fix error-message
2015-05-21 04:31:01 +02:00
Mark McDowall
c12f16b6d3
Mapped Network Drive Validator
...
New: Prevent adding Mapped Network Drives when Running as a Windows Services
2015-04-15 23:50:19 -07:00
Taloth Saldono
b92cc6fb15
Fixed: No longer possible to add protocol to a Host field (that's what Url fields are for)
2015-04-02 19:52:37 +02:00
Mark McDowall
06a2cb0de4
New: Restrict ports that Sonarr will allow for its webserver
2015-03-18 23:15:20 -07:00
Mark McDowall
446d470f53
Fixed null config test
2015-03-16 21:37:33 -07:00
Mark McDowall
99d9303394
Fixed: Download Client with config Warnings won't be excluded
2015-03-16 21:33:34 -07:00
Taloth Saldono
6803e46782
Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category.
2015-03-04 21:14:40 +01:00
Mark McDowall
d77c685d14
Remove existing URL ACLs to avoid conflicts
...
New: Choose IP address to listen on (advanced)
Fixed: Check if URL has been registered with Windows before trying to register it
2014-12-09 23:38:52 -08:00
Mike
5a8ce04bd5
Allow binding to specific interface addresses
...
https://trello.com/c/aWazKGQc/404-allow-binding-to-specified-ip-address
2014-12-09 22:43:18 -08:00
Keivan Beigi
0be8f55a2f
Cleaned up using directive
2014-12-06 21:55:17 -08:00
Mark McDowall
6467167046
Moved Extension methods in common to subfolder
2014-12-01 22:26:25 -08:00
Mike
87cafe0035
Don't allow port 0 as a listen port
...
Port 0 is not really a valid port. Using it will most likely dynamically
allocate a port to listen on.
2014-10-02 08:32:32 -04:00
Mark McDowall
74a38415cf
Profiles
...
Indexes are created with the same uniqueness when copying a table
New: Non-English episode support
New: Renamed Quality Profiles to Profiles and made them more powerful
New: Configurable wait time before grabbing a release to wait for a better quality
2014-07-25 23:21:44 -07:00
Taloth Saldono
822de39a9e
Changed the way additional validation details get sent the UI.
2014-07-09 21:36:43 +02:00
Mark McDowall
6184105d3c
Fixed: Prevent adding a series if the path is the ancestor of another series
2014-06-22 11:01:22 -07:00
Mark McDowall
007f96677c
Fixed: Do not require SSL Cert Hash on Linux/OS X
2014-05-02 07:13:25 -07:00