Commit graph

249 commits

Author SHA1 Message Date
Daniel Supernault
668e936eb5
Update instance endpoint, add custom description 2021-04-28 19:26:12 -06:00
Daniel Supernault
af7face4da
Add Network Timeline 2021-04-06 21:17:42 -06:00
Daniel Supernault
ae90eef965
Update filesystems config, add backup driver to store backups on other filesystems 2021-02-07 00:14:52 -07:00
Daniel Supernault
60554c24b0
Revert database change 2021-02-06 21:06:19 -07:00
trwnh
aa99784fed
change default client to phpredis 2021-02-06 20:53:56 -06:00
Daniel Supernault
6bee5072d0
Update pixelfed config, add media_fast_process setting 2021-02-05 21:13:52 -07:00
Daniel Supernault
1404ac6e6f
Update Discover, allow public discover access 2021-02-05 21:09:03 -07:00
Daniel Supernault
98cdd52e99
Bump version to v0.10.10 2021-01-28 21:34:42 -07:00
Daniel Supernault
abe9cb3db0
Update site config, add labels to config 2021-01-28 18:40:13 -07:00
Daniel Supernault
ed6877df7a
Update cache config, use phpredis by default 2021-01-24 14:13:56 -07:00
Daniel Supernault
9cd4bd74a5
Update backup config, prevents gateway timeouts for large databases using mysql 2021-01-22 17:53:06 -07:00
Daniel Supernault
fa6ecd8df1
Add migration 2021-01-17 01:36:03 -07:00
Daniel Supernault
90c8a721c5
Update horizon config, add new default values 2020-12-13 17:34:15 -07:00
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