Commit Graph

9141 Commits

Author SHA1 Message Date
Daniel Supernault 932f8956ba
Bump circleci php version 2023-04-19 22:56:38 -06:00
Daniel Supernault c09a2fae8b
Update changelog 2023-04-19 22:42:12 -06:00
Daniel Supernault fb4ac4ebd6
Add php 8.2 support. Bump laravel version, v9 => v10 2023-04-19 22:41:26 -06:00
Daniel Supernault b1f95a7213
Bump laravel, v9 => v10 2023-04-19 22:30:37 -06:00
Daniel Supernault 66c0b3577f
Update HttpSignature 2023-04-19 19:09:55 -06:00
Daniel Supernault 9ffe5941d7
Update HttpSignature 2023-04-19 19:04:41 -06:00
Daniel Supernault f17ca9d904
Update HttpSignature 2023-04-19 18:57:40 -06:00
Daniel Supernault b43f06abaf
Update changelog 2023-04-11 22:12:42 -06:00
Daniel Supernault 6d59dc8e1e
Update site config 2023-04-11 22:12:09 -06:00
Daniel Supernault 385c166944
Update LandingController 2023-04-09 20:34:50 -06:00
Daniel Supernault 4d41d169f3
Update changelog 2023-04-09 20:22:07 -06:00
Daniel Supernault 634c15e486
Update Privacy Settings, add Directory setting 2023-04-09 20:21:40 -06:00
Daniel Supernault 2683fdaf06
Update changelog 2023-04-09 20:06:37 -06:00
Daniel Supernault b716926b9c
Update LandingController, fix configonfig variable names 2023-04-09 20:06:17 -06:00
Daniel Supernault 25f8b9ae62
Add webfont 2023-04-09 20:00:26 -06:00
Daniel Supernault e76289e4e2
Update ImageOptimizePipeline, improve support for disabling image optimizations 2023-04-09 16:09:17 -06:00
Daniel Supernault 153cea4783
Update changelog 2023-04-09 14:42:58 -06:00
Daniel Supernault 780f250742
Update LandingService, enable landing directory/explore feed by default and move configuration to config/instance.php file 2023-04-09 14:40:16 -06:00
Daniel Supernault c2805ebe92
Update changelog 2023-04-09 12:22:28 -06:00
Daniel Supernault 76be49ac58
Update admin autospam/report email templates, remove image previews 2023-04-09 12:22:03 -06:00
Daniel Supernault dca48fd84b
Update compiled assets 2023-04-09 12:17:19 -06:00
Daniel Supernault 3ba32edfc9
Update landing styles 2023-04-09 12:16:52 -06:00
Daniel Supernault 738925c20d
Update StatusController, allow users to delete replies to posts 2023-04-09 12:05:59 -06:00
Daniel Supernault 50f0fd27e2
Update compiled assets 2023-04-09 12:04:56 -06:00
Daniel Supernault 1b53174d3a
Update StatusController 2023-04-08 18:31:29 -06:00
Daniel Supernault 2eee36cfbd
Update MediaS3GarbageCollector, fix handle 2023-04-08 04:25:52 -06:00
Daniel Supernault 102e71310d
Update changelog 2023-04-08 00:10:22 -06:00
Daniel Supernault 79a3eab65e
Update compiled assets 2023-04-08 00:04:24 -06:00
Daniel Supernault 48f3d2c397
Update landing components 2023-04-08 00:04:01 -06:00
Daniel Supernault 5465f2834f
Add new fonts 2023-04-07 23:31:42 -06:00
Daniel Supernault 4fcb70da23
Update compiled assets 2023-04-07 23:29:39 -06:00
Daniel Supernault 6d3c7afd2b
Update landing view 2023-04-07 23:14:08 -06:00
Daniel Supernault 09c0032b39
New landing page design 2023-04-07 22:35:51 -06:00
Daniel Supernault e7a19b2c18
Add admin landing settings view 2023-04-07 21:34:14 -06:00
Daniel Supernault 87d8f516f9
Add admin landing settings 2023-04-07 20:22:10 -06:00
Daniel Supernault 014a4d9c51
Update changelog 2023-04-04 03:54:08 -06:00
Daniel Supernault 573c88d7b5
Update filesystem config, change FILESYSTEM_DRIVER env variable to DANGEROUSLY_SET_FILESYSTEM_DRIVER and remove from default env configs. Changing the default filesystem should be avoided, use FILESYSTEM_CLOUD for s3 support, otherwise you can break things 2023-04-04 03:52:32 -06:00
Daniel Supernault 672cccd433
Add media:fix-nonlocal-driver command. Fixes s3 media created with invalid FILESYSTEM_DRIVER=s3 configuration 2023-04-04 03:46:29 -06:00
Daniel Supernault 28bf8649b3
Update Profile model, fix avatar url path generation. Fixes #4041, Fixes #4031, Fixes #3523 2023-04-04 02:35:37 -06:00
Daniel Supernault 22da2647c7
Update filesystems, store all files as public by default and add default permissions. Fixes #4273, #4275. Closes #3825 2023-04-03 19:15:20 -06:00
Daniel Supernault 73aa01e8e0
Update ApiV1Controller, filter mute/blocks on statuses/context and statuses/replies endpoints 2023-04-03 18:51:20 -06:00
Daniel Supernault 988818be69
Update changelog 2023-04-02 05:49:23 -06:00
Daniel Supernault 855e9626a5
Update Story v1.1 api endpoints 2023-04-02 05:48:25 -06:00
Daniel Supernault aebbad964b
Update MediaPathService, fix story path 2023-04-02 05:15:38 -06:00
Daniel Supernault 4d72b9e3ae
Update app.js, add title attribute to iframe embeds to comply with accessibility requirements 2023-03-31 01:31:48 -06:00
Daniel Supernault 7bf4f8d6ac
Update changelog 2023-03-29 02:17:43 -06:00
Daniel Supernault 64a4a0060a
Update ComposeController, fix postgres location search. Closes #4242 and #4239 2023-03-29 02:13:54 -06:00
Daniel Supernault ccd82032df
Update changelog 2023-03-28 20:23:03 -06:00
Daniel Supernault 8e71e0c03e
Update ApiV1Controller, fix blocking remote accounts. Closes #4256 2023-03-28 20:21:54 -06:00
Daniel Supernault b7501ee46e
Bump version 2023-03-25 06:47:53 -06:00