|
86321e56d1
|
use sharp to transform to jpeg
|
2022-10-16 18:22:48 +02:00 |
|
|
65cab457ff
|
fix import
|
2022-10-16 18:00:33 +02:00 |
|
|
003fad7cd0
|
implement /indecent_prediction endpoint
|
2022-10-16 18:00:04 +02:00 |
|
|
9df90066f9
|
added indecent-prediction util
|
2022-10-16 17:59:36 +02:00 |
|
|
0cbcb93e6e
|
added read-image util
|
2022-10-16 17:58:57 +02:00 |
|
|
ed2515a26c
|
added image-byte-array util
|
2022-10-16 17:58:48 +02:00 |
|
|
889f069012
|
added download-file util
|
2022-10-16 17:58:33 +02:00 |
|
|
44ad9f186d
|
fix crash
|
2022-10-15 18:37:16 +02:00 |
|
|
d2ecec6961
|
fix get stream
|
2022-10-15 18:31:46 +02:00 |
|
|
5b4dd2c5a5
|
improve streaming addresses
|
2022-10-15 18:18:55 +02:00 |
|
|
471dc7dd6a
|
fix: use specified protocol to create sources
|
2022-10-14 20:44:45 +02:00 |
|
|
e95d6453f1
|
merge from "streaming-v2"
|
2022-10-14 20:31:13 +02:00 |
|
|
f16d25d289
|
added 2 endpoints
|
2022-10-14 14:46:04 +02:00 |
|
|
7e74e7c1cc
|
use posts v2
|
2022-10-13 21:56:29 +02:00 |
|
|
75156dc201
|
update post schema
|
2022-10-13 21:55:54 +02:00 |
|
|
8d25e7c151
|
implement default posting_policy
|
2022-10-13 21:55:45 +02:00 |
|
|
acd0dae11c
|
added additions_to_attachments fixment
|
2022-10-13 21:55:24 +02:00 |
|
|
f77523ac76
|
remove un used import
|
2022-10-12 22:53:29 +02:00 |
|
|
3ceeb55423
|
send post using client timestamp
|
2022-10-12 22:49:24 +02:00 |
|
|
76669518d9
|
fix setup script
|
2022-10-12 21:16:34 +02:00 |
|
|
ca95cbab96
|
remove unwanted globals
|
2022-10-12 21:10:50 +02:00 |
|
|
0b70162a11
|
improve time ago calculation
|
2022-10-12 19:44:05 +02:00 |
|
|
8232f8caa5
|
use utc time
|
2022-10-12 16:29:58 +02:00 |
|
|
6c18614599
|
use ISOString to create new posts
|
2022-10-12 00:31:46 +02:00 |
|
|
1e5da1d6d7
|
added _id to AllowedAnonPublicGetters
|
2022-10-11 15:10:37 +02:00 |
|
|
b05f5276ee
|
implement uploadPolicy
|
2022-10-10 16:30:14 +02:00 |
|
|
756517145f
|
implement publicData get methods
|
2022-10-10 16:18:11 +02:00 |
|
|
fced4cdc04
|
fix crash when non-formalized files are uploaded
|
2022-10-10 15:55:58 +02:00 |
|
|
a28d1433e3
|
check existent email on userCreate
|
2022-10-07 20:11:46 +02:00 |
|
|
4388e93caa
|
added availability checks
|
2022-10-07 20:11:16 +02:00 |
|
|
045985be47
|
improve username generation policy
|
2022-10-07 02:37:31 +02:00 |
|
|
c573041c25
|
improve & fix updates and data fill
|
2022-10-06 21:46:38 +02:00 |
|
|
d17d3da6be
|
remove comments fields from post schema
|
2022-10-06 17:49:49 +02:00 |
|
|
d57aca1e85
|
added SearchController
|
2022-10-06 17:32:22 +02:00 |
|
|
0019cd1cd9
|
check if user has permission to delete comments
|
2022-09-30 23:20:45 +02:00 |
|
|
5fbe866c8b
|
added checkUserAdmin lib
|
2022-09-30 23:20:26 +02:00 |
|
|
b88dcddf56
|
implement Comments logic to server
|
2022-09-30 22:32:31 +02:00 |
|
|
d013cf104b
|
fix paths
|
2022-09-29 19:55:30 +02:00 |
|
|
71c37a1e5c
|
use StorageClient
|
2022-09-21 19:09:22 +02:00 |
|
|
0a55547e3e
|
added PlaylistController
|
2022-09-21 19:07:48 +02:00 |
|
|
d1d5cc15ae
|
implement s3
|
2022-09-21 19:07:39 +02:00 |
|
|
6050aab515
|
added videoTranscode lib
|
2022-09-21 19:03:43 +02:00 |
|
|
1c6a777e58
|
added toBoolean
|
2022-09-21 19:02:47 +02:00 |
|
|
c1e38700c6
|
added StorageClient
|
2022-09-21 19:02:35 +02:00 |
|
|
0386efefd1
|
added post types
|
2022-09-20 00:51:56 +02:00 |
|
|
5b8ca313fe
|
expose CommentsControllers to api
|
2022-09-16 15:02:22 +02:00 |
|
|
6b10e4f778
|
implement CommentsController basics
|
2022-09-16 15:02:11 +02:00 |
|
|
decf416dd9
|
update schema
|
2022-09-16 15:01:50 +02:00 |
|
|
01339a175f
|
fix endpoint
|
2022-09-09 20:38:27 +02:00 |
|
|
4913dedb30
|
added PostSave methods
|
2022-09-09 20:38:18 +02:00 |
|