36 Commits

Author SHA1 Message Date
181f321bfe Refactor illegal character removal to a separate module so we don't have circular dependencies 2025-02-20 22:46:44 +01:00
ba2fb4e2e1 "Sort" the list 2025-02-20 22:17:19 +01:00
b0bfbe61a0 Add additional illegal characters to removal list in filename processing 2025-02-20 22:16:51 +01:00
61ed2ea2c9 Add Sentry integration 2025-02-10 22:22:54 +01:00
b5a0afc60c Refactor logging setup and enhance debug information in FastAPI application 2025-02-10 21:03:26 +01:00
870187e1e4 Fix warnings from Ruff and ffmpeg 2025-02-10 20:41:14 +01:00
b9833c461f Fix Ruff warnings 2024-07-26 02:28:05 +02:00
4bb74a146c Don't use template directory 2023-11-02 01:05:19 +01:00
2165dd5b7b Use Ruff and fix all its warnings 2023-11-02 00:08:42 +01:00
4da6c6833b Fix docstring 2023-01-09 05:17:06 +01:00
88074d8ab5 Modify OpenAPI and only have one return in upload_file() 2023-01-09 05:08:41 +01:00
6a67659888 Don't use same parameter name 2023-01-09 04:27:41 +01:00
ab477c0ab4 Add type hints 2023-01-09 04:25:20 +01:00
e1ede66db5 Remove module docstring 2023-01-09 03:51:35 +01:00
29bca4dd18 Replace resolution tuple with dataclass 2022-08-08 11:23:49 +02:00
0212937aa1 Replace tuple with dataclass 2022-08-08 11:14:55 +02:00
fcad955db6 Revert last commit 2022-08-04 22:06:43 +02:00
8e30543625 The static directory was broken for some reason 2022-08-02 16:38:12 +02:00
fa362e72e8 Revert "Move everything to one file"
This reverts commit 628ffc9587.
2022-07-18 00:47:38 +02:00
628ffc9587 Move everything to one file 2022-07-15 23:09:20 +02:00
6de97dad73 Remove types in docstring to reduce clutter 2022-07-15 16:20:33 +02:00
ce3400828e Remove ? from filename
When taking screenshot of Youtube video in mpv the filename will be watch?v=QtDl1neofaM_0001_00_02_30.901.webp
2022-07-06 20:30:42 +02:00
1676186e2f Rename the domain environment variable and use urljoin when joining URLs 2022-04-20 16:47:47 +02:00
64afda5662 Remove exception 2022-04-19 17:10:52 +02:00
2702703e13 Add CSS 2022-04-19 17:03:39 +02:00
b40895e691 Move HTML to own file instead of inline with the code 2022-04-19 16:38:55 +02:00
d85f23740d Move everything to own file 2022-04-13 02:36:39 +02:00
387d5e3842 Use python-discord-webhook instead of dhooks 2022-04-13 01:48:12 +02:00
501af6be12 Remove text_file_uploaded 2022-04-13 01:39:17 +02:00
34ce9e0a61 Replace spaces with dots 2022-04-13 01:38:16 +02:00
7ba2553698 Format code 2022-04-13 01:34:34 +02:00
104101bc54 Remove unused function 2022-04-13 01:27:55 +02:00
31cb5dbf81 Make things async 2022-04-13 01:27:24 +02:00
71a57da59b Change f to file 2022-04-13 01:24:38 +02:00
100da53031 Fix line length, use os.path.join and other small things 2022-03-01 04:22:42 +01:00
d060c67197 Move files to folders 2022-01-03 20:40:02 +01:00