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/app/Http/Controllers
delthas 09479c02ca Make the minimum user password length configurable
Previously, all passwords had to be at least 12 characters long.

Some users use a slightly shorter password, so some instances could wish
to reduce the password length limit to a slightly lesser value.

This makes the minimum password length configurable in the .env file,
with the MIN_PASSWORD_LENGTH variable, that defaults to 12 to keep the
previous behaviour by default.
6 years ago
..
Admin Add MediaBlocklist feature 6 years ago
Api Update upload endpoints with MediaBlocklist checks 6 years ago
Auth Make the minimum user password length configurable 6 years ago
Import Update IG Import, remove hardcoded media size limit 6 years ago
Settings Add password change email notification 6 years ago
AccountController.php Update AccountController, prevent blocking admins 6 years ago
AdminController.php
ApiController.php
AvatarController.php
BookmarkController.php
CircleController.php
CircleProfileController.php
CollectionController.php
CollectionItemController.php
CommentController.php Update MomentUI 6 years ago
ContactController.php Update ContactController, fixes #2042 7 years ago
Controller.php
DeckController.php
DirectMessageController.php
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php Update DiscoverController, fixes #2378 6 years ago
FederationController.php Update FederationController, fix typo 6 years ago
FollowerController.php
HashtagController.php
HashtagFollowController.php
HomeController.php
ImportController.php Update ImportController 6 years ago
InternalApiController.php Update Discover, add trending hashtags, places and posts 6 years ago
LikeController.php Update LikeController, fix likes_count bug 7 years ago
MediaBlocklistController.php Add MediaBlocklist feature 6 years ago
MediaController.php
MediaTagController.php Update Tag People, allow untagging yourself 6 years ago
MicroController.php
NewsroomController.php
NotificationController.php
PageController.php
PlaceController.php
ProfileController.php Update ProfileController, remove actor object caching 6 years ago
ProfileSponsorController.php
PublicApiController.php Update comments, fix remote reply bug 6 years ago
ReportController.php
SearchController.php Update SearchController, update version 6 years ago
SeasonalController.php
SettingsController.php Update SettingsController, add 404 to import when disabled 6 years ago
SiteController.php Update SiteController, add legacy profile/webfinger redirect 6 years ago
StatusController.php Update status embed, allow photo albums. Fixes #2374 6 years ago
StoryController.php Update StoryController, allow video stories 6 years ago
TimelineController.php
UIKitController.php Add UIKit model, migration and controller 7 years ago
UserInviteController.php