Commit graph

84 commits

Author SHA1 Message Date
2ad8bd901a Fix: Only add link preview for selected networks 2023-04-18 17:56:30 +00:00
c4c80ed3cc Merge remote-tracking branch 'upstream/2023.03-rc' into npf2 2023-03-27 06:42:24 +00:00
aca4b2eaae Added support for "Tumblr Neue Post Format" 2023-03-27 06:40:22 +00:00
Josh Soref
685f4fcddd spelling: used
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 20:04:18 -04:00
31693c2d1f Separation between picture links 2023-03-16 05:01:05 +00:00
eefebaff49 Improved handling of images with links 2023-03-15 21:15:10 +00:00
e3047794f9 Merge remote-tracking branch 'upstream/2023.03-rc' into api-edit 2023-03-14 21:46:24 +00:00
59c436b442 Merge remote-tracking branch 'upstream/develop' into api-edit 2023-03-13 05:33:32 +00:00
2a752b37b1 The function "getAttachedData" is replaced by a simplified functionality 2023-03-13 05:04:55 +00:00
aea3ed4548 Code is reformatted 2023-03-05 21:46:45 +00:00
eafe54f2dd The function "getAttachedData" has been removed 2023-03-05 21:22:22 +00:00
60ddef1720 Unneeded field removed 2023-03-04 19:28:31 +00:00
b761760d65 Fix missing attached links in posts 2023-03-04 19:04:37 +00:00
3a0b0ffce5 Editing of media descriptions is now possible as well 2023-02-28 08:06:49 +00:00
98aed4dde3 Adding and removing of pictures via API is now possible 2023-02-28 06:19:19 +00:00
Michael Vogel
0338d9fda8
Update src/Model/Post/Media.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-02-27 14:31:56 +01:00
5f6503a73f Editing/removing of attached pictures is now possible via web 2023-02-27 07:47:31 +00:00
ba4860b787 Avoid local network communication / invalid url requests 2023-01-27 05:55:45 +00:00
b77f3a7525 Check for URI ID existence in Post\Media::insert
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1374538325
2023-01-09 16:06:22 -05:00
1874a32728 Happy New Year 2023! 2023-01-01 09:36:24 -05:00
7d51fa47d5 Issue 12345: No link preview on DFRN posts 2022-12-08 05:49:25 +00:00
498a957009 The appearanxe of the link preview is now configurable 2022-12-07 07:02:04 +00:00
a5be5b27e3 Support Blurhash 2022-12-04 13:29:21 +00:00
0ec7238da4 Fix null value passed to string functions deprecation notices
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513
2022-11-25 08:13:05 -05:00
6f93ee7e49 Fix various PHP 8 deprecations 2022-11-19 19:15:47 -05:00
9506bf6989 Avoid duplicate media elements 2022-11-13 23:38:48 +00:00
a183723254 Improved handling of contact links 2022-10-30 10:02:01 +00:00
3c169b534e Improved handling of native quotes 2022-10-29 22:11:39 +00:00
c65fff6f93 Some more improvements for posts with shares 2022-10-26 17:00:55 +00:00
f54a886a5e The "share" handling is improved 2022-10-25 06:37:23 +00:00
f8f0dfa91a Detect linked posts and add them as quote 2022-10-16 21:37:05 +00:00
0e82f64d71 Only attach images 2022-10-11 21:39:28 +00:00
15d975f143 Avoid some database errors 2022-08-25 04:57:41 +00:00
7eefb9aed8
Changed:
- empty() is maybe superflous here, still I would prefer a code style that is
  written explicitly and not rely on "magic casting"
2022-06-22 18:57:01 +02:00
fa14a02a19
Changes:
- added type-hints
- added documentation
- changed double-quotes to single
2022-06-18 23:12:52 +02:00
4daae255d8 Performance: Avoid queries where there is no media or category 2022-05-16 17:06:58 +00:00
04866195b4
Remove accept parameter for head/post again 2022-04-03 19:33:09 +02:00
e299fc67c8
Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
73c3b21665
Move ACCEPT constants to own "enum" class 2022-04-02 20:26:11 +02:00
1fae0123ec Some more "accept" parameters are added 2022-03-29 06:24:20 +00:00
9ae0234bb5 Use expected order for post medias
- This fixes the wrong display order of post pictures
2022-02-15 09:53:24 -05:00
9eec2bf5f3 Improved support for "Page" type 2022-01-27 17:51:23 +00:00
Balázs Úr
e56a53647b Update copyright 2022-01-02 08:27:47 +01:00
409d909d0f
Restructure HTTPClient for new paradigm 2021-10-28 20:01:03 +02:00
ab17fbf6b2 Unneeded "ProxyUtils" renamed to "Proxy" 2021-10-05 20:18:19 +00:00
42790fbc1f Don't store emoji images as media but links 2021-10-03 09:42:14 +00:00
f99c4ca704 Removing unused variable 2021-09-14 08:08:50 +00:00
72fa4e9970 Better handling of displaying peertube videos 2021-09-14 07:52:53 +00:00
13a91e63aa
Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
505100bdd7
Rename HTTPRequestOptions to HTTPClientOptions 2021-08-25 21:45:15 +02:00