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.
pixelfed/app
daniel ecffbd294e
Merge pull request #3490 from shleeable/patch-25
Update LabsSettings.php - CookieJar::make() expects string, true given.
3 years ago
..
Auth Update oauth flow 3 years ago
Console Update Installer.php 3 years ago
Events
Exceptions Update Exception handler to report validation message bag errors 3 years ago
Http Merge pull request #3490 from shleeable/patch-25 3 years ago
Jobs cs fix 3 years ago
Listeners
Mail Update ContactAdmin mail, set New Support Message subject 4 years ago
Models Add Conversations model 3 years ago
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. 3 years ago
Providers Update oauth flow 3 years ago
Services Change ISO-8601 to RFC 3339 EXTENDED 3 years ago
Transformer Merge pull request #3485 from shleeable/patch-20 3 years ago
Util Update AP helpers, remove unused variable 3 years ago
AccountInterstitial.php
AccountLog.php
Activity.php
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php Refactor snowflake id generation to improve randomness 4 years ago
CollectionItem.php Refactor snowflake id generation to improve randomness 4 years ago
Comment.php
Contact.php
DirectMessage.php
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
FollowRequest.php
Follower.php
HasSnowflakePrimary.php Refactor snowflake id generation to improve randomness 4 years ago
Hashtag.php
HashtagFollow.php
ImportData.php
ImportJob.php
Instance.php
Like.php Update Like model, bump max likes per day from 100 to 200 3 years ago
Media.php Update DiscoverController, cache public tag feed and only include local posts for unauthenticated users 3 years ago
MediaBlocklist.php
MediaTag.php
Mention.php
ModLog.php
Newsroom.php
Notification.php
OauthClient.php
Page.php
Place.php Refactor snowflake id generation to improve randomness 4 years ago
Profile.php Refactor AP profileFetch logic to fix race conditions and improve updating fields and avatars 3 years ago
ProfileSponsor.php
Report.php
ReportComment.php
ReportLog.php
Status.php Change ISO-8601 to RFC 3339 EXTENDED 3 years ago
StatusArchived.php
StatusHashtag.php
StatusView.php
Story.php Update Story model, use immutable datetime 4 years ago
StoryItem.php
StoryReaction.php
StoryView.php
UIKit.php
User.php
UserDevice.php
UserFilter.php
UserInvite.php
UserSetting.php Update UserSetting model, cast compose_settings and other as json 3 years ago
helpers.php