friendica.git/.git
3 years agoChanged assigning of author and publisher
Michael [Tue, 16 Mar 2021 11:32:56 +0000 (11:32 +0000)]
Changed assigning of author and publisher

3 years agoRemove unused parameter
Michael [Tue, 16 Mar 2021 07:15:20 +0000 (07:15 +0000)]
Remove unused parameter

3 years agoAvoid double fetches
Michael [Tue, 16 Mar 2021 07:04:16 +0000 (07:04 +0000)]
Avoid double fetches

3 years agoAdjusted field names
Michael [Tue, 16 Mar 2021 06:37:43 +0000 (06:37 +0000)]
Adjusted field names

3 years agoSupport for page JSON-LD based page information
Michael [Mon, 15 Mar 2021 22:02:21 +0000 (22:02 +0000)]
Support for page JSON-LD based page information

3 years agoMerge pull request #10046 from MrPetovan/bug/10019-oembed-iframes-part-1
Michael Vogel [Sun, 14 Mar 2021 19:04:00 +0000 (20:04 +0100)]
Merge pull request #10046 from MrPetovan/bug/10019-oembed-iframes-part-1

Use system.allowed_oembed config to allow iframe source

3 years agoAdd expected mocked calls to BBCodeTest
Hypolite Petovan [Sun, 14 Mar 2021 18:06:27 +0000 (14:06 -0400)]
Add expected mocked calls to BBCodeTest

3 years agoUpdate main translation after translation string change
Hypolite Petovan [Sun, 14 Mar 2021 17:44:27 +0000 (13:44 -0400)]
Update main translation after translation string change

3 years agoUse system.allowed_oembed config to allow iframe source
Hypolite Petovan [Sun, 14 Mar 2021 17:41:43 +0000 (13:41 -0400)]
Use system.allowed_oembed config to allow iframe source

3 years agoMove HTML purification to own method in Content\Text\HTML
Hypolite Petovan [Sun, 14 Mar 2021 17:40:32 +0000 (13:40 -0400)]
Move HTML purification to own method in Content\Text\HTML

3 years agoMerge pull request #10045 from annando/fix-notification
Hypolite Petovan [Sun, 14 Mar 2021 16:31:15 +0000 (12:31 -0400)]
Merge pull request #10045 from annando/fix-notification

Fix notifications for public posts

3 years agoFix notification for global posts
Michael [Sun, 14 Mar 2021 15:40:14 +0000 (15:40 +0000)]
Fix notification for global posts

3 years agoMerge pull request #10042 from MrPetovan/bug/10041-video-regex-backtrack
Michael Vogel [Sat, 13 Mar 2021 16:54:15 +0000 (17:54 +0100)]
Merge pull request #10042 from MrPetovan/bug/10041-video-regex-backtrack

Increase video tag regular expression specificity to decrease backtrack in BBCode::convert

3 years agoIncrease video tag regular expression specificity to decrease backtrack in BBCode...
Hypolite Petovan [Sat, 13 Mar 2021 14:06:52 +0000 (09:06 -0500)]
Increase video tag regular expression specificity to decrease backtrack in BBCode::convert

3 years agoMerge pull request #10038 from annando/issue-10019
Hypolite Petovan [Sat, 13 Mar 2021 13:26:56 +0000 (08:26 -0500)]
Merge pull request #10038 from annando/issue-10019

Issue 10019: Fix embedding of media objects

3 years agoMore general content type detection
Michael [Sat, 13 Mar 2021 13:17:42 +0000 (13:17 +0000)]
More general content type detection

3 years agoMerge remote-tracking branch 'upstream/2021.03-rc' into issue-10019
Michael [Sat, 13 Mar 2021 12:30:41 +0000 (12:30 +0000)]
Merge remote-tracking branch 'upstream/2021.03-rc' into issue-10019

3 years agoMerge pull request #10040 from annando/file-permissions
Hypolite Petovan [Sat, 13 Mar 2021 12:19:30 +0000 (07:19 -0500)]
Merge pull request #10040 from annando/file-permissions

