You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wv5twkFEKh54vo4tta9yu7dHa3
a19d4d5418
Use same json error format as Mastodon
...
As documented in the Mastodon API ( https://docs.joinmastodon.org/entities/error/ ), error responses use "error" as the key for the value, instead of Laravel's default (which is "message")
4 years ago
..
Console
Update UserCreate command, closes #2581
5 years ago
Events
…
Exceptions
Use same json error format as Mastodon
4 years ago
Http
Update PublicApiController, limit network pagination to 3 months
4 years ago
Jobs
Update federation pipeline, add locks
5 years ago
Listeners
Update AuthLogin listener
5 years ago
Mail
Add password change email notification
5 years ago
Models
Update InstanceActor model
5 years ago
Observers
Update AccountService, cache object and observe changes
5 years ago
Providers
Update AccountService, cache object and observe changes
5 years ago
Services
Update MediaStorageService, improve head checks to fix failed jobs
5 years ago
Transformer
New License formats
4 years ago
Util
New License formats
4 years ago
AccountInterstitial.php
Add AccountInterstitial model and controller
5 years ago
AccountLog.php
Update AccountLog model, add fillable attribute
5 years ago
Activity.php
Update AP logger
5 years ago
Avatar.php
Update avatar model
5 years ago
Bookmark.php
…
Circle.php
…
CircleProfile.php
…
Collection.php
Update Collection model
6 years ago
CollectionItem.php
Update Collection models
6 years ago
Comment.php
…
Contact.php
…
DirectMessage.php
Update DirectMessage model
5 years ago
DiscoverCategory.php
…
DiscoverCategoryHashtag.php
…
EmailVerification.php
…
FailedJob.php
…
FollowRequest.php
…
Follower.php
Update Follower model, increase hourly limit from 30 to 150
5 years ago
Hashtag.php
Update account settings, add hashtags to relationships
6 years ago
HashtagFollow.php
Update HashtagFollow model, add hashtag relation
6 years ago
ImportData.php
…
ImportJob.php
…
Instance.php
…
Like.php
…
Media.php
New License formats
4 years ago
MediaBlocklist.php
Add MediaBlocklist feature
5 years ago
MediaTag.php
Add Media Tags
5 years ago
Mention.php
…
ModLog.php
Update ModLog model, add fillable attribute
5 years ago
Newsroom.php
Update Newsroom model, add editUrl() method
6 years ago
Notification.php
Update NotificationTransformer, handle tagged deletes
5 years ago
OauthClient.php
…
Page.php
…
Place.php
Update Place model, add name method
5 years ago
Profile.php
Update Embeds. Fix Profile + Status embeds, remove following count and improve cache invalidation and hidden follower counts
5 years ago
ProfileSponsor.php
Add Profile Sponsors
6 years ago
Report.php
Update Report model
6 years ago
ReportComment.php
…
ReportLog.php
…
Status.php
Update Status model, refactor liked and shared methods to fix cache invalidation bug
5 years ago
StatusArchived.php
Add StatusArchived model + migration
5 years ago
StatusHashtag.php
Update StatusHashtag model, add status_visibility to $fillable
6 years ago
StatusView.php
Add StatusView model to store views for discover algorithm
5 years ago
Story.php
Update Story model
6 years ago
StoryItem.php
Update StoryItem model
6 years ago
StoryReaction.php
…
StoryView.php
Update StoryView model
6 years ago
UIKit.php
Add UIKit model, migration and controller
5 years ago
User.php
Update User model, add interstitial relation
5 years ago
UserDevice.php
…
UserFilter.php
…
UserInvite.php
Update UserInvite model, add sender relation
5 years ago
UserSetting.php
…