Hypolite Petovan
b4b7e9a3c7
Avoid matching invalid URLs in Model\Post\Media::insertFromRelevantUrl
...
- Replace * with + to prevent matching empty domains
2025-01-26 17:54:17 -05:00
Hypolite Petovan
657c04a041
Ward against invalid URLs in Model\Post\Media::isFederatedServer
...
- Add logger call for exception case
- Address https://github.com/friendica/friendica/issues/14646#issuecomment-2614231345
2025-01-26 17:54:17 -05:00
Michael
b915252e7e
Fix warning "Trying to access array offset on value of type bool"
2025-01-23 21:24:14 +00:00
Art4
39448160f1
Replace Logger with DI::logger() in Model Post classes
2025-01-13 09:51:46 +00:00
Michael
8d1971e0b2
Fix code style Media.php
2025-01-05 08:29:10 +00:00
Michael
503e33a683
Use the fetched mimetype if present
2025-01-04 22:19:16 +00:00
Michael
4a61867f79
Set the quote-uri-id when a post is linked
2025-01-02 16:57:30 +00:00
Art4
1b4d0d0bb0
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
2024-12-23 10:18:56 +00:00
Michael
9e19e90b75
Improved check for attached Fediverse posts
2024-12-21 15:25:24 +00:00
Art4
c6c29b29b1
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
2024-12-16 11:06:45 +01:00
Michael
e7d9c6c254
Reduce the number of HTTP requests in the media handling
2024-12-13 19:18:32 +00:00
Art4
0b58562a4e
Merge branch 'develop' into phpstan-level-1
2024-11-28 07:58:50 +00:00
Michael
6b360858ec
New function to update media entries
2024-11-20 07:22:36 +00:00
Art4
92eff402af
fix errors in all models
2024-11-18 23:30:37 +00:00
Michael
072123af8f
Basic support for HLS added
2024-09-14 18:06:59 +00:00
Michael
7fdf244bae
AVoid throwing an error / store the size of pages
2024-09-02 04:10:27 +00:00
Michael
9da42e551d
Fix fetching additional media information
2024-09-01 04:52:38 +00:00
Michael
518382036b
Exception handling added at many places
2024-08-25 18:35:24 +00:00
Michael
425f23bbdc
Delete unused media attachments
2024-08-24 17:40:25 +00:00
Tobias Diekershoff
30a5ef33b0
REUSE src directory
2024-08-24 15:27:00 +02:00
Michael
7dc75d585e
API: The media upload (audio, video) is now possible
2024-07-16 20:08:24 +00:00
Michael
fff64c0490
Fix missing links in posts
2024-06-23 13:22:15 +00:00
Michael
60f5fd8188
Many deprecated function calls are replaced
2024-05-13 21:37:15 +00:00
Michael
21fc28029a
Probing for Zot improved and Pumpio removed
2024-05-13 00:58:54 +00:00
Michael
5751e024c0
Request type set for all HTTP requests
2024-05-12 17:53:21 +00:00
Michael
567292533e
Issue 11963: Set Permissions for attachments
2024-05-11 19:19:18 +00:00
Michael
00b325d521
Default behaviour for adding media types
2024-03-09 15:45:38 +00:00
Michael
ae37c44cc0
Oembed: Some more cleanup
2024-03-03 18:06:25 +00:00
Michael
20fd25258a
Accidentally changes are reverted
2024-02-24 11:35:32 +00:00
Michael
12bdbaaba8
OEmbed: Complete cleanup
2024-02-24 11:01:34 +00:00
Michael Vogel
14e5b06029
Image handling reworked, new image formats added ( #13900 )
...
* Image handling reworked, new image formats added
* Updated messages.po
* The dot is now part of the file extension
* Added WebP in install documentation
* Handle unhandled mime types
* Fixed animated picture detected
2024-02-17 07:45:41 +01:00
Michael
061f43788c
Sanitize links before storing them
2024-02-12 05:21:13 +00:00
Michael
3a60229e5c
Use OCR to fetch text in images
2024-01-13 19:30:20 +00:00
Michael
89e7420237
Friendica copyright changed from 2023 to 2034
2024-01-02 20:57:26 +00:00
Michael
a1947d2bb1
Improved asynchronous message procession
2023-10-25 20:16:36 +00:00
Michael
e4a37f344e
Individual callstacks are removed from the logger
2023-10-18 19:55:15 +00:00
Michael
cd9fc0ddec
Fix images in the API
2023-10-08 19:49:18 +00:00
Hypolite Petovan
5004471770
Move size to pixels conversion in its own method in Util\Proxy
2023-10-03 19:58:51 -04:00
Hypolite Petovan
4462ad6bf0
Replace split attachment code with PostMedia objects
2023-10-03 19:58:51 -04:00
Hypolite Petovan
56fb9be0f7
Revert "Merge pull request #13463 from MrPetovan/task/imagegrid-improvement"
...
This reverts commit dd7bea4bd1
, reversing
changes made to ce16cd12ec
.
2023-09-24 16:24:28 -04:00
Tobias Diekershoff
dd7bea4bd1
Merge pull request #13463 from MrPetovan/task/imagegrid-improvement
...
Rework image grid to horizontal masonry, allocate space for images to load
2023-09-24 12:59:10 +02:00
Hypolite Petovan
06818a96c3
Add height allocation support for single images smaller than the available width
2023-09-24 06:47:18 -04:00
Michael
1dbc9bd472
Avoid quoting the own post
2023-09-24 10:18:50 +00:00
Hypolite Petovan
c4657c4661
Add support for allocated height for inline images
2023-09-23 22:43:31 -04:00
Michael
1010443031
Simplify image url
2023-05-17 20:30:45 +00:00
Michael
c5ca5bfdf8
Function renamed
2023-05-10 07:54:15 +00:00
Michael
7d91cc73de
Unifiy the creation of photo links
2023-05-09 20:44:58 +00:00
Michael
1789266859
Improved preview size
2023-05-08 21:32:38 +00:00
Michael
b4b9a6a34a
Add Fancybox to the core
2023-05-03 20:59:28 +00:00
Michael
2ad8bd901a
Fix: Only add link preview for selected networks
2023-04-18 17:56:30 +00:00