Commit Graph

11698 Commits (dev)
 

Author SHA1 Message Date
Daniel Supernault cb80c65995
Fix tests 2 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.
2 months ago
Anil Kulkarni e3b7f1d7cd
For an ActivityStream object, such as a note, the code currently validates
the domain of the object id, matches the domain of the object url.
However, the current implementation of threads has objects where the id is
threads.net/ap/... and the url is www.threads.com/...
The AS spec does not guarantee any particular relationship between the
id and url. The only requirement is that the id is globally unique.
Additionally, mastodon also does not appear to require the domains to
match
2 months ago
Daniel Supernault c5e1f5fe5b
Update changelog 2 months ago
Daniel Supernault 0b018abcd6
Update compiled assets 2 months ago
Daniel Supernault 0c6c06e715
Update i18n 2 months ago
daniel 2b268b80bb
Merge pull request #5907 from pixelfed/l10n_staging
New Crowdin updates
2 months ago
daniel 30416d59c1
Merge branch 'staging' into l10n_staging 2 months ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 2 months ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
2 months ago
daniel 7561026965
Merge pull request #5891 from eufelipemateus/translate-auth
[Translation] translate auth
2 months ago
daniel 0a4dc77242
Merge pull request #5867 from eufelipemateus/translate-story
[Translation] translate story
2 months ago
daniel 5ed46a505a
Merge branch 'staging' into translate-story 2 months ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 2 months ago
daniel b3c2781578
Merge pull request #5608 from halkeye/add-generic-oidc
[Improvement] Generic OIDC Support
2 months ago
Daniel Supernault 4fb53659dc
Update i18n json 2 months ago
Daniel Supernault 72b17dfee0
Update compiled assets 2 months ago
Daniel Supernault dbd8289fe1
Update sidebar with gap padding for footer links 2 months ago
Daniel Supernault 10e4be0e44
Update i18n 2 months ago
Daniel Supernault 0e59098da2
Update footer to use legalNotice i18n 2 months ago
Daniel Supernault c72fa05299
Update LandingService and Config util to properly support the legal_notice setting 2 months ago
Daniel Supernault 93dde13ea0
Fix components 2 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
2 months ago
daniel 69e00d742d
Merge branch 'staging' into dev 2 months ago
Arnaud 13ed8c73ad Translation in French of all strings that are translatable and not yet translated 2 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
Felipe Mateus 12be85c1d4
fix link to config redirect 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