Commit Graph

392 Commits (9c426b48a122d5e30baff73b62e915a4ce393eb2)

Author SHA1 Message Date
Shlee 05267395e1
Update horizon.php 3 years ago
Shlee f7aea85344
Update horizon.php 3 years ago
Shlee 1f2028fb13
Update trustedproxy.php 3 years ago
Daniel Supernault b0d2c5e143
Hardcode UTC application timezone 3 years ago
Daniel Supernault 08b07a4a38
Bump version 3 years ago
Daniel Supernault b1d51bb210
Update horizon config 3 years ago
Daniel Supernault 270578bb39
Update horizon config 3 years ago
Daniel Supernault 71e6e1f14f
Update filesystem config 3 years ago
Daniel Supernault 029f4507bd
Update horizon config 3 years ago
Daniel Supernault f6f2c27874
Update horizon config, add default timeout limit 3 years ago
Daniel Supernault 1c02afb1a1
Update oauth flow 3 years ago
Daniel Supernault 9ac1015042
Add LDAP support 3 years ago
Daniel Supernault 52f25ff109
Update instance config, match default oauth settings in AuthServiceProvider 3 years ago
Daniel Supernault cc9fcae69c
Update log config 3 years ago
Daniel Supernault 49a53c27be
Update filesystems config, set S3 visibility to public by default. Fixes #2913 3 years ago
Daniel Supernault ca79e26d3a
Add custom emoji 3 years ago
Daniel Supernault 8077ded2dd
Bump version to 0.11.2 3 years ago
Daniel Supernault 46485426ea
Update ApiV1Controller, add mastoapi strict mode 3 years ago
Daniel Supernault b4bd0400c2
Store remote avatars locally if S3 not enabled 3 years ago
Daniel Supernault 92bc28456d
Update RemoteAvatarFetch job 3 years ago
Daniel Supernault b95aec1208
Enable network timeline by default 3 years ago
Daniel Supernault f3a66fff61
Update experiment config, force enabled single page app 3 years ago
Daniel Supernault 469d49d832
Update site config, increase ttl and enable SPA by default 3 years ago
Daniel Supernault 7e35ab80ad
Update web routes 3 years ago
Daniel Supernault a065e17cc2
Update pixelfed config, remove env_editor 3 years ago
Daniel Supernault 3515a98e55
Add Cloud Backups, a command to store backups on S3 or compatible filesystems 3 years ago
Daniel Supernault 192553ff77
Update public timeline api, add experimental cache 3 years ago
Daniel Supernault eac6b76779
Update horizon config 3 years ago
Daniel Supernault 2609c86ad6
Update auth config, add throttle limit to password resets 3 years ago
Daniel Supernault fe42c0b245
Bump version 4 years ago
Daniel Supernault a08c8a29d5
Update image optimizer 4 years ago
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
Shlee 0e52521a1b
Update pixelfed.php 5 years ago
Shlee c241184a70
Update pixelfed.php 5 years ago
Shlee 03c90fd4de
Update pixelfed.php 5 years ago
Daniel Supernault e313f2735b
Update self-diagnosis command 5 years ago
Daniel Supernault 03f808c744
Update self-diagnosis checks 5 years ago
Shlee b629e4fd90
Update routes.php 5 years ago
Shlee 77bc605417
Update pixelfed.php 5 years ago
Shlee 438138b55c
Update instance.php 5 years ago
Shlee 03de0761ab
Update exp.php 5 years ago
Shlee 44c5494a0c
Update pixelfed.php 5 years ago
Shlee 2295bef877
Update pixelfed.php 5 years ago
Shlee 524d4370d2
Update media.php 5 years ago
Shlee 10211fe9cb
Update media.php 5 years ago
Shlee 76fd1c1efd
Update media.php 5 years ago
Daniel Supernault a6765e1a6d
Bump version to v0.10.8 5 years ago
Daniel Supernault 5ece86fb0a
Revert image driver breaking change, will delay 5 years ago
Daniel Supernault c5e171c4a8
Update image-optimizer config 5 years ago
Daniel Supernault e86ddb94de
Update image config 5 years ago
Daniel Supernault 3be32597d3
Update instance config, cleanup and add restricted mode 5 years ago
Daniel Supernault 6cdd64c669
Add BANNED_USERNAMES env var support to RestrictedNames 5 years ago
asonix 64af65e992 TrustProxies natively supports , strings 5 years ago
asonix cb6e8a4eaa Don't always explode the TRUST_PROXIES variable 5 years ago
Daniel Supernault d27e60c3e8
Bump version to v0.10.7 5 years ago
Daniel Supernault 1810ef8594
Update passport config 5 years ago
Daniel Supernault 1960e8d6b4
Update instance config, add stories 5 years ago
Daniel Supernault b32cf31cdd
Update site config service 5 years ago
Daniel Supernault a7c30388d8
Update config 5 years ago
Daniel Supernault 6d40876ae8
Update Site Config 5 years ago
Daniel Supernault e5af5dd12b
Update service providers 5 years ago
Daniel Supernault 417f411584
Update service providers 5 years ago
Daniel Supernault f590f616b3
Bump version to v0.10.6 6 years ago
Daniel Supernault 6549f0d13d
Bump version to v0.10.5 6 years ago
Daniel Supernault 929ace22a9
Bump version to v0.10.3 6 years ago
Daniel Supernault 76a2d38275
Update session config 6 years ago
Daniel Supernault 6ab601e73d
Update session config 6 years ago
Daniel Supernault 576a55a2af
Bump version to v0.10.2 6 years ago
Daniel Supernault 48f5161b3c
Bump version to 0.10.1 6 years ago
Daniel Supernault 97ff17f71f
Update config 6 years ago
Daniel Supernault 581684e2d3
Update session config 6 years ago
Daniel Supernault c81ff0dc7c
Update websockets config, added env vars 6 years ago
Daniel Supernault 2fd193edb3
Update session config, added secure defaults, longer session lifetime and changed the default driver to database 6 years ago
trwnh 02e5abf3b3
read IMAGE_DRIVER from env 6 years ago
trwnh 1213e65b8c
Update cache.php 6 years ago
trwnh 9a0a497ced
Update database.php 6 years ago
Daniel Supernault dbfcff840a
Update 503 and 404 view, allow custom text 6 years ago
Daniel Supernault 223ee74c80
Update 503 view, allow custom text 6 years ago
Daniel Supernault b88d020818
Update config 6 years ago
Daniel Supernault e313a9b0ca
Update config 6 years ago
Daniel Supernault e021ab9f2a
Bump version to v0.10.0 6 years ago
Daniel Supernault 281d9ac7e3
Update instance config 6 years ago
Daniel Supernault 9041f4b13c
Update app config 6 years ago
Daniel Supernault c499c4f7e5
Bump version to v0.9.6 6 years ago
Daniel Supernault b5c017a2ba
Update instance config, preserve backwards compatible defaults 6 years ago
Daniel Supernault 770d414148
Bump version to v0.9.5 6 years ago
Daniel Supernault f90cf7f6f7
Update instance config, add optional public hashtags 6 years ago
Daniel Supernault f86fc83cbd
Update PublicApiController, fix bug that does not show private posts in home timeline 6 years ago
Daniel Supernault 76962abb4c
Update instance config 6 years ago
Daniel Supernault 94bef4c74c
Add Admin Configuration Editor 6 years ago
Daniel Supernault 157a03f13d
Update instance config 6 years ago
Daniel Supernault 25d632c761
Add new config 6 years ago
Daniel Supernault 577dac9802
Update pixelfed config 6 years ago
Daniel Supernault 9cf2365edd
Update federation config 6 years ago
Daniel Supernault ae1ec542a6
Update federation config 6 years ago
Daniel Supernault ae116457bf
Update federation config 6 years ago
Daniel Supernault 227ddf4879
Add Federation config 6 years ago
Kirk Strauser 5d263d1c2e
PixelFed -> Pixelfed
There was a remaining mix of capital-F "PixelFed" occurrences. This
changes everything to the same capitalization, "Pixelfed", for
consistency.
6 years ago
Daniel Supernault c402f75113
Add new instance config 6 years ago
Daniel Supernault 124d557f3d
Bump version to v0.9.4 6 years ago
Daniel Supernault 40970d5c5e
Bump version to v0.9.3 6 years ago