friendica.git/.git
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

3 years agoIssue 9977: Check for the existance of the "item" table on postupdate
Michael [Thu, 4 Mar 2021 00:00:24 +0000 (00:00 +0000)]
Issue 9977: Check for the existance of the "item" table on postupdate

3 years agoMerge pull request #9979 from annando/less-blocking
Hypolite Petovan [Wed, 3 Mar 2021 13:40:25 +0000 (08:40 -0500)]
Merge pull request #9979 from annando/less-blocking

Reduce blocks when removing orphans

3 years agoAdding of missing entries is now kept behind a config
Michael [Wed, 3 Mar 2021 11:01:16 +0000 (11:01 +0000)]
Adding of missing entries is now kept behind a config

3 years agoLess blocking clean up, adding of missing posts
Michael [Wed, 3 Mar 2021 07:07:29 +0000 (07:07 +0000)]
Less blocking clean up, adding of missing posts

3 years agoMerge pull request #9972 from MrPetovan/task/9971-frio-default-theme
Michael Vogel [Tue, 2 Mar 2021 18:32:05 +0000 (19:32 +0100)]
Merge pull request #9972 from MrPetovan/task/9971-frio-default-theme

Make frio the default theme

3 years agoMerge pull request #9976 from annando/expire-order
Hypolite Petovan [Tue, 2 Mar 2021 13:36:02 +0000 (08:36 -0500)]
Merge pull request #9976 from annando/expire-order

Call post and item-uri expiry in sequence

3 years agoChanged worker order
Michael [Tue, 2 Mar 2021 07:06:22 +0000 (07:06 +0000)]
Changed worker order

3 years agoCall post and item-uri expiry in squence
Michael [Tue, 2 Mar 2021 06:50:12 +0000 (06:50 +0000)]
Call post and item-uri expiry in squence

3 years agoMerge pull request #9973 from MrPetovan/task/composer-php-8
Tobias Diekershoff [Tue, 2 Mar 2021 05:45:16 +0000 (06:45 +0100)]
Merge pull request #9973 from MrPetovan/task/composer-php-8

Update Composer executable to version 1.10.20 to add PHP 8 support

3 years agoMerge pull request #9974 from annando/slow-queries
Hypolite Petovan [Mon, 1 Mar 2021 23:11:48 +0000 (18:11 -0500)]
Merge pull request #9974 from annando/slow-queries

Fix slow queries

3 years agoFix slow queries
Michael [Mon, 1 Mar 2021 22:19:47 +0000 (22:19 +0000)]
Fix slow queries

3 years agoFix slow queries
Michael [Mon, 1 Mar 2021 22:08:33 +0000 (22:08 +0000)]
Fix slow queries

3 years agoUpdate Composer executable to version 1.10.20 to add PHP 8 support
Hypolite Petovan [Mon, 1 Mar 2021 18:38:24 +0000 (13:38 -0500)]
Update Composer executable to version 1.10.20 to add PHP 8 support

3 years agoMake frio the default theme
Hypolite Petovan [Mon, 1 Mar 2021 15:20:44 +0000 (10:20 -0500)]
Make frio the default theme

3 years agoMerge pull request #9970 from annando/db-error
Hypolite Petovan [Mon, 1 Mar 2021 14:26:24 +0000 (09:26 -0500)]
Merge pull request #9970 from annando/db-error

Avoid lock problems, fix foreign key problems with contact-relation

3 years agoversion 2021.03-rc
Tobias Diekershoff [Mon, 1 Mar 2021 05:19:33 +0000 (06:19 +0100)]
version 2021.03-rc

3 years agoAvoid "duplicate entry" error
Michael [Sun, 28 Feb 2021 19:31:12 +0000 (19:31 +0000)]
Avoid "duplicate entry" error

3 years agoAvoid lock problems, fix foreign key problems with contact-relation
Michael [Sun, 28 Feb 2021 17:56:56 +0000 (17:56 +0000)]
Avoid lock problems, fix foreign key problems with contact-relation

3 years agoMerge pull request #9967 from annando/follow
Hypolite Petovan [Sun, 28 Feb 2021 12:45:02 +0000 (07:45 -0500)]
Merge pull request #9967 from annando/follow

Offer "follow thread" only when you don't already follow

3 years agoFix condition formatting in view/theme/frio/theme.php
Hypolite Petovan [Sun, 28 Feb 2021 12:44:36 +0000 (07:44 -0500)]
Fix condition formatting in view/theme/frio/theme.php

3 years agoOnly offer "ignore thread" when there is a need for this
Michael [Sun, 28 Feb 2021 11:20:02 +0000 (11:20 +0000)]
Only offer "ignore thread" when there is a need for this

3 years agoOffer "follow thread" only when you don't already follow
Michael [Sun, 28 Feb 2021 07:47:07 +0000 (07:47 +0000)]
Offer "follow thread" only when you don't already follow

3 years agoMerge pull request #9965 from annando/reload-after-follow
Hypolite Petovan [Sat, 27 Feb 2021 22:52:37 +0000 (17:52 -0500)]
Merge pull request #9965 from annando/reload-after-follow

Perform a reload after following a thread

3 years agoMerge pull request #9964 from annando/fix-link-preview
Hypolite Petovan [Sat, 27 Feb 2021 22:52:02 +0000 (17:52 -0500)]
Merge pull request #9964 from annando/fix-link-preview

Fix link preview with videos

3 years agoPerfgorm a reload after following a thread
Michael [Sat, 27 Feb 2021 21:57:38 +0000 (21:57 +0000)]
Perfgorm a reload after following a thread

3 years agoFix link preview with videos
Michael [Sat, 27 Feb 2021 21:02:06 +0000 (21:02 +0000)]
Fix link preview with videos

3 years agoMerge pull request #9963 from mexon/mat/support-cid-scheme
Hypolite Petovan [Sat, 27 Feb 2021 17:11:15 +0000 (12:11 -0500)]
Merge pull request #9963 from mexon/mat/support-cid-scheme

Support cid URLs as used in mailstream plugin

3 years agoSupport cid URLs as used in mailstream plugin
Matthew Exon [Sat, 27 Feb 2021 16:54:52 +0000 (16:54 +0000)]
Support cid URLs as used in mailstream plugin

3 years agoMerge pull request #9961 from annando/avoid-contact-deletion
Hypolite Petovan [Fri, 26 Feb 2021 20:04:51 +0000 (15:04 -0500)]
Merge pull request #9961 from annando/avoid-contact-deletion

Avoid deletion of newly created contacts

3 years agoAvoid deletion of newly created contacts
Michael [Fri, 26 Feb 2021 19:41:51 +0000 (19:41 +0000)]
Avoid deletion of newly created contacts

3 years agoMerge pull request #9959 from annando/more-database-stuff
Hypolite Petovan [Thu, 25 Feb 2021 14:56:37 +0000 (09:56 -0500)]
Merge pull request #9959 from annando/more-database-stuff

Fixes several database errors, removes "relation" handling