Commit Graph

261 Commits (2ab032599c422c415e29aec51b2be96be80409fb)

Author SHA1 Message Date
Daniel Supernault 2ab032599c
Update db config 4 years ago
Daniel Supernault fee2857deb
Update ComposeController 4 years ago
Daniel Supernault bdc5abbfbc
Update horizon config 4 years ago
Daniel Supernault 07e8ddf8eb
Add new horizon queue 4 years ago
Daniel Supernault 7709220074
Add Polls 4 years ago
Daniel Supernault 072d55d1a8
Update Compose Apis, make media descriptions/alt text length limit configurable. Default length: 1000 4 years ago
Daniel Supernault 7f4213924f
Update job queue, separate deletes into their own queue 4 years ago
Daniel Supernault a4121cb8e4
Bump version 4 years ago
Daniel Supernault 4662afd248
Update pixelfed config formatting 4 years ago
Daniel Supernault 7d24560dd0
Update app config, change default descriptions 4 years ago
Daniel Supernault d2cb7d4770
Update ConfigCacheService, fix db issue 4 years ago
Daniel Supernault e7b33c4cc6
Update app config 4 years ago
Daniel Supernault 668e936eb5
Update instance endpoint, add custom description 4 years ago
Daniel Supernault af7face4da
Add Network Timeline 4 years ago
Daniel Supernault ae90eef965
Update filesystems config, add backup driver to store backups on other filesystems 4 years ago
Daniel Supernault 60554c24b0
Revert database change 4 years ago
trwnh aa99784fed
change default client to phpredis 4 years ago
Daniel Supernault 6bee5072d0
Update pixelfed config, add media_fast_process setting 4 years ago
Daniel Supernault 1404ac6e6f
Update Discover, allow public discover access 4 years ago
Daniel Supernault 98cdd52e99
Bump version to v0.10.10 4 years ago
Daniel Supernault abe9cb3db0
Update site config, add labels to config 4 years ago
Daniel Supernault ed6877df7a
Update cache config, use phpredis by default 4 years ago
Daniel Supernault 9cd4bd74a5
Update backup config, prevents gateway timeouts for large databases using mysql 4 years ago
Daniel Supernault fa6ecd8df1
Add migration 4 years ago
Daniel Supernault 90c8a721c5
Update horizon config, add new default values 4 years ago
Daniel Supernault 425a6311e2
Update captcha views 4 years ago
Daniel Supernault 082c1ccb26
Add hCaptcha 4 years ago
Daniel Supernault b892bcf0e8
Add autospam feature 4 years ago
Daniel Supernault 048642bead
Update Collections, add custom limit 4 years ago
Daniel Supernault 6e3522c039
Update federation config, make sharedInbox enabled by default 4 years ago
Daniel Supernault 4733ca9fb9
Add shared inbox 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 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 344b0c94cd
Update cors dep 5 years ago
Daniel Supernault 144678fc9c
Update IG Import, remove hardcoded media size limit 5 years ago
Daniel Supernault e2a6bdd0e1
Add Instagram Import 5 years ago
Daniel Supernault 06c83ba08a
Update federation config 5 years ago
Daniel Supernault 76dd453ea0
Update instance config 5 years ago
Daniel Supernault 877023fb21
Update purify config, fix microformats support 5 years ago
Daniel Supernault 2635bc53e0
Update config, disable costars 5 years ago
Daniel Supernault c6185ceea1
Bump version to v0.10.9 5 years ago
Daniel Supernault b87952719f
Update session config, increase session timeout from 2 days to 60 days 5 years ago
Daniel Supernault 599f6a5273
Remove unused config 5 years ago
daniel 6689a6fe3c
Merge pull request #2036 from techknowlogick/patch-2
Support minio for S3 uploads
5 years ago
daniel cd34438405
Merge pull request #2025 from shleeable/patch-2
Update pixelfed.php - concatenate fix
5 years ago
daniel 585a5ca8f8
Merge pull request #2007 from shleeable/cleanup
Code Review - dead code
5 years ago
techknowlogick 254c53ecb8
Support minio for S3 uploads 5 years ago