Commit Graph

11595 Commits (9ceb140f42e7ce941c1f96685725dcba838156dc)
 

Author SHA1 Message Date
dansup 9ceb140f42 New translations web.php (Occitan)
[ci skip]
1 week ago
(dan)iel (sup)ernault db4d0dc71b New translations web.php (Polish)
[ci skip]
4 months ago
(dan)iel (sup)ernault 233203dced New translations web.php (Chinese Traditional)
[ci skip]
4 months ago
(dan)iel (sup)ernault b651f36ac3 New translations web.php (Danish)
[ci skip]
4 months ago
(dan)iel (sup)ernault 0bedeff66d New translations web.php (Persian)
[ci skip]
6 months ago
daniel 0fa9c7d255 New translations web.php (Portuguese)
[ci skip]
6 months ago
daniel 30416d59c1
Merge branch 'staging' into l10n_staging 7 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 7561026965
Merge pull request #5891 from eufelipemateus/translate-auth
[Translation] translate auth
7 months ago
daniel 0a4dc77242
Merge pull request #5867 from eufelipemateus/translate-story
[Translation] translate story
7 months ago
daniel 5ed46a505a
Merge branch 'staging' into translate-story 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 4fb53659dc
Update i18n json 7 months ago
Daniel Supernault 72b17dfee0
Update compiled assets 7 months ago
Daniel Supernault dbd8289fe1
Update sidebar with gap padding for footer links 7 months ago
Daniel Supernault 10e4be0e44
Update i18n 7 months ago
Daniel Supernault 0e59098da2
Update footer to use legalNotice i18n 7 months ago
Daniel Supernault c72fa05299
Update LandingService and Config util to properly support the legal_notice setting 7 months ago
Daniel Supernault 93dde13ea0
Fix components 7 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
7 months ago
daniel 69e00d742d
Merge branch 'staging' into dev 7 months ago
daniel 97e37c6d9b New translations web.php (Dutch)
[ci skip]
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
daniel 968f8656a4 New translations web.php (Portuguese, Brazilian)
[ci skip]
7 months ago
daniel 89191b8e0b
Merge pull request #5944 from eufelipemateus/translate-custom-filter
[Translation] Translate custom filter
7 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
7 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
7 months ago
daniel caf24907a2
Merge pull request #5948 from maco/case-insensitive-tagging
[bug fix] use case insensitive search when tagging accounts
7 months ago
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 7 months ago
Mackenzie Morgan f2181e2478 in notifications sidebar, show popover on shared posts too, not just liked posts 7 months ago
Mackenzie Morgan 15758b0b4b use configured alt text length limit when uploading multiple photos 7 months ago
daniel e1a7e601d9 New translations web.php (Italian)
[ci skip]
7 months ago
Felipe Mateus a676c1ffee
translate custom filter 7 months ago
daniel 9d631ad58c New translations web.php (Italian)
[ci skip]
7 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 7 months ago
daniel 3d6348225b
Merge pull request #5928 from pixelfed/staging
Add custom filters
7 months ago
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 7 months ago
Daniel Supernault 87cf6fd850
Update changelog 7 months ago
Daniel Supernault 86c8be8e4b
Update compiled assets 7 months ago
Daniel Supernault f72a054fe8
Update TimelineStatus, adjust custom filter warning design 7 months ago
Daniel Supernault a010c860e0
Update npm deps 7 months ago
Daniel Supernault dfd628ed90
Update api routes, add custom filter endpoints 7 months ago
Daniel Supernault d5835362ab
Update FilterModal, fix keyword delete bug 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