Commit Graph

1081 Commits (31330e0aed2a6bf2547bce3378e3830bd0f98e82)

Author SHA1 Message Date
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.
5 years ago
Daniel Supernault 0fc3a1d6a5
Formatting 5 years ago
daniel 907945a7a0
Merge pull request #2923 from Wv5twkFEKh54vo4tta9yu7dHa3/patch-1
Fix media upload
5 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.
5 years ago
Daniel Supernault 0584f9ee95
Update ApiV1Controller, fix empty public timeline bug 5 years ago
Daniel Supernault 00c32360ae
Update StoryController, fix postgres bug. Fixes #2904 5 years ago
Daniel Supernault 0f00be4d98
Update DirectMessageController, fix autocomplete bug 5 years ago
Daniel Supernault 7dee8f58fe
Update StoryComposeController, fix expiry bug 5 years ago
Daniel Supernault dd7262d841
Update StoryController, add StoryComposeController 5 years ago
Daniel Supernault 1c59933c0a
Update ProfileController 5 years ago
Daniel Supernault a4a1270e70
Add Stories to admin dashboard 5 years ago
Daniel Supernault fee2857deb
Update ComposeController 5 years ago
Daniel Supernault 7709220074
Add Polls 5 years ago
Daniel Supernault 3f8acb1266
Update AccountService, add syncPostCount method 5 years ago
Daniel Supernault e9ef0c887a
Add Archive Posts 5 years ago
Daniel Supernault ee0028bc57
Update PublicApiController, use account service 5 years ago
Daniel Supernault c4146a3040
Update RemoteProfile component, add follower modals 5 years ago
Daniel Supernault f3d6023ef8
Update LikeController, improve query perf 5 years ago
Daniel Supernault f9516ac316
Update ApiControllers, use NotificationService 5 years ago
Daniel Supernault bce8edd994
Update PublicApiController, improve accountStatuses api perf 5 years ago
Daniel Supernault 2a791f1991
Update ApiV1Controller, add default license support 5 years ago
Daniel Supernault ea0fc90c92
Add default licenses and license sync 5 years ago
Daniel Supernault 072d55d1a8
Update Compose Apis, make media descriptions/alt text length limit configurable. Default length: 1000 5 years ago
Daniel Supernault 67e3f6048f
Update Settings, add default license and enforced media descriptions 5 years ago
Daniel Supernault 8ac8fcad3f
Update LikeController, add UndoLikePipeline and federate Undo Like activities 5 years ago
Daniel Supernault f39f32c866
Update ApiController, fix notification bug 5 years ago
Daniel Supernault 0153ed6d64
Update Timeline, make text-only posts opt-in by default 5 years ago
Daniel Supernault 08f492bd3d
Update PublicApiController, remove text only posts 5 years ago
Daniel Supernault 86219b57fc
Update PublicApiController, filter out text replies on home timeline 5 years ago
Daniel Supernault 9f4f983f27
Update ap helpers, set text type when appropriate 5 years ago
Daniel Supernault ca6e491c83
Update PublicApiController, use fUserFilterService in public timeline endpoint 5 years ago
Daniel Supernault 135474ae11
Update DiscoverController, use UserFilterService on trendingApi 5 years ago
Daniel Supernault 7f4213924f
Update job queue, separate deletes into their own queue 5 years ago
Daniel Supernault c8824d1b51
Update FollowerService 5 years ago
Daniel Supernault 26b9c1401c
Update ActivityPub helpers, fix comment threading in statusFetch() method 5 years ago
Daniel Supernault 9650b668e9
Update PublicApiController, fix public timeline filtering 5 years ago
Daniel Supernault 4fe42e5b57
Update PublicApiController, improve home timeline perf 5 years ago
Daniel Supernault 9017f7c4e1
Update Profile, fix unauthenticated private profiles 5 years ago
Daniel Supernault f2686cacd2
Update AdminMediaController, improve perf and use simple pagination 5 years ago
Daniel Supernault 352aa57346
Update ApiV1Controller, use ProfileService for verify_credentials 5 years ago
Daniel Supernault f67c67bce1
Update ApiV1Controller, use PublicTimelineService 5 years ago
Daniel Supernault d43e6d8d07
Update NotificationService, use zrevrangebyscore for api 5 years ago
Daniel Supernault f215ee26b3
Update moderator api, expire cached status 5 years ago
Daniel Supernault 78529cb1f8
Update PublicApiController 5 years ago
Daniel Supernault 82895591c3
Update PublicApiController, add LikeService to Network timeline 5 years ago
Daniel Supernault 64725ecce7
Add diagnostics to error page and admin dashboard 5 years ago
Daniel Supernault 9ac8bbde91
Update ApiController, fix hashtag endpoint 5 years ago
Daniel Supernault 6d956a86f4
Add mark as spammer mod tool, unlists and applies content warning to existing and future posts 5 years ago
Daniel Supernault 7b9e0eefd3
Update InternalApiController formatting 5 years ago
Daniel Supernault e5f683fda4
Update PublicApiController, improve network timeline perf 5 years ago