Commit Graph

4007 Commits (6db25c70276ea5510e2221d452bf138c164ff20f)

Author SHA1 Message Date
Daniel Supernault 10eb1a8acb
Update ComposeController, prioritize followed users and follower_count first 4 months ago
Daniel Supernault bbc7f7b0d4
Fix race condition 4 months ago
Daniel Supernault d595963f51
Fix TransformImports command 4 months ago
Daniel Supernault a8d1d0f2eb
Update ImportService and TransformImports to fix race condition bug 4 months ago
Daniel Supernault c692c7655e
Update TransformImports command 4 months ago
Daniel Supernault b6bc1e50e2
Update Admin Users dashboard 5 months ago
Daniel Supernault 56f909a61b
Update ComposeController, add addl compose settings data 6 months ago
Daniel Supernault 1cb01545bc
Update ComposeController, add addl compose settings data 6 months ago
Daniel Supernault 9048ab52c2
Update ComposeController, add addl compose settings data 6 months ago
Daniel Supernault 1c66cf7fef
Update CuratedRegisterController 6 months ago
Daniel Supernault 115900c7a7
Update Webfinger.php 6 months ago
Daniel Supernault ece23d751b
Update Places, improve cache invalidation/ttl 6 months ago
Daniel Supernault f81a4acdc6
Update PlaceController, fix show method 6 months ago
Daniel Supernault 616e37066d
Update Groups ImageResizePipeline with intervention/image v3 support 6 months ago
Daniel Supernault 9d89425e62
Update StoryController, fix intervention/image 6 months ago
Daniel Supernault 86fbeeec35
Update StoryComposeController, fix intervention/image v3 support 6 months ago
Daniel Supernault 0dff48adb3
Update MediaTransformer, return proper image type 6 months ago
Daniel Supernault 7f7387ee4d
Update StatusController, fix mimeTypeCheck 6 months ago
Daniel Supernault 449e374cbe
Update MediaService 6 months ago
Daniel Supernault 7d7a60dceb
Update Status model 6 months ago
Daniel Supernault 837014e06c
Update MediaService, improve activitypub format 6 months ago
Daniel Supernault 51ce7e1f04
Update ActivityPub attachements, use Document type by default 6 months ago
Daniel Supernault 7ae61a74ac
Update CreateNote, improve media attachement handling by leveraging the MediaService cache 6 months ago
Daniel Supernault 4747266b04
Update ApiV1Controller, fix cache invalidation order 6 months ago
Daniel Supernault ae47ba73d6
Update ComposeController, fix cache invalidation order 6 months ago
Daniel Supernault 2eb3957609
Lint 6 months ago
Daniel Supernault d0a3599834
Update MediaStorageService to clear the AP obj cache after S3 storage 6 months ago
Daniel Supernault 6a7307104e
Update CreateNote to use cached MediaService attachments 6 months ago
Daniel Supernault bb16c95b1f
Update HttpSignatures, auto generate instance actor if missing 6 months ago
Daniel Supernault b303f90978
Update FixMissingUserProfile.php 6 months ago
Daniel Supernault 91b15a9dfa
Update FixMissingUserProfile.php 6 months ago
Daniel Supernault cd817009d3
Create FixMissingUserProfile.php 6 months ago
daniel 2b4bccdfb1
Merge pull request #5972 from intentionally-left-nil/fix-id-domain-mismatch
Fix id domain mismatch
6 months ago
Daniel Supernault 4e938a8ffa
Fix heic, avif, webp support and add libvips driver 6 months ago
Daniel Supernault 86bb81d1a9
Fix typo 6 months ago
Daniel Supernault 5c7064063d
Typo 6 months ago
Daniel Supernault 27953d0969
FIx AvatarOptimize job 6 months ago
Daniel Supernault cb80c65995
Fix tests 6 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.
6 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
6 months ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 7 months ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
7 months ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 7 months ago
daniel b3c2781578
Merge pull request #5608 from halkeye/add-generic-oidc
[Improvement] Generic OIDC Support
7 months ago
Daniel Supernault c72fa05299
Update LandingService and Config util to properly support the legal_notice setting 7 months ago
daniel 69e00d742d
Merge branch 'staging' into dev 7 months ago
Gavin Mogan ae39531ff2 field isnt accessTokenResourceOwnerId but responseResourceOwnerId 7 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`
7 months ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
7 months ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 7 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 7 months ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 7 months ago
Daniel Supernault c1f2dfb013
Update WebfingerService, apply banned domains to webfinger logic 7 months ago
Daniel Supernault 5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885 7 months ago
Daniel Supernault 1356757715
Add webfinger validation rule 7 months ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 7 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 7 months ago
Daniel Supernault 578718c606
Update CustomFilterKeyword model, add setKeywordAttribute method 7 months ago
Daniel Supernault c4a96da019
Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits 7 months ago
Daniel Supernault b86102823b
Update CustomFilter model and CustomFilterController 7 months ago
Daniel Supernault 168816db2d
Update CustomFilterController 7 months ago
Daniel Supernault 3ff54b9ea6
Updaet CustomFilter model 7 months ago
Daniel Supernault 9ab1e0c84b
Update CustomFilterPolicy 7 months ago
Daniel Supernault adc4cffc38
Add custom filter components 7 months ago
Daniel Supernault f0b1a8eaae
Update changelog 8 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
8 months ago
Daniel Supernault ccc7f2fc69
Update ReportController, fix type validation 8 months ago
Daniel Supernault 32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866 8 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 8 months ago
Daniel Supernault 0a98b7ad20
Update SearchApiV2Service, fix offset bug. Fixes #5875 8 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 8 months ago
Daniel Supernault 245ab3bc4f
Update ApiV1Controller, fix relationship fields. Fixes #5900 8 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 8 months ago
Daniel Supernault f4a365e2b2
Update InstanceUpdateTotalLocalPosts.php
- Improve total post count by adding `uri` IS NULL check
8 months ago
Daniel Supernault 5a5821fe86
Update Instance total post, add optional estimation for huge status tables 8 months ago
daniel b7ae725850
Merge pull request #5902 from intentionally-left-nil/fix-local-stats
[Bug Fix] Fix server post stats
8 months ago
Daniel Supernault 3001365025
Update ProfileMigrationController.php 8 months ago
Daniel Supernault 537e179537
Update PublicApiController, fix visibility for guests 8 months ago
Daniel Supernault 5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state 8 months ago
Daniel Supernault 8082c004bc
Refactor following check 8 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 8 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 8 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
8 months ago
Daniel Supernault 375858f09d
Update AccountImport, improve webp support 8 months ago
Samy Elshamy 448511713d Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'), 8 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
8 months ago
Felipe Mateus 128533b5d8
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
8 months ago
Felipe Mateus 456f96d574
add remove follow 8 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 8 months ago
Felipe Mateus cce4c41d97
pinned posts 8 months ago
Daniel Supernault b54d90d405
Lint 8 months ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 8 months ago
Daniel Supernault 5525369fec
Update Inbox handler, improve Undo Follow logic 8 months ago
Daniel Supernault fbe76e37f3
Update Inbox handler, add Reject Follow support 8 months ago
Daniel Supernault 3725c689e4
Update Inbox, improve Accept Follower handling 8 months ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 8 months ago
Daniel Supernault 75e7a678ce
Update ActivityPub helpers 8 months ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 8 months ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 8 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 8 months ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 8 months ago
Daniel Supernault 806e210f13
Update snowflake config, allow custom datacenter/worker ids 8 months ago
Daniel Supernault 134eb6324e
Update AccountPostCountStatUpdate, fix memory leak 8 months ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 8 months ago
Daniel Supernault 1a9a0da37d
Update Image.php 9 months ago
Daniel Supernault 01b445f6ea
Update AccountImports, add webp support 9 months ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 9 months ago
Daniel Supernault 7ddbe0c473
Add AVIF support 9 months ago
daniel 622116b0cf
Merge pull request #5694 from maco/5645-domain-block
[Bug Fix] accept bare domains without http scheme in domain block controller
9 months ago
Daniel Supernault 5340649d04
Update AppRegisterController 9 months ago
Daniel Supernault a7f0c45505
Update AppServiceProvider.php 9 months ago
Daniel Supernault 0844094b99
Update App Register to expire codes after 4 hours instead of 60 minutes 9 months ago
Daniel Supernault 1278e2211b
Update IG import command 9 months ago
Daniel Supernault dbd1e17b25
Add app register email verify resends 9 months ago
Daniel Supernault 863ad8e107
Update NewStatusPipeline, improve fallback 9 months ago
Daniel Supernault 6c13debd56
Update NewStatusPipeline, replaces #5706 9 months ago
Daniel Supernault decaa2596d
Fix curl 9 months ago
Daniel Supernault 8c7a71ee73
Update DirectMessageController, fix query 9 months ago
Daniel Supernault 4ec9f990ed
Update DirectMessageController, fix performance issue 9 months ago
Daniel Supernault d968f8e6e0
Add media:replacedomain command to replace S3 media urls 9 months ago
daniel 2bbe7c9d04
Merge pull request #5712 from intentionally-left-nil/fix-pulse-crash
Prevent pulse crash when it is not configured
9 months ago
Daniel Supernault 4960421073
Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails 9 months ago
Anil Kulkarni 972b299025
Prevent pulse crash when it is not configured 9 months ago
Daniel Supernault df7283fc00
Add localization:generate command to generate the js/vue l10n files from the blade translations 10 months ago
Mackenzie Morgan 1f7a1bd72b accept bare domains without http scheme in domain block controller
Fixes #5645
10 months ago
Daniel Supernault dc4e683f0a
Update MediaController, fix redirect bug 10 months ago
Daniel Supernault a05524e834
Fix #5582 10 months ago
daniel 49a6e69858
Merge pull request #5540 from jippi/patch-1
fix: don't restore memory limit after cities import
10 months ago
Daniel Supernault edac836550
Update AccountTransformer.php 10 months ago
daniel 92ce41ce18
Merge pull request #5664 from hnrd/fix-migrate2cloud
Skip thumbnail cloud upload if no thumbnail exists
10 months ago
daniel 3749ed47b7
Merge pull request #5661 from rm-yakovenko/issue/5550
AdminStatsService: do not count deleted users
10 months ago
daniel 22e608b43d
Merge pull request #5660 from maco/max_caption_length_config_cache
use config_cache for max_caption_length
10 months ago
daniel 72150d4797
Merge pull request #5622 from shleeable/patch-16
FILTER_SANITIZE_STRING filter was deprecated in PHP 8.1.0. Use htmlspecialchars()
10 months ago
Daniel Supernault 42173245fc
Update ApiV1Controller.php 10 months ago
Daniel Supernault c8ba73f11b
Update ApiV1Controller.php 10 months ago
Daniel Supernault 67f3951e9a
Update ApiV1Controller, add mobile_registration attribute 10 months ago
Daniel Supernault 16b7968469
Update nodeinfo 10 months ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 10 months ago
tercean 3eb9257def Skip thumbnail cloud upload if no thumbnail exists
migrate2cloud fails on media without thumbnail.
fix check for existing thumbnail, skip upload if none exists.
10 months ago
Rm Yakovenko efcf836e6d AdminStatsService: do not count deleted users 10 months ago
Daniel Supernault 509a50b8e0
Update AppRegisterController.php 10 months ago
Daniel Supernault ea03784994
Update AppRegisterController.php 10 months ago
Mackenzie Morgan bd64e9f588 use config_cache for max_caption_length 10 months ago
Daniel Supernault f924491e4d
Updaet AppRegisterController, add client id/secret 10 months ago
Daniel Supernault fe46512359
Improve onboarding response 10 months ago
Daniel Supernault 112eee4538
Update AppRegisterController 10 months ago
Daniel Supernault 5d2afd2c7c
Update AppRegisterController.php 10 months ago
Daniel Supernault ee01e073ef
Update AppRegisterController 10 months ago
Daniel Supernault 4e6e6b4ab7
Update routes 10 months ago
Daniel Supernault 455711332b
Fix redirects 10 months ago
Daniel Supernault f8dc50ebd3
Update AppServiceProvider.php 10 months ago
Daniel Supernault 3c249616ef
Add rate limits, fix typo and styling 10 months ago
Daniel Supernault 604746bd5e
Add AppRegister 10 months ago
Daniel Supernault 280f63dc6a
Update MediaStorageService, handle local media deletes after successful S3 upload 10 months ago
Shlee a13545e328
Update FixUsernames.php 10 months ago
Daniel Supernault 599a36f4aa
Update AdminSettingsController, persist updates to ConfigCacheService 10 months ago
Daniel Supernault f260572e72
Fix GroupController, move groups enabled check to each method to fix route:list 10 months ago
Anil Kulkarni d97383c0f6
Fix the local column for statuses to not include remote shares (#5513)
* Fix the local column for statuses to not include remote shares

* Chunk the migration
10 months ago
Daniel Supernault 8fad89543f
DM 10 months ago
Daniel Supernault 17918cbef4
Update ComposeController, add max_media_attachments attribute 10 months ago
Christian Winther 2de9c70a0c
fix: don't restore memory limit after cities import
Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect.

In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below)

> [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140)

It seems to be a 8.4 behavior change, so removing the logic would make it go away
10 months ago
Daniel Supernault 629fb5a47a
Update PublicApiController 10 months ago
Daniel Supernault 22eae69fd5
Update AP Helpers, fix comment bug 10 months ago
Daniel Supernault b27679fc88
Update Discover, fix account bug 10 months ago
Daniel Supernault 207bb36c89
Increase username length limit from 15 to 30 10 months ago
Daniel Supernault 83c1a7fd4b
Update SearchApiV2Service, fix hashtag search 10 months ago
daniel f3220fd21e
Merge pull request #5458 from intentionally-left-nil/notifications-for-mentions
Add a push notification when a user is mentioned in a post or comment
10 months ago
Anil Kulkarni 64bad4ee4d
Add a push notification when a user is mentioned in a comment 10 months ago
Anil Kulkarni 4d0cb32f79
Fix notifications not being delivered by directly checking the state from the database 10 months ago
Daniel Supernault 4ce6e610bd
Update oauth/token, fix scope to be space separated string instead of array 11 months ago
Daniel Supernault 3749267260
Add ReclaimUsername command 11 months ago
Daniel Supernault 0d25917c29
Update Data Export, refactor following/follower and statuses exports to allow accounts of any size with api entity instead of ap 11 months ago
Daniel Supernault 83cc932fe9
Update AP Status Transformer, fix inReplyTo. Fixes #5409 11 months ago
daniel 3dd515006c
Merge branch 'staging' into dev 11 months ago
Daniel Supernault fc8709bc4b
Fix typo 11 months ago
Daniel Supernault d8f5c3027c
Update BearerTokenResponse, return scopes in oauth/token endpoint. Fixes #5286 11 months ago
Daniel Supernault aa44835434
Update AdminSettingsController, increase max photo size limit from 50MB to 1GB 11 months ago
Daniel Supernault 57ede29175
Fix oauth endpoint 11 months ago
Daniel Supernault 79ebbc2d9f
Update VerifyCsrfToken middleware, add oauth token. Fixes #5426 11 months ago
Daniel Supernault 56f17b9957
Update ApiV1Dot1Controller, fix in-app registration 11 months ago
Daniel Supernault 4e1dd59992
Update CollectionController, fix showCollection signature 11 months ago
root (Deneir) 370f09495a resolve merge conflicts 11 months ago
Daniel Supernault 92d8df9116
Update AP helpers 11 months ago
Daniel Supernault ea17e24281
Update asp 11 months ago
Daniel Supernault d373887615
Update Helpers 11 months ago
Daniel Supernault d516b7998f
Update StatusTagsPipeline, fix hashtag bug and formatting 11 months ago
Daniel Supernault cf2012c3af
Update Helpers.php 11 months ago
Daniel Supernault 3d67d5a369
Add Pulse 11 months ago
Daniel Supernault 823d756781
Update Helpers.php 11 months ago
Daniel Supernault 12b400707f
Refactor ActivityPub helpers 11 months ago
Daniel Supernault 85124aa642
Fix rendered caption 11 months ago
Daniel Supernault fd434aec74
Fix Instagram import. Closes #5411 11 months ago
Daniel Supernault 99b15b73f6
Update CatchUnoptimizedMedia command, make 1hr limit opt-in 11 months ago
daniel 632f590c3c
Merge branch 'staging' into insta-import-optimizeMedia 11 months ago
Daniel Supernault 8afbdb03a8
Fix oauth oob (urn:ietf:wg:oauth:2.0:oob) support. Fixes #2522 11 months ago
Daniel Supernault 8c39ef449a
Update Helpers.php 11 months ago
Daniel Supernault 1d2f76c8e5
Postgres fixes 11 months ago
Daniel Supernault 8ed8305f5d
Update ApiV1Controller.php 12 months ago
Daniel Supernault 1f30beccf3
Update Transformers to comply with MastoAPI 12 months ago
Daniel Supernault 79039ba595
Update StatusStatelessTransformer, refactor the caption field to be compliant with the MastoAPI. Fixes #5364 12 months ago
Daniel Supernault 77da9ad8e9
Update UserVerifyEmail command 12 months ago
Daniel Supernault 56c07b7abd
Update StatusService.php 12 months ago
Daniel Supernault 543d83e7ed
Fix newlines 12 months ago
Daniel Supernault 639df41093
Update DirectMessageController, remove 72h limit for admins 12 months ago
Daniel Supernault 51bbb85bb0
Update Helpers.php 1 year ago
Daniel Supernault eac2c19601
Update AutolinkService, optimize lookups 1 year ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 1 year ago
Daniel Supernault 9f7cc52c24
Update ApiV1Controller, fix bookmark bug. Closes #5216 1 year ago
Daniel Supernault ecfc967429
Update PublicApiController 1 year ago
Daniel Supernault fb8dbb95db
Update Status caption render logic 1 year ago
Daniel Supernault 0917953dbc
Update Status, remove unused method 1 year ago
Daniel Supernault 79d73c508c
Update Inbox 1 year ago
Daniel Supernault 044d410c49
Update DirectMessageController, fix ordering bug 1 year ago
Daniel Supernault bcc8b8842f
Update DirectMessageController, fix ordering bug 1 year ago
Daniel Supernault cf38a508ca
Lint 1 year ago
Daniel Supernault 960f3849f2
Update AP helpers, reject statuses with invalid dates 1 year ago
Daniel Supernault 28990280ef
Update AdminReportController 1 year ago
Daniel Supernault b464eee966
Update AdminModeratedProfileResource 1 year ago
Daniel Supernault ed9f2fbb09
Update AdminReportController 1 year ago
Daniel Supernault 1a972e8ddf
Update AdminModeratedProfile resource 1 year ago
Daniel Supernault c4b5148b17
Update AdminReport 1 year ago
Daniel Supernault 80ee8a7414
Update AdminModeratedProfileResource 1 year ago
Daniel Supernault c0478f5f8f
Update AdminReportController 1 year ago
Daniel Supernault dcddc72c86
Update AdminModeratedProfileResource 1 year ago
Daniel Supernault 6fc2dd07d4
Add AdminModeratedProfileResource.php 1 year ago
Daniel Supernault 06ebb514d7
Update AdminReportController 1 year ago
Daniel Supernault 03ad41e2c4
Update AP Helpers 1 year ago
Daniel Supernault bcf99d637f
Add ModeratedProfile model 1 year ago
Daniel Supernault 8af77a3f78
Add Profile Carousels 1 year ago
Daniel Supernault 0c6e885b6f
Update AdminController 1 year ago
Daniel Supernault 33d15f4951
Update ContactController 1 year ago
Daniel Supernault 3004c438f1
Update Admin routes 1 year ago
Daniel Supernault 1173e63a45
Add AdminMessageResponse 1 year ago
Daniel Supernault 11da5605b2
Update Contact model 1 year ago
Daniel Supernault 7820b506d8
Update ApiV1Dot1Controller, allow upto 5 similar push tokens 1 year ago
Daniel Supernault de4ce3c83f
Update config, allow Beagle discover service to be disabled 1 year ago
Daniel Supernault 424f0271c3
Update ApiV1Controller, fix null caption on media bug 1 year ago
Daniel Supernault 78d2783db8
Fix push token for php8.2 1 year ago
Daniel Supernault 8e208b0eb3
Update PushGatewayRefresh command 1 year ago
Daniel Supernault b995af15f6
Update LikePipeline 1 year ago
Daniel Supernault 6889fffbfb
Update LikePipeline 1 year ago
Daniel Supernault 873031538d
Update FollowPipeline 1 year ago
Daniel Supernault cc897bc427
Update AP Inbox 1 year ago
Daniel Supernault bae0632e34
Add MentionPushNotifyPipeline 1 year ago
Daniel Supernault c95e757731
Add LikePushNotificationPipeline 1 year ago
Daniel Supernault 7b4256549a
Update FollowPipeline 1 year ago
Daniel Supernault bd96840587
Add FollowPushNotifyPipeline 1 year ago
Daniel Supernault ae6fca4d23
Update NotificationAppGatewayService 1 year ago
Daniel Supernault 078ea326c6
Update ApiV1Dot1Controller 1 year ago
Daniel Supernault b29d792c86
Add PushNotificationService 1 year ago