]> git.mxchange.org Git - friendica.git/log
friendica.git
3 years agoCheck return values with empty()
Matthew Exon [Sun, 2 May 2021 16:12:53 +0000 (18:12 +0200)]
Check return values with empty()

3 years agoRemove database dependency from user console command
Matthew Exon [Sun, 2 May 2021 16:10:51 +0000 (18:10 +0200)]
Remove database dependency from user console command

3 years agoFix console user config set command
Matthew Exon [Sun, 2 May 2021 14:14:39 +0000 (16:14 +0200)]
Fix console user config set command

3 years agoMerge pull request #10194 from tobiasd/20210502-admincommand
Hypolite Petovan [Sun, 2 May 2021 12:45:10 +0000 (08:45 -0400)]
Merge pull request #10194 from tobiasd/20210502-admincommand

Admin panel: Add actual command to the worker queue display

3 years agoregen messages.po
Tobias Diekershoff [Sun, 2 May 2021 08:00:50 +0000 (10:00 +0200)]
regen messages.po

3 years agothe command was missing from the worker queue overview
Tobias Diekershoff [Sun, 2 May 2021 07:42:09 +0000 (09:42 +0200)]
the command was missing from the worker queue overview

3 years agoMerge pull request #10192 from MrPetovan/task/8262-rtl-user-content
Michael Vogel [Sat, 1 May 2021 20:53:27 +0000 (22:53 +0200)]
Merge pull request #10192 from MrPetovan/task/8262-rtl-user-content

Add initial support for RTL in user-submitted content

3 years agoMerge pull request #10191 from mexon/mat/user-config-console-command
Hypolite Petovan [Sat, 1 May 2021 20:39:30 +0000 (16:39 -0400)]
Merge pull request #10191 from mexon/mat/user-config-console-command

Add error message when setting config to existing value

3 years agoWhen comparing config values, use strict string comparison
Matthew Exon [Sat, 1 May 2021 19:46:21 +0000 (21:46 +0200)]
When comparing config values, use strict string comparison

3 years agoAdd RTL support for display names in mentions
Hypolite Petovan [Sat, 1 May 2021 19:32:17 +0000 (15:32 -0400)]
Add RTL support for display names in mentions

3 years agoAdd initial RTL support for post bodies
Hypolite Petovan [Sat, 1 May 2021 19:13:53 +0000 (15:13 -0400)]
Add initial RTL support for post bodies

3 years agoAdd RTL support to profile name and description in the VCard
Hypolite Petovan [Sat, 1 May 2021 19:13:39 +0000 (15:13 -0400)]
Add RTL support to profile name and description in the VCard

3 years agoAdd error message when setting config to existing value
Matthew Exon [Mon, 26 Apr 2021 18:20:51 +0000 (20:20 +0200)]
Add error message when setting config to existing value

3 years agoMerge pull request #10190 from annando/api-attached
Hypolite Petovan [Sat, 1 May 2021 17:54:53 +0000 (13:54 -0400)]
Merge pull request #10190 from annando/api-attached

API: photos are now directly stored as attached data and not in the body anymore

3 years agoAdd missing provider url and name
Michael [Sat, 1 May 2021 17:03:50 +0000 (17:03 +0000)]
Add missing provider url and name

3 years agoAPI: photos are now directly stored as attached data and not in the body anymore
Michael [Sat, 1 May 2021 15:48:19 +0000 (15:48 +0000)]
API: photos are now directly stored as attached data and not in the body anymore

3 years agoMerge pull request #10189 from annando/signature-message
Tobias Diekershoff [Sat, 1 May 2021 12:40:24 +0000 (14:40 +0200)]
Merge pull request #10189 from annando/signature-message

Improved logging for invalid HTTP signatures

3 years agoImproved logging for invalid HTTP signatures
Michael [Sat, 1 May 2021 12:32:33 +0000 (12:32 +0000)]
Improved logging for invalid HTTP signatures

3 years agoMerge pull request #10187 from annando/notice
Tobias Diekershoff [Sat, 1 May 2021 07:26:20 +0000 (09:26 +0200)]
Merge pull request #10187 from annando/notice

Fixes "PHP Notice:  Undefined variable: item in src/Model/Post/Media.php on line 561"

3 years agoFixes "PHP Notice: Undefined variable: item in src/Model/Post/Media.php on line...
Michael [Sat, 1 May 2021 07:10:27 +0000 (07:10 +0000)]
Fixes "PHP Notice:  Undefined variable: item in src/Model/Post/Media.php on line 561"

