1
0
Fork 0
pixelfed/app
daniel 3ee699ba3f
Merge pull request #3122 from idanoo/hashtag_unique_constraint_fix
Fix for firstOrCreate failing hashtags with case differences on name column
2022-01-05 18:44:32 -07:00
..
Console Add avatar:sync command 2022-01-02 21:34:15 -07:00
Events
Exceptions Update exception handler 2021-12-31 01:14:50 -07:00
Http Fix Direct Message conversations endpoint on postgres instances 2022-01-05 18:30:58 -07:00
Jobs Fix for firstOrCreate failing hashtags with case differences on name 2022-01-05 19:45:19 +13:00
Listeners
Mail
Models Update InstanceActorController, improve json seralization by not escaping slashes 2021-10-07 00:46:20 -06:00
Observers 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. 2021-10-07 03:27:13 -06:00
Providers 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. 2021-10-07 03:27:13 -06:00
Services Update Services, fix mastoapi compat 2022-01-03 02:31:03 -07:00
Transformer Update AccountService, add getMastodon method for mastoapi compatibility 2022-01-03 00:53:15 -07:00
Util Update app/Util/Media/Image.php 2022-01-05 18:36:02 -07:00
AccountInterstitial.php
AccountLog.php
Activity.php
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Comment.php
Contact.php
DirectMessage.php
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
FollowRequest.php Update FollowRequest model 2018-12-31 23:25:00 -07:00
Follower.php
HasSnowflakePrimary.php
Hashtag.php
HashtagFollow.php
ImportData.php
ImportJob.php
Instance.php
Like.php
Media.php
MediaBlocklist.php
MediaTag.php
Mention.php
ModLog.php
Newsroom.php
Notification.php
OauthClient.php
Page.php
Place.php
Profile.php Update Profile model, cast last_status_at as timestamp 2022-01-02 23:27:47 -07:00
ProfileSponsor.php
Report.php
ReportComment.php
ReportLog.php Update ReportLog model 2019-02-03 14:49:26 -07:00
Status.php Update Status model, use AccountService to generate urls instead of loading profile relation 2021-11-03 23:29:12 -06:00
StatusArchived.php Add StatusArchived model + migration 2021-01-09 00:05:21 -07:00
StatusHashtag.php
StatusView.php
Story.php
StoryItem.php
StoryReaction.php
StoryView.php
UIKit.php
User.php
UserDevice.php Update UserDevice model 2019-04-15 13:21:33 -06:00
UserFilter.php
UserInvite.php
UserSetting.php Update UserSetting model, cast compose_settings and other as json 2021-12-04 17:35:50 -07:00
helpers.php