autobrr/internal/domain
ze0s ca196f0bf1
feat(releases): support magnet links (#730)
* feat(releases): support magnet links

* feat(feeds): support magnet links

* feat(actions): log messages

* fix: component warning

* fix: check hasprefix instead of hassuffix for magnet

* feat(release): resolve magnet uri from link

* fix(actions): deluge use magnet uri

* fix(macros): add `MagnetURI` var

* fix(actions): run magnet resolving before macros

* feat(feeds): set download type on creation
2023-02-28 22:16:10 +01:00
..
testdata feat(releases): retry failed downloads (#491) 2022-10-19 21:52:31 +02:00
action.go feat(download-client): add support for Porla (#553) 2023-01-29 18:17:01 +01:00
api.go feat(api): add apikey support (#408) 2022-08-15 11:58:13 +02:00
client.go feat(download-client): add support for Porla (#553) 2023-01-29 18:17:01 +01:00
client_test.go feat(clients): add support for qBittorrent 4.4.0+ (#558) 2022-12-10 19:25:04 +01:00
config.go feat: show new updates in dashboard (#690) 2023-02-05 18:44:11 +01:00
event.go refactor: filter and action flow (#225) 2022-04-09 21:20:26 +02:00
feed.go feat(releases): support magnet links (#730) 2023-02-28 22:16:10 +01:00
filter.go feat(filters): support Language filtering (#632) 2023-01-09 00:33:08 +01:00
filter_test.go fix(filters): add support for year-less titles (#685) 2023-02-02 23:45:19 +01:00
indexer.go feat(releases): add info url link to releases list (#683) 2023-01-29 21:40:49 +01:00
indexer_test.go fix(announce): parse torrentUrl (#557) 2022-12-03 21:20:06 +01:00
irc.go feat(irc): support optional SASL and NickServ auth (#511) 2022-10-27 22:25:58 +02:00
macros.go feat(releases): support magnet links (#730) 2023-02-28 22:16:10 +01:00
macros_test.go feat(macros): add sprig functions to macros (#733) 2023-02-26 19:02:41 +01:00
notification.go feat(notifications): add Notifiarr support (#464) 2022-09-19 15:44:31 +02:00
release.go feat(releases): support magnet links (#730) 2023-02-28 22:16:10 +01:00
release_test.go fix(releases): parse isScene as Origins SCENE (#716) 2023-02-14 22:48:10 +01:00
releasetags.go feat(releases): improve log score parsing (#604) 2023-01-01 16:35:55 +01:00
releasetags_test.go feat(releases): improve log score parsing (#604) 2023-01-01 16:35:55 +01:00
user.go feat: add ability to create an account via the webui (#223) 2022-04-10 18:26:14 +02:00