3 years agoMerge pull request #10182 from annando/avoid-duplicates
Hypolite Petovan [Sat, 1 May 2021 02:39:57 +0000 (22:39 -0400)]
Merge pull request #10182 from annando/avoid-duplicates

Avoid duplicated links in shared posts

3 years agoMerge branch 'avoid-duplicates' of github.com:annando/friendica into avoid-duplicates
Michael [Fri, 30 Apr 2021 22:35:20 +0000 (22:35 +0000)]
Merge branch 'avoid-duplicates' of github.com:annando/friendica into avoid-duplicates

3 years agoAvoid empty posts on Diaspora
Michael [Fri, 30 Apr 2021 22:35:16 +0000 (22:35 +0000)]
Avoid empty posts on Diaspora

3 years agoApply suggestions from code review
Michael Vogel [Fri, 30 Apr 2021 20:31:24 +0000 (22:31 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoAdded comment
Michael [Fri, 30 Apr 2021 06:11:13 +0000 (06:11 +0000)]
Added comment

3 years agoAvoid problems with an empty body
Michael [Fri, 30 Apr 2021 04:45:31 +0000 (04:45 +0000)]
Avoid problems with an empty body

3 years agoAttachments are added to OStatus as well
Michael [Thu, 29 Apr 2021 21:16:04 +0000 (21:16 +0000)]
Attachments are added to OStatus as well

3 years agoAdd atachments to body for Diaspora and DFRN
Michael [Thu, 29 Apr 2021 21:05:22 +0000 (21:05 +0000)]
Add atachments to body for Diaspora and DFRN

3 years agoTransmit shared attachments via ActivityPub
Michael [Thu, 29 Apr 2021 20:22:38 +0000 (20:22 +0000)]
Transmit shared attachments via ActivityPub

3 years agoHandling bottom anchor and top anchor
Michael [Thu, 29 Apr 2021 19:29:29 +0000 (19:29 +0000)]
Handling bottom anchor and top anchor

3 years agoImproved link comparism on attached links
Michael [Thu, 29 Apr 2021 19:02:43 +0000 (19:02 +0000)]
Improved link comparism on attached links

3 years agoFix link comparism
Michael [Thu, 29 Apr 2021 18:23:04 +0000 (18:23 +0000)]
Fix link comparism

3 years agoMerge pull request #10183 from tobiasd/20210429-de
Michael Vogel [Thu, 29 Apr 2021 09:49:55 +0000 (11:49 +0200)]
Merge pull request #10183 from tobiasd/20210429-de

DE translation update

3 years agoDE translation update
Tobias Diekershoff [Thu, 29 Apr 2021 08:47:31 +0000 (10:47 +0200)]
DE translation update

3 years agoMerge remote-tracking branch 'upstream/develop' into avoid-duplicates
Michael [Thu, 29 Apr 2021 05:49:00 +0000 (05:49 +0000)]
Merge remote-tracking branch 'upstream/develop' into avoid-duplicates

3 years agoAvoid adding the same attachments in shared posts
Michael [Thu, 29 Apr 2021 05:45:35 +0000 (05:45 +0000)]
Avoid adding the same attachments in shared posts

3 years agoMerge pull request #10178 from nupplaphil/fix/10174
Tobias Diekershoff [Thu, 29 Apr 2021 04:54:02 +0000 (06:54 +0200)]
Merge pull request #10178 from nupplaphil/fix/10174

Fixed new "user config" console feature

3 years agoMerge pull request #10179 from nupplaphil/fix/transifex_script
Tobias Diekershoff [Thu, 29 Apr 2021 04:52:26 +0000 (06:52 +0200)]
Merge pull request #10179 from nupplaphil/fix/transifex_script

Fix messages.po check & Update messages.po

3 years agoMerge pull request #10181 from annando/less-greedy
Tobias Diekershoff [Thu, 29 Apr 2021 04:51:12 +0000 (06:51 +0200)]
Merge pull request #10181 from annando/less-greedy

Less greedy when replacing attachment elements

3 years agoLess greedy when replacing attachment elements
Michael [Thu, 29 Apr 2021 04:14:44 +0000 (04:14 +0000)]
Less greedy when replacing attachment elements

3 years agoUpdate messages.po
Philipp [Wed, 28 Apr 2021 21:20:17 +0000 (23:20 +0200)]
Update messages.po

3 years agoFix Transifex
Philipp [Wed, 28 Apr 2021 20:45:11 +0000 (22:45 +0200)]
Fix Transifex
- More verbose output
- add "stable" parameter to sort
- add LC_ALL=C parameter

3 years agoFix PHP-Code-Style
Philipp [Wed, 28 Apr 2021 19:58:51 +0000 (21:58 +0200)]
Fix PHP-Code-Style

3 years agoFixed new "user config" console feature
Philipp [Wed, 28 Apr 2021 19:55:23 +0000 (21:55 +0200)]
Fixed new "user config" console feature
- Replaced "DI::" call with constructor injection
- Added return value for IPConfig::load() and PreloadPConfig::load()

3 years agoMerge pull request #10177 from annando/media-preview
Hypolite Petovan [Wed, 28 Apr 2021 19:49:33 +0000 (15:49 -0400)]
Merge pull request #10177 from annando/media-preview

Preview for Videos and images / Video resolution selection

3 years agoMerge remote-tracking branch 'upstream/develop' into media-preview
Michael [Wed, 28 Apr 2021 19:45:20 +0000 (19:45 +0000)]
Merge remote-tracking branch 'upstream/develop' into media-preview

3 years agoPreview for Videos and images / Video resolution selection
Michael [Wed, 28 Apr 2021 19:05:46 +0000 (19:05 +0000)]
Preview for Videos and images / Video resolution selection

3 years agoMerge pull request #10175 from tobiasd/20210427-enuk
Hypolite Petovan [Wed, 28 Apr 2021 16:09:30 +0000 (12:09 -0400)]
Merge pull request #10175 from tobiasd/20210427-enuk

EN GB translation update THX AndyH3

3 years agoEN GB translation update THX AndyH3
Tobias Diekershoff [Wed, 28 Apr 2021 04:55:51 +0000 (06:55 +0200)]
EN GB translation update THX AndyH3

3 years agoEN GB translation update THX AndyH3
Tobias Diekershoff [Wed, 28 Apr 2021 04:53:53 +0000 (06:53 +0200)]
EN GB translation update THX AndyH3

3 years agoMerge pull request #10174 from mexon/mat/user-config-console-command
Hypolite Petovan [Tue, 27 Apr 2021 19:06:21 +0000 (15:06 -0400)]
Merge pull request #10174 from mexon/mat/user-config-console-command

Add "user config" console command

3 years agoAdd "user config" console command to administer user-specific configuration
Matthew Exon [Sun, 4 Apr 2021 14:41:47 +0000 (16:41 +0200)]
Add "user config" console command to administer user-specific configuration

3 years agoMerge pull request #10173 from annando/attach-speed
Hypolite Petovan [Tue, 27 Apr 2021 16:36:40 +0000 (12:36 -0400)]
Merge pull request #10173 from annando/attach-speed

Improve page speed with attachments

3 years agoImprove page load performance with attached links
Michael [Tue, 27 Apr 2021 12:29:54 +0000 (12:29 +0000)]
Improve page load performance with attached links

3 years agoMerge pull request #10166 from mexon/mat/refactor-user-arguments
Hypolite Petovan [Mon, 26 Apr 2021 17:00:07 +0000 (13:00 -0400)]
Merge pull request #10166 from mexon/mat/refactor-user-arguments

Refactor user console command to re-use common code

3 years agoMerge pull request #10170 from annando/media-handling
Hypolite Petovan [Mon, 26 Apr 2021 16:36:01 +0000 (12:36 -0400)]
Merge pull request #10170 from annando/media-handling

Improved media handling

3 years agoRemoved trailing whitespace
Michael [Mon, 26 Apr 2021 15:09:32 +0000 (15:09 +0000)]
Removed trailing whitespace

3 years agoRemoved unneeded stuff
Michael [Mon, 26 Apr 2021 14:10:16 +0000 (14:10 +0000)]
Removed unneeded stuff

3 years agoAdding media attachments to Diaspora posts if they are only attached and not embedded...
Michael [Mon, 26 Apr 2021 10:49:57 +0000 (10:49 +0000)]
Adding media attachments to Diaspora posts if they are only attached and not embedded in the body

3 years agoAdded database definition
Michael [Mon, 26 Apr 2021 10:00:05 +0000 (10:00 +0000)]
Added database definition

3 years agoMerge remote-tracking branch 'upstream/develop' into media-handling
Michael [Mon, 26 Apr 2021 09:01:26 +0000 (09:01 +0000)]
Merge remote-tracking branch 'upstream/develop' into media-handling

3 years agoMerge branch 'develop' of https://github.com/friendica/friendica into develop
Tobias Diekershoff [Mon, 26 Apr 2021 07:49:48 +0000 (09:49 +0200)]
Merge branch 'develop' of https://github.com/friendica/friendica into develop

3 years agopump version 2021-06.dev
Tobias Diekershoff [Mon, 26 Apr 2021 07:49:16 +0000 (09:49 +0200)]
pump version 2021-06.dev

3 years agobump version: Friendica Siberian Iris 2021.04
Tobias Diekershoff [Mon, 26 Apr 2021 07:37:31 +0000 (09:37 +0200)]
bump version: Friendica Siberian Iris 2021.04

3 years agoset the release date for the 2021.04 reloease
Tobias Diekershoff [Mon, 26 Apr 2021 07:34:37 +0000 (09:34 +0200)]
set the release date for the 2021.04 reloease

3 years agoMerge pull request #10119 from tobiasd/2021.03-CHANGELOG
Tobias Diekershoff [Mon, 26 Apr 2021 07:28:28 +0000 (09:28 +0200)]
Merge pull request #10119 from tobiasd/2021.03-CHANGELOG

2021.03 CHANGELOG

3 years agoMerge pull request #10115 from tobiasd/20210402-credits
Tobias Diekershoff [Mon, 26 Apr 2021 07:15:42 +0000 (09:15 +0200)]
Merge pull request #10115 from tobiasd/20210402-credits

update the CREDITS.txt for the 2021.03 release

3 years agoReworked media handling
Michael [Mon, 26 Apr 2021 06:50:12 +0000 (06:50 +0000)]
Reworked media handling

3 years agoRefactor user console command to re-use common code
Matthew Exon [Sun, 25 Apr 2021 11:30:51 +0000 (13:30 +0200)]
Refactor user console command to re-use common code

3 years agoMerge pull request #10165 from nupplaphil/bug/strip_pageinfo
Hypolite Petovan [Sat, 24 Apr 2021 03:04:27 +0000 (23:04 -0400)]
Merge pull request #10165 from nupplaphil/bug/strip_pageinfo

Fix empty needle after trimming at PageInfo

3 years agoFix empty needle after trimming at PageInfo
Philipp [Fri, 23 Apr 2021 19:12:00 +0000 (21:12 +0200)]
Fix empty needle after trimming at PageInfo

3 years agoanother bug squashed, updating the CHANGELOG
Tobias Diekershoff [Wed, 21 Apr 2021 04:47:36 +0000 (06:47 +0200)]
another bug squashed, updating the CHANGELOG

3 years agoMerge pull request #10160 from annando/issue-10156
Hypolite Petovan [Wed, 21 Apr 2021 03:42:24 +0000 (23:42 -0400)]
Merge pull request #10160 from annando/issue-10156

Issue 10156: Fix endless scroll with filed posts

3 years agoIssue 10156: Fix endless scroll with filed posts
Michael [Tue, 20 Apr 2021 20:51:09 +0000 (20:51 +0000)]
Issue 10156: Fix endless scroll with filed posts
Fixes #10156

3 years agoMerge pull request #10159 from annando/fix-category
Hypolite Petovan [Tue, 20 Apr 2021 19:26:02 +0000 (15:26 -0400)]
Merge pull request #10159 from annando/fix-category

Bugfix: Store to category

3 years agoBugfix: Store to category
Michael [Tue, 20 Apr 2021 19:17:07 +0000 (19:17 +0000)]
Bugfix: Store to category

3 years agoMerge pull request #10158 from tobiasd/20210420-it
Michael Vogel [Tue, 20 Apr 2021 09:43:53 +0000 (11:43 +0200)]
Merge pull request #10158 from tobiasd/20210420-it

IT translation update THX Sylke Vicious

3 years agoadditional changes
Tobias Diekershoff [Tue, 20 Apr 2021 09:16:14 +0000 (11:16 +0200)]
additional changes

3 years agoIT translation update THX Sylke Vicious
Tobias Diekershoff [Tue, 20 Apr 2021 09:06:21 +0000 (11:06 +0200)]
IT translation update THX Sylke Vicious

3 years agoMerge pull request #10157 from annando/empty-basepath
Hypolite Petovan [Mon, 19 Apr 2021 19:52:12 +0000 (15:52 -0400)]
Merge pull request #10157 from annando/empty-basepath

Avoid an empty basepath

3 years agoAvoid empty basepath when loading database structure
Michael [Mon, 19 Apr 2021 19:42:57 +0000 (19:42 +0000)]
Avoid empty basepath when loading database structure

3 years agoMerge pull request #10155 from annando/attachments-photo
Hypolite Petovan [Mon, 19 Apr 2021 05:05:03 +0000 (01:05 -0400)]
Merge pull request #10155 from annando/attachments-photo

Fix photo post detection and bad publisher urls in attachments

3 years agoSimplified code
Michael [Mon, 19 Apr 2021 04:18:43 +0000 (04:18 +0000)]
Simplified code

3 years agoFix photo post detection / url check in publisher url
Michael [Sun, 18 Apr 2021 14:38:12 +0000 (14:38 +0000)]
Fix photo post detection / url check in publisher url

3 years agoMerge pull request #10153 from annando/extid-update
Hypolite Petovan [Sun, 18 Apr 2021 13:20:40 +0000 (09:20 -0400)]
Merge pull request #10153 from annando/extid-update

Fix: The "extid" field wasn't updated

3 years agoAllow to remove the "extid" content as well.
Michael [Sun, 18 Apr 2021 09:57:08 +0000 (09:57 +0000)]
Allow to remove the "extid" content as well.

3 years agoMerge remote-tracking branch 'upstream/2021.03-rc' into extid-update
Michael [Sun, 18 Apr 2021 07:40:35 +0000 (07:40 +0000)]
Merge remote-tracking branch 'upstream/2021.03-rc' into extid-update

3 years agoMerge pull request #10152 from tobiasd/20210418-enus
Michael Vogel [Sun, 18 Apr 2021 07:38:48 +0000 (09:38 +0200)]
Merge pull request #10152 from tobiasd/20210418-enus

EN US translation update THX Steffen K9

3 years agoFix: The "extid" field wasn't updated
Michael [Sun, 18 Apr 2021 07:08:16 +0000 (07:08 +0000)]
Fix: The "extid" field wasn't updated

3 years agoEN US translation update THX Steffen K9
Tobias Diekershoff [Sun, 18 Apr 2021 05:42:49 +0000 (07:42 +0200)]
EN US translation update THX Steffen K9

3 years agoMerge pull request #10143 from nupplaphil/bug/fix_l10n
Hypolite Petovan [Sun, 18 Apr 2021 04:16:24 +0000 (00:16 -0400)]
Merge pull request #10143 from nupplaphil/bug/fix_l10n

Fix L10n in case of empty strings array

3 years agoMerge pull request #10150 from annando/no-photo
Tobias Diekershoff [Sat, 17 Apr 2021 16:16:17 +0000 (18:16 +0200)]
Merge pull request #10150 from annando/no-photo

Quickfix to avoid bad looking incoming tweets

3 years agoPrevent multiple videos from Peertube
Michael [Sat, 17 Apr 2021 13:57:25 +0000 (13:57 +0000)]
Prevent multiple videos from Peertube

3 years agoremove warning
Philipp [Sat, 17 Apr 2021 11:20:45 +0000 (13:20 +0200)]
remove warning

3 years agoFix L10n in case of empty strings array
Philipp [Sun, 11 Apr 2021 12:58:06 +0000 (14:58 +0200)]
Fix L10n in case of empty strings array

3 years agoQuickfix to avoid bad looking incoming tweets
Michael [Sat, 17 Apr 2021 07:26:03 +0000 (07:26 +0000)]
Quickfix to avoid bad looking incoming tweets
Fixes https://github.com/friendica/friendica/pull/10148#issuecomment-821512658

3 years agoMerge pull request #10148 from annando/detecting-photo-page
Hypolite Petovan [Fri, 16 Apr 2021 16:27:00 +0000 (12:27 -0400)]
Merge pull request #10148 from annando/detecting-photo-page

Prevent false "photo" page detection

3 years agoUnneded class removed
Michael [Fri, 16 Apr 2021 14:30:08 +0000 (14:30 +0000)]
Unneded class removed

3 years agoReturning the correct data in oembed with photos
Michael [Fri, 16 Apr 2021 05:33:52 +0000 (05:33 +0000)]
Returning the correct data in oembed with photos

3 years agoPrevent false "photo" page detection
Michael [Thu, 15 Apr 2021 21:13:20 +0000 (21:13 +0000)]
Prevent false "photo" page detection