Only set file permissions when configured

3 years agoImprove description of system.proxy_file_chmod setting
Hypolite Petovan [Sat, 13 Mar 2021 12:19:17 +0000 (07:19 -0500)]
Improve description of system.proxy_file_chmod setting

3 years agoOnly set file permissions when configured
Michael [Sat, 13 Mar 2021 11:37:11 +0000 (11:37 +0000)]
Only set file permissions when configured

3 years agoIntegrate fetching of the content type into "getSiteinfo"
Michael [Sat, 13 Mar 2021 07:03:26 +0000 (07:03 +0000)]
Integrate fetching of the content type into "getSiteinfo"

3 years agoIssue 10019: Fix embedding of media objects
Michael [Fri, 12 Mar 2021 23:04:51 +0000 (23:04 +0000)]
Issue 10019: Fix embedding of media objects

3 years agoMerge pull request #10036 from fabrixxm/fix-installer-themes
Hypolite Petovan [Fri, 12 Mar 2021 19:43:58 +0000 (14:43 -0500)]
Merge pull request #10036 from fabrixxm/fix-installer-themes

Installer: install themes as last action

3 years agoMerge pull request #10037 from fabrixxm/fix-storage
Michael Vogel [Fri, 12 Mar 2021 17:52:42 +0000 (18:52 +0100)]
Merge pull request #10037 from fabrixxm/fix-storage

Storage: small fixes to 'storage move'

3 years agoStorage: small fixes to 'storage move'
fabrixxm [Fri, 12 Mar 2021 17:24:45 +0000 (18:24 +0100)]
Storage: small fixes to 'storage move'

- stop command if current storage backend is still "legacy"
- write destination backend name in log

3 years agoInstaller: install themes as last action
fabrixxm [Fri, 12 Mar 2021 17:21:50 +0000 (18:21 +0100)]
Installer: install themes as last action

this will register theme hooks

3 years agoMerge pull request #10035 from utzer/patch-1
Hypolite Petovan [Fri, 12 Mar 2021 13:34:07 +0000 (08:34 -0500)]
Merge pull request #10035 from utzer/patch-1

Part of bugfix for storage move problem

3 years agoPart of bugfix for storage move problem
utzer [Fri, 12 Mar 2021 08:55:55 +0000 (09:55 +0100)]
Part of bugfix for storage move problem

@fabrixxm is this already good to change?

3 years agoMerge pull request #10034 from annando/better-tag-sorting
Hypolite Petovan [Thu, 11 Mar 2021 22:31:59 +0000 (17:31 -0500)]
Merge pull request #10034 from annando/better-tag-sorting

Trending tags are now sort by different users

3 years agoTrending tags are now sort by different users
Michael [Thu, 11 Mar 2021 19:59:42 +0000 (19:59 +0000)]
Trending tags are now sort by different users

3 years agoMerge pull request #10033 from friendica/bug/10032-event-query
Michael Vogel [Thu, 11 Mar 2021 19:44:31 +0000 (20:44 +0100)]
Merge pull request #10033 from friendica/bug/10032-event-query

Update value interpolation syntax in Model\Event::getListById

3 years agoUpdate value interpolation syntax in Model\Event::getListById
Hypolite Petovan [Thu, 11 Mar 2021 19:03:53 +0000 (14:03 -0500)]
Update value interpolation syntax in Model\Event::getListById

3 years agoMerge pull request #10022 from Quix0r/fixes/chmod-proxy
Hypolite Petovan [Thu, 11 Mar 2021 12:35:52 +0000 (07:35 -0500)]
Merge pull request #10022 from Quix0r/fixes/chmod-proxy

Add setting for proxy file chmod value

3 years agoRemoved default values.
Roland Häder [Thu, 11 Mar 2021 11:45:43 +0000 (12:45 +0100)]
Removed default values.

