Commit Graph

509 Commits (dev)

Author SHA1 Message Date
Daniel Supernault 8fea821504
Update AP helpers 12 months ago
Daniel Supernault aa1049e3e0
Update site config 1 year ago
Daniel Supernault d723e207fd
Update Helpers.php 1 year ago
Daniel Supernault 4f2b8ed20a
Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 1 year ago
Daniel Supernault 951c339010
Update RestrictedNames, add intent 1 year ago
Daniel Supernault 5071aaf408
Update activitpub setting, use config_cache() 1 year ago
Daniel Supernault 665581d80c
Update cloud storage, use config_cache 1 year ago
Daniel Supernault a72188a7db
Update image pipeline, use config_cache 1 year ago
Daniel Supernault c96167f2f7
Update config_cache 1 year ago
Daniel Supernault 7785a2dae4
Update Config, use config_cache 1 year ago
Daniel Supernault 5e4d4eff9d
Update config cache 1 year ago
Daniel Supernault f8145a78cf
Add Profile Migrations 1 year ago
Daniel Supernault 402a4607c9
Update Inbox, fix flag validation condition, allow profile reports 1 year ago
Daniel Supernault ef0ff78e4a
Add Remote Reports to Admin Dashboard Reports page 1 year ago
Daniel Supernault 089ba3c471
Update Inbox and StatusObserver, fix silently rejected direct messages due to saveQuietly which failed to generate a snowflake id 1 year ago
Daniel Supernault d835e0adaa
Update Inbox, cast live filters to lowercase 1 year ago
Daniel Supernault 40b45b2a11
Update Autospam, add live filters to block remote activities based on comma separated keywords 1 year ago
Daniel Supernault fb0bb9a34f
Update Federation, use proper Content-Type headers for following/follower collections 1 year ago
Daniel Supernault 00ed330cf3
Update AP helpers, fix sensitive bug 1 year ago
Daniel Supernault b81ae5773f
Update AP helpers, refactor post count decrement logic 1 year ago
Daniel Supernault 7caed381fb
Update AP helpers, more efficently update post counts 1 year ago
Daniel Supernault bca2484994
Update Webfinger util, add avatar entity. Fixes #1629 2 years ago
Daniel Supernault 6c39df7fb3
Update Inbox, import AccountService 2 years ago
Daniel Supernault 8a0ceaf801
Update Inbox, add user domain blocks to Story reaction handlers 2 years ago
Daniel Supernault 491468612f
Update Inbox, add user domain blocks to Undo handler 2 years ago
Daniel Supernault e32e50da7b
Update Inbox, add user domain blocks to Like handler 2 years ago
Daniel Supernault 3fbf8f159e
Update Inbox, add user domain blocks to Accept handler 2 years ago
Daniel Supernault 279fb28e2a
Update Inbox, add user domain blocks to Announce handler 2 years ago
Daniel Supernault c89dc45e8d
Update Inbox, add user domain blocks to Follow handler 2 years ago
Daniel Supernault a7f96d8194
Update Inbox, add user domain blocks to Direct Message handler 2 years ago
Daniel Supernault 759a439334
Update Inbox, improve tombstone query efficiency 2 years ago
Daniel Supernault 93a6f1e224
formatting 2 years ago
Daniel Supernault 06bee36c52
Update Inbox, improve story attribute collection 2 years ago
Daniel Supernault a0157fce0c
Update Inbox handler, fix missing object_url and uri fields for direct statuses 2 years ago
Daniel Supernault 33a60e767d
Update AP helpers, fix fanout scope 2 years ago
Daniel Supernault c6a6b3ae30
Update Experimental Home Feed, fix remote posts, shares and reblogs 2 years ago
Daniel Supernault 21218c794b
Update AP helpers, improve preferredUsername validation 2 years ago
Daniel Supernault 5c358010b0
Update Config util, add hls attributes 2 years ago
Daniel Supernault 778e83d398
Update lexer regex, fix mention regex and add more tests 2 years ago
Daniel Supernault 36df0d8373
Update nodeinfo 2 years ago
Daniel Supernault 36b23fe34e
Update AP helpers, adjust RemoteAvatarFetch ttl from 24h to 3 months 2 years ago
Daniel Supernault 8c96919119
Update ap helpers, store media attachment width and height if present 2 years ago
Emelia Smith 74ad26fee6
Fix potential memory leak due to not calling imagedestroy on GdImage objects 2 years ago
Daniel Supernault fbdcdd9dbc
Update AP Helpers, consume actor `indexable` attribute 2 years ago
Daniel Supernault ed87ddb923
Update RemoteStatusDelete pipeline 2 years ago
Daniel Supernault 2bef3e415d
Update AP Helpers, improve url validation and add optional dns verification, disabled by default 2 years ago
Daniel Supernault 0704c7e05e
Update AP Helpers, preserve admin unlisted state before adding to NetworkTimelineService 2 years ago
Daniel Supernault 9fa6b3f7aa
Update Inbox, allow storing Create->Note activities without any local followers, disabled by default 2 years ago
Daniel Supernault 63a7879c29
Update ActivityPubFetchService 2 years ago
Daniel Supernault 29961c4a80
Update ap inbox 2 years ago
Daniel Supernault c0190d8436
Update Config, bump version for post edit support without having to clear cache 2 years ago
Daniel Supernault a6f96b4bb3
Remove temp logging 2 years ago
Daniel Supernault b0634bfd8f
Add temp logging 2 years ago
Daniel Supernault aad4259a47
Update ap inbox 2 years ago
Daniel Supernault 98cf8f32a0
Add Post Edits/Updates 2 years ago
Daniel Supernault 2800c8886a
Update AP Inbox, fix delete handling 2 years ago
Daniel Supernault 18cddd43f3
Update Bouncer, adjust advanced Autospam logic 2 years ago
Daniel Supernault 053b30bca0
Update nav and Bouncer 2 years ago
Daniel Supernault 132a58de54
Add Autospam Advanced Detection 2 years ago
Daniel Supernault 8b007f9ee9
Update ap helpers 2 years ago
Daniel Supernault 56ec083db5
Update Bouncer 2 years ago
Daniel Supernault d5f63f8a71
Update AutoSpam Bouncer, generate notification on positive detections 2 years ago
Daniel Supernault 6cdb5bc672
Update Notification logic, remove message and rendered fields 2 years ago
Daniel Supernault a93a3efd21
Update Inbox, remove handleCreateActivity logic that rejected posts from accounts without followers 2 years ago
Daniel Supernault aaf5b2764e
Update Inbox, improve Flag report handling 2 years ago
Daniel Supernault 0f1f3b1fd3
Update inbox 2 years ago
Daniel Supernault 28717a2561
Update inbox 2 years ago
Daniel Supernault e7f7072349
Update inbox 2 years ago
Daniel Supernault 383c6fe8ee
Add Federated Reports 2 years ago
Daniel Supernault ae6dd4e3a2
Update pipeline dispatch, replace dispatchSync with dispatch 2 years ago
Daniel Supernault b1f95a7213
Bump laravel, v9 => v10 2 years ago
Daniel Supernault f17ca9d904
Update HttpSignature 2 years ago
Daniel Supernault 6d59dc8e1e
Update site config 2 years ago
Daniel Supernault 871f798cc9
Update ap helpers, fix album order bug by setting media order 2 years ago
Daniel Supernault 4e1d0ed596
Add admin report email notifications 2 years ago
Daniel Supernault f9be48d6eb
Update site config endpoint 2 years ago
Erwin Harte 8dd840f7d5 These two values are expected to be integers 2 years ago
Daniel Supernault 083f506baf
Update ap helpers, fix unset media name bug 2 years ago
Daniel Supernault c504e6437e
Update AP helpers, ingest attachments in replies 2 years ago
Daniel Supernault a7f583497c
Update AP Helpers, fix media validation bug that would reject media with alttext/name longer than 255 chars and store remote alt text if set 2 years ago
Daniel Supernault 016c6e4144
Update SharePipeline, fix ReblogService and undo handling 2 years ago
Daniel Supernault 83e1e203ce
Update SharePipeline, fix share handling and notification generation 2 years ago
Daniel Supernault a0da6ec39a
Update InstanceService, improve unlisted/banned network post filtering 3 years ago
Daniel Supernault 2642f9d7af
Update filter name 3 years ago
Daniel Supernault b1f47e76ff
Rename filters 3 years ago
Daniel Supernault 48485d44e7
Update ap inbox 3 years ago
Daniel Supernault 3d1c2a4acf
Update ap inbox 3 years ago
Daniel Supernault 898911f9a9
Update lexer extractor, fix tests 3 years ago
Daniel Supernault 909a8a5a9b
Update lexer/extractor to handle banned hashtags 3 years ago
Daniel Supernault 7bcf3e0334
Update AP Inbox 3 years ago
Daniel Supernault aff488168b
Update AP Inbox 3 years ago
Daniel Supernault 18e3bacf49
Update AP Inbox 3 years ago
Daniel Supernault 55d4388b63
Update AP Inbox 3 years ago
Daniel Supernault aa32eb8780
Update DeletePipeline 3 years ago
Daniel Supernault 43c93e74e7
Update AP helpers 3 years ago
Daniel Supernault 836f384fb8
Update federation logic 3 years ago
Daniel Supernault 6396e7e574
Update AP helpers 3 years ago
a e6e16d2cdd Fix: Use correct response type and remove Accept from http signature 3 years ago
Daniel Supernault 08d64ede16
Update AP helpers 3 years ago
Daniel Supernault a972671115
Update RestrictedNames 3 years ago