Commit Graph

72 Commits

Author SHA1 Message Date
c7f9f74726 Update poetry.lock 2022-02-12 00:31:48 +01:00
22461337d0 Merge remote-tracking branch 'origin/master' 2022-02-12 00:31:30 +01:00
170896af6e Add test for checking if domain ends with slash 2022-02-12 00:31:26 +01:00
642126053a Create dependabot.yml 2022-02-11 21:01:45 +01:00
4d0988dda2 Update poetry.lock
Package operations: 0 installs, 3 updates, 0 removals

  • Updating asgiref (3.4.1 -> 3.5.0)
  • Updating pyparsing (3.0.6 -> 3.0.7)
  • Updating orjson (3.6.5 -> 3.6.6)
2022-01-22 19:10:59 +01:00
3b654681e1 Update poetry.lock
Package operations: 0 installs, 15 updates, 0 removals

  • Updating astroid (2.9.1 -> 2.9.3)
  • Updating frozenlist (1.2.0 -> 1.3.0)
  • Updating anyio (3.4.0 -> 3.5.0)
  • Updating charset-normalizer (2.0.9 -> 2.0.10)
  • Updating dnspython (2.1.0 -> 2.2.0)
  • Updating pylint-plugin-utils (0.6 -> 0.7)
  • Updating h11 (0.12.0 -> 0.13.0)
  • Updating urllib3 (1.26.7 -> 1.26.8)
  • Updating gitpython (3.1.24 -> 3.1.26)
  • Updating pylint-django (2.4.4 -> 2.5.0)
  • Updating requests (2.27.0 -> 2.27.1)
  • Updating prospector (1.5.3.1 -> 1.6.0)
  • Updating pygments (2.11.1 -> 2.11.2)
  • Updating starlette (0.16.0 -> 0.17.1)
  • Updating fastapi (0.70.1 -> 0.72.0
2022-01-20 14:00:53 +01:00
41f7bf01cf Update poetry.lock 2022-01-03 20:41:41 +01:00
576b38fa4f Make webhook_url KeyError more helpful 2022-01-03 20:41:33 +01:00
a993abce39 Create upload folder if it does not exist 2022-01-03 20:40:57 +01:00
d060c67197 Move files to folders 2022-01-03 20:40:02 +01:00
1e0da31c99 Move Black line length to pyproject.toml 2022-01-03 19:29:00 +01:00
981afea72e Rename project 2022-01-03 19:12:18 +01:00
50731512dd Use - instead of * in lists 2022-01-03 19:11:55 +01:00
f1a00d8864 Update poetry.lock 2021-12-31 01:40:42 +01:00
4febd5b38f Move example files to extras directory 2021-12-30 03:38:09 +01:00
dd847492ff Update poetry.lock 2021-12-30 03:35:53 +01:00
6b8bdc3750 Update poetry.lock 2021-12-23 19:14:21 +01:00
b6ed78a70c Add syntax highlighting for text files 2021-12-09 09:59:39 +01:00
eb03f6ba31 Ignore Uploads directory 2021-12-08 19:44:50 +01:00
d82cf5456c Move things to their own functions 2021-12-08 19:43:56 +01:00
8b8b210968 Add webhooks 2021-12-07 20:16:58 +01:00
0b387cc792 Respond with error code 2021-12-07 20:02:21 +01:00
fad95e339c Add link to Swagger and ReDoc to / 2021-12-07 19:58:14 +01:00
db2b16dc1c Move settings to settings.py 2021-12-07 19:57:24 +01:00
919e6efd80 Overwrite thumbnail if one already exists 2021-12-06 17:49:18 +01:00
96cfc914ad Only create HTML for video, otherwise return file immediately 2021-12-05 00:11:56 +01:00
f9478267bb Revert thumbnails for images 😿 2021-12-04 23:08:23 +01:00
219b3dda47 Make thumbnails for images and only append .jpg for movies 2021-12-04 22:35:19 +01:00
ccb23d59e1 Fix that you couldn't save thumbnail and create html when custom upload folder 2021-12-04 21:59:22 +01:00
90f2b3c8de Add python-dotenv 2021-12-04 21:45:24 +01:00
616218d612 Add UPLOAD_FOLDER to example file 2021-12-04 21:06:03 +01:00
0d2cd4f8c2 Update poetry.lock 2021-12-04 21:00:18 +01:00
a43011962e Update pyproject.toml 2021-12-04 21:00:08 +01:00
565e22a372 Add support for custom upload folder 2021-12-04 20:57:57 +01:00
cffb4e5837 Fix spelling mistakes 2021-12-04 20:49:47 +01:00
393b8797f9 Update README.md 2021-12-04 20:49:34 +01:00
ec5722ab55 Update poetry.lock 2021-12-03 14:25:41 +01:00
23deb9e8d5 Add Gunicorn and Uvicorn as dependencies 🦄 2021-11-26 11:54:06 +01:00
f18e946bac Remove .html from JSON output 2021-10-29 02:13:51 +02:00
578c6eb525 Fix Docker stuff 2021-10-29 02:07:55 +02:00
5dea20803b Update Dockerfile 2021-10-29 01:18:43 +02:00
d6e938aada Add environment varablie for DOMAIN 2021-10-29 01:18:29 +02:00
0445b73a7f Remove dhooks 2021-10-29 01:17:55 +02:00
3ca1c7286d Remove Uploads folder, it will be created if needed 2021-10-29 00:46:10 +02:00
ebee8a58c6 Fix correct folder 2021-10-29 00:45:46 +02:00
a2552c6fc5 Silence error 2021-10-29 00:45:24 +02:00
dc3d79629b Remove unused index.html file 2021-10-29 00:36:30 +02:00
9032e2f628 Use ffmpeg-python instead of subprocess 2021-10-28 23:38:48 +02:00
9020344432 Make arguments shorter and add type hints 2021-10-28 21:05:20 +02:00
bf3cc3f683 Add metadata to Docs 2021-10-28 20:51:44 +02:00