autobrr/internal/domain
Lucian Maly 4ce2241991
feat(lists): add option to skip cleaning of Plaintext data (#2036)
* Added: Plaintext untouched

* Revert "Added: Plaintext untouched"

This reverts commit e6ceaec5f4776cfc8335ae2c02e1caa4a2bbb0bc.

* Added: skipCleanSanitize

* TS definition for List object doesn't yet know about the new skip_clean_sanitize property

* Update: ListForms.tsx with the bypass option

* Update: Database internals for skip_clean_sanitize

* Fix: Snake case
2025-06-01 15:27:48 +02:00
..
testdata feat(releases): retry failed downloads (#491) 2022-10-19 21:52:31 +02:00
action.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
api.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
client.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
client_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
config.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
error.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
event.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
filter.go feat(filters): add DSD formats to music (#1993) 2025-05-01 15:38:56 +02:00
filter_test.go fix(filters): multi-single value dynamic range matching (#2033) 2025-05-01 15:08:37 +02:00
indexer.go feat(indexers): add T66y (#2044) 2025-04-27 18:37:31 +02:00
indexer_test.go feat(indexers): add T66y (#2044) 2025-04-27 18:37:31 +02:00
irc.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
list.go feat(lists): add option to skip cleaning of Plaintext data (#2036) 2025-06-01 15:27:48 +02:00
macros.go feat(macros): implement template cache (#2049) 2025-04-27 14:02:39 +02:00
macros_test.go feat(macros): implement template cache (#2049) 2025-04-27 14:02:39 +02:00
notification.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
proxy.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
rejections.go chore(license): update copyright year in headers (#1935) 2025-01-08 08:38:10 +01:00
rejections_test.go chore(license): update copyright year in headers (#1935) 2025-01-08 08:38:10 +01:00
release.go feat(indexers): add T66y (#2044) 2025-04-27 18:37:31 +02:00
release_download_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
release_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
releasetags.go feat(filters): add DSD formats to music (#1993) 2025-05-01 15:38:56 +02:00
releasetags_test.go feat(filters): add DSD formats to music (#1993) 2025-05-01 15:38:56 +02:00
user.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00