Commit Graph

1129 Commits (e825b07d88f14b1126f464d6ab3df91582dde17c)

Author SHA1 Message Date
Daniel Supernault e825b07d88
Update ApiV1Controller 3 years ago
Daniel Supernault 46485426ea
Update ApiV1Controller, add mastoapi strict mode 3 years ago
Daniel Supernault 861a2d36df
Update PublicApiController, enforce only_media on accountStatuses method. Fixes #3105 3 years ago
Daniel Supernault fcabc9be02
Fix Direct Message conversations endpoint on postgres instances 3 years ago
Daniel Supernault ddf41dc347
Update StoryController, add postgres bug fix 3 years ago
Daniel Supernault 85fc9dd0a8
Update PublicApiController, fix accountStatuses pagination operator 3 years ago
Daniel Supernault 772352903b
Update web routes 3 years ago
Daniel Supernault d820669bd1
Update StatusController, change param signature 3 years ago
Daniel Supernault 415826f253
Update ApiV1Controller, fix illegal operator bug by setting default min_id 3 years ago
Daniel Supernault 10b6058cc0
Update DiscoverController, add yearly option and increase limit from 15 to 30 posts 3 years ago
Daniel Supernault e503a8da85
Update RegisterController 3 years ago
Daniel Supernault b37c805172
Update AdminReportController 3 years ago
Daniel Supernault 745c35807c
Update FederationController, increase webfinger cache ttl from 12 hours to 14 days 3 years ago
Daniel Supernault b00a453b99
Update status api, autolink caption before returning response 3 years ago
Daniel Supernault 5c65e2b761
Update SpaController, add username redirect method 3 years ago
Daniel Supernault 6bf92bed27
Update LoginController, bump decayMinutes from 1 to 60 3 years ago
Daniel Supernault 7bc684e5d1
Update SpaController, persist web language changes 3 years ago
Daniel Supernault 37dcc4ae13
Update PublicApiController 3 years ago
Daniel Supernault 5828a863cb
Update web routes 3 years ago
Daniel Supernault 7e35ab80ad
Update web routes 3 years ago
Daniel Supernault edc2958bf2
Update ComposeController, refactor compose_settings 3 years ago
Daniel Supernault aee9b994e3
Improve DiscoverService 3 years ago
Daniel Supernault 367d74fbfb
Update ApiV1Controller, use DiscoverService for discoverPosts method 3 years ago
Daniel Supernault f36da7816f
Update InternalApiController, use DiscoverService for discoverPosts method 3 years ago
Daniel Supernault f3f35f590d
Remove admin .env editor 3 years ago
Daniel Supernault 83b48b5681
Update StatusService, improve cache invalidation 3 years ago
Daniel Supernault 466286af92
Update ApiV1Controller, improve statusesById perf and dispatch CommentPipeline job when applicable 3 years ago
Daniel Supernault b6b0837f49
Update CommentPipeline, move reply_count calculation to comment pipeline job and improve count calculation 3 years ago
Daniel Supernault 945a7e49f5
Update InternalApiController, prevent moderation actions against admin accounts 3 years ago
Daniel Supernault 2923453e13
Update PublicApiController 3 years ago
Daniel Supernault 079804e65b
Update ApiV1Controller, improve settings and add discoverPosts endpoint 3 years ago
Daniel Supernault cdaa153003
Update StoryController 3 years ago
Daniel Supernault b8e9056ee3
Update UserInviteController, fixes #3017 3 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 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