Signed-off-by: Roland Häder <roland@mxchange.org>
3 years agoOps, missing ";"
Roland Häder [Thu, 11 Mar 2021 11:40:31 +0000 (12:40 +0100)]
Ops, missing ";"

Signed-off-by: Roland Häder <roland@mxchange.org>
3 years agoCode changes for #10020:
Roland Häder [Tue, 9 Mar 2021 20:37:14 +0000 (21:37 +0100)]
Code changes for #10020:
Added ability to set chmod (default: 0640) for "proxified" files (downloaded to
/proxy/ directory). This allows customization, e.g. if people want 0600 instead
without changing the code.

Signed-off-by: Roland Häder <roland@mxchange.org>
3 years agoMerge pull request #10029 from annando/set-protocol
Hypolite Petovan [Thu, 11 Mar 2021 11:16:13 +0000 (06:16 -0500)]
Merge pull request #10029 from annando/set-protocol

We now set the protocol in "gserver" on receiving as well

3 years agoWe now set the protocol in "gserver" on receiving as well
Michael [Wed, 10 Mar 2021 22:31:33 +0000 (22:31 +0000)]
We now set the protocol in "gserver" on receiving as well

3 years agoMerge pull request #10027 from MrPetovan/task/9950-improve-maintenance-page
Michael Vogel [Wed, 10 Mar 2021 19:19:55 +0000 (20:19 +0100)]
Merge pull request #10027 from MrPetovan/task/9950-improve-maintenance-page

Improve maintenance page

3 years agoRemove now unused `/maintenance` route
Hypolite Petovan [Wed, 10 Mar 2021 18:14:52 +0000 (13:14 -0500)]
Remove now unused `/maintenance` route

3 years agoRemove admin condition to display the maintenance reason
Hypolite Petovan [Wed, 10 Mar 2021 17:20:02 +0000 (12:20 -0500)]
Remove admin condition to display the maintenance reason

3 years agoMerge pull request #10028 from MrPetovan/task/security.txt
Michael Vogel [Wed, 10 Mar 2021 16:14:23 +0000 (17:14 +0100)]
Merge pull request #10028 from MrPetovan/task/security.txt

Add security.txt file

3 years agoAdd /.well-known/security.txt route and module
Hypolite Petovan [Wed, 10 Mar 2021 14:58:48 +0000 (09:58 -0500)]
Add /.well-known/security.txt route and module

3 years agoAdd security.txt file
Hypolite Petovan [Wed, 10 Mar 2021 14:58:08 +0000 (09:58 -0500)]
Add security.txt file

See https://securitytxt.org

3 years agoMerge pull request #10026 from annando/notice-type
Hypolite Petovan [Wed, 10 Mar 2021 14:56:23 +0000 (09:56 -0500)]
Merge pull request #10026 from annando/notice-type

Fixes notice: "Undefined index: type"

3 years agoUpdated source translation files after adding translation strings
Hypolite Petovan [Wed, 10 Mar 2021 14:49:53 +0000 (09:49 -0500)]
Updated source translation files after adding translation strings

3 years agoReplace module output instead of redirecting to maintenance page
Hypolite Petovan [Wed, 10 Mar 2021 14:40:42 +0000 (09:40 -0500)]
Replace module output instead of redirecting to maintenance page

3 years agoAdd custom message to the maintenance module display
Hypolite Petovan [Tue, 9 Mar 2021 15:36:10 +0000 (10:36 -0500)]
Add custom message to the maintenance module display

3 years agoFixes notice: "Undefined index: type"
Michael [Wed, 10 Mar 2021 14:40:57 +0000 (14:40 +0000)]
Fixes notice: "Undefined index: type"

3 years agoMerge pull request #10025 from annando/performance
Hypolite Petovan [Wed, 10 Mar 2021 14:23:36 +0000 (09:23 -0500)]
Merge pull request #10025 from annando/performance

Index improvements / Improvements fetching "pinned"

