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 e3b7f1d7cd
For an ActivityStream object, such as a note, the code currently validates
the domain of the object id, matches the domain of the object url.
However, the current implementation of threads has objects where the id is
threads.net/ap/... and the url is www.threads.com/...
The AS spec does not guarantee any particular relationship between the
id and url. The only requirement is that the id is globally unique.
Additionally, mastodon also does not appear to require the domains to
match
6 months ago
..
Auth Update oauth/token, fix scope to be space separated string instead of array 11 months ago
Console Update InstanceUpdateTotalLocalPosts.php 8 months ago
Events
Exceptions
Http Update remove_from_followers api endpoint 7 months ago
Jobs Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 8 months ago
Listeners
Mail Refactor based on @jippi review 10 months ago
Models Generic OIDC Support 7 months ago
Observers Update UserObserver, fix type casting 2 years ago
Policies Update CustomFilterPolicy 7 months ago
Providers Generic OIDC Support 7 months ago
Rules Generic OIDC Support 7 months ago
Services Merge pull request #5608 from halkeye/add-generic-oidc 7 months ago
Transformer Update ApiV1Controller, fix relationship fields. Fixes #5900 8 months ago
Util For an ActivityStream object, such as a note, the code currently validates 6 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 9 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 9 months ago
MediaBlocklist.php
MediaTag.php Update ApiV1Controller, improve notification filtering 2 years ago
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