Commit Graph

11592 Commits (l10n_staging)
 

Author SHA1 Message Date
(dan)iel (sup)ernault b651f36ac3 New translations web.php (Danish)
[ci skip]
8 hours ago
(dan)iel (sup)ernault 0bedeff66d New translations web.php (Persian)
[ci skip]
2 months ago
daniel 0fa9c7d255 New translations web.php (Portuguese)
[ci skip]
2 months ago
daniel 30416d59c1
Merge branch 'staging' into l10n_staging 3 months ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 3 months ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
3 months ago
daniel 7561026965
Merge pull request #5891 from eufelipemateus/translate-auth
[Translation] translate auth
3 months ago
daniel 0a4dc77242
Merge pull request #5867 from eufelipemateus/translate-story
[Translation] translate story
3 months ago
daniel 5ed46a505a
Merge branch 'staging' into translate-story 3 months ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 3 months ago
daniel b3c2781578
Merge pull request #5608 from halkeye/add-generic-oidc
[Improvement] Generic OIDC Support
3 months ago
Daniel Supernault 4fb53659dc
Update i18n json 3 months ago
Daniel Supernault 72b17dfee0
Update compiled assets 3 months ago
Daniel Supernault dbd8289fe1
Update sidebar with gap padding for footer links 3 months ago
Daniel Supernault 10e4be0e44
Update i18n 3 months ago
Daniel Supernault 0e59098da2
Update footer to use legalNotice i18n 3 months ago
Daniel Supernault c72fa05299
Update LandingService and Config util to properly support the legal_notice setting 3 months ago
Daniel Supernault 93dde13ea0
Fix components 3 months ago
daniel 34c5dc75ed
Merge pull request #5606 from goforthanddie/dev
[Improvement] Display link to "Legal Notice" page if the page is active as required by German law
3 months ago
daniel 69e00d742d
Merge branch 'staging' into dev 3 months ago
daniel 97e37c6d9b New translations web.php (Dutch)
[ci skip]
3 months ago
Gavin Mogan ae39531ff2 field isnt accessTokenResourceOwnerId but responseResourceOwnerId 3 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`
3 months ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
3 months ago
daniel 968f8656a4 New translations web.php (Portuguese, Brazilian)
[ci skip]
3 months ago
daniel 89191b8e0b
Merge pull request #5944 from eufelipemateus/translate-custom-filter
[Translation] Translate custom filter
3 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
3 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
3 months ago
daniel caf24907a2
Merge pull request #5948 from maco/case-insensitive-tagging
[bug fix] use case insensitive search when tagging accounts
3 months ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 3 months ago
Mackenzie Morgan f2181e2478 in notifications sidebar, show popover on shared posts too, not just liked posts 3 months ago
Mackenzie Morgan 15758b0b4b use configured alt text length limit when uploading multiple photos 3 months ago
daniel e1a7e601d9 New translations web.php (Italian)
[ci skip]
3 months ago
Felipe Mateus a676c1ffee
translate custom filter 3 months ago
daniel 9d631ad58c New translations web.php (Italian)
[ci skip]
3 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 3 months ago
daniel 3d6348225b
Merge pull request #5928 from pixelfed/staging
Add custom filters
3 months ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 3 months ago
Daniel Supernault 87cf6fd850
Update changelog 3 months ago
Daniel Supernault 86c8be8e4b
Update compiled assets 3 months ago
Daniel Supernault f72a054fe8
Update TimelineStatus, adjust custom filter warning design 3 months ago
Daniel Supernault a010c860e0
Update npm deps 3 months ago
Daniel Supernault dfd628ed90
Update api routes, add custom filter endpoints 3 months ago
Daniel Supernault d5835362ab
Update FilterModal, fix keyword delete bug 3 months ago
Daniel Supernault c1f2dfb013
Update WebfingerService, apply banned domains to webfinger logic 3 months ago
Daniel Supernault 5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885 3 months ago
Daniel Supernault 1356757715
Add webfinger validation rule 3 months ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 3 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 3 months ago
Daniel Supernault 578718c606
Update CustomFilterKeyword model, add setKeywordAttribute method 3 months ago