You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/config
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
4 weeks ago
..
api.php
app.php refactor: remove redundant aliases from config/app.php 4 weeks ago
auth.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
autospam.php
backup.php Update backup, disable notifications by default 2 years ago
broadcasting.php
cache.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
captcha.php
cors.php Update cors config 1 month ago
costar.php
database.php fix: resolve PDO::MYSQL_ATTR_SSL_CA deprecation on PHP 8.5 4 weeks ago
debugbar.php
dotenv-editor.php
exp.php Merge branch 'staging' into remove-exp-pue 1 month ago
federation.php Update federation config 2 years ago
filesystems.php Update filesystems.php 10 months ago
groups.php
hashids.php
hashing.php
horizon.php
image-optimizer.php Fix heic, avif, webp support and add libvips driver 1 year ago
image.php Upgrade images to v4 4 weeks ago
import.php Update AccountImports, add webp support 2 years ago
instance.php fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant() 4 weeks ago
laravel-ffmpeg.php
ldap.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
livestreaming.php
logging.php Update logging.php 7 months ago
mail.php Update mail.php 7 months ago
media.php
passport.php
pixelfed.php Bump version 1 month ago
portfolio.php
pulse.php
purify.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
queue.php
remote-auth.php Update OIDC config with comments, and disable tests as we dont have db tests configured 1 year ago
routes.php
security.php
services.php
session.php
snowflake.php Update snowflake config, allow custom datacenter/worker ids 2 years ago
telescope.php
trending.php
trustedproxy.php Update trustedproxy config 1 month ago
view.php
webpush.php
websockets.php