41ac4aa86b
Added an endpoint for enqueueing arec recorder jobs for processing
master
Erik Thuning
2024-06-04 16:03:15 +02:00
41dd024fba
Apparently the delete function was using a nonexistent authorization function
Erik Thuning
2024-03-19 14:03:20 +01:00
1188b5c854
Deprecated /notify in favor of specific endpoints. Removed /notify/hold
Erik Thuning
2023-06-15 14:04:11 +02:00
47f104206b
Removed redundant declarations
Erik Thuning
2023-04-20 15:14:12 +02:00
bca706c7c8
Updated the detection script to check for the name of the threaded daemon.
Erik Thuning
2023-04-04 11:43:13 +02:00
15dfc2076c
Added /notify/mediasite and /notify/default endpoints and updated the documentation
Erik Thuning
2023-03-30 15:38:56 +02:00
41031a98e4
Changed pseudocode syntax so the markdown web viewer doesn't eat words
Erik Thuning
2023-03-30 15:38:16 +02:00
f1045c1309
safe_join has moved from flask into werkzeug
Erik Thuning
2022-11-01 15:39:13 +01:00
dd141961de
Broke authentication into separate function
Erik Thuning
2022-09-13 11:49:06 +02:00
8d2b3b7edb
Moved _log_publish_failure function
Erik Thuning
2022-09-13 11:48:17 +02:00
f793d26ad0
Removed weburl from queue item
Erik Thuning
2022-09-13 11:47:42 +02:00
c392fbddfc
Whitespace
Erik Thuning
2022-09-13 11:47:26 +02:00
5cfd34dfcc
presentation -> list_presentations for better clarity
Erik Thuning
2022-09-13 11:46:07 +02:00
19c27b3bdc
Extended send_file to accept arguments
Erik Thuning
2022-09-13 11:45:08 +02:00
2d6d28fb47
Whitespace cleanup
Erik Thuning
2022-04-11 08:52:59 +02:00
ad77369c5a
Documenting the endpoints
Erik Thuning
2022-04-11 08:46:36 +02:00
810710b83d
Switched to f-strings for better readability. Also changed the logging call to use the recommended %s format
Erik Thuning
2022-04-05 13:43:49 +02:00
a3040ffc32
Eliminated a race in creating the queue file
Erik Thuning
2022-04-05 13:34:19 +02:00
fbd9dfd2fd
Sorted the queue listing by creation time, excluding non-matching files and directories
Erik Thuning
2022-03-25 11:31:50 +01:00
d5f69df002
Added an endpoint to accept queue items that will not immediately be picked up for processing
root
2022-03-24 17:04:19 +01:00
9aec725e0c
The status/queue endpoint can now correctly represent cattura jobs
Erik Thuning
2022-03-18 11:27:53 +01:00
a9a7fda9d8
Solved an infuriating issue with send_file and partial content
Erik Thuning
2022-03-16 17:11:07 +01:00
0698f1054a
x-sendfile support broke in bullseye, so removed. Also wrapped long lines
Erik Thuning
2022-03-14 15:04:44 +01:00
374fb22873
Added cross-origin headers
Erik Thuning
2022-02-24 14:35:18 +01:00
b9ec22e4f7
Changed the return value of notification calls to return the job UUID instead of OK
Erik Thuning
2022-01-13 14:20:06 +01:00
e9bde475a6
Error messages in queue status don't have to be json
Erik Thuning
2021-11-26 14:30:50 +01:00
845fee2c82
Fixed an incorrect dependency
Erik Thuning
2021-11-24 14:02:25 +01:00
36ff13f200
Updated readme
Erik Thuning
2021-11-24 10:36:43 +01:00
c2cfda686f
Merge branch 'master' of gitea.dsv.su.se:DMC/play-api
Erik Thuning
2021-11-24 10:32:15 +01:00
8a4f103462
Added requirements.txt for ease of python installation
Erik Thuning
2021-11-24 10:31:50 +01:00
24470c6f45
added 404 to response when file not found
daffyDukk2021-10-29 11:08:36 +02:00
ba74a18a76
fixes another itnernal serer error
daffyDukk2021-10-28 14:53:54 +02:00
00f7309768
Merge pull request 'added password check for DELETE method' (#7) from delete_auth into master
dafo5502
2021-10-28 09:32:23 +02:00