Commit Graph

496 Commits (edb4368b08008c977ea618c1dff96c0e61a61ceb)

Author SHA1 Message Date
Your Name edb4368b08 refactor: replace deprecated laravel/helpers with native alternatives
Replace all deprecated helper function calls:
- str_slug() → Str::slug()
- starts_with() → str_starts_with()
- ends_with() → str_ends_with()
- array_first() → Arr::first()
- array_last() → Arr::last()
- array_flatten() → Arr::flatten()

Remove laravel/helpers package from composer.json as it is no longer
needed and will not be maintained for Laravel 13.
4 weeks ago
Your Name 552a55c2d2 Upgrade images to v4 4 weeks ago
Daniel Supernault 16a413aa8b
Bump version 1 month ago
dansup 268ab6dba0
Merge branch 'staging' into remove-exp-pue 1 month ago
dansup 7354f63563
Merge branch 'staging' into remove-exp-rec 1 month ago
dansup 4c0c6bdec0
Merge pull request #6577 from shleeable/remove-exp-lc
Remove deprecated EXP_LC (hidden like counts) config
1 month ago
dansup ec38262338
Merge pull request #6576 from shleeable/covidremove
Clean up Covid/WHO
1 month ago
dansup 24697b77fc
Merge pull request #6579 from shleeable/remove-exp-loops
Remove deprecated legacy loops feature entirely
1 month ago
Daniel Supernault c44689a7e7
Update cors config 1 month ago
Daniel Supernault 52e8710b56
Bump version 1 month ago
Daniel Supernault fbff6ed307
Update trustedproxy config 1 month ago
Your Name 3c9fc9a1fe Remove EXP_PUE flag, post editing is always enabled
Remove the 'pue' entry from config/exp.php and the abort_if guard
in StatusEditController. Post editing is now unconditionally available.
5 months ago
Your Name 715c671712 Remove deprecated Loops feature entirely
- Remove 'loops' from config/exp.php and instance.discover.loops from config/instance.php
- Remove loops API routes (loopsApi, loopWatch) from web-api.php
- Delete LoopComponent.vue, loops.js entry point, and loops blade view
- Remove EXP_LOOPS diagnostic row from admin diagnostics page

The Loops feature was deprecated and hardcoded to disabled.
5 months ago
Your Name 6ecb43f923 Remove deprecated exp.rec (recommendations) config
The rec key was hardcoded to false and marked deprecated. No code
references it. Remove the dead entry from config/exp.php.
5 months ago
Your Name 1f01a15e64 Remove deprecated EXP_LC (hidden like counts) config
Remove the EXP_LC env var from config/exp.php and its diagnostic
row from the admin diagnostics page. This feature was already
marked as deprecated and unused.
5 months ago
Your Name 41089fcccd Remove COVID label feature flag and related code
Remove ENABLE_COVID_LABEL, COVID_LABEL_URL, and COVID_LABEL_ORG env
vars and all associated backend/frontend code:

- config/instance.php: remove label.covid config block
- StatusLabelService: remove keyword matching, return static false
- Site/Config.php: remove label.covid from API response
- StatusCard.vue: remove COVID banner and labelRedirect method
- GroupStatus.vue: remove COVID banner and labelRedirect method
- diagnostics blade: remove COVID diagnostic rows
5 months ago
dansup d2d16b17a1
Merge pull request #6491 from pixelfed/shleeable-patch-5
Update logging.php to default to `daily` via stack
6 months ago
Daniel Supernault ff2c7a60cf
Update CuratedOnboarding notify admin. Fixes #6400 6 months ago
Shlee 255e929fe7
Update logging.php 7 months ago
Shlee 4f1a13faba
Update mail.php 7 months ago
Daniel Supernault 72fcc173de
Bump version 7 months ago
Severin b014443090
Secure sendmail to disable user commands from mail address
See https://www.postfix.org/sendmail.1.html under Security
8 months ago
Shlee bf665d9d22
Update filesystems.php 10 months ago
Shlee b157b720e3
Update filesystems.php 10 months ago
Shlee b587de7759
Update image.php 10 months ago
dansup ce6c69ea5b
Merge pull request #6324 from pixelfed/shleeable-patch-2
Update app.php - ProtoneMedia\LaravelFFMpeg
11 months ago
Shlee 22e280b5a5
Update app.php 11 months ago
Shlee 1d67f43d26
Update database.php 11 months ago
dansup 481d5653f7
Merge pull request #6163 from Krafting/patch-1
Change default max number of blocked/muted account
11 months ago
Daniel Supernault ab085452a7
Update instance config 1 year ago
Daniel Supernault 0980519a91
Update app config, add description and rule env variables 1 year ago
Krafting 15376e913d
Change default max number of blocked/muted account 1 year ago
Daniel Supernault f5f7b3e678
Bump version to v0.12.6 1 year ago
Daniel Supernault 2427884c2c
Update app config 1 year ago
Daniel Supernault 5539dd0e1b
Update app config, add Str alias 1 year ago
Daniel Supernault dedc5e304a
Update pixelfed config 1 year ago
Daniel Supernault ff503bf439
Update image config 1 year ago
Daniel Supernault 4e938a8ffa
Fix heic, avif, webp support and add libvips driver 1 year ago
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.
1 year ago
Daniel Supernault 26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured 1 year ago
Gavin Mogan 441c8e0d4c Generic OIDC Support
* Everything should be configurable by env variables
* Basic request tests
1 year ago
Daniel Supernault 77044ba193
Update CustomFilter model, add custom limits for max_content_scan_limit, max_filters_per_user, max_keywords_per_filter, max_keyword_length, max_pattern_length, max_reported_matches, max_create_per_hour, max_updates_per_hour so admins have more control over this feature 1 year ago
Daniel Supernault 5a5821fe86
Update Instance total post, add optional estimation for huge status tables 1 year ago
Daniel Supernault e727431fef
Bump version to 0.12.5 2 years ago
Daniel Supernault 7072354a49
Update federation config 2 years ago
Daniel Supernault 717f17cdee
Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit 2 years ago
Daniel Supernault 806e210f13
Update snowflake config, allow custom datacenter/worker ids 2 years ago
Daniel Supernault 512b147b80
Update backup, disable notifications by default 2 years ago
daniel a25b482a7a
Merge pull request #5765 from mushroomlabs/4275_fix_display_of_uploaded_images
[Bug Fix] Give execute permissions to folders
2 years ago
Daniel Supernault da9e4f5161
Update backup config, add placeholder email 2 years ago