0xboobface
6e25f98b2b
Add range slider for the recording resolution
2020-06-13 20:08:25 +02:00
0xboobface
229fc1f432
Add possibility to add notes to recordings
2020-06-13 19:32:00 +02:00
0xboobface
a4ceb2f513
Add current bandwidth throughput to webinterface
2020-06-12 19:11:14 +02:00
0xboobface
bd48d6bf9c
Set version to 3.8.0
2020-06-12 18:10:56 +02:00
0xboobface
ccab1261dc
Implement adding model by name in the webinterface like in the JavaFX
...
GUI
2020-06-11 20:55:14 +02:00
0xboobface
28e6313d41
Implement the ConfigServlet
...
Most of the server relevant options can now be changed in the
webinterface.
2020-06-11 19:58:59 +02:00
0xboobface
44fd340323
Implement loading of the config into the webpage
2020-06-11 19:58:59 +02:00
0xboobface
1b75340f74
Add authentication to config servlet
2020-06-11 19:58:59 +02:00
0xboobface
e1fb29b7c8
Add first implementation of a config servlet
2020-06-11 19:58:59 +02:00
0xboobface
0ed6d93d30
Set version to 3.7.3
2020-06-09 19:36:17 +02:00
0xboobface
7e4a6393b0
Set version to 3.7.2
2020-06-07 13:57:15 +02:00
0xboobface
c8614d7208
Set version to 3.7.1
2020-05-31 18:44:04 +02:00
0xboobface
79892b1a13
Add systemd service example to the server zip
2020-05-30 20:31:41 +02:00
0xboobface
7f661c3dc1
Add a HTTP and a HTML header with the version of ctbrec
2020-05-29 20:21:13 +02:00
0xboobface
5e46933905
Try to log in on startup
...
Maybe we have to change this in the future so that the server logs in
on a regular basis.
2020-05-23 13:47:57 +02:00
0xboobface
66b37b65c0
Set version to 3.7.0
2020-05-16 22:20:06 +02:00
0xboobface
6c85a2a493
First working version of Showup.tv
2020-05-16 16:28:44 +02:00
0xboobface
bd92c315fb
Set version to 3.6.4
2020-05-13 18:46:24 +02:00
0xboobface
e6dae3b2af
Set version to 3.6.3
2020-05-10 12:03:32 +02:00
0xboobface
8cdc2a4a56
Set version to 3.6.2
2020-05-02 14:43:20 +02:00
0xboobface
b402bb0df7
Set version to 3.6.1
2020-04-28 22:07:38 +02:00
0xboobface
aa42e82153
Set version to 3.6.0
2020-04-13 18:53:29 +02:00
0xboobface
243d2757b0
Set version to 3.5.0
2020-03-19 15:01:34 +01:00
0xboobface
6f57579041
Add pinning for recordings
...
Recordings can now be set to pinned. Pinned recordings cannot be
deleted.
2020-03-16 16:10:09 +01:00
0xboobface
3636d34d22
Set version to 3.4.0
2020-02-27 20:59:53 +01:00
0xboobface
3ec4d74545
Add Stripchat to server
2020-02-23 19:52:34 +01:00
0xboobface
4dcf9944f8
Set version to 3.3.0
2020-02-22 17:57:03 +01:00
0xboobface
627200d18d
Add download for single file recordings to web interface
2020-02-22 17:44:40 +01:00
0xboobface
71be9b3665
Improve support for server-side single files
2020-02-22 17:40:22 +01:00
0xboobface
e98a3bc7c2
Set version to 3.2.1
2020-02-16 17:04:46 +01:00
0xboobface
9a4461a0d1
Set version to 3.2.0
2020-02-01 10:03:56 +01:00
0xboobface
b66989fe85
Set version to 3.1.0
2020-01-11 11:30:02 +01:00
0xboobface
d82c3b490b
Implement recording priorities for RemoteRecorder
2020-01-04 15:30:54 +01:00
0xboobface
808810b6d6
Set version to 3.0.4
2020-01-03 12:43:07 +01:00
0xboobface
5164512287
Change the linux server start script to be more like an init script
2020-01-02 15:13:02 +01:00
0xboobface
499708ffcf
Set version to 3.0.3
2019-12-30 14:52:04 +01:00
0xboobface
296396f2d3
Set version to 3.0.2
2019-12-27 15:17:53 +01:00
0xboobface
33c298d558
Set version to 3.0.1
2019-12-26 21:46:06 +01:00
0xboobface
14dd11a2e6
Add instructions for ffmpeg to the server README
2019-12-26 21:45:34 +01:00
0xboobface
27e1857073
Adjust log level
2019-12-21 19:55:00 +01:00
0xboobface
dbcd7f488e
Fix HMAC calculation for HLS streams
2019-12-21 17:50:22 +01:00
0xboobface
306c3eaf3c
Improve startup status message for HMAC auth
2019-12-21 17:49:52 +01:00
0xboobface
630cb6a6a5
Adjust log level for http headers
2019-12-21 17:49:22 +01:00
0xboobface
ce103853a3
Fix SonarLint issues
2019-12-21 14:46:59 +01:00
0xboobface
a4b805c038
Set version to 3.0.0
2019-12-21 14:33:45 +01:00
0xboobface
e37c869695
Merge branch 'dev' into mp4-streaming
2019-12-17 21:27:16 +01:00
0xboobface
ab81fa4c94
Fix path check bug in HlsServlet and support dir symlinks
...
String.startsWith() comparison for the canonical recording dir
did not always check the last component correctly:
recordingDir: /path/to/dir
request: ../dirOther/filename
2019-12-17 21:18:29 +01:00
0xboobface
88735d93ee
Remove unused exceptions in HlsServlet
2019-12-17 21:14:33 +01:00
0xboobface
e734d46e9c
Add gitattributes and run initial normalization
2019-12-17 21:13:18 +01:00
0xboobface
b9f463d0dd
Bump version to 2.3.0
2019-12-08 19:04:22 +01:00