Commit Graph

30087 Commits

Author SHA1 Message Date
Michael 531ef6e6e2 Issue 10050: Avoid creating new contacts for expired users 2021-03-20 09:56:35 +00:00
Hypolite Petovan f75dbdab5b
Merge pull request #10058 from annando/issue-10050
Issue 10050: Improve photo deletions
2021-03-19 08:23:00 -04:00
Michael 49919b5b1d Issue 10050: Improve photo deletions 2021-03-19 11:42:29 +00:00
Hypolite Petovan c48179fbde
Merge pull request #10057 from annando/issue-10050
Issue 10050: Improved order of deletions
2021-03-18 13:17:08 -04:00
Michael 437f96e573 Partly restored functionality 2021-03-18 15:56:50 +00:00
Michael b55ae5717b Issue 10050: Improved deletion order 2021-03-18 15:44:02 +00:00
Hypolite Petovan fbbab822a0
Merge pull request #10056 from fabrixxm/fix/panic-at-the-private-messages
PM: skip messages from missing contacts
2021-03-18 11:00:15 -04:00
Hypolite Petovan d4e8d82252
Merge pull request #10054 from annando/json-ld-page
use Json-Ld data to fetch more data for a page
2021-03-18 10:56:57 -04:00
fabrixxm 42b9b6a2f1 PM: skip messages from missing contacts
avoid the White Page of Death if a private message (mail) is pointing
to a non existing contact.
2021-03-18 14:11:32 +01:00
Michael f772e11cfa Avoid empty type 2021-03-18 08:04:52 +00:00
Michael e3409c72e2 Add logos for person and organisation 2021-03-17 23:31:16 +00:00
Michael 558189e9d1 Reorganized functions 2021-03-17 22:29:12 +00:00
Michael f11712cdc0 Some more added types 2021-03-17 17:11:50 +00:00
Michael da6b54925a Added medias 2021-03-17 07:36:16 +00:00
Michael df566eea78 Added more types 2021-03-16 22:57:24 +00:00
Michael 003bf69d88 Changed assigning of author and publisher 2021-03-16 11:32:56 +00:00
Michael 08771d96c2 Remove unused parameter 2021-03-16 07:15:20 +00:00
Michael d498d15200 Avoid double fetches 2021-03-16 07:04:16 +00:00
Michael 0a3d50a270 Adjusted field names 2021-03-16 06:37:43 +00:00
Michael 70bf75c342 Support for page JSON-LD based page information 2021-03-15 22:02:21 +00:00
Michael Vogel 8e12bb2de5
Merge pull request #10048 from MrPetovan/bug/10047-translation-back-to-top
Bug/10047 translation back to top
2021-03-15 01:02:54 +01:00
Hypolite Petovan 95efb70902 Updated main translation file after adding a translation string 2021-03-14 19:35:41 -04:00
Hypolite Petovan 011e67d680 Add translation string for "Back to top" 2021-03-14 18:12:20 -04:00
Michael Vogel ddbe8730ed
Merge pull request #10046 from MrPetovan/bug/10019-oembed-iframes-part-1
Use system.allowed_oembed config to allow iframe source
2021-03-14 20:04:00 +01:00
Hypolite Petovan dc98c4dee5 Add expected mocked calls to BBCodeTest 2021-03-14 14:34:52 -04:00
Hypolite Petovan ef58effb53 Update main translation after translation string change 2021-03-14 14:19:35 -04:00
Hypolite Petovan 393de1a283 Use system.allowed_oembed config to allow iframe source 2021-03-14 14:19:35 -04:00
Hypolite Petovan 93823ecef5 Move HTML purification to own method in Content\Text\HTML 2021-03-14 14:19:33 -04:00
Hypolite Petovan 5b8f7361ea
Merge pull request #10045 from annando/fix-notification
Fix notifications for public posts
2021-03-14 12:31:15 -04:00
Michael c1caedfa50 Fix notification for global posts 2021-03-14 15:40:14 +00:00
Michael Vogel 751bf7ae30
Merge pull request #10042 from MrPetovan/bug/10041-video-regex-backtrack
Increase video tag regular expression specificity to decrease backtrack in BBCode::convert
2021-03-13 17:54:15 +01:00
Hypolite Petovan e1f8e10fe7 Increase video tag regular expression specificity to decrease backtrack in BBCode::convert 2021-03-13 09:06:52 -05:00
Hypolite Petovan 7b41866410
Merge pull request #10038 from annando/issue-10019
Issue 10019: Fix embedding of media objects
2021-03-13 08:26:56 -05:00
Michael 7adbd73eca More general content type detection 2021-03-13 13:17:42 +00:00
Michael acffafe6b9 Merge remote-tracking branch 'upstream/2021.03-rc' into issue-10019 2021-03-13 12:30:41 +00:00
Hypolite Petovan e8929efbea
Merge pull request #10040 from annando/file-permissions
Only set file permissions when configured
2021-03-13 07:19:30 -05:00
Hypolite Petovan af874c6a1b
Improve description of system.proxy_file_chmod setting 2021-03-13 07:19:17 -05:00
Michael 0bc1ebe5bf Only set file permissions when configured 2021-03-13 11:37:11 +00:00
Michael ffb92e3355 Integrate fetching of the content type into "getSiteinfo" 2021-03-13 07:03:26 +00:00
Michael 262ee2b0b1 Issue 10019: Fix embedding of media objects 2021-03-12 23:04:51 +00:00
Hypolite Petovan f8e3c687d7
Merge pull request #10036 from fabrixxm/fix-installer-themes
Installer: install themes as last action
2021-03-12 14:43:58 -05:00
Michael Vogel 4ddc38545b
Merge pull request #10037 from fabrixxm/fix-storage
Storage: small fixes to 'storage move'
2021-03-12 18:52:42 +01:00
fabrixxm a861eb65af Storage: small fixes to 'storage move'
- stop command if current storage backend is still "legacy"
- write destination backend name in log
2021-03-12 18:24:45 +01:00
fabrixxm 225a37af9a Installer: install themes as last action
this will register theme hooks
2021-03-12 18:21:50 +01:00
Hypolite Petovan a41c657790
Merge pull request #10035 from utzer/patch-1
Part of bugfix for storage move problem
2021-03-12 08:34:07 -05:00
utzer e20e62ffd6
Part of bugfix for storage move problem
@fabrixxm is this already good to change?
2021-03-12 09:55:55 +01:00
Hypolite Petovan 60a74fd5dc
Merge pull request #10034 from annando/better-tag-sorting
Trending tags are now sort by different users
2021-03-11 17:31:59 -05:00
Michael 5666866812 Trending tags are now sort by different users 2021-03-11 19:59:42 +00:00
Michael Vogel 7b874ed215
Merge pull request #10033 from friendica/bug/10032-event-query
Update value interpolation syntax in Model\Event::getListById
2021-03-11 20:44:31 +01:00
Hypolite Petovan a1c15f43df
Update value interpolation syntax in Model\Event::getListById 2021-03-11 14:03:53 -05:00