72 Commits

Author SHA1 Message Date
47a49d9a12 fix publics envs 2022-06-10 05:40:41 +02:00
aecb69da57 added fix_posts_data endpoint 2022-06-10 05:40:18 +02:00
3a3f711517 export resolveToUrl 2022-06-06 23:32:47 +02:00
afcabc60af use express static to server /storage 2022-06-06 23:24:24 +02:00
079d3e5cbe added failed array 2022-06-06 18:42:35 +02:00
b41486be1a use concurrent map for processing 2022-06-06 17:28:41 +02:00
23f60b3b58 added utils 2022-06-06 17:28:21 +02:00
ffbafbabfc support additions 2022-06-06 16:08:49 +02:00
33c2c6267c increase max files per req 2022-06-06 16:08:26 +02:00
417f6032b9 videoTranscode support options 2022-06-06 12:52:54 +02:00
3208c924ca use formidable & video transcoder 2022-06-06 12:49:45 +02:00
eb0e48287e added express json & urlencoded body parser 2022-06-06 12:16:41 +02:00
4a0d157f52 fix middlewares position 2022-06-06 12:07:39 +02:00
fcd71ec45d added uploadCachePath 2022-06-06 12:07:09 +02:00
93e3ffa2e2 use express as http engine 2022-06-06 11:32:24 +02:00
a6a9a6a4f0 fix query trim feed 2022-06-06 10:00:49 +02:00
2d9ebfdf7c use savePostData method 2022-06-03 06:26:41 +02:00
08b82edb47 implement toogleLike & cleanup 2022-06-03 05:54:29 +02:00
f33abd3bb3 added cover to AllowedPublicUpdateFields 2022-06-01 21:42:05 +02:00
18bef0d802 create a substring if exceed maximung lenght 2022-05-31 21:55:11 +02:00
16078fcdad implement MaxStringLenghts 2022-05-31 21:16:53 +02:00
ea284dc95d use dotenv 2022-05-31 02:28:13 +02:00
35624e3cb4 split DB manager to a external class 2022-05-19 19:44:54 +02:00
3bf79e3fa7 use getConnectionConfig 2022-05-14 19:44:38 +02:00
f690d247cf return response if only has data 2022-05-13 20:13:06 +02:00
8263d6fbe0 find by id instead query 2022-05-12 21:04:51 +02:00
1d4f98ee68 added get/stream_config_from_username endpoint 2022-05-12 19:27:26 +02:00
91a707a80d generate keys with username 2022-05-12 14:58:54 +02:00
73f8065e90 update streamingKey schema 2022-05-12 14:58:33 +02:00
7378fa92fb fix addresses 2022-05-12 11:05:52 +02:00
553f7aed65 fetch data from media server api 2022-05-12 10:53:15 +02:00
2848263111 added StreamingController with basic methods 2022-05-12 10:38:44 +02:00
b4811b4816 added streamingKey to models 2022-05-12 10:38:24 +02:00
5823d630d1 remove unwanted log 2022-05-06 19:00:12 +02:00
21fce23fc4 update linebridge imports 2022-05-06 17:43:12 +02:00
3c29cd9197 not decode password username on passport stratergy 2022-05-06 12:27:17 +02:00
48afef09b6 remove req type checking 2022-05-06 12:12:37 +02:00
d895785c48 use res.json to parse responses 2022-05-06 11:17:13 +02:00
aa1d579cb1 disable upload endpoints 2022-05-05 10:45:10 +02:00
4586c57432 remove @nanoexpress/middleware-file-upload/cjs from middlewares 2022-05-05 10:45:01 +02:00
adf7da8689 added additions to schemas 2022-04-04 21:42:48 +02:00
c2f8319496 added delete methods 2022-04-04 21:42:37 +02:00
128918f3d1 fix AllowedPublicUpdateFields for only apply to public methods 2022-03-15 03:10:22 +01:00
011f596033 extend user schema 2022-03-15 03:09:56 +01:00
30ec102304 include createdAt 2022-03-15 03:09:43 +01:00
45ba7541b5 implement follow methods 2022-03-15 01:05:09 +01:00
d826a7cc5f update models 2022-03-15 01:05:01 +01:00
52226430e4 update exports 2022-03-15 01:04:26 +01:00
7e057b6df6 added Badge schema 2022-03-15 01:04:20 +01:00
5cdea474d0 added UserFollow schema 2022-03-15 01:03:54 +01:00