Viren070
|
c60ef6fde9
|
fix: update handling of default/forced values
|
2025-06-13 16:24:51 +01:00 |
|
Viren070
|
091394b837
|
feat: proxy fixes and log adjustments
|
2025-06-13 14:54:53 +01:00 |
|
Viren070
|
d2f4dc1b8d
|
fix: pass user provided TMDB access token to TMDBMetadata
|
2025-06-13 13:42:31 +01:00 |
|
Viren070
|
915187a612
|
feat: use sliders for seeder ranges and fix some options not being multi-option
|
2025-06-13 13:35:52 +01:00 |
|
Viren070
|
39b1e84d87
|
feat: ui improvments
|
2025-06-12 23:52:19 +01:00 |
|
Viren070
|
0f165752db
|
fix: allow null value for description in MetaPreview
|
2025-06-12 18:35:48 +01:00 |
|
Viren070
|
2470ae94ec
|
fix: correct library marker usage in LightGDriveFormatter
|
2025-06-12 18:26:33 +01:00 |
|
Viren070
|
dd0f45c731
|
feat: validate regexes on config validation
|
2025-06-12 18:23:10 +01:00 |
|
Viren070
|
bec91a8a58
|
feat: allow passing flags through
|
2025-06-12 18:23:00 +01:00 |
|
Viren070
|
96d355ffda
|
fix: update NameableRegex schema to allow empty name and remove useless regex check
|
2025-06-12 17:35:37 +01:00 |
|
Viren070
|
871f54e896
|
fix: add back library marker to LightGDriveFormatter
|
2025-06-12 17:35:15 +01:00 |
|
Viren070
|
049f65b180
|
fix: only use the movie/series specific cached/uncached sort criteria if defined
|
2025-06-12 16:51:47 +01:00 |
|
Viren070
|
d728bb67bd
|
fix: handle when item doesn't exist in preferred list
|
2025-06-12 16:33:16 +01:00 |
|
Viren070
|
d845c0ce8b
|
feat: add delete icon to preferred list, only load valid values, fix password requirement check for new logins, fix spellings and add types
|
2025-06-12 16:25:55 +01:00 |
|
Viren070
|
9771c7be7f
|
fix: potentially fix regex sorting
|
2025-06-12 15:26:12 +01:00 |
|
Viren070
|
c9356db83a
|
feat: expand cache system and add rate limiting to all routes, attempt to block recursive requests
|
2025-06-12 14:49:55 +01:00 |
|
Viren070
|
878cd7c71f
|
feat: add source addon name to catalog and improve ui/ux
|
2025-06-12 14:49:03 +01:00 |
|
Viren070
|
d8f5d1a2d1
|
fix: adjust spacing in predefined formatters and add p2p marker to torbox format
|
2025-06-11 20:26:10 +01:00 |
|
Viren070
|
4001faede1
|
feat: enhance stream parsing to prefer folder titles when available
|
2025-06-11 20:04:00 +01:00 |
|
Viren070
|
d89e796cb0
|
fix: adjust grouping in season presence check logic
|
2025-06-11 19:44:12 +01:00 |
|
Viren070
|
4cd6522417
|
feat: add season/episode matching
|
2025-06-11 19:27:43 +01:00 |
|
Viren070
|
0b85ff35e7
|
feat: move 'custom' preset to the beginning
|
2025-06-11 19:26:52 +01:00 |
|
Viren070
|
d0077f4d64
|
refactor: remove deprecated MediaFusion and Stremio Jackett environment variables
|
2025-06-11 15:08:56 +01:00 |
|
Viren070
|
3d26421b68
|
feat: fix condition parsing for unknown values and separate cached into cached and uncached function for simplicity
|
2025-06-11 14:33:42 +01:00 |
|
Viren070
|
010b63c872
|
feat: update static file serving rate limiting and refactor file path handling
|
2025-06-10 19:00:56 +01:00 |
|
Viren070
|
51f6bd606c
|
feat: add more addons and fix stuff
|
2025-06-10 18:37:25 +01:00 |
|
Viren070
|
938323f1dd
|
feat: add support for converting ISO 639_2 to languages and prevent languages being detected as indexer in Easynews++
|
2025-06-09 19:42:55 +01:00 |
|
Viren070
|
2cd7d4dfd1
|
fix: restore TMDBMetadata import in main.ts and enable metadata export in index.ts
|
2025-06-09 18:46:20 +01:00 |
|
Viren070
|
bdf9a9198f
|
fix: decode data before attempting validation
|
2025-06-09 16:54:51 +01:00 |
|
Viren070
|
fda5ffe206
|
fix: add missing audio tags to constant
|
2025-06-09 16:43:08 +01:00 |
|
Viren070
|
16b208b05b
|
fix: wrap switch cases in blocks
|
2025-06-09 15:56:55 +01:00 |
|
Viren070
|
f7af103644
|
docs: add example for generating SECRET_KEY in env.ts
|
2025-06-09 15:55:11 +01:00 |
|
Viren070
|
02a2885d33
|
fix: add block scope for array modifier handling in BaseFormatter
|
2025-06-09 15:50:26 +01:00 |
|
Viren070
|
85a7775445
|
fix: wrap handling for join case in block
|
2025-06-09 15:50:00 +01:00 |
|
Viren070
|
5daebd6750
|
refactor: remove unused handleComparison method from BaseFormatter
|
2025-06-09 15:49:01 +01:00 |
|
Viren070
|
a7bb8983de
|
fix: adapt query for SQLite dialect in DB class
|
2025-06-09 15:48:01 +01:00 |
|
Viren070
|
9d299ae5bd
|
refactor: remove unecessary catches in commit and rollback methods
|
2025-06-09 15:47:08 +01:00 |
|
Viren070
|
6bc9e9dac5
|
refactor: import fs at root level in db.ts
|
2025-06-09 15:46:17 +01:00 |
|
Viren070
|
67b188e7d7
|
fix: ensure transaction rollback only occurs if not committed in deleteUser method
|
2025-06-09 15:45:41 +01:00 |
|
Viren070
|
cbfb4b7838
|
fix: return original URL when no modifications are made in CometStreamParser
|
2025-06-09 15:43:46 +01:00 |
|
Viren070
|
4791f360da
|
fix: return url when no modifications are needed in JackettioStreamParser
|
2025-06-09 15:43:28 +01:00 |
|
Viren070
|
843b535d7c
|
fix: add validation for encrypted data format in decryptString function
|
2025-06-09 15:37:50 +01:00 |
|
Viren070
|
edc310fe5f
|
fix: update AIOStream schema export and enhance AIOStreamsStreamParser with validation
|
2025-06-09 15:36:21 +01:00 |
|
Viren070
|
f8b08b3093
|
fix: prevent mutating options object in OrionPreset
|
2025-06-09 15:34:16 +01:00 |
|
Viren070
|
ed73f5de6c
|
fix: replace incorrect hardcoded SUPPORTED_RESOURCES with supportedResources in DebridioPreset
|
2025-06-09 15:32:15 +01:00 |
|
Viren070
|
886a8cb981
|
fix: ensure debridDownloader defaults to an empty string when no serviceIds are present in StreamFusionPreset
|
2025-06-09 15:31:34 +01:00 |
|
Viren070
|
9c48fad6a6
|
fix: safely access catalogs options and default to false for streamfusion
|
2025-06-09 15:31:23 +01:00 |
|
Viren070
|
4ee350e9de
|
refactor: remove redundant check for manifest.json in NuvioStreamsPreset
|
2025-06-09 15:28:30 +01:00 |
|
Viren070
|
4eeeb59186
|
fix: replace hardcoded SUPPORTED_RESOURCES with supportedResources in NuvioStreamsPreset
|
2025-06-09 15:28:00 +01:00 |
|
Viren070
|
8e87004a07
|
fix: call await on all compileRegex calls
|
2025-06-09 15:26:23 +01:00 |
|