dansup
db0b096798
Staging ( #6343 )
...
* Prepared new docker
* Docker setup improvements and fixes
* Update DOCKER_SETUP.md
* Update DOCKER_SETUP.md
* Update DOCKER_SETUP.md
* Update DOCKER_SETUP.md
* Update DOCKER_SETUP.md
* Update DOCKER_SETUP.md
* Update .dockerignore
* DB/Redis health check
* updated health checks
* updated install guide
* updated DOCKER_SETUP
* Updated DOCKER_SETUP
* Updated DOCKER_SETUP
* Update and rename DOCKER_SETUP.md to DOCKER_COMPOSE_SETUP.md
* RemoveUnreachableStatementRector
* Update GroupActivityPubService.php
* Larastan: Add @property
* Delete rector.php
* more properties
* 2fa_enabled needs to be refactored
* Fix AdminUser.php syntax error - remove invalid property declaration
* Update AdminUser.php
* update
* Upgrade predis from v2.0 to v3.2
- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker
* Upgrade predis from v2.0 to v3.2
* Update
* Update .env.docker.example
* Update DOCKER_COMPOSE_SETUP.md
* Create ImageDriverManager.php
* Update image.php
* Update ImageResizePipeline.php
* Update StoryComposeController.php
* Update AvatarOptimize.php
* Update Image.php
* Update composer.json
* Update AvatarOptimize.php
* update lock
* Update composer.lock
* update
* update
* update
* Allow to set new image types in admin interface
* Update composer, fix deps
* Update composer
---------
Co-authored-by: Shlee <github@shl.ee>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Severin <savewish@icloud.com>
10 months ago
Daniel Supernault
cc90df9d8c
Add user admin toggles for email and ip
11 months ago
Ross Bearman
db03733415
Add admin invite interface and email support
...
This commit does two things:
* Add invite email support to AdminInviteCommand
- Moves `invite_code` generation to AdminInvite model `creating` event
* Add admin invite management section under admin users dashboard
- Adds `Admin/AdminUserInviteController` and associated `home` and
`create` Blade templates.
- Adds "Invites" button to admin user dashboard
1 year ago
Daniel Supernault
b6bc1e50e2
Update Admin Users dashboard
1 year ago
Daniel Supernault
7ddbe0c473
Add AVIF support
2 years ago
Daniel Supernault
599a36f4aa
Update AdminSettingsController, persist updates to ConfigCacheService
2 years ago
Daniel Supernault
aa44835434
Update AdminSettingsController, increase max photo size limit from 50MB to 1GB
2 years ago
Daniel Supernault
28990280ef
Update AdminReportController
2 years ago
Daniel Supernault
ed9f2fbb09
Update AdminReportController
2 years ago
Daniel Supernault
c0478f5f8f
Update AdminReportController
2 years ago
Daniel Supernault
06ebb514d7
Update AdminReportController
2 years ago
Anil Kulkarni
9db038e4bb
Check for oauth keys from the config, as well as from disk
2 years ago
Daniel Supernault
ea2a9eb42a
Add Authorized Fetch
2 years ago
Daniel Supernault
3d6b9badf4
Add groups models, controllers and services
2 years ago
Daniel Supernault
d946afcc5c
Update AdminSettings, use better validation for user integer settings
3 years ago
Daniel Supernault
2dcbc1d5ef
Update AdminSettings, add max_account_size support
3 years ago
Daniel Supernault
dcc5f416ef
Update AdminSettingsController, add AdminSettingsService
3 years ago
Daniel Supernault
ac1f074889
Update AdminSettingsController, add user filter max limit settings
3 years ago
Daniel Supernault
3628b4625c
Update ConfigCacheService, encrypt keys at rest
3 years ago
Daniel Supernault
087b27916f
Update filesystems config, add to config_cache
3 years ago
Daniel Supernault
ce228f7fa4
Update oauth setting, use config_cache
3 years ago
Daniel Supernault
ad506e901d
Update AdminDirectoryController, fix type casting
3 years ago
Daniel Supernault
4a6be62128
Add account migration configurable, but enabled by default
3 years ago
Daniel Supernault
ef0ff78e4a
Add Remote Reports to Admin Dashboard Reports page
3 years ago
Daniel Supernault
a16309ac18
Update AdminReportController, add story report support
3 years ago
Daniel Supernault
59c70239f8
Update Directory logic, add curated onboarding support
3 years ago
Daniel Supernault
8dac2caf1d
Add Curated Onboarding
3 years ago
Daniel Supernault
e4d3b19642
Update AdminReportController, add `profile_id` to group by. Fixes #4685
3 years ago
David Gabriel
480394f3d8
[Bugfix] Fix for #4518 : SQL query that generates the report list in the admin view needs to include the 'id' field
3 years ago
Daniel Supernault
ed87ddb923
Update RemoteStatusDelete pipeline
3 years ago
Daniel Supernault
36b6bf480e
Update admin dashboard, improve users section
3 years ago
Daniel Supernault
c6ffda9618
Update admin moderation logic, only re-add top level posts
3 years ago
Daniel Supernault
ae0d5d2d40
Update AdminReportController
3 years ago
Daniel Supernault
132a58de54
Add Autospam Advanced Detection
3 years ago
Daniel Supernault
588ca653a8
Update admin autospam apis, remove autospam warning notifications when appropriate
3 years ago
Daniel Supernault
ccbba56633
Update AdminSettingsController
3 years ago
Daniel Supernault
c6cc6327d3
Redesigned Admin Dashboard Reports/Moderation
3 years ago
Daniel Supernault
849e510311
Update db:raw queries to support laravel v10
3 years ago
Daniel Supernault
87d8f516f9
Add admin landing settings
4 years ago
Daniel Supernault
d5d9500d07
Update admin instance management, improve filtering/sorting and add import/export support
4 years ago
Daniel Supernault
ecfc0766f8
Update admin instances dashboard
4 years ago
Daniel Supernault
8487231177
Add hashtag administration
4 years ago
daniel
84207c17bc
Merge pull request #3509 from shleeable/patch-4
...
Update AdminSettingsController.php
4 years ago
Daniel Supernault
94697d536b
Add Server Directory integration
4 years ago
Daniel Supernault
85794784d4
Update DeleteAccountPipeline queue
4 years ago
Daniel Supernault
fe6787f75e
Update AdminSettingsController, fix cache invalidation when updating rules
4 years ago
Daniel Supernault
b57066d15d
Fix email verification requests filtering to gracefully handle deleted accounts and accounts already verified
4 years ago
Daniel Supernault
b4bc9fe31c
Update AdminReportController
4 years ago
Shlee
0fcdf1ebe4
Update AdminSettingsController.php
4 years ago
Daniel Supernault
3f322e29d7
Update adminReportController, fix mail verification request 500 bug by changing filter precedence to catch deleted users that may still be cached in AccountService
4 years ago