Commit Graph

30 Commits

Author SHA1 Message Date
40bb2791fd Add qr code 2025-09-02 13:31:17 +03:00
94a59972ec Fix error message 2025-07-27 01:48:32 +03:00
d9b86584ef Refactor index.html loading 2025-07-27 01:00:20 +03:00
cd62c5652d feat: Switch from coroutines to virtual threads 2025-07-27 00:38:53 +03:00
7e3a4ddb3a Move S3 connection details from hardcoded values to application properties.
This allows for greater flexibility in configuring the S3 storage provider for different environments without requiring code changes.

- Add `endpoint` and `region` to `S3Props`
- Update `S3Config` to use the new properties
- Add new S3 properties to `application-local.properties.dist`
2025-07-26 13:55:28 +03:00
f850d079f8 feat: Switch video transcoding to AV1 and improve logging 2025-07-26 13:37:31 +03:00
7f6ae2872d Dont encode audio 2025-07-25 16:35:56 +03:00
bbaec5af71 Fix initializer 2025-07-24 01:16:06 +03:00
ac8770a538 Implement video conversion 2025-07-23 23:39:16 +03:00
7e6187be02 Add support for webm videos 2025-07-23 11:12:42 +03:00
7ca7ffbc57 Implement videos 2025-07-23 01:51:27 +03:00
33888c5008 Add support for multiple approvers 2025-06-17 22:08:13 +03:00
96f1878ac0 Add QR code positioning support via qrOffset URL parameter
Add support for positioning the QR code element by introducing a new qrOffset URL parameter. The parameter controls the bottom and right positioning of the QR code with a default value of 20px if not specified. This allows for better control over the QR code placement in the layout.
2025-06-10 10:23:49 +03:00
0b3a21f00c Add qr code 2025-06-09 22:19:01 +03:00
dea47b7d0a Update refresh rate 2025-06-09 10:45:04 +03:00
19468d7802 Rename app to memevizor 2025-06-09 00:10:49 +03:00
2978bef380 Add content type to uploaded index.html 2025-06-08 23:59:23 +03:00
db9c0b58d1 Upload index.html on app startup 2025-06-08 23:35:06 +03:00
626d53db37 Move index.html to app resources 2025-06-08 22:59:48 +03:00
923e0b3ca8 Fix soxok command 2025-05-30 23:41:45 +03:00
c8cd44224b refactor: improve bot configuration and service structure 2025-05-29 15:07:31 +03:00
039dc1279e refactor: extract confirm commands to list and rename variables 2025-05-29 14:15:35 +03:00
0e6e42d6e5 Fix forwarded message logging 2025-04-29 00:16:34 +03:00
d4b20d23f8 Fix this command bug 2025-04-29 00:09:55 +03:00
ac19fefb6b Refactor logging 2025-04-28 23:42:30 +03:00
a1ad81d4e5 Refactor handlers 2025-04-28 02:02:18 +03:00
774aeaa564 Refactor 2025-04-09 00:52:07 +03:00
8ab982b360 Format code 2025-04-08 23:44:37 +03:00
d369b6fac1 Add s3 integration 2025-04-07 23:01:40 +03:00
10988c1c09 Initial commit 2025-04-07 00:35:38 +03:00