Commit Graph

236 Commits

Author SHA1 Message Date
Daniel Supernault 425a6311e2
Update captcha views 2020-12-12 21:12:30 -07:00
Daniel Supernault 082c1ccb26
Add hCaptcha 2020-12-12 21:04:59 -07:00
Daniel Supernault b892bcf0e8
Add autospam feature 2020-12-10 21:58:56 -07:00
Daniel Supernault 048642bead
Update Collections, add custom limit 2020-12-10 01:02:56 -07:00
Daniel Supernault 6e3522c039
Update federation config, make sharedInbox enabled by default 2020-11-26 00:42:49 -07:00
Daniel Supernault 4733ca9fb9
Add shared inbox 2020-11-26 00:39:01 -07:00
daniel 93a76b3c05
Merge pull request #2400 from delthas/feature-tokens-days
Add support for configurable OAuth tokens and refresh tokens lifetime
2020-11-21 20:22:35 -07:00
daniel 45458bd542
Merge pull request #2398 from delthas/feature-password-length
Make the minimum user password length configurable
2020-11-21 20:10:34 -07:00
Daniel Supernault d63569c120
Add Direct Messages 2020-11-18 14:19:02 -07:00
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
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.
2020-08-31 23:01:01 +02:00
Daniel Supernault 344b0c94cd
Update cors dep 2020-06-11 18:39:03 -06:00
Daniel Supernault 144678fc9c
Update IG Import, remove hardcoded media size limit 2020-05-27 17:09:41 -06:00
Daniel Supernault e2a6bdd0e1
Add Instagram Import 2020-05-25 21:41:42 -06:00
Daniel Supernault 06c83ba08a
Update federation config 2020-05-23 23:08:27 -06:00
Daniel Supernault 76dd453ea0
Update instance config 2020-05-23 23:08:09 -06:00
Daniel Supernault 877023fb21
Update purify config, fix microformats support 2020-04-26 23:10:21 -06:00
Daniel Supernault 2635bc53e0
Update config, disable costars 2020-04-19 13:00:26 -06:00
Daniel Supernault c6185ceea1
Bump version to v0.10.9 2020-04-17 19:57:16 -06:00
Daniel Supernault b87952719f
Update session config, increase session timeout from 2 days to 60 days 2020-03-14 22:01:59 -06:00
Daniel Supernault 599f6a5273
Remove unused config 2020-03-14 12:58:30 -06:00
daniel 6689a6fe3c
Merge pull request #2036 from techknowlogick/patch-2
Support minio for S3 uploads
2020-02-21 18:32:47 -07:00
daniel cd34438405
Merge pull request #2025 from shleeable/patch-2
Update pixelfed.php - concatenate fix
2020-02-21 18:13:07 -07:00
daniel 585a5ca8f8
Merge pull request #2007 from shleeable/cleanup
Code Review - dead code
2020-02-21 18:06:31 -07:00
techknowlogick 254c53ecb8
Support minio for S3 uploads 2020-02-18 23:16:25 -05:00
Shlee 0e52521a1b
Update pixelfed.php 2020-02-16 20:37:37 +08:00
Shlee c241184a70
Update pixelfed.php 2020-02-16 19:36:12 +08:00
Shlee 03c90fd4de
Update pixelfed.php 2020-02-16 13:08:20 +08:00
Daniel Supernault e313f2735b
Update self-diagnosis command 2020-02-14 21:35:12 -07:00
Daniel Supernault 03f808c744
Update self-diagnosis checks 2020-02-14 20:48:35 -07:00
Shlee b629e4fd90
Update routes.php 2020-02-13 17:55:30 +08:00
Shlee 77bc605417
Update pixelfed.php 2020-02-13 17:52:33 +08:00
Shlee 438138b55c
Update instance.php 2020-02-13 17:51:53 +08:00
Shlee 03de0761ab
Update exp.php 2020-02-13 17:45:58 +08:00
Shlee 44c5494a0c
Update pixelfed.php 2020-02-13 17:44:28 +08:00
Shlee 2295bef877
Update pixelfed.php 2020-02-13 17:42:34 +08:00
Shlee 524d4370d2
Update media.php 2020-02-13 17:16:55 +08:00
Shlee 10211fe9cb
Update media.php 2020-02-13 17:15:56 +08:00
Shlee 76fd1c1efd
Update media.php 2020-02-13 17:13:29 +08:00
Daniel Supernault a6765e1a6d
Bump version to v0.10.8 2020-01-29 20:49:57 -07:00
Daniel Supernault 5ece86fb0a
Revert image driver breaking change, will delay 2020-01-28 22:09:17 -07:00
Daniel Supernault c5e171c4a8
Update image-optimizer config 2020-01-28 21:32:09 -07:00
Daniel Supernault e86ddb94de
Update image config 2020-01-28 21:31:30 -07:00
Daniel Supernault 3be32597d3
Update instance config, cleanup and add restricted mode 2020-01-27 20:55:11 -07:00
Daniel Supernault 6cdd64c669
Add BANNED_USERNAMES env var support to RestrictedNames 2020-01-16 23:07:58 -07:00
asonix 64af65e992 TrustProxies natively supports , strings 2020-01-16 23:34:10 -06:00
asonix cb6e8a4eaa Don't always explode the TRUST_PROXIES variable 2020-01-16 22:52:13 -06:00
Daniel Supernault d27e60c3e8
Bump version to v0.10.7 2020-01-06 23:23:25 -07:00
Daniel Supernault 1810ef8594
Update passport config 2019-12-31 22:16:11 -07:00
Daniel Supernault 1960e8d6b4
Update instance config, add stories 2019-12-31 16:16:02 -07:00