1
0
Fork 0
Commit Graph

274 Commits

Author SHA1 Message Date
Daniel Supernault b4bd0400c2
Store remote avatars locally if S3 not enabled 2022-01-02 21:30:02 -07:00
Daniel Supernault 92bc28456d
Update RemoteAvatarFetch job 2021-12-30 21:05:50 -07:00
Daniel Supernault b95aec1208
Enable network timeline by default 2021-12-29 02:04:39 -07:00
Daniel Supernault f3a66fff61
Update experiment config, force enabled single page app 2021-12-28 19:37:30 -07:00
Daniel Supernault 469d49d832
Update site config, increase ttl and enable SPA by default 2021-12-26 03:46:15 -07:00
Daniel Supernault 7e35ab80ad
Update web routes 2021-12-21 21:44:52 -07:00
Daniel Supernault a065e17cc2
Update pixelfed config, remove env_editor 2021-12-14 22:37:07 -07:00
Daniel Supernault 3515a98e55
Add Cloud Backups, a command to store backups on S3 or compatible filesystems 2021-12-14 20:08:44 -07:00
Daniel Supernault 192553ff77
Update public timeline api, add experimental cache 2021-10-21 19:02:15 -06:00
Daniel Supernault eac6b76779
Update horizon config 2021-10-19 23:15:03 -06:00
Daniel Supernault 2609c86ad6
Update auth config, add throttle limit to password resets 2021-10-14 20:37:46 -06:00
Daniel Supernault fe42c0b245
Bump version 2021-09-07 21:17:39 -06:00
Daniel Supernault a08c8a29d5
Update image optimizer 2021-09-03 22:09:58 -06:00
Daniel Supernault 2ab032599c
Update db config 2021-09-03 22:09:25 -06:00
Daniel Supernault fee2857deb
Update ComposeController 2021-08-31 00:22:08 -06:00
Daniel Supernault bdc5abbfbc
Update horizon config 2021-08-31 00:18:19 -06:00
Daniel Supernault 07e8ddf8eb
Add new horizon queue 2021-08-30 00:38:12 -06:00
Daniel Supernault 7709220074
Add Polls 2021-08-04 20:29:21 -06:00
Daniel Supernault 072d55d1a8
Update Compose Apis, make media descriptions/alt text length limit configurable. Default length: 1000 2021-07-24 21:15:15 -06:00
Daniel Supernault 7f4213924f
Update job queue, separate deletes into their own queue 2021-07-13 23:09:50 -06:00
Daniel Supernault a4121cb8e4
Bump version 2021-06-01 23:50:21 -06:00
Daniel Supernault 4662afd248
Update pixelfed config formatting 2021-06-01 20:09:25 -06:00
Daniel Supernault 7d24560dd0
Update app config, change default descriptions 2021-06-01 20:07:52 -06:00
Daniel Supernault d2cb7d4770
Update ConfigCacheService, fix db issue 2021-05-11 23:33:08 -06:00
Daniel Supernault e7b33c4cc6
Update app config 2021-05-07 22:22:00 -06:00
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