3 years agoMore indexes / performance for "pinned" improved
Michael [Wed, 10 Mar 2021 13:25:37 +0000 (13:25 +0000)]
More indexes / performance for "pinned" improved

3 years agoMerge pull request #10018 from MrPetovan/task/10017-remove-friendica-wiki-de
Michael Vogel [Wed, 10 Mar 2021 11:20:49 +0000 (12:20 +0100)]
Merge pull request #10018 from MrPetovan/task/10017-remove-friendica-wiki-de

Remove dead friendica-wiki.de from German help page

3 years agoMerge pull request #10024 from annando/block-tags
Hypolite Petovan [Tue, 9 Mar 2021 23:14:41 +0000 (18:14 -0500)]
Merge pull request #10024 from annando/block-tags

Block tags from the trending tags

3 years agoMerge pull request #10023 from annando/issue-9906-again
Hypolite Petovan [Tue, 9 Mar 2021 23:13:19 +0000 (18:13 -0500)]
Merge pull request #10023 from annando/issue-9906-again

Issue 9906: Hopefully fixes the speed issues

3 years agoBlock tags from the trending tags
Michael [Tue, 9 Mar 2021 22:34:41 +0000 (22:34 +0000)]
Block tags from the trending tags

3 years agoIssue 9906: Hopefully finally fixes the speed issues
Michael [Tue, 9 Mar 2021 21:21:33 +0000 (21:21 +0000)]
Issue 9906: Hopefully finally fixes the speed issues

3 years agoMerge pull request #10016 from Quix0r/fixes/missing-type-hints
Hypolite Petovan [Tue, 9 Mar 2021 14:20:34 +0000 (09:20 -0500)]
Merge pull request #10016 from Quix0r/fixes/missing-type-hints

Added missing type-hints

3 years agoRemove dead friendica-wiki.de from German help page
Hypolite Petovan [Tue, 9 Mar 2021 14:17:17 +0000 (09:17 -0500)]
Remove dead friendica-wiki.de from German help page

3 years agoMerge pull request #10014 from annando/issue-9906-encore
Hypolite Petovan [Tue, 9 Mar 2021 14:02:39 +0000 (09:02 -0500)]
Merge pull request #10014 from annando/issue-9906-encore

issue 9906: Provide index hints to speed up community page loading

3 years agoAdded missing type-hints
Roland Häder [Tue, 9 Mar 2021 12:36:49 +0000 (13:36 +0100)]
Added missing type-hints

Signed-off-by: Roland Häder <roland@mxchange.org>
3 years agoIssue 9906 (again): Provide index hints
Michael [Tue, 9 Mar 2021 08:01:10 +0000 (08:01 +0000)]
Issue 9906 (again): Provide index hints

3 years agoMerge pull request #10011 from annando/issue-9743
Hypolite Petovan [Mon, 8 Mar 2021 23:42:51 +0000 (18:42 -0500)]
Merge pull request #10011 from annando/issue-9743

Issue 9743: Added translatable texts

3 years agoUpdated messages.po
Michael [Mon, 8 Mar 2021 21:25:03 +0000 (21:25 +0000)]
Updated messages.po

3 years agoIssue 9743: Added translatable texts
Michael [Mon, 8 Mar 2021 21:17:27 +0000 (21:17 +0000)]
Issue 9743: Added translatable texts

3 years agoMerge pull request #10010 from annando/issue-9996
Hypolite Petovan [Mon, 8 Mar 2021 19:12:59 +0000 (14:12 -0500)]
Merge pull request #10010 from annando/issue-9996

issue 9996: "bd" cannot be ""

3 years agoWe now use a constant
Michael [Mon, 8 Mar 2021 18:57:19 +0000 (18:57 +0000)]
We now use a constant

3 years agoIssue 9996: "bd" is a date field it cannot be empty
Michael [Mon, 8 Mar 2021 18:50:50 +0000 (18:50 +0000)]
Issue 9996: "bd" is a date field it cannot be empty

