Daniel Supernault
e56bcf3853
Update ComposeController, fix postgres operator
2025-07-16 02:58:29 -06:00
Daniel Supernault
2a9c28b81e
Update ComposeController, fix user tagging endpoint
2025-07-16 02:53:47 -06:00
Daniel Supernault
10eb1a8acb
Update ComposeController, prioritize followed users and follower_count first
2025-07-15 18:13:10 -06:00
Daniel Supernault
b6bc1e50e2
Update Admin Users dashboard
2025-06-11 06:21:38 -06:00
Daniel Supernault
56f909a61b
Update ComposeController, add addl compose settings data
2025-06-05 00:49:17 -06:00
Daniel Supernault
1cb01545bc
Update ComposeController, add addl compose settings data
2025-06-05 00:47:49 -06:00
Daniel Supernault
9048ab52c2
Update ComposeController, add addl compose settings data
2025-06-05 00:39:20 -06:00
Daniel Supernault
1c66cf7fef
Update CuratedRegisterController
2025-06-03 13:30:16 -06:00
Daniel Supernault
ece23d751b
Update Places, improve cache invalidation/ttl
2025-05-16 03:46:42 -06:00
Daniel Supernault
f81a4acdc6
Update PlaceController, fix show method
2025-05-16 03:00:35 -06:00
Daniel Supernault
9d89425e62
Update StoryController, fix intervention/image
2025-05-16 01:54:52 -06:00
Daniel Supernault
86fbeeec35
Update StoryComposeController, fix intervention/image v3 support
2025-05-16 01:53:29 -06:00
Daniel Supernault
7f7387ee4d
Update StatusController, fix mimeTypeCheck
2025-05-14 04:58:26 -06:00
Daniel Supernault
4747266b04
Update ApiV1Controller, fix cache invalidation order
2025-05-14 01:47:46 -06:00
Daniel Supernault
ae47ba73d6
Update ComposeController, fix cache invalidation order
2025-05-14 01:36:03 -06:00
Daniel Supernault
4e938a8ffa
Fix heic, avif, webp support and add libvips driver
2025-05-13 03:53:22 -06:00
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.
2025-05-13 01:59:54 -06:00
Daniel Supernault
5a3a1cf76c
Update remove_from_followers api endpoint
2025-05-02 01:26:36 -06:00
daniel
92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
...
[Improvement] Add button remove follow
2025-05-02 01:14:54 -06:00
Daniel Supernault
26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured
2025-05-02 00:40:12 -06:00
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`
2025-04-24 21:28:44 -07:00
Gavin Mogan
441c8e0d4c
Generic OIDC Support
...
* Everything should be configurable by env variables
* Basic request tests
2025-04-24 21:28:44 -07:00
Mackenzie Morgan
9966260a91
use case insensitive search when tagging accounts
2025-04-19 12:41:53 -04:00
Felipe Mateus
fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow
2025-04-14 09:45:34 -03:00
Daniel Supernault
fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet
2025-04-14 05:34:51 -06:00
Daniel Supernault
5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885
2025-04-14 04:52:53 -06:00
Daniel Supernault
5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds
2025-04-14 04:50:33 -06:00
Daniel Supernault
c4a96da019
Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits
2025-04-14 04:45:09 -06:00
Daniel Supernault
b86102823b
Update CustomFilter model and CustomFilterController
2025-04-14 01:18:14 -06:00
Daniel Supernault
168816db2d
Update CustomFilterController
2025-04-14 00:30:53 -06:00
Daniel Supernault
adc4cffc38
Add custom filter components
2025-04-14 00:07:25 -06:00
Daniel Supernault
437d742ac4
Add custom filters
...
Add custom filters, compatible with Mastodon `/api/v2/filters`
Todo:
- [ ] fix routes
- [ ] finish other context filtering
2025-04-08 05:58:06 -06:00
Daniel Supernault
ccc7f2fc69
Update ReportController, fix type validation
2025-04-08 05:17:40 -06:00
Daniel Supernault
32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866
2025-04-08 03:32:12 -06:00
Daniel Supernault
658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789
2025-04-08 02:17:24 -06:00
Daniel Supernault
4732019087
Update instance config, return proper matrix limits. Fixes #4780
2025-04-08 01:46:49 -06:00
Daniel Supernault
8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901
2025-04-08 01:18:25 -06:00
Daniel Supernault
3001365025
Update ProfileMigrationController.php
2025-04-07 23:38:22 -06:00
Daniel Supernault
537e179537
Update PublicApiController, fix visibility for guests
2025-04-05 04:02:53 -06:00
Daniel Supernault
5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state
2025-04-05 03:41:10 -06:00
Daniel Supernault
8082c004bc
Refactor following check
2025-04-05 02:54:54 -06:00
Daniel Supernault
0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints
2025-04-05 02:30:17 -06:00
Daniel Supernault
2f655d0008
Fix pinned posts implementation
2025-04-05 01:22:29 -06:00
daniel
c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
...
[Improvement] Pinned posts
2025-04-01 00:24:02 -06:00
Daniel Supernault
375858f09d
Update AccountImport, improve webp support
2025-03-31 23:43:13 -06:00
Felipe Mateus
128533b5d8
Update ApiV1Controller.php
...
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
2025-03-24 14:16:05 -03:00
Felipe Mateus
456f96d574
add remove follow
2025-03-24 08:55:43 -03:00
Daniel Supernault
aa6f95b1cf
Update ApiV1Controller, improve query
2025-03-23 23:55:27 -06:00
Felipe Mateus
cce4c41d97
pinned posts
2025-03-20 12:47:48 -03:00
Daniel Supernault
2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts
2025-03-19 03:14:54 -06:00