|
8d25e7c151
|
implement default posting_policy
|
2022-10-13 21:55:45 +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 |
|
|
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 |
|
|
4388e93caa
|
added availability checks
|
2022-10-07 20:11:16 +02:00 |
|
|
c573041c25
|
improve & fix updates and data fill
|
2022-10-06 21:46:38 +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 |
|
|
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 |
|
|
0a55547e3e
|
added PlaylistController
|
2022-09-21 19:07:48 +02:00 |
|
|
d1d5cc15ae
|
implement s3
|
2022-09-21 19:07:39 +02:00 |
|
|
0386efefd1
|
added post types
|
2022-09-20 00:51:56 +02:00 |
|
|
6b10e4f778
|
implement CommentsController basics
|
2022-09-16 15:02:11 +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 |
|
|
97e959f9d7
|
reimplement authentification process and regeneration system
|
2022-09-09 17:42:21 +02:00 |
|
|
eb1f349cb4
|
fix DeletePost method
|
2022-09-09 13:12:19 +02:00 |
|
|
5ad8dbed87
|
reimplement PostController
|
2022-09-09 12:23:24 +02:00 |
|
|
7ce1677b30
|
implement delete and put methods
|
2022-09-08 20:40:44 +02:00 |
|
|
6234cae12c
|
format
|
2022-09-08 19:08:57 +02:00 |
|
|
83dc6bb2f0
|
added BadgesController
|
2022-09-08 16:50:44 +02:00 |
|
|
4d4b9b3050
|
format
|
2022-09-07 17:44:11 +02:00 |
|
|
48bfa5da4d
|
fix new_featured_wallpaper
|
2022-09-07 17:35:17 +02:00 |
|
|
27333be7ac
|
implement featuredWallpaper endpoints
|
2022-09-07 15:18:56 +02:00 |
|
|
aee251c692
|
fix withAuthentication
|
2022-09-07 13:51:20 +02:00 |
|
|
94228561b1
|
fix middlewares withAuthentication
|
2022-09-05 04:40:15 +02:00 |
|
|
eb75941d52
|
declare middlewares every endpoint
|
2022-09-04 03:28:01 +02:00 |
|
|
aa9211e75c
|
split controller init
|
2022-08-05 20:04:02 +02:00 |
|
|
59523637f3
|
fix publics envs
|
2022-06-10 05:40:41 +02:00 |
|
|
bbf7d32ad0
|
added fix_posts_data endpoint
|
2022-06-10 05:40:18 +02:00 |
|
|
1b9e005b6d
|
export resolveToUrl
|
2022-06-06 23:32:47 +02:00 |
|
|
d4812d44cc
|
use express static to server /storage
|
2022-06-06 23:24:24 +02:00 |
|
|
9451d8a12f
|
added failed array
|
2022-06-06 18:42:35 +02:00 |
|
|
0307e866c4
|
use concurrent map for processing
|
2022-06-06 17:28:41 +02:00 |
|
|
eec2f03ccb
|
support additions
|
2022-06-06 16:08:49 +02:00 |
|
|
ec7de4b52f
|
increase max files per req
|
2022-06-06 16:08:26 +02:00 |
|
|
a938016cea
|
videoTranscode support options
|
2022-06-06 12:52:54 +02:00 |
|
|
657b557880
|
use formidable & video transcoder
|
2022-06-06 12:49:45 +02:00 |
|
|
9e8bb06921
|
fix query trim feed
|
2022-06-06 10:00:49 +02:00 |
|
|
c3ec2845f1
|
use savePostData method
|
2022-06-03 06:26:41 +02:00 |
|
|
e1f68623dc
|
implement toogleLike & cleanup
|
2022-06-03 05:54:29 +02:00 |
|
|
27c2a26f27
|
added cover to AllowedPublicUpdateFields
|
2022-06-01 21:42:05 +02:00 |
|
|
79feaa0608
|
create a substring if exceed maximung lenght
|
2022-05-31 21:55:11 +02:00 |
|