3 years agoMerge pull request #10009 from annando/unused-template
Hypolite Petovan [Mon, 8 Mar 2021 18:33:48 +0000 (13:33 -0500)]
Merge pull request #10009 from annando/unused-template

The template "maitnenance.tpl" isn't used anymore

3 years agoMerge pull request #10008 from annando/no-pdo-check
Hypolite Petovan [Mon, 8 Mar 2021 18:33:27 +0000 (13:33 -0500)]
Merge pull request #10008 from annando/no-pdo-check

Don't check for table_open_cache when pdo_emulate_prepares is activated

3 years agoThe template "maitnenance.tpl" isn't used anymore
Michael [Mon, 8 Mar 2021 10:41:33 +0000 (10:41 +0000)]
The template "maitnenance.tpl" isn't used anymore

3 years agoDon't check for table_open_cache when pdo_emulate_prepares is activated
Michael [Mon, 8 Mar 2021 10:38:53 +0000 (10:38 +0000)]
Don't check for table_open_cache when pdo_emulate_prepares is activated

3 years agoMerge pull request #10007 from annando/issue-9980
Hypolite Petovan [Mon, 8 Mar 2021 00:46:42 +0000 (19:46 -0500)]
Merge pull request #10007 from annando/issue-9980

issue 9980: Field "type" does not exist anymore

3 years agoIssue 9980: "type" does not exist anymore
Michael [Sun, 7 Mar 2021 22:40:47 +0000 (22:40 +0000)]
Issue 9980: "type" does not exist anymore

3 years agoMerge pull request #10006 from annando/failed
Hypolite Petovan [Sun, 7 Mar 2021 21:54:26 +0000 (16:54 -0500)]
Merge pull request #10006 from annando/failed

Use "failed" instead of "archive" for contact update check

3 years agoMerge pull request #10005 from annando/issue-8547
Hypolite Petovan [Sun, 7 Mar 2021 21:53:56 +0000 (16:53 -0500)]
Merge pull request #10005 from annando/issue-8547

Issue 8547: Improve page load speed

3 years agoUse "failed" instead of "archive" for contact update check
Michael [Sun, 7 Mar 2021 20:34:13 +0000 (20:34 +0000)]
Use "failed" instead of "archive" for contact update check

3 years agoIssue 8547: Improve page load speed
Michael [Sun, 7 Mar 2021 20:15:25 +0000 (20:15 +0000)]
Issue 8547: Improve page load speed

3 years agoMerge pull request #10004 from annando/resize-on-upload
Hypolite Petovan [Sun, 7 Mar 2021 14:49:10 +0000 (09:49 -0500)]
Merge pull request #10004 from annando/resize-on-upload

API: Resize uploaded images

3 years agoAPI: Resize upßloaded images if they exceed the maximum size
Michael [Sun, 7 Mar 2021 14:13:46 +0000 (14:13 +0000)]
API: Resize upßloaded images if they exceed the maximum size

3 years agoMerge pull request #10003 from annando/issue-9799
Hypolite Petovan [Sun, 7 Mar 2021 13:10:29 +0000 (08:10 -0500)]
Merge pull request #10003 from annando/issue-9799

issue-9799: Ensure that the first post date is after the registration

3 years agoIssue 9799: Ensure that the first post date is after the registration date
Michael [Sun, 7 Mar 2021 10:46:46 +0000 (10:46 +0000)]
Issue 9799: Ensure that the first post date is after the registration date

3 years agoMerge pull request #10001 from annando/issue-9925
Hypolite Petovan [Sun, 7 Mar 2021 09:35:10 +0000 (04:35 -0500)]
Merge pull request #10001 from annando/issue-9925

issue 9925: Fixes database error with MySQL 8

3 years agoMerge pull request #10000 from annando/issue-9992
Hypolite Petovan [Sun, 7 Mar 2021 09:34:32 +0000 (04:34 -0500)]
Merge pull request #10000 from annando/issue-9992

issue-9992

