Commit Graph

5669 Commits (c26c469ae7bb8d82b5f0d87d83dd53f1a47560e2)
 

Author SHA1 Message Date
Daniel Supernault c26c469ae7
Update changelog 4 years ago
Daniel Supernault 1b41d66446
Update EmailService, make case insensitive 4 years ago
daniel f2c9d16a42
Merge pull request #2404 from Strubbl/docker-composer-update-1.10.11
docker: update composer to 1.10.11
4 years ago
Daniel Supernault c226086939
Update changelog 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 c465cc93a0
Merge pull request #2399 from delthas/feature-applications-tab
Display the applications tab in the user profile settings sidebar
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 ad527eb705
Update changelog 4 years ago
Daniel Supernault f1c28e7d0c
Update DirectMessageController, fix pgsql bug 4 years ago
Daniel Supernault fcb785bb0f
Update compiled assets 4 years ago
Daniel Supernault e4e3c21c98
Update DM components 4 years ago
Daniel Supernault 4bfbe7d747
Update change log 4 years ago
Daniel Supernault edcef7b6a5
Update compiled assets 4 years ago
Daniel Supernault 26550d9cb5
Update RemoteProfile, add dm button 4 years ago
Daniel Supernault 9d07071ee0
Update DirectMessageController 4 years ago
Daniel Supernault c12b35f00d
Update compiled assets 4 years ago
Daniel Supernault f796cc7c11
Update DirectMessageController 4 years ago
Daniel Supernault da4c5fb808
Update compiled assets 4 years ago
Daniel Supernault aeeb75597b
Update Direct component 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 2e47091e6e
Update Help Center, add direct message section 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 327a0e2d7d
Add db migration 4 years ago
Daniel Supernault 4b96315d73
Update compiled assets 4 years ago
Daniel Supernault 5df6a34101
Update web routes 4 years ago
Daniel Supernault d63569c120
Add Direct Messages 4 years ago
Strubbl 8c220b97dd
Update Dockerfile.apache 4 years ago
Daniel Supernault 4d04e4fd25
Update settings view 4 years ago
Strubbl ed7edb8604
Update Dockerfile.apache 4 years ago
Daniel Supernault 8b25932e24
Update compiled assets 5 years ago
Daniel Supernault 3a888886ad
Update changelog 5 years ago
Daniel Supernault 7a62a42a4a
Update PostComponent, fixes #2351 5 years ago
Sven Fischer 5bc96a49e7 docker: update composer to 1.10.12 5 years ago
Daniel Supernault 06f0f80755
Update changelog 5 years ago
Daniel Supernault d1c664fafb
Update Profile component, make modals scrollable 5 years ago
Daniel Supernault 8f53d7b59f
Update compiled assets 5 years ago
Daniel Supernault 36bc4adbe7
Update components 5 years ago
Daniel Supernault ee4ac3ba7f
Update composer deps 5 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 18b12584d7 Display the applications tab in the user profile settings sidebar
Uncomments the link to the working Applications page
5 years ago