Commit Graph

190 Commits (a031ecef0cacdf03dee084b30ff5ea052d8691dc)

Author SHA1 Message Date
Daniel Supernault 823efcaad7
Add FEP-044f: Consent-respecting quote posts 1 week ago
Daniel Supernault d88f9b3918
Fix typo 1 week ago
Daniel Supernault 493b8de031
Add FeaturedCollections/Starter Kits support 1 week ago
Shlee 9ec46005df
Merge pull request #7309 from pixelfed/feature/laravel-cap
Refactor: Captcha provider - HCaptcha, Turnstile and Cap
2 weeks ago
Your Name fcea9dc34b polish 2 weeks ago
Your Name 163cd9f589 polish 2 weeks ago
Your Name f4dbddd8b5 Use locale_get_display_name for language labels
locale_get_display_language reads only the language subtag and ignores
the region, so zh-cn and zh-tw both rendered as 'Chinese - 中文'.
Switching to locale_get_display_name disambiguates region variants
(Chinese (China) / Chinese (Taiwan)) while leaving all region-less
locales unchanged.

Updated the settings language dropdown and the /i/lang picker.
2 weeks ago
Your Name 9d839f7b5a Fix missing email verification dispatch on settings email change 2 weeks ago
Your Name ce4343e3e2 Replace custom register token with spatie/laravel-honeypot
Swap the custom 'rt' register token anti-spam mechanism for
spatie/laravel-honeypot on the registration and parental-controls
invite flows.

- Add spatie/laravel-honeypot and publish config/honeypot.php
- Remove getRegisterToken() and the rt validation rule from RegisterController
- Replace the rt hidden field with the @honeypot directive in both forms
- Attach ProtectAgainstSpam middleware to POST /register and the
  parental-controls invite register route
- Update RegisterTest to disable honeypot for the valid registration case
3 weeks ago
Your Name 5a364be58b fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant()
- Remove Passport::personalAccessClientId() (removed in Passport v13, auto-discovers now)
- Remove Passport::enableImplicitGrant() (legacy grant, no clients use it)
- Flatten config instance.oauth.pat to pat_enabled (remove dead pat.id key)
- Add OAUTH_PAT_ENABLED=false to .env.example and .env.docker.example
- Show swal alert when PATs disabled instead of hidden API error
- Improve store() error handling to surface 403 messages in the UI
- Remove OAUTH_PAT_ID row from admin diagnostics blade
1 month ago
Your Name 30db57448f fix: replace str_random/str_limit/str_slug in Blade templates and tests
These deprecated helpers will throw 'undefined function' errors at
runtime since laravel/helpers was removed. Replace with Str::random(),
Str::limit(), and Str::slug() respectively.
1 month ago
Daniel Supernault 0a41c9e387
Fix typo 5 months ago
Daniel Supernault 14b325641f
Update Password Change with new Revoke Sessions option
As requested in https://lgbtqia.space/@serigala_tropis/116412473982617371
5 months ago
Shlee 677f8e49a9
Update permanent.blade.php 9 months ago
Shlee c95a65cd41
Update disabled-panel.blade.php 1 year ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 1 year ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
1 year ago
Felipe Mateus a676c1ffee
translate custom filter 1 year ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 1 year ago
Daniel Supernault adc4cffc38
Add custom filter components 1 year ago
Daniel Supernault 31dd1ab350
Update private settings, change "Private Account" to "Manually Review Follow Requests" 1 year ago
daniel 2eae7abcbe
Merge pull request #5871 from eufelipemateus/fix-translate-privacy
[Translation] Fix translate privacy
2 years ago
Felipe Mateus 456f96d574
add remove follow 2 years ago
Felipe Mateus b639e44c08
fix key settings 2 years ago
Felipe Mateus 27e5a62587
fix translate privacy 2 years ago
root (Deneir) 297e6ce3de internationalization for settings/* 2 years ago
root (Deneir) 567579e5f8 internationalization of settings/home 2 years ago
Daniel Supernault c5e7e91777
Add disable_embeds setting, and fix cache invalidation in other settings 2 years ago
Daniel Supernault 8c6936409d
Update relationships view, fix unfollow hashtag bug. Fixes #5008 3 years ago
Daniel Supernault ce228f7fa4
Update oauth setting, use config_cache 3 years ago
Daniel Supernault 8a89e3c963
Update captcha, use config_cache helper 3 years ago
Daniel Supernault 4a6be62128
Add account migration configurable, but enabled by default 3 years ago
Daniel Supernault 9bc5338dbd
Update migration setting view 3 years ago
Daniel Supernault f8145a78cf
Add Profile Migrations 3 years ago
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 3 years ago
Daniel Supernault 58745a8808
Update settings sidebar 3 years ago
Daniel Supernault 5f6ed85770
Update settings sidebar 3 years ago
Daniel Supernault c53894fe16
Add Parental Controls feature 3 years ago
Daniel Supernault 7016d19520
Update Privacy Settings view, change button to Blocked Domains and add l10n 3 years ago
Daniel Supernault e5d789e0ab
Add domain blocks setting view 3 years ago
Daniel Supernault cef451e588
Update routes 3 years ago
Daniel Supernault 2438324369
Add template-vue settings blade view 3 years ago
Daniel Supernault fc24630eba
Update Privacy Settings, add support for Mastodon indexable search flag 3 years ago
Daniel Supernault 3103af2fe4
Add Account Migration setting views 3 years ago
Daniel Supernault e2705b9ae9
Update timeline settings, add photo reblogs only option 3 years ago
Daniel Supernault f54cf0b2d7
Update timeline settings 3 years ago
Daniel Supernault c394fb76c6
Update sidebar/settings 3 years ago
Daniel Supernault 7de67650c7
Update import blade view 3 years ago
Daniel Supernault 3662d3defe
Update Settings, allow users to disable atom feeds 3 years ago
Daniel Supernault 1a83c5858d
Update settings view, add fallback avatar 3 years ago