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
Anil Kulkarni 8db8258cab
Fix server post stats
This fixes the homepage, showing how many posts have been made by the
server.
The prior logic includes posts from remote servers by an indirect check
for if it's a local post.
This commit changes the query behavior to directly check for the local
flag in the statuses column, and additionally excludes shares
9 months ago
..
Auth Update oauth/token, fix scope to be space separated string instead of array 12 months ago
Console Fix server post stats 9 months ago
Events
Exceptions
Http Update ApiV1Controller, improve query 9 months ago
Jobs Update avif support, and fix reply permalinks 10 months ago
Listeners
Mail Refactor based on @jippi review 11 months ago
Models Add AppRegister 11 months ago
Observers Update UserObserver, fix type casting 2 years ago
Providers Update AppServiceProvider.php 10 months ago
Rules Fix push token for php8.2 1 year ago
Services Update snowflake config, allow custom datacenter/worker ids 10 months ago
Transformer Update AccountTransformer.php 11 months ago
Util Lint 9 months ago
AccountInterstitial.php
AccountLog.php
Activity.php
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Comment.php
Contact.php Update Contact model 1 year ago
DirectMessage.php
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
FollowRequest.php
Follower.php
HasSnowflakePrimary.php
Hashtag.php
HashtagFollow.php Update AppRegisterController 10 months ago
ImportData.php
ImportJob.php
Instance.php WIP: Implement domain blocks 2 years ago
Like.php Update Like model, increase max likes per day from 500 to 1500 2 years ago
Media.php Update NewStatusPipeline, improve fallback 11 months ago
MediaBlocklist.php
MediaTag.php
Mention.php
ModLog.php
Newsroom.php
Notification.php
OauthClient.php
Page.php
Place.php
Profile.php
ProfileSponsor.php
Report.php
ReportComment.php
ReportLog.php
Status.php Update Status, remove unused method 1 year ago
StatusArchived.php
StatusHashtag.php
StatusView.php
Story.php
StoryItem.php
StoryReaction.php
StoryView.php
UIKit.php
User.php Update User model, add notify_enabled 1 year ago
UserDevice.php
UserFilter.php
UserInvite.php
UserSetting.php
helpers.php