Commit Graph

1765 Commits (37cddf740c77fa663446d6e2eba318efd269364b)

Author SHA1 Message Date
Hervé Yvis 37cddf740c
Update FixUsernames.php
Should allow to fix registered usernames that are are restricted, even if they are in a different case.

Examples : "ADmiN" , "Logout", "Help", "FollowMe"
4 years ago
Daniel Supernault 78a8798ace
Update RegisterController, fixes #2436 4 years ago
Daniel Supernault 4fbada5586
Update InboxPipeline 4 years ago
Daniel Supernault e2e32682fd
Update DirectMessageController, add sharedInbox support 4 years ago
Daniel Supernault bfe2341575
Update AP Helpers 4 years ago
Daniel Supernault 4733ca9fb9
Add shared inbox 4 years ago
Daniel Supernault 2ab2c9a974
Update DiscoverController, fix trending api 4 years ago
Daniel Supernault 81f23ee970
Update DirectMessage model 4 years ago
Daniel Supernault ef184a2cb4
Update AuthLogin listener 4 years ago
Daniel Supernault 8e8e6cafec
Update AuthLogin listener 4 years ago
Daniel Supernault 1b41d66446
Update EmailService, make case insensitive 4 years ago
Daniel Supernault 7cfae612db
Updated AuthServiceProvider, added support for configurable OAuth tokens and refresh tokens lifetime 4 years ago
daniel 93a76b3c05
Merge pull request #2400 from delthas/feature-tokens-days
Add support for configurable OAuth tokens and refresh tokens lifetime
4 years ago
daniel 45458bd542
Merge pull request #2398 from delthas/feature-password-length
Make the minimum user password length configurable
4 years ago
Daniel Supernault f8dc33cc81
Update InternalApiController 4 years ago
Daniel Supernault e08f646008
Update DiscoverController 4 years ago
Daniel Supernault f1c28e7d0c
Update DirectMessageController, fix pgsql bug 4 years ago
Daniel Supernault 9d07071ee0
Update DirectMessageController 4 years ago
Daniel Supernault f796cc7c11
Update DirectMessageController 4 years ago
Daniel Supernault 72a1a1ea19
Update AP Inbox, fix url parser 4 years ago
Daniel Supernault 4b90b1e0df
Update DirectMessageController 4 years ago
Daniel Supernault fa8fbb7e86
Update Status model 4 years ago
Daniel Supernault f15b8f8f5a
Update AP Inbox 4 years ago
Daniel Supernault 86765001e6
Update AP Inbox 4 years ago
Daniel Supernault 11a616b67d
Update AP Inbox 4 years ago
Daniel Supernault 8444d2dc50
Update AP Inbox 4 years ago
Daniel Supernault 20749d7c3c
Update AP Inbox 4 years ago
Daniel Supernault 1bbd613621
Update Inbox, add namespaces 4 years ago
Daniel Supernault d63569c120
Add Direct Messages 4 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.
5 years ago
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.
5 years ago
Daniel Supernault de1cca4feb
Add password change email notification 5 years ago
Daniel Supernault c4506ebd71
Update NotificationTransformer, fixes #2389 5 years ago
Daniel Supernault 27f3b29cf8
Update email confirmation middleware, add 2FA to allow list. Fixes #2385 5 years ago
Daniel Supernault 8d923d7767
Update SearchController, update version 5 years ago
Daniel Supernault 8e7f4f9d88
Update DiscoverController, fixes #2378 5 years ago
Daniel Supernault c251d41b2e
Update Discover, add trending hashtags, places and posts 5 years ago
Daniel Supernault d11fac0dfb
Update status embed, allow photo albums. Fixes #2374 5 years ago
Daniel Supernault 3b7ff030f2
Update RegisterController 5 years ago
Daniel Supernault e5aa506c5a
Update Hashtag.vue, add nsfw toggle. Fixes #2225 5 years ago
Daniel Supernault 597378bfb4
Update upload endpoints with MediaBlocklist checks 5 years ago
Daniel Supernault 5d0a24a779
Add MediaBlocklistService 5 years ago
daniel 8ffad2b615
Merge pull request #2348 from dx7/2FA-page-issues
2FA verification page issues
5 years ago
Daniel Supernault ce498e9b67
Update Nickname lexer 5 years ago
Daniel Supernault ba1f7e7e2c
Add MediaBlocklist feature 5 years ago
Daniel Supernault c2d194af1d
Update webfinger util, fix bug preventing username with dots 5 years ago
dx7 f3dba54179
Fix logout link on 2FA verification page 5 years ago
Daniel Supernault c945263994
Update Tag People, allow untagging yourself 5 years ago
daniel c6539bed90
Merge pull request #2316 from dx7/improve-username-email-validation
Improve error messages for username and email restricted on register page
5 years ago
daniel 58be61099e
Merge pull request #2315 from dx7/use-global-locale-for-session
Set session locale fallback using global locale config
5 years ago