Commit Graph

2967 Commits

Author SHA1 Message Date
AdeHub
b2be2e109b Merge pull request #3387 from uniquePWD/patch-19
Update script.js
2025-08-03 20:56:18 +12:00
AdeHub
1b68edd85f Merge pull request #3386 from uniquePWD/patch-18
Update upcoming.html
2025-08-03 20:55:47 +12:00
AdeHub
ca4101bde5 Merge pull request #3385 from uniquePWD/patch-17
Update shutdown.html
2025-08-03 20:55:10 +12:00
AdeHub
fb6664303f Merge pull request #3384 from uniquePWD/patch-16
Update searchresults.html
2025-08-03 20:54:37 +12:00
AdeHub
c3de5872ee Merge pull request #3383 from uniquePWD/patch-15
Update manageunmatched.html
2025-08-03 20:54:08 +12:00
AdeHub
81954d8641 Merge pull request #3382 from uniquePWD/patch-14
Update managenew.html
2025-08-03 20:53:30 +12:00
AdeHub
2dbd70f1d7 Merge pull request #3381 from uniquePWD/patch-13
Update managemanual.html
2025-08-03 20:52:55 +12:00
AdeHub
b3ac8d016d Merge pull request #3380 from uniquePWD/patch-12
Update manageartists.html
2025-08-03 20:52:27 +12:00
AdeHub
2f01f7b493 Merge pull request #3379 from uniquePWD/patch-11
Update managealbums.html
2025-08-03 20:51:57 +12:00
AdeHub
6bd9185a8d Merge pull request #3378 from uniquePWD/patch-10
Update manage.html
2025-08-03 20:51:19 +12:00
AdeHub
8501708591 Merge pull request #3377 from uniquePWD/patch-9
Update logs.html
2025-08-03 20:50:43 +12:00
AdeHub
7b7acf9a42 Merge pull request #3376 from uniquePWD/patch-8
Update index.html
2025-08-03 20:50:14 +12:00
AdeHub
87dd0b156b Merge pull request #3375 from uniquePWD/patch-6
Update extras.html
2025-08-03 20:49:42 +12:00
AdeHub
2cc1d5fd19 Merge pull request #3374 from uniquePWD/patch-5
Update config.html
2025-08-03 20:49:07 +12:00
AdeHub
eed48189ff Merge pull request #3373 from uniquePWD/patch-4
Update artist.html
2025-08-03 20:48:27 +12:00
AdeHub
14ec8b081d Merge pull request #3372 from uniquePWD/patch-3
Update album.html
2025-08-03 20:47:46 +12:00
AdeHub
ff2afa8bff Merge pull request #3371 from uniquePWD/patch-2
Update base.html
2025-08-03 20:44:58 +12:00
AdeHub
a6a37d744c Merge pull request #3370 from uniquePWD/patch-1
Update style.css
2025-08-03 20:44:09 +12:00
Paul
9bbc1302ac Update script.js
Modernised this too
2025-07-06 15:28:55 +01:00
Paul
672c79cd79 Update upcoming.html
Modern version
2025-07-06 15:25:02 +01:00
Paul
c3812ea5d0 Update shutdown.html
Modernised
2025-07-06 15:22:10 +01:00
Paul
e2fa5a85ea Update searchresults.html
Another modernisation
2025-07-06 15:19:18 +01:00
Paul
728887d881 Update manageunmatched.html
Modernised
2025-07-06 15:06:19 +01:00
Paul
6f65f700d5 Update managenew.html
More modernisation
2025-07-06 15:02:45 +01:00
Paul
a5f7ea4600 Update managemanual.html
Modernised
2025-07-06 15:00:43 +01:00
Paul
f290248d3f Update manageartists.html
Modernised
2025-07-06 14:58:10 +01:00
Paul
4c6adf9550 Update managealbums.html
More modernisation
2025-07-06 14:52:44 +01:00
Paul
9f081ca545 Update manage.html
Modernisation
2025-07-06 14:48:02 +01:00
Paul
c835664014 Update logs.html
Modernised
2025-07-06 14:42:50 +01:00
Paul
40b71cf6ed Update index.html
More modernisation
2025-07-06 13:32:10 +01:00
Paul
9fecbe8e56 Update extras.html
More modernisation.
2025-07-06 13:26:01 +01:00
Paul
5b15d1139a Update config.html
Modernised.
2025-07-06 11:58:02 +01:00
Paul
bd48b17d7b Update artist.html
Modernised.
2025-07-06 11:49:02 +01:00
Paul
ab70020574 Update album.html
More modernisations.
2025-07-06 11:43:51 +01:00
Paul
a23b72cf84 Update base.html
Modernised. Needs testing
2025-07-06 11:34:49 +01:00
Paul
c8401efcaa Update style.css
Modernises the CSS. Definitely needs testing.
2025-07-06 11:23:25 +01:00
AdeHub
62757c0fcf Merge pull request #3367 from confor/fix-deps
Add imghdr and cgi
v0.6.4
2025-06-02 08:39:31 +12:00
AdeHub
63c992a4e5 Merge pull request #3363 from hypsometric/deluge_fix
Fix deluge torrent upload
2025-05-31 12:17:20 +12:00
AdeHub
63549b2471 fix weserv blocking 2025-05-31 12:05:49 +12:00
confor
3ff431da4b add cgi (py 3.13+ support)
sourced from youknowone/python-deadlib
2025-05-22 22:04:07 -04:00
confor
8ccc3cb146 add imghdr (py 3.13+ support)
this package was deprecated and removed in python 3.13+.

sourced from youknowone/python-deadlib
2025-05-22 21:56:10 -04:00
hypsometric
6764783aa7 Fix deluge torrent upload
Fix torrent file encoding for deluge
- received content is bytes
- we need to convert this content into base64
- we then need to convert base64 bytes into base64 string to include in
  the json data
binary
Fixes #3362
2025-04-17 12:33:43 +02:00
AdeHub
828fc0ccda Merge pull request #3359 from hypsometric/gazelle_improvements
Gazelle improvements
2025-04-12 15:28:44 +12:00
AdeHub
68a495127e Potential fix for #3355
Potential fix for #3355
2025-04-12 15:26:21 +12:00
Hypsometric
26a6095851 Make Gazelle torrents sorting clearer
Sort by format and most seeders if `search_formats` has data.
Sort only by most seeders else.
2025-03-19 17:20:46 +01:00
Hypsometric
95bd0a57ff Refactor common Orpheus & Redacted code
Orpheus & Redacted being based on Gazelle API, their code was the same
(with the exception of release type filtering).

Merging both will make maintenance easy and brings Redacted on par with
Orpheus regarding release type filtering.
2025-03-19 17:20:46 +01:00
Hypsometric
5efbd561d6 Allow the use of apikey with GazelleAPI & Redacted 2025-03-19 17:16:55 +01:00
AdeHub
b690850019 torznab enclosure url 2024-12-07 19:58:57 +13:00
AdeHub
a09e91ff8a cherrypy update
fixes #3348
2024-12-07 19:56:21 +13:00
AdeHub
94d62430a0 Ignore bs4 warning 2024-12-07 09:55:00 +13:00