meeb
|
6cfd860b10
|
Merge pull request #792 from tcely/patch-6
Clean up `__pycache__` directories
|
2025-03-01 08:28:08 +11:00 |
|
tcely
|
0786933c5f
|
Tweak the comment
|
2025-02-28 14:04:29 -05:00 |
|
tcely
|
fcc37100c3
|
python -B is well-behaved
Use the `tmpfs` mount on `/cache` instead of `/tmp` to make this faster.
|
2025-02-28 13:44:19 -05:00 |
|
tcely
|
63f3df1d5c
|
Clean up __pycache__ directories
|
2025-02-28 12:45:36 -05:00 |
|
meeb
|
7e86e23b86
|
Merge pull request #787 from tcely/patch-6
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Use `yt-dlp` `daterange` option
|
2025-02-28 06:09:31 +11:00 |
|
meeb
|
545b039fe9
|
Merge pull request #786 from tcely/django-5-csrf
CSRF Fixes for Django 5.1
|
2025-02-28 06:08:32 +11:00 |
|
meeb
|
e33d30a3d7
|
Merge pull request #784 from tcely/patch-5
Prevent unintended unhealthy restarts
|
2025-02-28 06:06:12 +11:00 |
|
tcely
|
ddc9588cbf
|
Set daterange for yt-dlp when indexing
|
2025-02-27 10:50:00 -05:00 |
|
tcely
|
fd4f917b05
|
Pass days to indexer function
|
2025-02-27 10:14:33 -05:00 |
|
tcely
|
e04562d8be
|
Add the port to the Host header
Without this, port 80 may be assumed, which would be incorrect.
|
2025-02-27 08:59:21 -05:00 |
|
tcely
|
beeaafe246
|
Use the values from nginx for CSRF Origin checks
|
2025-02-27 08:51:09 -05:00 |
|
tcely
|
e2dd61af66
|
Pass through forwarded Host & Port
|
2025-02-27 08:43:14 -05:00 |
|
tcely
|
b0ea486302
|
Prevent unintended unhealthy restarts
When I intentionally set a test container to be down,
I really don't want it to be restarted because it was "unhealthy" for too long
|
2025-02-26 07:39:23 -05:00 |
|
meeb
|
5e250f4d72
|
Merge pull request #776 from tcely/patch-6
Run Django tests for TubeSync / test (3.10) (push) Has been cancelled
Run Django tests for TubeSync / test (3.11) (push) Has been cancelled
Run Django tests for TubeSync / test (3.12) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Store `Media.downloaded_filesize` for imported files
|
2025-02-26 21:43:42 +11:00 |
|
meeb
|
3f6da71f67
|
Merge pull request #775 from tcely/patch-5
Remove unnecessary `chmod` executions
|
2025-02-26 21:42:57 +11:00 |
|
tcely
|
533c1631b7
|
Store Media.downloaded_filesize for imported files
Fixes #69
|
2025-02-25 04:13:02 -05:00 |
|
tcely
|
fff42cec09
|
fixup: remove the extra blank line
|
2025-02-25 03:36:11 -05:00 |
|
tcely
|
921e053fc3
|
Remove unnecessary chmod executions
Setting the mode to the same value twice is only wasted effort.
|
2025-02-25 03:34:02 -05:00 |
|
meeb
|
ff91cbf6ba
|
Merge pull request #771 from tcely/patch-5
Run Django tests for TubeSync / test (3.10) (push) Has been cancelled
Run Django tests for TubeSync / test (3.11) (push) Has been cancelled
Run Django tests for TubeSync / test (3.12) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Check for the cached dictionary first
|
2025-02-25 15:21:54 +11:00 |
|
tcely
|
fd423fba88
|
Check for the cached dictionary first
|
2025-02-24 14:57:53 -05:00 |
|
meeb
|
7d530c4148
|
Merge pull request #581 from tcely/sqlite-connections
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
SQLite connection options
|
2025-02-25 02:54:57 +11:00 |
|
tcely
|
c9f4a5dc17
|
Use the standard sqlite3 engine from Django 5.1
|
2025-02-24 10:42:30 -05:00 |
|
tcely
|
91523edc21
|
Delete tubesync/tubesync/sqlite3/base.py
|
2025-02-24 10:40:54 -05:00 |
|
meeb
|
8738e65bce
|
Merge pull request #769 from tcely/patch-3
Access `posix_epoch` correctly
|
2025-02-25 02:15:21 +11:00 |
|
tcely
|
1ad90ad628
|
Access posix_epoch correctly
Fixes #768
|
2025-02-24 10:11:06 -05:00 |
|
meeb
|
e45fce54bc
|
Merge pull request #767 from tcely/patch-3
Prevent unintended changes to the cached dictionary
|
2025-02-24 22:42:53 +11:00 |
|
tcely
|
7ebd23c070
|
Prevent unintended changes to the cached dictionary
|
2025-02-24 06:27:23 -05:00 |
|
meeb
|
71b2b15239
|
Merge pull request #766 from tcely/patch-5
Remove Redis
|
2025-02-24 22:24:07 +11:00 |
|
meeb
|
a57b92b5b1
|
Merge pull request #765 from tcely/patch-3
Upgrade to 1.2.8 for Django 5 support
|
2025-02-24 21:43:14 +11:00 |
|
tcely
|
822db9d039
|
Delete tubesync/tubesync/celery.py
|
2025-02-24 04:58:56 -05:00 |
|
tcely
|
2f044c3614
|
Remove hiredis & redis from Pipfile
|
2025-02-24 04:54:53 -05:00 |
|
tcely
|
a111da9104
|
Delete config/root/etc/s6-overlay/s6-rc.d/celery-beat/type
|
2025-02-24 04:39:04 -05:00 |
|
tcely
|
3f93d0ae34
|
Delete config/root/etc/s6-overlay/s6-rc.d/celery-beat/dependencies
|
2025-02-24 04:38:53 -05:00 |
|
tcely
|
b474e9e817
|
Delete config/root/etc/s6-overlay/s6-rc.d/celery-beat/run
|
2025-02-24 04:38:45 -05:00 |
|
tcely
|
3d1cc110ac
|
Delete config/root/etc/s6-overlay/s6-rc.d/celery-worker/type
|
2025-02-24 04:37:46 -05:00 |
|
tcely
|
1ba97749df
|
Delete config/root/etc/s6-overlay/s6-rc.d/celery-worker/run
|
2025-02-24 04:37:37 -05:00 |
|
tcely
|
170671d4ec
|
Delete config/root/etc/s6-overlay/s6-rc.d/celery-worker/dependencies
|
2025-02-24 04:37:25 -05:00 |
|
tcely
|
bd5dbbd295
|
Delete config/root/etc/s6-overlay/s6-rc.d/redis/type
|
2025-02-24 04:33:28 -05:00 |
|
tcely
|
e0b98f34b7
|
Delete config/root/etc/s6-overlay/s6-rc.d/redis/dependencies
|
2025-02-24 04:33:14 -05:00 |
|
tcely
|
44910edbb1
|
Delete config/root/etc/s6-overlay/s6-rc.d/redis/run
|
2025-02-24 04:33:00 -05:00 |
|
tcely
|
0e4c5b10c9
|
Delete config/root/etc/redis/redis.conf
|
2025-02-24 04:32:26 -05:00 |
|
tcely
|
b4c4825c2a
|
Remove redis-server from Dockerfile
|
2025-02-24 04:30:59 -05:00 |
|
tcely
|
ce68ba9a01
|
Drop Python 3.7 as unsupported
|
2025-02-24 02:51:36 -05:00 |
|
tcely
|
83203254ad
|
Patched for version 1.2.8
|
2025-02-24 02:47:37 -05:00 |
|
tcely
|
eeb1826b05
|
Upgrade to 1.2.8 for Django 5 support.
|
2025-02-24 02:45:41 -05:00 |
|
meeb
|
085238308e
|
Merge pull request #754 from tcely/patch-3
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.7) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Pin `django-background-tasks`
|
2025-02-24 17:46:48 +11:00 |
|
meeb
|
9e2d564336
|
Merge pull request #756 from tcely/jellyfin-mediaserver
Jellyfin media server support
|
2025-02-24 17:46:09 +11:00 |
|
meeb
|
452222aa14
|
Merge pull request #764 from tcely/patch-17
Be more efficient with `Media.loaded_metadata`
|
2025-02-24 17:43:41 +11:00 |
|
meeb
|
e7032dccf0
|
Merge pull request #763 from tcely/patch-16
Fix an internal server error
|
2025-02-24 17:41:12 +11:00 |
|
meeb
|
c7a04a2a90
|
Merge pull request #762 from tcely/patch-15
Optimize `rename_files`
|
2025-02-24 17:40:45 +11:00 |
|