Commit Graph

171 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 Supernault adc4cffc38
Add custom filter components 3 months ago
Daniel Supernault 31dd1ab350
Update private settings, change "Private Account" to "Manually Review Follow Requests" 3 months ago
daniel 2eae7abcbe
Merge pull request #5871 from eufelipemateus/fix-translate-privacy
[Translation] Fix translate privacy
4 months ago
Felipe Mateus b639e44c08
fix key settings 4 months ago
Felipe Mateus 27e5a62587
fix translate privacy 4 months ago
root (Deneir) 297e6ce3de internationalization for settings/* 7 months ago
root (Deneir) 567579e5f8 internationalization of settings/home 7 months ago
Daniel Supernault c5e7e91777
Add disable_embeds setting, and fix cache invalidation in other settings 1 year ago
Daniel Supernault 8c6936409d
Update relationships view, fix unfollow hashtag bug. Fixes #5008 1 year ago
Daniel Supernault ce228f7fa4
Update oauth setting, use config_cache 1 year ago
Daniel Supernault 8a89e3c963
Update captcha, use config_cache helper 1 year ago
Daniel Supernault 4a6be62128
Add account migration configurable, but enabled by default 1 year ago
Daniel Supernault 9bc5338dbd
Update migration setting view 1 year ago
Daniel Supernault f8145a78cf
Add Profile Migrations 1 year ago
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 1 year ago
Daniel Supernault 58745a8808
Update settings sidebar 2 years ago
Daniel Supernault 5f6ed85770
Update settings sidebar 2 years ago
Daniel Supernault c53894fe16
Add Parental Controls feature 2 years ago
Daniel Supernault 7016d19520
Update Privacy Settings view, change button to Blocked Domains and add l10n 2 years ago
Daniel Supernault e5d789e0ab
Add domain blocks setting view 2 years ago
Daniel Supernault cef451e588
Update routes 2 years ago
Daniel Supernault 2438324369
Add template-vue settings blade view 2 years ago
Daniel Supernault fc24630eba
Update Privacy Settings, add support for Mastodon indexable search flag 2 years ago
Daniel Supernault 3103af2fe4
Add Account Migration setting views 2 years ago
Daniel Supernault e2705b9ae9
Update timeline settings, add photo reblogs only option 2 years ago
Daniel Supernault f54cf0b2d7
Update timeline settings 2 years ago
Daniel Supernault c394fb76c6
Update sidebar/settings 2 years ago
Daniel Supernault 7de67650c7
Update import blade view 2 years ago
Daniel Supernault 3662d3defe
Update Settings, allow users to disable atom feeds 2 years ago
Daniel Supernault 1a83c5858d
Update settings view, add fallback avatar 2 years ago
Daniel Supernault 506f95c6b1
Update SecuritySettings, remove imagick depdency for 2FA qr code generation image 2 years ago
Daniel Supernault 634c15e486
Update Privacy Settings, add Directory setting 2 years ago
Daniel Supernault 558700fc0a
Update settings, set maxlength on name and bio inputs. Fixes #4248 2 years ago
Daniel Supernault 4739d6146f
Update FollowerController, remove deprecated /i/follow endpoint 2 years ago
daniel 7d26f4ef2e
Merge pull request #3453 from shleeable/staging-unwanted-semicolons
unwanted semicolons
3 years ago
daniel d36e0bcd6d
Merge pull request #3463 from shleeable/patch-11
Update avatar.blade.php - Fixed form tag
3 years ago
Shlee 504638b595
Update avatar.blade.php 3 years ago
Shlee b5ea4c9ba5 mismatched tags 3 years ago
Shlee e36be67c70 unwanted semicolons 3 years ago
Daniel Supernault aa4b011e25
Update labs settings view, add support for metro 2.0 dark mode 3 years ago
Daniel Supernault 9bd53524c7
Update setting layouts 4 years ago
Daniel Supernault 3d814de9a6
Update email settings view 4 years ago
Daniel Supernault ea0fc90c92
Add default licenses and license sync 4 years ago
Daniel Supernault 67e3f6048f
Update Settings, add default license and enforced media descriptions 4 years ago
Daniel Supernault 0153ed6d64
Update Timeline, make text-only posts opt-in by default 4 years ago
Daniel Supernault 8ee104363a
Update Profile, add linkified bio, joined date, follows you label and improved website handling 4 years ago
Daniel Supernault fabb57a9d5
Add profile pronouns 4 years ago
Daniel Supernault 7895097fc1
Update config() to config_cache() 4 years ago
Daniel Supernault c65d03788b
Update config() to config_cache() 4 years ago