Commit Graph

52 Commits (dev)

Author SHA1 Message Date
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>
2 months ago
daniel e5c577054b
Add Pinned Posts + WebUI profile fixes (#5914)
* translate notifications

* translate  profile

* fix translate privacy

* add missing keys

* pinned posts

* fix key  settings

* fix key

Co-Authored-By: daniel <danielsupernault@gmail.com>

* Update AccountImport, improve webp support

* Update GroupSettings, add missing avatar/header deletion

* Update i18n

* Update compiled assets

* Update 2025_03_19_022553_add_pinned_columns_statuses_table.php

* Fix pinned posts implementation

* Update docker readme, closes #5909

* Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints

* Refactor following check

* Fix ProfileFeed bookmark, likes and shares. Closes #5879

* Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state

* Update changelog

* Update compiled assets

* Update i18n

---------

Co-authored-by: Felipe Mateus <eu@felipemateus.com>
3 months ago
Mackenzie Morgan 02046c864b Make appearance settings translateable 5 months ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 5 months ago
root (Deneir) 297e6ce3de internationalization for settings/* 7 months ago
root (Deneir) 567579e5f8 internationalization of settings/home 7 months ago
root (Deneir) 163fc3805d internationalization of site/about, site/fediverse, site/opensource 7 months ago
root (Deneir) c392cda2e7 internationalization of site/contact 8 months ago
Daniel Supernault 7016d19520
Update Privacy Settings view, change button to Blocked Domains and add l10n 2 years ago
Daniel Supernault 2136ffe3d8
Add localization 2 years ago
Daniel Supernault ff4519bfaf
Update i18n strings 4 years ago
Daniel Supernault b3d9b9e5cd
Update i18n 4 years ago
Daniel Supernault 699cc3faad
Add i18n strings 4 years ago
Daniel Supernault e46b9b2798
Add i18n string 4 years ago
Daniel Supernault 5dd7b48b29
Add i18n string 4 years ago
Daniel Supernault 07c508021e
Add i18n string 4 years ago
Daniel Supernault b1a6ce029c
Add lang strings 4 years ago
Daniel Supernault f7d9b40b03
Add frontend translation strings 4 years ago
Daniel Supernault 9db71f8b77
Update helpcenter lang 5 years ago
Daniel Supernault aa1f74efbc
Add exception lang file 6 years ago
Daniel Supernault 473d1755b8
Update nav 6 years ago
Daniel Supernault 326b9a9885
Update site localization 6 years ago
okpierre 2ee03bd3dd
Update site.php 6 years ago
okpierre 0bb1887da9
Update site.php
https://github.com/pixelfed/pixelfed/issues/1737
6 years ago
Daniel Supernault 616b594f98
Update navmenu lang file 6 years ago
Daniel Supernault 99087f5a09
Update site lang 6 years ago
Daniel Supernault f92b259232
Update LikePipeline 6 years ago
Daniel Supernault e6143b750d
Update Help Center 6 years ago
Daniel Supernault 3a289ec80e
Update Help Center 6 years ago
Daniel Supernault bb516bea32
Update en lang 6 years ago
Marcin Mikołajczak 850544f006 some English strings improvements
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
Daniel Supernault 35dc16176e
Update l10n 6 years ago
Daniel Supernault cc8337888e
Update password reset 7 years ago
Daniel Supernault 37215d11ed
Update notification localization 7 years ago
Daniel Supernault 9ec340057f
Update profile l10n 7 years ago
Daniel Supernault 5089d50bf0
Add new localizations 7 years ago
Daniel Supernault 8397f20cd3
Update pagination l10n 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 7 years ago
Daniel Supernault 1d3cddc831
Update profile localizations 7 years ago
Marcin Mikołajczak 25b48358b5 Add message for no saved posts
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Daniel Supernault ca1783e0f6
Update navmenu i18n 7 years ago
Marcin Mikołajczak ca304e3cd6
Merge branch 'dev' into nicertypography 7 years ago
Marcin Mikołajczak 28d12a1e12 Nicer typography
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Daniel Supernault 5b8a4dfefd Update nav menu
Closes #60
7 years ago
Daniel Supernault 33ff1f7829 Add mention model/migration/translation 7 years ago
Daniel Supernault eaf465914a Add comment notifications 7 years ago
Daniel Supernault e4daaf32b5 Add timeline localization 7 years ago
Daniel Supernault 1c63184133 Add Bookmark feature 7 years ago
Daniel Supernault c6a4882a80 Update notification localization file 7 years ago
Daniel Supernault 3ec93d096c Add LikePipeline and like notifications 7 years ago