Commit Graph

1925 Commits (dev)

Author SHA1 Message Date
(dan)iel (sup)ernault 2e0b3829a3
Merge pull request #6081 from eufelipemateus/adjust-oderby-statuses-profile
fix: ordery by statutes profile
5 months ago
Daniel Supernault 32b1f26d69
Update StoryApiV1Controller, update error messsage 5 months ago
Daniel Supernault 8fb44e3162
Update StoryApiV1Controller, improve text overlay validation regex for improved support 5 months ago
Daniel Supernault 76d9ded694
Update StoryApiV1Controller, add missing validation rule 5 months ago
Daniel Supernault 6c701b335d
Update StoryComposeController, add StoryIndexService support 5 months ago
Daniel Supernault 97badbbdd6
Update StoryApiV1Controller, add new v1.2 endpoints 5 months ago
Daniel Supernault 44914a5143
Update StoryController, add StoryIndexService s markSeen support for webUI endpoint 5 months ago
Daniel Supernault f5dced0f7a
Update ApiV1Dot1Controller, add story report support 5 months ago
Daniel Supernault 35424ccb4d
Update HomeSettings, remove unnecessary relation query 5 months ago
Daniel Supernault 86af73455f
Update DirectMessageController, add mutuals endpoint 5 months ago
Daniel Supernault d42c25ca64
Update DiscoverController 5 months ago
Daniel Supernault c319dfbcc4
Update AppRegister controller, add scheduled cleanup task to delete older than 90d 5 months ago
Daniel Supernault 3977137d02
Update AppRegisterController 5 months ago
Felipe Mateus 11a5fa9314
fix: ordery by 6 months ago
Daniel Supernault e56bcf3853
Update ComposeController, fix postgres operator 6 months ago
Daniel Supernault 2a9c28b81e
Update ComposeController, fix user tagging endpoint 6 months ago
Daniel Supernault 10eb1a8acb
Update ComposeController, prioritize followed users and follower_count first 6 months ago
Daniel Supernault b6bc1e50e2
Update Admin Users dashboard 7 months ago
Daniel Supernault 56f909a61b
Update ComposeController, add addl compose settings data 7 months ago
Daniel Supernault 1cb01545bc
Update ComposeController, add addl compose settings data 7 months ago
Daniel Supernault 9048ab52c2
Update ComposeController, add addl compose settings data 7 months ago
Daniel Supernault 1c66cf7fef
Update CuratedRegisterController 8 months ago
Daniel Supernault ece23d751b
Update Places, improve cache invalidation/ttl 8 months ago
Daniel Supernault f81a4acdc6
Update PlaceController, fix show method 8 months ago
Daniel Supernault 9d89425e62
Update StoryController, fix intervention/image 8 months ago
Daniel Supernault 86fbeeec35
Update StoryComposeController, fix intervention/image v3 support 8 months ago
Daniel Supernault 7f7387ee4d
Update StatusController, fix mimeTypeCheck 8 months ago
Daniel Supernault 4747266b04
Update ApiV1Controller, fix cache invalidation order 8 months ago
Daniel Supernault ae47ba73d6
Update ComposeController, fix cache invalidation order 8 months ago
Daniel Supernault 4e938a8ffa
Fix heic, avif, webp support and add libvips driver 8 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.
8 months ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 9 months ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
9 months ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 9 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`
9 months ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
9 months ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 9 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 9 months ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 9 months ago
Daniel Supernault 5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885 9 months ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 9 months ago
Daniel Supernault c4a96da019
Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits 9 months ago
Daniel Supernault b86102823b
Update CustomFilter model and CustomFilterController 9 months ago
Daniel Supernault 168816db2d
Update CustomFilterController 9 months ago
Daniel Supernault adc4cffc38
Add custom filter components 9 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
9 months ago
Daniel Supernault ccc7f2fc69
Update ReportController, fix type validation 9 months ago
Daniel Supernault 32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866 9 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 9 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 9 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 9 months ago
Daniel Supernault 3001365025
Update ProfileMigrationController.php 9 months ago
Daniel Supernault 537e179537
Update PublicApiController, fix visibility for guests 10 months ago
Daniel Supernault 5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state 10 months ago
Daniel Supernault 8082c004bc
Refactor following check 10 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 10 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 10 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
10 months ago
Daniel Supernault 375858f09d
Update AccountImport, improve webp support 10 months ago
Felipe Mateus 128533b5d8
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
10 months ago
Felipe Mateus 456f96d574
add remove follow 10 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 10 months ago
Felipe Mateus cce4c41d97
pinned posts 10 months ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 10 months ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 10 months ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 10 months ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 10 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 10 months ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 10 months ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 10 months ago
Daniel Supernault 01b445f6ea
Update AccountImports, add webp support 10 months ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 10 months ago
Daniel Supernault 7ddbe0c473
Add AVIF support 11 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
11 months ago
Daniel Supernault 5340649d04
Update AppRegisterController 11 months ago
Daniel Supernault 0844094b99
Update App Register to expire codes after 4 hours instead of 60 minutes 11 months ago
Daniel Supernault dbd1e17b25
Add app register email verify resends 11 months ago
Daniel Supernault 8c7a71ee73
Update DirectMessageController, fix query 11 months ago
Daniel Supernault 4ec9f990ed
Update DirectMessageController, fix performance issue 11 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 11 months ago
Mackenzie Morgan 1f7a1bd72b accept bare domains without http scheme in domain block controller
Fixes #5645
11 months ago
Daniel Supernault dc4e683f0a
Update MediaController, fix redirect bug 11 months ago
Daniel Supernault 42173245fc
Update ApiV1Controller.php 12 months ago
Daniel Supernault c8ba73f11b
Update ApiV1Controller.php 12 months ago
Daniel Supernault 67f3951e9a
Update ApiV1Controller, add mobile_registration attribute 12 months ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 12 months ago
Daniel Supernault 509a50b8e0
Update AppRegisterController.php 12 months ago
Daniel Supernault ea03784994
Update AppRegisterController.php 12 months ago
Daniel Supernault f924491e4d
Updaet AppRegisterController, add client id/secret 12 months ago
Daniel Supernault fe46512359
Improve onboarding response 12 months ago
Daniel Supernault 112eee4538
Update AppRegisterController 12 months ago
Daniel Supernault 5d2afd2c7c
Update AppRegisterController.php 12 months ago
Daniel Supernault ee01e073ef
Update AppRegisterController 12 months ago
Daniel Supernault 455711332b
Fix redirects 12 months ago
Daniel Supernault 3c249616ef
Add rate limits, fix typo and styling 12 months ago
Daniel Supernault 604746bd5e
Add AppRegister 12 months ago
Daniel Supernault 599a36f4aa
Update AdminSettingsController, persist updates to ConfigCacheService 12 months ago
Daniel Supernault f260572e72
Fix GroupController, move groups enabled check to each method to fix route:list 12 months ago
Daniel Supernault 8fad89543f
DM 12 months ago
Daniel Supernault 17918cbef4
Update ComposeController, add max_media_attachments attribute 12 months ago