Wykres commitów

11604 Commity (4e938a8ffa5700430f28a9ebd9a5a9a4ed451174)

Autor SHA1 Wiadomość Data
Daniel Supernault 4e938a8ffa
Fix heic, avif, webp support and add libvips driver 2025-05-13 03:53:22 -06:00
Daniel Supernault 86bb81d1a9
Fix typo 2025-05-13 02:55:14 -06:00
Daniel Supernault 5c7064063d
Typo 2025-05-13 02:48:56 -06:00
Daniel Supernault 27953d0969
FIx AvatarOptimize job 2025-05-13 02:42:57 -06:00
daniel 281fb4efa8
Merge branch 'dev' into staging 2025-05-13 02:37:54 -06:00
Daniel Supernault d70288315e
Update compiled assets 2025-05-13 02:31:49 -06:00
Nicolas Jeannerod 382502b28c
Add missing mime types in admin settings view (#5934)
Co-authored-by: daniel <danielsupernault@gmail.com>
2025-05-13 02:28:23 -06:00
daniel 3861e7ddfe
Staging (#5978)
* Added current title as value for input so that the current value remains stored by default

* Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'),

* Added conditional display of a link to legal notice if the page is active

* Added key 'legalNotice'

* feat translate story

* translate auth

- register
- login

* add remove follow

* Update ApiV1Controller.php

Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>

* New translations web.php (Chinese Simplified)
[ci skip]

* Added current title as value for input so that the current value remains stored by default

* Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'),

* Added conditional display of a link to legal notice if the page is active

* Added key 'legalNotice'

* add missing key

* add missing keys

* New translations web.php (Portuguese, Brazilian)
[ci skip]

* New translations web.php (Turkish)
[ci skip]

* New translations web.php (Italian)
[ci skip]

* translate custom  filter

* New translations web.php (Italian)
[ci skip]

* use configured alt text length limit when uploading multiple photos

* in notifications sidebar, show popover on shared posts too, not just liked posts

* use case insensitive search when tagging accounts

* New translations web.php (Portuguese, Brazilian)
[ci skip]

* Generic OIDC Support

* Everything should be configurable by env variables
* Basic request tests

* 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`

* field isnt accessTokenResourceOwnerId but responseResourceOwnerId

* New translations web.php (Dutch)
[ci skip]

* Fix components

* Update LandingService and Config util to properly support the legal_notice setting

* Update footer to use legalNotice i18n

* Update i18n

* Update sidebar with gap padding for footer links

* Update compiled assets

* Update i18n json

* Update OIDC config with comments, and disable tests as we dont have db tests configured

* Update remove_from_followers api endpoint

* Update i18n

* Update compiled assets

* Update changelog

* 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.

* Fix tests

* Update CHANGELOG.md

---------

Co-authored-by: Samy Elshamy <elshamy@coderbutze.de>
Co-authored-by: Felipe Mateus <eu@felipemateus.com>
Co-authored-by: Mathieu <385764+Casmo@users.noreply.github.com>
Co-authored-by: Mackenzie Morgan <macoafi@gmail.com>
Co-authored-by: Gavin Mogan <git@gavinmogan.com>
2025-05-13 02:25:23 -06:00
Daniel Supernault 96c6d28384
Update CHANGELOG.md 2025-05-13 02:18:48 -06:00
Daniel Supernault cb80c65995
Fix tests 2025-05-13 02:18:34 -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 c5e1f5fe5b
Update changelog 2025-05-02 01:36:30 -06:00
Daniel Supernault 0b018abcd6
Update compiled assets 2025-05-02 01:36:16 -06:00
Daniel Supernault 0c6c06e715
Update i18n 2025-05-02 01:34:59 -06:00
daniel 2b268b80bb
Merge pull request #5907 from pixelfed/l10n_staging
New Crowdin updates
2025-05-02 01:27:58 -06:00
daniel 30416d59c1
Merge branch 'staging' into l10n_staging 2025-05-02 01:27:47 -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 7561026965
Merge pull request #5891 from eufelipemateus/translate-auth
[Translation] translate auth
2025-05-02 00:58:58 -06:00
daniel 0a4dc77242
Merge pull request #5867 from eufelipemateus/translate-story
[Translation] translate story
2025-05-02 00:54:47 -06:00
daniel 5ed46a505a
Merge branch 'staging' into translate-story 2025-05-02 00:53:40 -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
daniel b3c2781578
Merge pull request #5608 from halkeye/add-generic-oidc
[Improvement] Generic OIDC Support
2025-05-02 00:22:25 -06:00
Daniel Supernault 4fb53659dc
Update i18n json 2025-05-02 00:15:11 -06:00
Daniel Supernault 72b17dfee0
Update compiled assets 2025-05-02 00:13:55 -06:00
Daniel Supernault dbd8289fe1
Update sidebar with gap padding for footer links 2025-05-02 00:12:01 -06:00
Daniel Supernault 10e4be0e44
Update i18n 2025-05-01 23:59:16 -06:00
Daniel Supernault 0e59098da2
Update footer to use legalNotice i18n 2025-05-01 23:58:29 -06:00
Daniel Supernault c72fa05299
Update LandingService and Config util to properly support the legal_notice setting 2025-05-01 23:54:55 -06:00
Daniel Supernault 93dde13ea0
Fix components 2025-05-01 23:16:08 -06:00
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
2025-05-01 23:00:44 -06:00
daniel 69e00d742d
Merge branch 'staging' into dev 2025-05-01 22:59:57 -06:00
daniel 97e37c6d9b New translations web.php (Dutch)
[ci skip]
2025-04-27 08:59:51 -06:00
Gavin Mogan ae39531ff2 field isnt accessTokenResourceOwnerId but responseResourceOwnerId 2025-04-25 00:32:44 -07: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
daniel 968f8656a4 New translations web.php (Portuguese, Brazilian)
[ci skip]
2025-04-22 19:42:29 -06:00
daniel 89191b8e0b
Merge pull request #5944 from eufelipemateus/translate-custom-filter
[Translation] Translate custom filter
2025-04-20 14:07:38 -06:00
daniel 6320882b47
Merge pull request #5946 from maco/5201-alt-text-limits
[bug fix] use configured alt text length limit when uploading multiple photos
2025-04-20 14:05:47 -06:00
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
2025-04-20 14:05:00 -06:00
daniel caf24907a2
Merge pull request #5948 from maco/case-insensitive-tagging
[bug fix] use case insensitive search when tagging accounts
2025-04-20 14:00:59 -06:00
Mackenzie Morgan 9966260a91 use case insensitive search when tagging accounts 2025-04-19 12:41:53 -04:00
Mackenzie Morgan f2181e2478 in notifications sidebar, show popover on shared posts too, not just liked posts 2025-04-19 12:26:38 -04:00
Mackenzie Morgan 15758b0b4b use configured alt text length limit when uploading multiple photos 2025-04-19 12:15:06 -04:00
daniel e1a7e601d9 New translations web.php (Italian)
[ci skip]
2025-04-19 06:28:43 -06:00
Felipe Mateus a676c1ffee
translate custom filter 2025-04-18 22:09:52 -03:00
daniel 9d631ad58c New translations web.php (Italian)
[ci skip]
2025-04-14 16:05:32 -06:00
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 2025-04-14 09:45:34 -03:00
daniel 3d6348225b
Merge pull request #5928 from pixelfed/staging
Add custom filters
2025-04-14 05:44:47 -06:00
Daniel Supernault fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet 2025-04-14 05:34:51 -06:00