Commit Graph

1223 Commits (a0e15d89e26327e82bddeafa092110367004d28b)

Author SHA1 Message Date
Daniel Supernault 4b6effb9c8
Update ApiV1Controller, improve follow count cache invalidation 3 years ago
Daniel Supernault 940209018a
Update ProfileController 3 years ago
Daniel Supernault 3bd211d7f5
Update profile embeds, fix NaN bug and improve performance 3 years ago
Daniel Supernault 803bbac0ea
Update compiled assets 3 years ago
Daniel Supernault 1e00c431a8
Fix custom emoji admin dashboard bug 3 years ago
Daniel Supernault dc7962d898
Add shortcode & domain search 3 years ago
Daniel Supernault efeaf427e1
Add CustomEmoji admin dashboard 3 years ago
Daniel Supernault 350585d316
Fix typo in ApiV1Controller 3 years ago
Daniel Supernault de42d84c11
Update ApiV1Controller, fix reblogs endpoints 4 years ago
Daniel Supernault d6d99385db
Update ApiV1Controller, fix favourites endpoints 4 years ago
Daniel Supernault 6fc0dcb34d
Update ApiV1Controller, fix home timeline entities 4 years ago
Daniel Supernault dcb7ba9c7a
Update PublicApiController, fix public timeline endpoint 4 years ago
Daniel Supernault 80c7def3df
Update ApiV1Controller, fix public timeline endpoint 4 years ago
Daniel Supernault a6261221ad
Update ApiV1Controller, fix version on instance endpoint 4 years ago
Daniel Supernault 4ab99d66d1
Update FederationController 4 years ago
Daniel Supernault 4fe421a166
Update ApiV1Controller 4 years ago
Daniel Supernault 1515a9f111
Update CommentPipeline 4 years ago
Daniel Supernault 08246f2482
Update ApiV1Controller, fix account settings bug 4 years ago
Daniel Supernault da6312c2b0
Update ApiV1Controller 4 years ago
Daniel Supernault 0c1a0fa55b
Update PublicApiController 4 years ago
Daniel Supernault 6f1b02456f
Update AccountController, refresh RelationshipService on mute/blocks 4 years ago
Daniel Supernault cdf78e23a4
Update ApiV1Controller, improve instance endpoint 4 years ago
Daniel Supernault e825b07d88
Update ApiV1Controller 4 years ago
Daniel Supernault 46485426ea
Update ApiV1Controller, add mastoapi strict mode 4 years ago
Daniel Supernault 861a2d36df
Update PublicApiController, enforce only_media on accountStatuses method. Fixes #3105 4 years ago
Daniel Supernault fcabc9be02
Fix Direct Message conversations endpoint on postgres instances 4 years ago
Daniel Supernault ddf41dc347
Update StoryController, add postgres bug fix 4 years ago
Daniel Supernault 85fc9dd0a8
Update PublicApiController, fix accountStatuses pagination operator 4 years ago
Daniel Supernault 772352903b
Update web routes 4 years ago
Daniel Supernault d820669bd1
Update StatusController, change param signature 4 years ago
Daniel Supernault 415826f253
Update ApiV1Controller, fix illegal operator bug by setting default min_id 4 years ago
Daniel Supernault 10b6058cc0
Update DiscoverController, add yearly option and increase limit from 15 to 30 posts 4 years ago
Daniel Supernault e503a8da85
Update RegisterController 4 years ago
Daniel Supernault b37c805172
Update AdminReportController 4 years ago
Daniel Supernault 745c35807c
Update FederationController, increase webfinger cache ttl from 12 hours to 14 days 4 years ago
Daniel Supernault b00a453b99
Update status api, autolink caption before returning response 4 years ago
Daniel Supernault 5c65e2b761
Update SpaController, add username redirect method 4 years ago
Daniel Supernault 6bf92bed27
Update LoginController, bump decayMinutes from 1 to 60 4 years ago
Daniel Supernault 7bc684e5d1
Update SpaController, persist web language changes 4 years ago
Daniel Supernault 37dcc4ae13
Update PublicApiController 4 years ago
Daniel Supernault 5828a863cb
Update web routes 4 years ago
Daniel Supernault 7e35ab80ad
Update web routes 4 years ago
Daniel Supernault edc2958bf2
Update ComposeController, refactor compose_settings 4 years ago
Daniel Supernault aee9b994e3
Improve DiscoverService 4 years ago
Daniel Supernault 367d74fbfb
Update ApiV1Controller, use DiscoverService for discoverPosts method 4 years ago
Daniel Supernault f36da7816f
Update InternalApiController, use DiscoverService for discoverPosts method 4 years ago
Daniel Supernault f3f35f590d
Remove admin .env editor 4 years ago
Daniel Supernault 642b802022
Update Http Kernel 4 years ago
Daniel Supernault 83b48b5681
Update StatusService, improve cache invalidation 4 years ago
Daniel Supernault 466286af92
Update ApiV1Controller, improve statusesById perf and dispatch CommentPipeline job when applicable 4 years ago
Daniel Supernault b6b0837f49
Update CommentPipeline, move reply_count calculation to comment pipeline job and improve count calculation 4 years ago
Daniel Supernault 945a7e49f5
Update InternalApiController, prevent moderation actions against admin accounts 4 years ago
Daniel Supernault 2923453e13
Update PublicApiController 4 years ago
Daniel Supernault 079804e65b
Update ApiV1Controller, improve settings and add discoverPosts endpoint 4 years ago
Daniel Supernault cdaa153003
Update StoryController 4 years ago
Daniel Supernault b8e9056ee3
Update UserInviteController, fixes #3017 4 years ago
Daniel Supernault ae8c751796
Update Autospam service, add mark all as read and mark all as not spam options and filter active, spam and not spamreports 4 years ago
Daniel Supernault dff3dad1c8
Update AdminController, move report methods to AdminReports trait 4 years ago
Daniel Supernault e6d9437846
Update middleware 4 years ago
Daniel Supernault 0e892bb3fd
Update AccountController 4 years ago
Daniel Supernault bc65938757
Add manual email verification requests 4 years ago
Daniel Supernault aa2dd26c1b
Update PublicApiController, fix private account statuses api. Closes #2995 4 years ago
Daniel Supernault 7df3540b08
Update verify_credentials api endpoint to improve performance 4 years ago
Daniel Supernault 192553ff77
Update public timeline api, add experimental cache 4 years ago
Daniel Supernault 37abcf3898
Update public timeline api, use cached sorted set and client side block/mute filtering 4 years ago
daniel 3d2c98c033
Merge pull request #2941 from rfonseca/rfonseca-patch-1
Fix starting check of username to allow numbers.
4 years ago
Daniel Supernault e5454620e6
Update HomeTimeline api 4 years ago
Daniel Supernault bef959f451
Update PublicApiController, use AccountService in accountStatuses method 4 years ago
Daniel Supernault 80d9b9399a
Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries. 4 years ago
Daniel Supernault 0a8eb81bf0
Update InstanceActorController, improve json seralization by not escaping slashes 4 years ago
Daniel Supernault 4505d1f0f9
Update FederationController, move well-known to api middleware and cache webfinger lookups 4 years ago
Rodrigo Fonseca 31330e0aed
Fix starting check of username to allow numbers.
The check for the first letter of username used to be !ctype_alpha, but the error message says "Must start with a letter or number." Updated check to be !ctype_alnum, to be coherent with the error message.
4 years ago
Daniel Supernault ac6b3f07de
Update controllers, fixes #2906 4 years ago
Daniel Supernault 0fc3a1d6a5
Formatting 4 years ago
daniel 907945a7a0
Merge pull request #2923 from Wv5twkFEKh54vo4tta9yu7dHa3/patch-1
Fix media upload
4 years ago
Wv5twkFEKh54vo4tta9yu7dHa3 13f65629e1 Fix error 500 on image upload
Without this missing import, the server threw "Class 'App\Http\Controllers\Api\UserSetting' not found" when trying to upload images.
4 years ago
Daniel Supernault 0584f9ee95
Update ApiV1Controller, fix empty public timeline bug 4 years ago
Daniel Supernault 00c32360ae
Update StoryController, fix postgres bug. Fixes #2904 4 years ago
Daniel Supernault 0f00be4d98
Update DirectMessageController, fix autocomplete bug 4 years ago
Daniel Supernault 7dee8f58fe
Update StoryComposeController, fix expiry bug 4 years ago
Daniel Supernault dd7262d841
Update StoryController, add StoryComposeController 4 years ago
Daniel Supernault 1c59933c0a
Update ProfileController 4 years ago
Daniel Supernault a4a1270e70
Add Stories to admin dashboard 4 years ago
Daniel Supernault fee2857deb
Update ComposeController 4 years ago
Daniel Supernault 7709220074
Add Polls 4 years ago
Daniel Supernault 3f8acb1266
Update AccountService, add syncPostCount method 4 years ago
Daniel Supernault e9ef0c887a
Add Archive Posts 4 years ago
Daniel Supernault ee0028bc57
Update PublicApiController, use account service 4 years ago
Daniel Supernault c4146a3040
Update RemoteProfile component, add follower modals 4 years ago
Daniel Supernault f3d6023ef8
Update LikeController, improve query perf 4 years ago
Daniel Supernault f9516ac316
Update ApiControllers, use NotificationService 4 years ago
Daniel Supernault bce8edd994
Update PublicApiController, improve accountStatuses api perf 4 years ago
Daniel Supernault 2a791f1991
Update ApiV1Controller, add default license support 4 years ago
Daniel Supernault ea0fc90c92
Add default licenses and license sync 4 years ago
Daniel Supernault 072d55d1a8
Update Compose Apis, make media descriptions/alt text length limit configurable. Default length: 1000 4 years ago
Daniel Supernault 67e3f6048f
Update Settings, add default license and enforced media descriptions 4 years ago
Daniel Supernault 8ac8fcad3f
Update LikeController, add UndoLikePipeline and federate Undo Like activities 4 years ago
Daniel Supernault f39f32c866
Update ApiController, fix notification bug 4 years ago
Daniel Supernault 0153ed6d64
Update Timeline, make text-only posts opt-in by default 4 years ago
Daniel Supernault 08f492bd3d
Update PublicApiController, remove text only posts 4 years ago