pixelfed/app
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.
2020-08-31 23:16:42 +02:00
..
Console Update FixUsernames command, fixes remote username search 2020-04-21 23:13:38 -06:00
Events
Exceptions Update laravel to v7.0 2020-05-29 01:01:32 -06:00
Http Add password change email notification 2020-08-24 23:36:12 -06:00
Jobs Update ImportInstagram pipeline 2020-05-25 21:27:31 -06:00
Listeners set session locale fallback using global config 2020-07-09 21:01:42 -03:00
Mail Add password change email notification 2020-08-24 23:36:12 -06:00
Observers Add modlog notifications 2020-02-21 21:00:00 -07:00
Providers Add support for configurable OAuth tokens and refresh tokens lifetime 2020-08-31 23:16:42 +02:00
Services Add MediaBlocklistService 2020-07-26 22:14:57 -06:00
Transformer Update NotificationTransformer, fixes #2389 2020-08-24 18:53:37 -06:00
Util Update RegisterController 2020-08-06 21:32:02 -06:00
AccountLog.php
Activity.php Update AP logger 2020-04-29 15:29:10 -06:00
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Comment.php
Contact.php
DirectMessage.php
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
Follower.php
FollowRequest.php
Hashtag.php
HashtagFollow.php
ImportData.php
ImportJob.php
Instance.php
Like.php
Media.php Update Media model, fix remote media preview 2020-03-05 14:44:50 -07:00
MediaBlocklist.php Add MediaBlocklist feature 2020-07-26 22:05:52 -06:00
MediaTag.php Add Media Tags 2020-07-14 17:04:51 -06:00
Mention.php
ModLog.php Update ModLog model, add fillable attribute 2020-04-26 02:06:48 -06:00
Newsroom.php
Notification.php
OauthClient.php
Page.php
Place.php
Profile.php Update Profile model, cast timestamp for last_fetched_at 2020-04-26 02:07:17 -06:00
ProfileSponsor.php
Report.php
ReportComment.php
ReportLog.php
Status.php
StatusHashtag.php
Story.php
StoryItem.php
StoryReaction.php
StoryView.php
UIKit.php Add UIKit model, migration and controller 2020-04-26 23:28:24 -06:00
User.php Update admin dashboard 2020-02-18 00:22:47 -07:00
UserDevice.php
UserFilter.php
UserInvite.php Update UserInvite model, add sender relation 2020-04-26 23:25:35 -06:00
UserSetting.php