Commit Graph

3852 Commits (dev)

Author SHA1 Message Date
Daniel Supernault b6bc1e50e2
Update Admin Users dashboard 3 months ago
Daniel Supernault 56f909a61b
Update ComposeController, add addl compose settings data 4 months ago
Daniel Supernault 1cb01545bc
Update ComposeController, add addl compose settings data 4 months ago
Daniel Supernault 9048ab52c2
Update ComposeController, add addl compose settings data 4 months ago
Daniel Supernault 1c66cf7fef
Update CuratedRegisterController 4 months ago
Daniel Supernault 115900c7a7
Update Webfinger.php 4 months ago
Daniel Supernault ece23d751b
Update Places, improve cache invalidation/ttl 4 months ago
Daniel Supernault f81a4acdc6
Update PlaceController, fix show method 4 months ago
Daniel Supernault 616e37066d
Update Groups ImageResizePipeline with intervention/image v3 support 4 months ago
Daniel Supernault 9d89425e62
Update StoryController, fix intervention/image 4 months ago
Daniel Supernault 86fbeeec35
Update StoryComposeController, fix intervention/image v3 support 4 months ago
Daniel Supernault 0dff48adb3
Update MediaTransformer, return proper image type 4 months ago
Daniel Supernault 7f7387ee4d
Update StatusController, fix mimeTypeCheck 4 months ago
Daniel Supernault 449e374cbe
Update MediaService 4 months ago
Daniel Supernault 7d7a60dceb
Update Status model 4 months ago
Daniel Supernault 837014e06c
Update MediaService, improve activitypub format 4 months ago
Daniel Supernault 51ce7e1f04
Update ActivityPub attachements, use Document type by default 4 months ago
Daniel Supernault 7ae61a74ac
Update CreateNote, improve media attachement handling by leveraging the MediaService cache 4 months ago
Daniel Supernault 4747266b04
Update ApiV1Controller, fix cache invalidation order 4 months ago
Daniel Supernault ae47ba73d6
Update ComposeController, fix cache invalidation order 4 months ago
Daniel Supernault 2eb3957609
Lint 4 months ago
Daniel Supernault d0a3599834
Update MediaStorageService to clear the AP obj cache after S3 storage 4 months ago
Daniel Supernault 6a7307104e
Update CreateNote to use cached MediaService attachments 4 months ago
Daniel Supernault bb16c95b1f
Update HttpSignatures, auto generate instance actor if missing 4 months ago
Daniel Supernault b303f90978
Update FixMissingUserProfile.php 4 months ago
Daniel Supernault 91b15a9dfa
Update FixMissingUserProfile.php 4 months ago
Daniel Supernault cd817009d3
Create FixMissingUserProfile.php 4 months ago
daniel 2b4bccdfb1
Merge pull request #5972 from intentionally-left-nil/fix-id-domain-mismatch
Fix id domain mismatch
4 months ago
Daniel Supernault 4e938a8ffa
Fix heic, avif, webp support and add libvips driver 4 months ago
Daniel Supernault 86bb81d1a9
Fix typo 4 months ago
Daniel Supernault 5c7064063d
Typo 4 months ago
Daniel Supernault 27953d0969
FIx AvatarOptimize job 4 months ago
Daniel Supernault cb80c65995
Fix tests 4 months ago
Daniel Supernault ab9c13fe0d
New supported formats, Preserve ICC Color Profiles, libvips support
Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.
4 months ago
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
4 months ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 5 months ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
5 months ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 5 months ago
daniel b3c2781578
Merge pull request #5608 from halkeye/add-generic-oidc
[Improvement] Generic OIDC Support
5 months ago
Daniel Supernault c72fa05299
Update LandingService and Config util to properly support the legal_notice setting 5 months ago
daniel 69e00d742d
Merge branch 'staging' into dev 5 months ago
Gavin Mogan ae39531ff2 field isnt accessTokenResourceOwnerId but responseResourceOwnerId 5 months ago
Gavin Mogan 70584b47c5 Fixes for items highlighted by review.ai
* Consider using `hash_equals()` instead of `==` when comparing the state values to prevent timing attacks:
`abort_unless(hash_equals($request->input('state'), $request->session()->pull('oauth2state')), 400, 'invalid
state');`
* For better data integrity, consider adding a foreign key constraint to the user_id column: `$table-
>foreign('user_id')->references('id')->on('users')->onDelete('cascade');`
* Does the OIDC provider guarantee that the username field exists in the userInfo data? Consider adding a
null check or fallback: `$userInfoData[config('remote-auth.oidc.field_username')] ?? null`
5 months ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
5 months ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 5 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 5 months ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 5 months ago
Daniel Supernault c1f2dfb013
Update WebfingerService, apply banned domains to webfinger logic 5 months ago
Daniel Supernault 5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885 5 months ago
Daniel Supernault 1356757715
Add webfinger validation rule 5 months ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 5 months ago
Daniel Supernault 77044ba193
Update CustomFilter model, add custom limits for max_content_scan_limit, max_filters_per_user, max_keywords_per_filter, max_keyword_length, max_pattern_length, max_reported_matches, max_create_per_hour, max_updates_per_hour so admins have more control over this feature 5 months ago
Daniel Supernault 578718c606
Update CustomFilterKeyword model, add setKeywordAttribute method 5 months ago
Daniel Supernault c4a96da019
Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits 5 months ago
Daniel Supernault b86102823b
Update CustomFilter model and CustomFilterController 5 months ago
Daniel Supernault 168816db2d
Update CustomFilterController 5 months ago
Daniel Supernault 3ff54b9ea6
Updaet CustomFilter model 5 months ago
Daniel Supernault 9ab1e0c84b
Update CustomFilterPolicy 5 months ago
Daniel Supernault adc4cffc38
Add custom filter components 5 months ago
Daniel Supernault f0b1a8eaae
Update changelog 6 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
6 months ago
Daniel Supernault ccc7f2fc69
Update ReportController, fix type validation 6 months ago
Daniel Supernault 32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866 6 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 6 months ago
Daniel Supernault 0a98b7ad20
Update SearchApiV2Service, fix offset bug. Fixes #5875 6 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 6 months ago
Daniel Supernault 245ab3bc4f
Update ApiV1Controller, fix relationship fields. Fixes #5900 6 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 6 months ago
Daniel Supernault f4a365e2b2
Update InstanceUpdateTotalLocalPosts.php
- Improve total post count by adding `uri` IS NULL check
6 months ago
Daniel Supernault 5a5821fe86
Update Instance total post, add optional estimation for huge status tables 6 months ago
daniel b7ae725850
Merge pull request #5902 from intentionally-left-nil/fix-local-stats
[Bug Fix] Fix server post stats
6 months ago
Daniel Supernault 3001365025
Update ProfileMigrationController.php 6 months ago
Daniel Supernault 537e179537
Update PublicApiController, fix visibility for guests 6 months ago
Daniel Supernault 5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state 6 months ago
Daniel Supernault 8082c004bc
Refactor following check 6 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 6 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 6 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
6 months ago
Daniel Supernault 375858f09d
Update AccountImport, improve webp support 6 months ago
Samy Elshamy 448511713d Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'), 6 months ago
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
6 months ago
Felipe Mateus 128533b5d8
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
6 months ago
Felipe Mateus 456f96d574
add remove follow 6 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 6 months ago
Felipe Mateus cce4c41d97
pinned posts 6 months ago
Daniel Supernault b54d90d405
Lint 6 months ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 6 months ago
Daniel Supernault 5525369fec
Update Inbox handler, improve Undo Follow logic 6 months ago
Daniel Supernault fbe76e37f3
Update Inbox handler, add Reject Follow support 6 months ago
Daniel Supernault 3725c689e4
Update Inbox, improve Accept Follower handling 6 months ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 6 months ago
Daniel Supernault 75e7a678ce
Update ActivityPub helpers 6 months ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 6 months ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 6 months ago
Daniel Supernault 717f17cdee
Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit 6 months ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 6 months ago
Daniel Supernault 806e210f13
Update snowflake config, allow custom datacenter/worker ids 6 months ago
Daniel Supernault 134eb6324e
Update AccountPostCountStatUpdate, fix memory leak 6 months ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 6 months ago
Daniel Supernault 1a9a0da37d
Update Image.php 7 months ago