3 years agoIssue 9925: Make query compatibly to MySQL 8
Michael [Sun, 7 Mar 2021 07:54:02 +0000 (07:54 +0000)]
Issue 9925: Make query compatibly to MySQL 8

3 years agoIssue 9992: post type hadn't been translated in the user's language
Michael [Sun, 7 Mar 2021 07:39:13 +0000 (07:39 +0000)]
Issue 9992: post type hadn't been translated in the user's language

3 years agoMerge pull request #9995 from annando/issue-9948
Hypolite Petovan [Sun, 7 Mar 2021 00:19:20 +0000 (19:19 -0500)]
Merge pull request #9995 from annando/issue-9948

issue-9948

3 years agoIssue 9948: Remove "@" from full text search
Michael [Sat, 6 Mar 2021 23:04:39 +0000 (23:04 +0000)]
Issue 9948: Remove "@" from full text search

3 years agoMerge pull request #9994 from annando/issue-9986
Hypolite Petovan [Sat, 6 Mar 2021 22:25:55 +0000 (17:25 -0500)]
Merge pull request #9994 from annando/issue-9986

Issue 9986: Improve contact search

3 years agoIssue 9986: Improve contact search
Michael [Sat, 6 Mar 2021 21:52:26 +0000 (21:52 +0000)]
Issue 9986: Improve contact search

3 years agoMerge pull request #9991 from annando/issue-9968
Hypolite Petovan [Sat, 6 Mar 2021 17:41:24 +0000 (12:41 -0500)]
Merge pull request #9991 from annando/issue-9968

Issue 9968: Avoid blocking update calls

3 years agoIssue 9968: Avoid blocking update calls
Michael [Sat, 6 Mar 2021 16:52:36 +0000 (16:52 +0000)]
Issue 9968: Avoid blocking update calls

3 years agoMerge pull request #9987 from annando/db-performance
Hypolite Petovan [Sat, 6 Mar 2021 15:27:32 +0000 (10:27 -0500)]
Merge pull request #9987 from annando/db-performance

Small performance improvements, new view for future use

3 years agoMerge pull request #9989 from annando/issue-9912
Tobias Diekershoff [Sat, 6 Mar 2021 13:04:28 +0000 (14:04 +0100)]
Merge pull request #9989 from annando/issue-9912

Issue 9912: Process Markdown content from Peertube

3 years agoMerge pull request #9990 from annando/notice
Tobias Diekershoff [Sat, 6 Mar 2021 13:00:37 +0000 (14:00 +0100)]
Merge pull request #9990 from annando/notice

Avoid notice "Undefined index: author-name" in Diaspora delivery

3 years agoAvoid notice "Undefined index: author-name" in Diaspora delivery
Michael Vogel [Sat, 6 Mar 2021 12:47:10 +0000 (13:47 +0100)]
Avoid notice "Undefined index: author-name" in Diaspora delivery

3 years agoIssue 9912: Process Markdown content from Peertube
Michael [Sat, 6 Mar 2021 08:43:25 +0000 (08:43 +0000)]
Issue 9912: Process Markdown content from Peertube

3 years agoSmall performance improvements, new view for future use
Michael [Sat, 6 Mar 2021 05:47:49 +0000 (05:47 +0000)]
Small performance improvements, new view for future use

3 years agoMerge pull request #9981 from annando/issue-9977
Tobias Diekershoff [Thu, 4 Mar 2021 09:21:06 +0000 (10:21 +0100)]
Merge pull request #9981 from annando/issue-9977

Issue 9977: Check for existance of the "item" table on postupdate

3 years agoMerge pull request #9982 from annando/issue-9975
Tobias Diekershoff [Thu, 4 Mar 2021 09:19:38 +0000 (10:19 +0100)]
Merge pull request #9982 from annando/issue-9975

Issue 9975: Remove unused views

3 years agoIssue 9975: Remove unused views
Michael [Thu, 4 Mar 2021 00:02:34 +0000 (00:02 +0000)]
Issue 9975: Remove unused views