Commit Graph

11823 Commits (dev)
 

Author SHA1 Message Date
daniel 97e37c6d9b New translations web.php (Dutch)
[ci skip]
4 months ago
Gavin Mogan ae39531ff2 field isnt accessTokenResourceOwnerId but responseResourceOwnerId 4 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`
4 months ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
4 months ago
daniel 968f8656a4 New translations web.php (Portuguese, Brazilian)
[ci skip]
4 months ago
daniel 89191b8e0b
Merge pull request #5944 from eufelipemateus/translate-custom-filter
[Translation] Translate custom filter
4 months ago
daniel 6320882b47
Merge pull request #5946 from maco/5201-alt-text-limits
[bug fix] use configured alt text length limit when uploading multiple photos
4 months ago
daniel 8975b8e300
Merge pull request #5947 from maco/popover-on-shared-post
[improvement] in notifications sidebar, show popover on shared posts too, not just liked posts
4 months ago
daniel caf24907a2
Merge pull request #5948 from maco/case-insensitive-tagging
[bug fix] use case insensitive search when tagging accounts
4 months ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 5 months ago
Mackenzie Morgan f2181e2478 in notifications sidebar, show popover on shared posts too, not just liked posts 5 months ago
Mackenzie Morgan 15758b0b4b use configured alt text length limit when uploading multiple photos 5 months ago
daniel e1a7e601d9 New translations web.php (Italian)
[ci skip]
5 months ago
Felipe Mateus a676c1ffee
translate custom filter 5 months ago
Felipe Mateus 12be85c1d4
fix link to config redirect 5 months ago
daniel 9d631ad58c New translations web.php (Italian)
[ci skip]
5 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 5 months ago
daniel 3d6348225b
Merge pull request #5928 from pixelfed/staging
Add custom filters
5 months ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 5 months ago
Daniel Supernault 87cf6fd850
Update changelog 5 months ago
Daniel Supernault 86c8be8e4b
Update compiled assets 5 months ago
Daniel Supernault f72a054fe8
Update TimelineStatus, adjust custom filter warning design 5 months ago
Daniel Supernault a010c860e0
Update npm deps 5 months ago
Daniel Supernault dfd628ed90
Update api routes, add custom filter endpoints 5 months ago
Daniel Supernault d5835362ab
Update FilterModal, fix keyword delete bug 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 a16a4ddbd0
Update Hashtag component, add custom filter support 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 1b048664b7
Add Filter components 5 months ago
Daniel Supernault 7d6f7c48ef
Update PostContent, TimelineStatus and PhotoPresenter components to support filters 5 months ago
daniel 723a775a65 New translations web.php (Turkish)
[ci skip]
5 months ago
daniel 1a3d31435d New translations web.php (Portuguese, Brazilian)
[ci skip]
5 months ago
Daniel Supernault f0b1a8eaae
Update changelog 5 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
5 months ago
daniel e5dc95953a
Merge pull request #5927 from pixelfed/staging
Update ReportController, fix type validation
5 months ago
Daniel Supernault ccc7f2fc69
Update ReportController, fix type validation 5 months ago
daniel 87887f4c67
Merge pull request #5926 from pixelfed/staging
Staging
5 months ago
daniel f483884dfa
Merge branch 'dev' into staging 5 months ago
Daniel Supernault d8bdba7d97
Update changelog 5 months ago
Daniel Supernault 31dd1ab350
Update private settings, change "Private Account" to "Manually Review Follow Requests" 5 months ago