Your Name
163cd9f589
polish
1 week 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
4 weeks ago
dansup
ec38262338
Merge pull request #6576 from shleeable/covidremove
...
Clean up Covid/WHO
1 month 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
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
Daniel Supernault
ff2c7a60cf
Update CuratedOnboarding notify admin. Fixes #6400
6 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
Krafting
15376e913d
Change default max number of blocked/muted account
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
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
de4ce3c83f
Update config, allow Beagle discover service to be disabled
2 years ago
Daniel Supernault
ed7c3bd888
Update instance config
2 years ago
Daniel Supernault
33621dd680
Add Notify App Gateway support
2 years ago
Daniel Supernault
c042d13590
Update instance config, update network cache feed max_hours_old falloff to 90 days instead of 6 hours to allow for less active instances to have more results
2 years ago
Daniel Supernault
4aad1c225a
Add api/v1/instance/peers API endpoint, disabled by default
2 years ago
Daniel Supernault
8dac2caf1d
Add Curated Onboarding
3 years ago
Daniel Supernault
b0fb198829
Add Software Update banner to admin home feeds
3 years ago
Daniel Supernault
8b4ac5cc0b
Update public/network timelines, fix non-redis response and fix reblogs in home feed
3 years ago
Daniel Supernault
0faf59e3b7
Update ApiV1Controller, fix network timeline
3 years ago
Daniel Supernault
db1b466792
Update instance config
3 years ago
Daniel Supernault
c53894fe16
Add Parental Controls feature
3 years ago
Daniel Supernault
5cea5aab3c
Add Domain Blocks
3 years ago
Daniel Supernault
3aad75abcf
Update InstanceService, fix banner blurhash memory bug
3 years ago
Daniel Supernault
970f77b078
Update instance config, enable config cache by default
3 years ago
Daniel Supernault
780f250742
Update LandingService, enable landing directory/explore feed by default and move configuration to config/instance.php file
4 years ago
Daniel Supernault
4e1d0ed596
Add admin report email notifications
4 years ago
Daniel Supernault
5b879f0156
Update mute/block logic with admin defined limits and improved filtering to skip deleted accounts
4 years ago
Daniel Supernault
b73ca9a1ea
Add Admin Invites
4 years ago
Daniel Supernault
3328b367fd
Add optional home feed caching
4 years ago
Daniel Supernault
a31bdec750
Allow forceHttps to be disabled, fixes #3710
4 years ago
Daniel Supernault
ae78129678
Update changelog
4 years ago
Daniel Supernault
5cac7fb44f
Revert nsfw posts hidden on local/network timelines by default
4 years ago
Daniel Supernault
c990ac2a7b
Enable network timeline caching by default
4 years ago
Daniel Supernault
7734dc033b
Add instance post/profile embed config setting
4 years ago
Daniel Supernault
0b7d0a9627
Add customizable Legal Notice page
4 years ago
Daniel Supernault
1310d95cdb
Add NetworkTimelineService cache
4 years ago
Daniel Supernault
52f25ff109
Update instance config, match default oauth settings in AuthServiceProvider
5 years ago
Daniel Supernault
fee2857deb
Update ComposeController
5 years ago
Daniel Supernault
d2cb7d4770
Update ConfigCacheService, fix db issue
5 years ago
Daniel Supernault
668e936eb5
Update instance endpoint, add custom description
5 years ago
Daniel Supernault
1404ac6e6f
Update Discover, allow public discover access
6 years ago
Daniel Supernault
abe9cb3db0
Update site config, add labels to config
6 years ago
delthas
748a3be46d
Add support for configurable OAuth tokens and refresh tokens lifetime
...
Previously, the lifetime of tokens and refresh tokens was hardcoded at
15 and 30 days.
Some instances administrators may wish to change these values.
This makes these two values configurable with the two .env variables:
OAUTH_TOKEN_DAYS and OAUTH_REFRESH_DAYS which are the lifetime in days
for these two tokens and refresh tokens.
6 years ago
Daniel Supernault
76dd453ea0
Update instance config
6 years ago
Shlee
438138b55c
Update instance.php
7 years ago
Daniel Supernault
3be32597d3
Update instance config, cleanup and add restricted mode
7 years ago
Daniel Supernault
6cdd64c669
Add BANNED_USERNAMES env var support to RestrictedNames
7 years ago
Daniel Supernault
1960e8d6b4
Update instance config, add stories
7 years ago