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
Hypolite Petovan
1f8e8e4653
Fix typo in SQL query in Model\Post\Content->countBySearch
2024-07-24 15:16:39 -04: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
259a676207
Option to reduced search scope to improve the performance
2024-06-02 09:27:05 +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
c82a1ed467
Performance improvements when displaying local posts
2024-04-17 19:16:47 +00:00
Michael
50b1de5959
Menu option to display the search text
2024-04-05 07:35:21 +00:00
Michael
00b325d521
Default behaviour for adding media types
2024-03-09 15:45:38 +00:00
Hypolite Petovan
111df607bc
Don't call mb_strlen() on $body if it isn't set in Model\Post\Counts
...
- Address https://github.com/friendica/friendica/issues/13761#issuecomment-1978354153
2024-03-06 12:01:25 -05:00
Michael
ae37c44cc0
Oembed: Some more cleanup
2024-03-03 18:06:25 +00:00
Michael
5df1ead001
Issue 13953: Fix warning during postupdate
2024-03-01 08:41:12 +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
71384e6f39
Issue 13909: Filter channels by network ( #13924 )
2024-02-20 07:11:26 +01:00
Michael Vogel
bcec6c5ab2
Issue #13899 : Fix error on postupdate ( #13915 )
2024-02-18 20:09:56 +01: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
d5bf306884
We now use xonstants
2024-02-06 06:34:16 +00:00
Michael
4cd2fde6f2
Two new search options "media:card" and "media:post"
2024-02-05 22:21:58 +00:00
Michael
fc05daefb5
"media" is added to the search text
2024-02-02 10:46:20 +00:00
Michael
7faa42882b
language field renamed to "language"
2024-02-02 07:05:39 +00:00
Michael
fc22a3e83f
Unify searchindex table with engagement table
2024-02-01 23:08:53 +00:00
Michael
d29d7c40cd
Alternatives are added to the documentation
2024-01-30 11:55:36 +00:00
Michael
1e3cfca58d
search term alternatives added
2024-01-30 11:14:41 +00:00
Michael
3fe4991fcf
Filter user defined channels by size
2024-01-30 10:05:05 +00:00
Michael
7432e47f7a
Fix code standards
2024-01-29 18:07:53 +00:00
Michael
cda1b91b77
Update searchindex on reshare
2024-01-29 12:32:21 +00:00
Michael
7c43b41f0b
Searchtext functionality added
2024-01-29 11:02:13 +00:00
Michael Vogel
e1381cfc5c
Update src/Model/Post/Counts.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2024-01-25 22:16:38 +01:00
Michael
dcb6fa32a1
Fixes "Counts::update(): Argument #3 ($vid) must be of type int, null given"
2024-01-25 13:20:50 +00:00
Michael
39e1f2c0fc
Code standards
2024-01-21 17:05:18 +00:00
Michael
6389133575
Expiry post search index entries
2024-01-21 16:24:59 +00:00
Michael
919f97c9a0
Postupdate added
2024-01-17 21:10:33 +00:00
Michael
e9f7ea0afa
New search keyword "language"
2024-01-17 20:25:49 +00:00
Michael
ee9a68e40c
New table "post-searchindex"
2024-01-17 19:46:22 +00:00
Michael
7a13d8b8ac
Merge remote-tracking branch 'upstream/develop' into channel-relay
2024-01-15 06:14:55 +00:00
Michael
5acfff1152
Merge remote-tracking branch 'upstream/develop' into ocr
2024-01-14 18:33:02 +00:00
Michael
3a60229e5c
Use OCR to fetch text in images
2024-01-13 19:30:20 +00:00
Hypolite Petovan
e8c256bcff
[Composer] Bump guzzlehttp/guzzle to version 7 to suppress deprecation notices
...
- Bump divineomega/password_exposed to version 3 to remove dependency on Guzzle version 6
- Add new ICanHandleHttpResponses->getBodyString method to solve inheritance mismatch with GuzzleHttp\Psr7\ResponseInterface->getBody return type
2024-01-12 08:42:46 -05:00
Michael
dfce85a09f
Improved performance with full text search
2024-01-10 21:17:21 +00:00
Michael
0b84e0d056
Compare with lowered tags
2024-01-09 06:40:07 +00:00
Michael
43fa22470c
Fix warning, when the language is invalid
2024-01-07 23:10:28 +00:00