Commit graph

425 commits

Author SHA1 Message Date
Daniel Supernault
46485426ea
Update ApiV1Controller, add mastoapi strict mode 2022-01-05 21:36:02 -07:00
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
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
Daniel Supernault
b32cf31cdd
Update site config service 2019-12-17 20:56:09 -07:00
Daniel Supernault
a7c30388d8
Update config 2019-12-08 14:18:18 -07:00
Daniel Supernault
6d40876ae8
Update Site Config 2019-11-02 21:12:44 -06:00
Daniel Supernault
e5af5dd12b
Update service providers 2019-10-01 21:20:18 -06:00
Daniel Supernault
417f411584
Update service providers 2019-10-01 21:18:48 -06:00
Daniel Supernault
f590f616b3
Bump version to v0.10.6 2019-09-29 22:43:18 -06:00
Daniel Supernault
6549f0d13d
Bump version to v0.10.5 2019-09-24 12:04:09 -06:00
Daniel Supernault
929ace22a9
Bump version to v0.10.3 2019-09-08 22:45:35 -06:00
Daniel Supernault
76a2d38275
Update session config 2019-09-06 21:43:50 -06:00
Daniel Supernault
6ab601e73d
Update session config 2019-09-06 21:16:00 -06:00
Daniel Supernault
576a55a2af
Bump version to v0.10.2 2019-09-06 20:35:09 -06:00
Daniel Supernault
48f5161b3c
Bump version to 0.10.1 2019-09-06 20:29:06 -06:00
Daniel Supernault
97ff17f71f
Update config 2019-09-05 22:06:23 -06:00
Daniel Supernault
581684e2d3
Update session config 2019-09-01 18:58:14 -06:00
Daniel Supernault
c81ff0dc7c
Update websockets config, added env vars 2019-09-01 18:33:05 -06:00
Daniel Supernault
2fd193edb3
Update session config, added secure defaults, longer session lifetime and changed the default driver to database 2019-09-01 18:31:43 -06:00
trwnh
02e5abf3b3
read IMAGE_DRIVER from env 2019-08-29 05:19:18 -05:00
trwnh
1213e65b8c
Update cache.php 2019-08-13 02:33:36 -05:00
trwnh
9a0a497ced
Update database.php 2019-08-13 02:33:06 -05:00
Daniel Supernault
dbfcff840a
Update 503 and 404 view, allow custom text 2019-07-27 00:11:16 -06:00
Daniel Supernault
223ee74c80
Update 503 view, allow custom text 2019-07-27 00:05:41 -06:00
Daniel Supernault
b88d020818
Update config 2019-07-18 19:41:53 -06:00
Daniel Supernault
e313a9b0ca
Update config 2019-07-18 19:41:19 -06:00
Daniel Supernault
e021ab9f2a
Bump version to v0.10.0 2019-07-17 21:22:14 -06:00
Daniel Supernault
281d9ac7e3
Update instance config 2019-07-16 20:13:14 -06:00
Daniel Supernault
9041f4b13c
Update app config 2019-07-16 19:50:48 -06:00
Daniel Supernault
c499c4f7e5
Bump version to v0.9.6 2019-07-10 19:00:02 -06:00
Daniel Supernault
b5c017a2ba
Update instance config, preserve backwards compatible defaults 2019-07-10 13:13:35 -06:00
Daniel Supernault
770d414148
Bump version to v0.9.5 2019-07-08 23:26:44 -06:00
Daniel Supernault
f90cf7f6f7
Update instance config, add optional public hashtags 2019-07-07 23:23:01 -06:00
Daniel Supernault
f86fc83cbd
Update PublicApiController, fix bug that does not show private posts in home timeline 2019-07-07 20:24:10 -06:00
Daniel Supernault
76962abb4c
Update instance config 2019-06-27 00:50:01 -06:00
Daniel Supernault
94bef4c74c
Add Admin Configuration Editor 2019-06-20 20:01:16 -06:00
Daniel Supernault
157a03f13d
Update instance config 2019-06-18 14:16:01 -06:00
Daniel Supernault
25d632c761
Add new config 2019-06-17 22:15:36 -06:00
Daniel Supernault
577dac9802
Update pixelfed config 2019-06-16 16:41:54 -06:00
Daniel Supernault
9cf2365edd
Update federation config 2019-06-16 16:08:46 -06:00
Daniel Supernault
ae1ec542a6
Update federation config 2019-06-10 20:09:56 -06:00
Daniel Supernault
ae116457bf
Update federation config 2019-06-09 17:25:17 -06:00
Daniel Supernault
227ddf4879
Add Federation config 2019-06-09 17:15:01 -06:00
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.
2019-06-05 18:21:19 -07:00
Daniel Supernault
c402f75113
Add new instance config 2019-06-04 21:47:48 -06:00
Daniel Supernault
124d557f3d
Bump version to v0.9.4 2019-06-03 17:53:52 -06:00
Daniel Supernault
40970d5c5e
Bump version to v0.9.3 2019-06-03 17:45:01 -06:00
Daniel Supernault
0411e59738
Update configs 2019-05-28 21:00:42 -06:00
Daniel Supernault
1f3a5e263b
Update config 2019-05-26 23:02:01 -06:00
Daniel Supernault
9dbeea41ee
Update config 2019-05-26 18:40:30 -06:00
Daniel Supernault
3d6480d239
Update Horizon dark mode regression 2019-05-05 16:42:07 -06:00
Daniel Supernault
4b1ac4a6ef
Update config 2019-04-30 22:48:01 -06:00
Shleeble
a50a8b1cf6
Update pixelfed.php 2019-04-30 18:07:49 +08:00
Shleeble
44b5f91713
Update app.php 2019-04-30 15:22:59 +08:00
Shleeble
b2e79b9bc6
Update pixelfed.php 2019-04-30 15:21:55 +08:00
Shleeble
d020b4fcc8
Delete recaptcha.php 2019-04-30 15:17:39 +08:00
Daniel Supernault
aa09413fa4
Bump version to v0.9.2 2019-04-29 22:05:30 -06:00
Daniel Supernault
5373e7b435
Update config 2019-04-25 23:24:25 -06:00
trwnh
f553543a16
Add more safe html types
- b for bold
- del for semantic redaction
- s, strike for strikethroughs
- h6 was missing
2019-04-23 21:12:02 -05:00
Daniel Supernault
aaf5253422
Rename .env var, based on feedback from https://mastodon.social/users/alicerunsonfedora/statuses/101978263084840936 2019-04-23 18:30:50 -06:00
Daniel Supernault
4e14cabe70
Update html purifier config 2019-04-23 17:58:46 -06:00
Daniel Supernault
af05595be0
Bump version to v0.9.1 2019-04-21 23:43:33 -06:00
Daniel Supernault
1b95efa931
Update horizon config 2019-04-21 13:19:51 -06:00
Daniel Supernault
82b7782c2b
Update config 2019-04-20 22:29:21 -06:00
Daniel Supernault
d8e9f1539b
Update config 2019-04-20 20:00:42 -06:00
Daniel Supernault
fd59a0cc9a
Update costar config 2019-04-19 00:51:40 -06:00
Daniel Supernault
8f287fbb2d
Bump version to 0.9.0 2019-04-17 23:33:28 -06:00
Daniel Supernault
bedb42baca
Update config, make oauth opt-in 2019-04-17 19:45:23 -06:00
Daniel Supernault
4baf254039
Update pixelfed config 2019-04-17 19:35:46 -06:00
Daniel Supernault
6c37335e98
Bump version to 0.8.6 2019-04-06 12:24:59 -06:00
Daniel Supernault
73a9da15f6
Update COSTAR config 2019-04-04 20:53:57 -06:00
Daniel Supernault
916ffe268f
Add COSTAR config 2019-04-04 19:42:45 -06:00
Daniel Supernault
e12bc4e726
Bump version to 0.8.5 2019-04-02 01:05:47 -06:00
Daniel Supernault
efb5972573
Bump version to 0.8.4 2019-03-25 22:43:57 -06:00
Daniel Supernault
93a94b1489
Bump version to 0.8.3 2019-03-25 20:51:01 -06:00
Daniel Supernault
bdf4933867
Bump version 2019-03-21 13:59:11 -06:00
Daniel Supernault
9db18df329
Update pixelfed config 2019-03-17 16:25:53 -06:00
Daniel Supernault
8e2695ce97
Bump version to 0.8.1 2019-03-16 02:50:48 -06:00
Daniel Supernault
f5ddc550d5
Bump version to 0.8.0 2019-03-16 02:15:02 -06:00
Daniel Supernault
00bcf53045
Add snowflake ids to statuses 2019-03-11 23:38:21 -06:00
Daniel Supernault
fadfd8349b
Add async activitypub delivery with timeout and concurrency settings 2019-03-07 22:38:07 -07:00
Daniel Supernault
1a4353d191
Update horizon config 2019-02-28 21:42:00 -07:00
Daniel Supernault
98a40506f5
Update config 2019-02-22 11:18:56 -07:00
Daniel Supernault
24bc57700f
Update hashing config, set custom bcrypt or argon settings 2019-02-15 20:56:15 -07:00
Daniel Supernault
92193769a6
Bump version 2019-02-10 21:51:22 -07:00
Daniel Supernault
23b96e3389
Update HTML Purifier config 2019-01-31 14:01:32 -07:00
Daniel Supernault
12995989c4
Add max user limit 2019-01-30 18:11:22 -07:00
Daniel Supernault
e61c6a06e0
Update AuthServiceProvider, add oauth support 2019-01-13 22:27:42 -07:00
Daniel Supernault
a6228ffce7
Add spaces filesystem driver 2019-01-12 01:09:29 -07:00
Daniel Supernault
c25ca8dc99
Update config 2019-01-12 00:41:47 -07:00
Daniel Supernault
0d6a8e3486
Bump version to 0.7.10 2019-01-10 22:34:28 -07:00
Daniel Supernault
2eba39d317
Bump version to 0.7.9 2019-01-07 19:32:38 -07:00
Daniel Supernault
c99ec6f648
Bump version to 0.7.8 2019-01-06 20:30:13 -07:00
Daniel Supernault
cdc7207297
Update auth config 2018-12-31 23:30:00 -07:00
Daniel Supernault
ac27365a63
Add laravel passport 2018-12-30 21:30:57 -07:00
Daniel Supernault
9a3b70d23d
Update config 2018-12-29 22:37:30 -07:00
Daniel Supernault
a2a69c9d6c
Update config 2018-12-28 20:25:19 -07:00
Daniel Supernault
ce6ba4cd4b
Bump version to 0.7.6 2018-12-27 21:36:11 -07:00
Daniel Supernault
2ab70f4344
Bump version to 0.7.5 2018-12-27 01:17:15 -07:00
Daniel Supernault
ee167f0f8c
Bump version to 0.7.4 2018-12-25 22:06:06 -07:00
Daniel Supernault
8c2fa76c7d
Bump version to 0.7.3 2018-12-25 20:43:02 -07:00
Daniel Supernault
a6d48dc19f
Bump version to 0.7.2 2018-12-24 23:35:23 -07:00
Daniel Supernault
e39f88f6c6
Bump version to 0.7.1 2018-12-23 17:16:59 -07:00
Daniel Supernault
ab0b39afeb
Bump version to 0.7.0 2018-12-18 00:13:24 -07:00
Daniel Supernault
b85d351bc5
Update avatar logic, allow custom file size limits. Fixes #654 2018-12-18 00:09:36 -07:00
Daniel Supernault
440ea8deed
Bump version to 0.6.1 2018-12-16 02:04:46 -07:00
Daniel Supernault
bae721df3b
Bump version to 0.6.0 2018-12-16 02:00:32 -07:00
Daniel Supernault
2336d09cd0
Bump version to 0.5.9 2018-12-15 22:26:07 -07:00
Daniel Supernault
4cf48f15f3
Bump version 2018-12-15 19:55:03 -07:00
Daniel Supernault
0d0c60c842
Bump version 2018-12-15 18:40:14 -07:00
Daniel Supernault
5a8b919f25
Update compiled assets, bump version 2018-12-15 16:54:54 -07:00
Daniel Supernault
e69b58664c
Bump version 2018-12-15 01:18:13 -07:00
Daniel Supernault
f40d4b77da
Add api route 2018-12-10 22:42:53 -07:00
Daniel Supernault
44dee9b974
Update Status model, fix thumbnail bug 2018-12-10 21:37:16 -07:00