Commit Graph

438 Commits

Author SHA1 Message Date
Daniel Supernault f17ca9d904
Update HttpSignature 2023-04-19 18:57:40 -06:00
Daniel Supernault 6d59dc8e1e
Update site config 2023-04-11 22:12:09 -06:00
Daniel Supernault 871f798cc9
Update ap helpers, fix album order bug by setting media order 2023-03-23 01:00:58 -06:00
Daniel Supernault 4e1d0ed596
Add admin report email notifications 2023-03-13 05:55:56 -06:00
Daniel Supernault f9be48d6eb
Update site config endpoint 2023-03-12 16:15:00 -06:00
Erwin Harte 8dd840f7d5 These two values are expected to be integers 2023-02-24 22:51:03 -08:00
Daniel Supernault 083f506baf
Update ap helpers, fix unset media name bug 2023-02-03 21:42:30 -07:00
Daniel Supernault c504e6437e
Update AP helpers, ingest attachments in replies 2023-02-02 05:43:08 -07:00
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 2023-01-31 03:37:32 -07:00
Daniel Supernault 016c6e4144
Update SharePipeline, fix ReblogService and undo handling 2023-01-31 03:18:25 -07:00
Daniel Supernault 83e1e203ce
Update SharePipeline, fix share handling and notification generation 2023-01-31 02:27:23 -07:00
Daniel Supernault a0da6ec39a
Update InstanceService, improve unlisted/banned network post filtering 2023-01-15 02:35:10 -07:00
Daniel Supernault 2642f9d7af
Update filter name 2022-12-31 01:33:28 -07:00
Daniel Supernault b1f47e76ff
Rename filters 2022-12-30 21:43:23 -07:00
Daniel Supernault 48485d44e7
Update ap inbox 2022-12-29 04:22:51 -07:00
Daniel Supernault 3d1c2a4acf
Update ap inbox 2022-12-29 04:06:21 -07:00
Daniel Supernault 898911f9a9
Update lexer extractor, fix tests 2022-12-27 05:36:12 -07:00
Daniel Supernault 909a8a5a9b
Update lexer/extractor to handle banned hashtags 2022-12-27 05:23:54 -07:00
Daniel Supernault 7bcf3e0334
Update AP Inbox 2022-12-24 06:14:41 -07:00
Daniel Supernault aff488168b
Update AP Inbox 2022-12-24 05:48:47 -07:00
Daniel Supernault 18e3bacf49
Update AP Inbox 2022-12-24 05:27:26 -07:00
Daniel Supernault 55d4388b63
Update AP Inbox 2022-12-24 05:24:09 -07:00
Daniel Supernault aa32eb8780
Update DeletePipeline 2022-12-24 02:01:30 -07:00
Daniel Supernault 43c93e74e7
Update AP helpers 2022-12-24 00:26:15 -07:00
Daniel Supernault 836f384fb8
Update federation logic 2022-12-23 23:22:48 -07:00
Daniel Supernault 6396e7e574
Update AP helpers 2022-12-23 22:23:12 -07:00
a e6e16d2cdd Fix: Use correct response type and remove Accept from http signature 2022-12-23 08:02:33 -06:00
Daniel Supernault 08d64ede16
Update AP helpers 2022-12-17 22:58:53 -07:00
Daniel Supernault a972671115
Update RestrictedNames 2022-12-16 00:10:10 -07:00
daniel 6157e7a501
Merge pull request #3932 from pixelfed/fix-content-type
fix typo: http -> https
2022-12-12 19:15:29 -07:00
a e380868b44 fix typo: http -> https 2022-12-12 17:30:48 -06:00
Daniel Supernault 4150bed5f0
Update RestrictedNames 2022-12-08 20:14:14 -07:00
a 6bf1bea325 Fix: Use correct Content-Type over ActivityPub
This was causing federation issues
2022-12-05 14:05:15 -06:00
Daniel Supernault 22141618c1
Update Inbox 2022-12-05 01:41:53 -07:00
Daniel Supernault da00287a8e
Update AP helpers 2022-12-05 00:46:55 -07:00
Daniel Supernault 9a89a2b751
Update AP helpers 2022-12-02 02:30:19 -07:00
Daniel Supernault d660e46b22
Update Inbox, fix handleUndoActivity 2022-11-17 20:49:00 -07:00
Daniel Supernault 85cfa1ba9a
Update ap helpers, fix duplicate entry bug 2022-11-17 20:30:41 -07:00
Daniel Supernault 4b8dc17140
Update Inbox 2022-11-14 01:57:45 -07:00
Daniel Supernault 04e8c96a7e
Update status deletion, fix database lock issues and side effects 2022-10-07 03:15:34 -06:00
Daniel Supernault fefcbae911
Update federation logic 2022-10-05 03:38:30 -06:00
Daniel Supernault 92f56c9bc2
Update ap helpers to handle disabled comments 2022-09-29 03:53:50 -06:00
Daniel Supernault acd8f5bb49
Update ap helpers, move remote_url constraint 2022-09-01 01:13:57 -06:00
Daniel Supernault bc2bbc14ac
Update AP helpers, remove cache lock from profileUpdateOrCreate method 2022-08-31 22:02:41 -06:00
Daniel Supernault 2c20d9e398
Update inbox handler, upsert statuses to fix duplicate bug. Fixes #2670, #2961, #3556 2022-08-31 21:41:17 -06:00
Daniel Supernault 2e4f23779d
Remove remote posts from NetworkTimelineService when processing Tombstones 2022-08-16 03:32:37 -06:00
Daniel Supernault 6033d83726
Fix unlisted post web redirect and api response 2022-08-13 22:51:02 -06:00
Daniel Supernault ab3dde14a8
Fix typo 2022-08-07 21:06:14 -06:00
Daniel Supernault 1545e37cdb
Enforce blocks on incoming likes, shares, replies and follows 2022-08-07 20:59:36 -06:00
Daniel Supernault 149cf9dc29
Fix remote account post counts 2022-08-06 03:23:58 -06:00
Daniel Supernault c32bb55b8a
Update AP helpers, fix last_fetched_at condition 2022-06-20 21:48:37 -06:00
Daniel Supernault 1eba7f810a
Update Inbox, improve status deletion cache invalidation 2022-06-19 00:14:05 -06:00
Daniel Supernault 37f97ccc2d
Update AP helpers 2022-06-09 04:19:57 -06:00
Daniel Supernault 1310d95cdb
Add NetworkTimelineService cache 2022-06-09 04:15:23 -06:00
Daniel Supernault 85fb46668c
Update FollowRequest model 2022-06-03 01:29:50 -06:00
Daniel Supernault c82f208517
Update Inbox, store follow request activity 2022-06-02 23:47:43 -06:00
Daniel Supernault 20e0371c19
Update AP helpers, remove unused variable 2022-05-20 23:19:45 -06:00
Daniel Supernault 505261dab1
Refactor AP profileFetch logic to fix race conditions and improve updating fields and avatars 2022-05-20 23:09:25 -06:00
Daniel Supernault 657c66c1f1
Update AP Helpers, fix getSensitive and getScope missing parameters 2022-05-17 23:25:15 -06:00
Shlee 0053775bd4 Update Inbox.php 2022-05-14 19:43:28 +09:30
Daniel Supernault 18931a1ffc
Update AP helpers, enforce UTC 2022-05-13 23:13:30 -06:00
Daniel Supernault 3172cb59cd
Add Conversations to Inbox 2022-04-20 05:08:49 -06:00
Daniel Supernault f34a1e9d8e
Add Conversations model 2022-04-20 05:07:20 -06:00
Daniel Supernault 197499da8b
Update AP helpers 2022-04-06 01:51:40 -06:00
Daniel Supernault 58d3c700b2
Update AP helpers 2022-04-06 01:42:45 -06:00
Daniel Supernault f8931dc7cd
Update AP Inbox, fixes #3332 2022-04-06 01:01:10 -06:00
Daniel Supernault 3ef850fe59
Update nodeinfo 2022-04-05 22:12:13 -06:00
Daniel Supernault c3c3ce1866
Update inbox, fixes #3315 2022-03-17 03:13:51 -06:00
Daniel Supernault dfcd2e6d2a
Update Inbox, fixes #3314 2022-03-16 21:34:36 -06:00
Daniel Supernault 1c3e72c087
Update Inbox, fixes #3313 2022-03-16 21:32:10 -06:00
Daniel Supernault 14231632d5
Update Inbox, fixes #3305 2022-03-16 21:25:15 -06:00
Daniel Supernault 539752067f
Update AP Helpers, fixes #3290 2022-03-03 21:57:13 -07:00
Daniel Supernault b78bff72db
Update AP Helpers, fixes #3287 2022-03-03 21:55:15 -07:00
Daniel Supernault cf286fb046
Update Inbox, fix undo announce 2022-02-12 23:01:50 -07:00
Daniel Supernault 0932b6e117
Update PrettyNumber util 2022-02-05 19:02:57 -07:00
Daniel Supernault dc17c9fc27
Improve emoji import 2022-01-19 00:46:30 -07:00
Daniel Supernault 01798daf56
Update AP helpers, import Emoji tags 2022-01-18 23:26:44 -07:00
Daniel Supernault ca79e26d3a
Add custom emoji 2022-01-18 23:03:21 -07:00
Daniel Supernault ff211dbec5
Update RestrictedNames 2022-01-05 22:28:39 -07:00
daniel c43f9ab7a4
Update app/Util/Media/Image.php
Co-authored-by: Daniel Mason <daniel@m2.nz>
2022-01-05 18:36:02 -07:00
Jonathan 27b715cb35
Avoid upscaling small images 2022-01-03 17:46:10 -05:00
Daniel Supernault b4bd0400c2
Store remote avatars locally if S3 not enabled 2022-01-02 21:30:02 -07:00
Daniel Supernault ff7ee3bd62
Update Webfinger, fixes #3050 2021-12-26 04:58:19 -07:00
Daniel Supernault 469d49d832
Update site config, increase ttl and enable SPA by default 2021-12-26 03:46:15 -07:00
Daniel Supernault 19d140b020
Update FollowerService 2021-12-04 17:37:44 -07:00
Daniel Supernault ed62a09f9a
Update lexer utils 2021-11-15 19:35:10 -07:00
Daniel Supernault 0107e8fd68
Update Localization util, filter out .DS_Store 2021-10-30 00:56:48 -06:00
Daniel Supernault f0d4c17236
Update Autospam service, use silent classification for better user experience 2021-10-19 23:13:12 -06:00
Daniel Supernault 80d9b9399a
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
Daniel Supernault 4505d1f0f9
Update FederationController, move well-known to api middleware and cache webfinger lookups 2021-10-07 00:34:37 -06:00
Daniel Supernault a900de2121
Update HttpSignatures, update instance actor headers. Fixes #2935 2021-09-20 00:21:16 -06:00
Daniel Supernault 1f45580f18
Update AP Inbox 2021-09-04 00:11:20 -06:00
Daniel Supernault 3c8c23a143
Update AP Inbox 2021-09-03 21:21:17 -06:00
Daniel Supernault e95b702e23
Add activitypub story validator 2021-09-01 03:34:41 -06:00
Daniel Supernault e90637098a
Add Bearcap util 2021-09-01 01:21:47 -06:00
Daniel Supernault 7709220074
Add Polls 2021-08-04 20:29:21 -06:00
Daniel Supernault f6131ed764
Update License util, add nameToId method 2021-07-25 03:29:22 -06:00
Daniel Supernault 14a1367a8f
Federate Media Licenses 2021-07-25 03:17:49 -06:00
Daniel Supernault 9f4f983f27
Update ap helpers, set text type when appropriate 2021-07-20 22:17:31 -06:00
Daniel Supernault 26b9c1401c
Update ActivityPub helpers, fix comment threading in statusFetch() method 2021-07-08 21:30:59 -06:00