]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoLink to displayed contact URL no matter the "Stay local" setting value
Hypolite Petovan [Tue, 14 Sep 2021 21:39:03 +0000 (17:39 -0400)]
Link to displayed contact URL no matter the "Stay local" setting value

2 years agoMerge pull request #10711 from annando/indentation
Hypolite Petovan [Tue, 14 Sep 2021 21:30:11 +0000 (17:30 -0400)]
Merge pull request #10711 from annando/indentation

Fixed indendation

2 years agoUpdate src/Protocol/ActivityPub.php
Michael Vogel [Tue, 14 Sep 2021 21:22:57 +0000 (23:22 +0200)]
Update src/Protocol/ActivityPub.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoFixed indendation
Michael [Tue, 14 Sep 2021 20:46:59 +0000 (20:46 +0000)]
Fixed indendation

2 years agoMerge pull request #10708 from annando/peertube-videos
Hypolite Petovan [Tue, 14 Sep 2021 19:34:30 +0000 (15:34 -0400)]
Merge pull request #10708 from annando/peertube-videos

Better handling of displaying peertube videos

2 years agoMerge pull request #10709 from tobiasd/20210914-hu
Michael Vogel [Tue, 14 Sep 2021 16:59:31 +0000 (18:59 +0200)]
Merge pull request #10709 from tobiasd/20210914-hu

HU translation updated THX Balázs Úr

2 years agoHU translation updated THX Balázs Úr
Tobias Diekershoff [Tue, 14 Sep 2021 16:09:09 +0000 (18:09 +0200)]
HU translation updated THX Balázs Úr

2 years agoRemoving unused variable
Michael [Tue, 14 Sep 2021 08:08:50 +0000 (08:08 +0000)]
Removing unused variable

2 years agoBetter handling of displaying peertube videos
Michael [Tue, 14 Sep 2021 07:52:53 +0000 (07:52 +0000)]
Better handling of displaying peertube videos

2 years agoMerge pull request #10707 from annando/issue-10706
Tobias Diekershoff [Tue, 14 Sep 2021 04:54:48 +0000 (06:54 +0200)]
Merge pull request #10707 from annando/issue-10706

Issue 10706: Publish public custom fields in AP

2 years agoFix: Use the $uid
Michael [Tue, 14 Sep 2021 02:00:40 +0000 (02:00 +0000)]
Fix: Use the $uid

2 years agoIssue 10706: Publish public custom fields in AP
Michael [Tue, 14 Sep 2021 01:28:58 +0000 (01:28 +0000)]
Issue 10706: Publish public custom fields in AP

2 years agoMerge pull request #10703 from tobiasd/20210913-fr
Michael Vogel [Mon, 13 Sep 2021 12:29:06 +0000 (14:29 +0200)]
Merge pull request #10703 from tobiasd/20210913-fr

update FR translations THX MrPetovan

2 years agoupdate FR translations THX MrPetovan
Tobias Diekershoff [Mon, 13 Sep 2021 12:13:59 +0000 (14:13 +0200)]
update FR translations THX MrPetovan

2 years agoMerge pull request #10693 from nupplaphil/feat/config_dir
Hypolite Petovan [Mon, 13 Sep 2021 11:02:52 +0000 (07:02 -0400)]
Merge pull request #10693 from nupplaphil/feat/config_dir

Add the possibility to use a different configuration directory

2 years agoMerge pull request #10702 from tobiasd/20210913-deru
Michael Vogel [Mon, 13 Sep 2021 08:17:13 +0000 (10:17 +0200)]
Merge pull request #10702 from tobiasd/20210913-deru

DE, RU translation updates

2 years agoDE translation updates
Tobias Diekershoff [Mon, 13 Sep 2021 05:41:35 +0000 (07:41 +0200)]
DE translation updates

2 years agoRU translations THX Alexander An
Tobias Diekershoff [Mon, 13 Sep 2021 05:41:26 +0000 (07:41 +0200)]
RU translations THX Alexander An

2 years agoMerge pull request #10701 from nupplaphil/bug/10699
Michael Vogel [Sun, 12 Sep 2021 19:58:09 +0000 (21:58 +0200)]
Merge pull request #10701 from nupplaphil/bug/10699

Fixing #10699 (prohibits blocking and ignoreing from the photo menu)

2 years agoFixing #10699 (prohibits blocking and ignoreing from the photo menu)
Philipp [Sun, 12 Sep 2021 19:20:12 +0000 (21:20 +0200)]
Fixing #10699 (prohibits blocking and ignoreing from the photo menu)

2 years agoFix test
Philipp [Sun, 12 Sep 2021 11:51:03 +0000 (13:51 +0200)]
Fix test

2 years agoMove path determination logic into the `ConfigFactory`
Philipp [Sun, 12 Sep 2021 11:44:29 +0000 (13:44 +0200)]
Move path determination logic into the `ConfigFactory`

2 years agoMerge pull request #10697 from MrPetovan/bug/10692-api-expand-entities
Michael Vogel [Sun, 12 Sep 2021 04:47:51 +0000 (06:47 +0200)]
Merge pull request #10697 from MrPetovan/bug/10692-api-expand-entities

Prevent expandTags to be performed on existing links in Module\Api\Mastodon\Statuses

2 years agoMerge pull request #10696 from annando/photo-type
Hypolite Petovan [Sun, 12 Sep 2021 04:19:47 +0000 (00:19 -0400)]
Merge pull request #10696 from annando/photo-type

Use post type "photo" for multiple photos as well

2 years agoMerge pull request #10695 from annando/commenting
Hypolite Petovan [Sun, 12 Sep 2021 04:19:10 +0000 (00:19 -0400)]
Merge pull request #10695 from annando/commenting

Fix commenting on public posts

2 years agoRefine BBCode::expandTags regular expression
Hypolite Petovan [Sun, 12 Sep 2021 04:06:14 +0000 (00:06 -0400)]
Refine BBCode::expandTags regular expression

- Now requires the tag to be preceded by either a non-word character or a start of a line
- Added corresponding tests

2 years agoPrevent expandTags to be performed on existing links in Module\Api\Mastodon\Statuses
Hypolite Petovan [Sun, 12 Sep 2021 04:05:22 +0000 (00:05 -0400)]
Prevent expandTags to be performed on existing links in Module\Api\Mastodon\Statuses

- We never need to expand tags inside of an already existing BBCode url tag

2 years agoUse post type "photo" for multiple photos as well
Michael [Sun, 12 Sep 2021 01:58:29 +0000 (01:58 +0000)]
Use post type "photo" for multiple photos as well

2 years agoFix commenting on public posts
Michael [Sun, 12 Sep 2021 01:52:10 +0000 (01:52 +0000)]
Fix commenting on public posts

2 years agoMerge pull request #10694 from nupplaphil/bug/drone_gzip
Michael Vogel [Sat, 11 Sep 2021 19:36:50 +0000 (21:36 +0200)]
Merge pull request #10694 from nupplaphil/bug/drone_gzip

Fix drone artifact compression parameter

2 years agoFix drone artifact compression parameter
Philipp [Sat, 11 Sep 2021 18:00:13 +0000 (20:00 +0200)]
Fix drone artifact compression parameter

2 years agoAdd the possibility to use a different configuration directory
Philipp [Sat, 11 Sep 2021 12:33:26 +0000 (14:33 +0200)]
Add the possibility to use a different configuration directory

2 years agoMerge pull request #10689 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Sat, 11 Sep 2021 05:51:11 +0000 (07:51 +0200)]
Merge pull request #10689 from MrPetovan/bug/fatal-errors

[frio] Use correct admin endpoint for block/deletion in Admin\Users\Active

2 years agoMerge pull request #10688 from MrPetovan/task/10672-contact-module-security-token
Michael Vogel [Fri, 10 Sep 2021 16:33:55 +0000 (18:33 +0200)]
Merge pull request #10688 from MrPetovan/task/10672-contact-module-security-token

Move unsecured GET endpoint handlers before security token check in Module\Contact

2 years ago[frio] Use correct admin endpoint for block/deletion in Admin\Users\Active
Hypolite Petovan [Fri, 10 Sep 2021 16:27:23 +0000 (12:27 -0400)]
[frio] Use correct admin endpoint for block/deletion in Admin\Users\Active

- Address https://github.com/friendica/friendica/issues/10473#issuecomment-914516676

2 years agoMove unsecured GET endpoint handlers before security token check in Module\Contact
Hypolite Petovan [Fri, 10 Sep 2021 16:05:43 +0000 (12:05 -0400)]
Move unsecured GET endpoint handlers before security token check in Module\Contact

2 years agoMerge pull request #10683 from annando/proxify
Hypolite Petovan [Fri, 10 Sep 2021 14:24:17 +0000 (10:24 -0400)]
Merge pull request #10683 from annando/proxify

Make the proxy functionality optional

2 years agoMerge pull request #10685 from tobiasd/20210910-hu
Philipp [Fri, 10 Sep 2021 06:32:15 +0000 (08:32 +0200)]
Merge pull request #10685 from tobiasd/20210910-hu

HU translation updated THX Balázs Úr

2 years agoHU translation updated THX Balázs Úr
Tobias Diekershoff [Fri, 10 Sep 2021 05:29:17 +0000 (07:29 +0200)]
HU translation updated THX Balázs Úr

2 years agoChanged text
Michael [Fri, 10 Sep 2021 00:30:11 +0000 (00:30 +0000)]
Changed text

2 years agoMerge pull request #10673 from MrPetovan/task/10672-contact-module-security-token
Michael Vogel [Thu, 9 Sep 2021 12:51:19 +0000 (14:51 +0200)]
Merge pull request #10673 from MrPetovan/task/10672-contact-module-security-token

Add form security token to contact actions

2 years agoMake the proxy functionality optional
Michael [Thu, 9 Sep 2021 12:40:19 +0000 (12:40 +0000)]
Make the proxy functionality optional

2 years agoMerge pull request #10682 from tobiasd/20210909-docs
Michael Vogel [Thu, 9 Sep 2021 10:59:13 +0000 (12:59 +0200)]
Merge pull request #10682 from tobiasd/20210909-docs

update to the INSTALL documentation

2 years agoupdate to the INSTALL documentation
Tobias Diekershoff [Thu, 9 Sep 2021 08:42:18 +0000 (10:42 +0200)]
update to the INSTALL documentation

* updated the PHP requirements and added a note about the PHP8 support
* removed the section about tryfriendica.de as possibility to get a temporal Friendica account

2 years agoMerge pull request #10681 from nupplaphil/feat/drone_sha512
Hypolite Petovan [Wed, 8 Sep 2021 22:45:58 +0000 (18:45 -0400)]
Merge pull request #10681 from nupplaphil/feat/drone_sha512

Add GPG signing for drone artifacts

2 years agoAdd GPG sign
Philipp [Wed, 8 Sep 2021 19:19:37 +0000 (21:19 +0200)]
Add GPG sign

2 years agoMerge pull request #10677 from nupplaphil/feat/optimize_drone
Hypolite Petovan [Tue, 7 Sep 2021 20:59:09 +0000 (16:59 -0400)]
Merge pull request #10677 from nupplaphil/feat/optimize_drone

Add drone graph execution

2 years agoAdd drone graph execution
Philipp [Tue, 7 Sep 2021 18:49:42 +0000 (20:49 +0200)]
Add drone graph execution

2 years agoMerge pull request #10676 from tobiasd/20210907-de
Philipp [Tue, 7 Sep 2021 06:01:21 +0000 (08:01 +0200)]
Merge pull request #10676 from tobiasd/20210907-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Tue, 7 Sep 2021 05:39:19 +0000 (07:39 +0200)]
DE translation updates

2 years agoMerge pull request #10675 from annando/fix-10674
Hypolite Petovan [Mon, 6 Sep 2021 20:45:39 +0000 (16:45 -0400)]
Merge pull request #10675 from annando/fix-10674

Fix for PR 10674: Changing the template variables according to the last changes

2 years agoFix for PR 10674: Changing the template variables according to the last changes
Michael [Mon, 6 Sep 2021 20:25:23 +0000 (20:25 +0000)]
Fix for PR 10674: Changing the template variables according to the last changes

2 years agoMerge pull request #10674 from MrPetovan/task/10640-convert-disable-settings-to-enable
Michael Vogel [Mon, 6 Sep 2021 19:32:27 +0000 (21:32 +0200)]
Merge pull request #10674 from MrPetovan/task/10640-convert-disable-settings-to-enable

Convert the two remaining "Disable..." setting names to "Enable..."

2 years agoUpdate main messages.po
Hypolite Petovan [Mon, 6 Sep 2021 18:18:56 +0000 (14:18 -0400)]
Update main messages.po

2 years agoConvert the two remaining "Disable..." setting names to "Enable..."
Hypolite Petovan [Mon, 6 Sep 2021 16:43:24 +0000 (12:43 -0400)]
Convert the two remaining "Disable..." setting names to "Enable..."

2 years agoAdd form security token to contact actions
Hypolite Petovan [Mon, 6 Sep 2021 16:23:15 +0000 (12:23 -0400)]
Add form security token to contact actions

- Add token to batch POST actions
- Add token to individual GET actions

2 years agoMerge pull request #10670 from MrPetovan/bug/10502-contact-block-unblock
Michael Vogel [Mon, 6 Sep 2021 16:25:54 +0000 (18:25 +0200)]
Merge pull request #10670 from MrPetovan/bug/10502-contact-block-unblock

Distinguish between public and private contact in contact actions

2 years agoUpdate main messages.po
Hypolite Petovan [Sun, 5 Sep 2021 18:59:13 +0000 (14:59 -0400)]
Update main messages.po

2 years agoDistinguish between public and private contact in contact actions
Hypolite Petovan [Sun, 5 Sep 2021 18:52:04 +0000 (14:52 -0400)]
Distinguish between public and private contact in contact actions

- Block and ignore is done relating to a public contact (uid = 0)
- Update and drop is done relating to a private contact (uid !=0)
- Method documentation has been improved to precise the contact type it needs
- Public and private contact ids are retrieved before acting on contacts

2 years agoAdd redirect URL parameter to contact batch
Hypolite Petovan [Sun, 5 Sep 2021 18:49:52 +0000 (14:49 -0400)]
Add redirect URL parameter to contact batch

- This allows redirection to the correct contact tab after a batch action

2 years agoRemove user-controlled contact archival feature
Hypolite Petovan [Sun, 5 Sep 2021 18:47:29 +0000 (14:47 -0400)]
Remove user-controlled contact archival feature

- Archival is managed at the system level for failed probing and doesn't make sense for a user to decide on it

2 years agoImprove documentation of $old_fields possible values in DBA::update and Database...
Hypolite Petovan [Sun, 5 Sep 2021 18:37:42 +0000 (14:37 -0400)]
Improve documentation of $old_fields possible values in DBA::update and Database->update

2 years agoMerge pull request #10669 from annando/no-rino
Hypolite Petovan [Sun, 5 Sep 2021 18:53:46 +0000 (14:53 -0400)]
Merge pull request #10669 from annando/no-rino

Remove all traces of "rino"

2 years agoRemove all traces of "rino"
Michael [Sun, 5 Sep 2021 18:34:44 +0000 (18:34 +0000)]
Remove all traces of "rino"

2 years agoMerge pull request #10667 from nupplaphil/bug/photo_delete
Tobias Diekershoff [Sun, 5 Sep 2021 17:26:06 +0000 (19:26 +0200)]
Merge pull request #10667 from nupplaphil/bug/photo_delete

Fix Photo::delete()

2 years agoFix Photo::delete()
Philipp [Sun, 5 Sep 2021 17:05:19 +0000 (19:05 +0200)]
Fix Photo::delete()

2 years agoMerge pull request #10665 from tobiasd/20210905-ru
Michael Vogel [Sun, 5 Sep 2021 06:59:37 +0000 (08:59 +0200)]
Merge pull request #10665 from tobiasd/20210905-ru

RU translations THX Alexander An

2 years agoRU translations THX Alexander An
Tobias Diekershoff [Sun, 5 Sep 2021 06:00:26 +0000 (08:00 +0200)]
RU translations THX Alexander An

2 years agoMerge pull request #10663 from annando/issue-10651-loggin
Hypolite Petovan [Sat, 4 Sep 2021 06:00:17 +0000 (02:00 -0400)]
Merge pull request #10663 from annando/issue-10651-loggin

Issue 10651: Improved logging

2 years agoIssue 10651: Improved logging
Michael [Sat, 4 Sep 2021 04:51:20 +0000 (04:51 +0000)]
Issue 10651: Improved logging

2 years agoMerge pull request #10662 from nupplaphil/feat/drone_release_followup
Hypolite Petovan [Fri, 3 Sep 2021 20:09:56 +0000 (16:09 -0400)]
Merge pull request #10662 from nupplaphil/feat/drone_release_followup

Drone release fixings

2 years agoRemove unnecessary addon checkout for deployment process
Philipp [Fri, 3 Sep 2021 19:31:47 +0000 (21:31 +0200)]
Remove unnecessary addon checkout for deployment process

2 years agoCorrect sha256 extension
Philipp [Fri, 3 Sep 2021 19:31:12 +0000 (21:31 +0200)]
Correct sha256 extension

2 years agoMerge pull request #10661 from MrPetovan/bug/fatal-errors
Michael Vogel [Fri, 3 Sep 2021 17:43:29 +0000 (19:43 +0200)]
Merge pull request #10661 from MrPetovan/bug/fatal-errors

Check for user array key before using it in include/conversation

2 years agoCheck for user array key before using it in include/conversation
Hypolite Petovan [Fri, 3 Sep 2021 17:09:06 +0000 (13:09 -0400)]
Check for user array key before using it in include/conversation

- Address https://github.com/friendica/friendica/issues/10473#issuecomment-905752992

2 years agoMerge pull request #10258 from nupplaphil/feat/drone_release
Hypolite Petovan [Fri, 3 Sep 2021 15:02:05 +0000 (11:02 -0400)]
Merge pull request #10258 from nupplaphil/feat/drone_release

Create PHP release workflow in drone

2 years agoUpdate .drone.yml
Philipp [Fri, 3 Sep 2021 14:14:38 +0000 (16:14 +0200)]
Update .drone.yml

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #10659 from annando/gravity
Hypolite Petovan [Fri, 3 Sep 2021 13:27:40 +0000 (09:27 -0400)]
Merge pull request #10659 from annando/gravity

Adding gravity to avoid notices

2 years agoRemove github workflows
Philipp [Sun, 16 May 2021 20:09:45 +0000 (22:09 +0200)]
Remove github workflows

2 years agoSetup PHP release workflow in drone with lftp
Philipp [Sun, 16 May 2021 19:53:55 +0000 (21:53 +0200)]
Setup PHP release workflow in drone with lftp

2 years agoMerge pull request #10660 from tobiasd/20210903-de
Philipp [Fri, 3 Sep 2021 07:23:04 +0000 (09:23 +0200)]
Merge pull request #10660 from tobiasd/20210903-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Fri, 3 Sep 2021 06:30:24 +0000 (08:30 +0200)]
DE translation updates

2 years agoUse the correct function is adviced ...
Michael [Fri, 3 Sep 2021 04:20:32 +0000 (04:20 +0000)]
Use the correct function is adviced ...

2 years agoSelect all fields
Michael [Fri, 3 Sep 2021 04:09:02 +0000 (04:09 +0000)]
Select all fields

2 years agoAdding gravity to avoid notices
Michael [Fri, 3 Sep 2021 04:05:29 +0000 (04:05 +0000)]
Adding gravity to avoid notices

2 years agoMerge pull request #10657 from annando/self-unfollow
Hypolite Petovan [Fri, 3 Sep 2021 00:04:16 +0000 (20:04 -0400)]
Merge pull request #10657 from annando/self-unfollow

Don't offer to unfollow yourself

2 years agoMerge pull request #10658 from nupplaphil/feat/storage_naming
Hypolite Petovan [Thu, 2 Sep 2021 23:55:15 +0000 (19:55 -0400)]
Merge pull request #10658 from nupplaphil/feat/storage_naming

Rename Storage Backend labels

2 years agoMerge pull request #10654 from annando/issue-10651
Hypolite Petovan [Thu, 2 Sep 2021 23:53:22 +0000 (19:53 -0400)]
Merge pull request #10654 from annando/issue-10651

Issue 10651: remote comments appeared as own posts

2 years agoUpdate messages.po
Philipp [Thu, 2 Sep 2021 21:29:56 +0000 (23:29 +0200)]
Update messages.po

2 years agoRename Storage Backend labels
Philipp [Thu, 2 Sep 2021 21:27:35 +0000 (23:27 +0200)]
Rename Storage Backend labels

2 years agoDon't offer to unfollow yourself
Michael [Thu, 2 Sep 2021 19:38:10 +0000 (19:38 +0000)]
Don't offer to unfollow yourself

2 years agoMerge pull request #10656 from tobiasd/20210902-sec
Michael Vogel [Thu, 2 Sep 2021 15:20:20 +0000 (17:20 +0200)]
Merge pull request #10656 from tobiasd/20210902-sec

updating date of security.txt validity

2 years agoupdating date of security.txt validity
Tobias Diekershoff [Thu, 2 Sep 2021 14:57:43 +0000 (16:57 +0200)]
updating date of security.txt validity

The Friendica release plan is roughly March, June, September, December. With
this patch the information in the security.txt are vailid for the two planed
releases after the 2021.09 release.

2 years agoMerge pull request #10655 from tobiasd/20210902-de
Michael Vogel [Thu, 2 Sep 2021 08:33:30 +0000 (10:33 +0200)]
Merge pull request #10655 from tobiasd/20210902-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Thu, 2 Sep 2021 06:51:42 +0000 (08:51 +0200)]
DE translation updates

2 years agoIssue 10651: remote comments appeared as own posts
Michael [Thu, 2 Sep 2021 05:57:50 +0000 (05:57 +0000)]
Issue 10651: remote comments appeared as own posts

2 years agoMerge pull request #10653 from annando/issue-10640-c
Hypolite Petovan [Wed, 1 Sep 2021 21:56:22 +0000 (17:56 -0400)]
Merge pull request #10653 from annando/issue-10640-c

Issue 10640 - Inverse user display settings

2 years agoMerge pull request #10652 from tobiasd/20210901-de2
Michael Vogel [Wed, 1 Sep 2021 18:40:26 +0000 (20:40 +0200)]
Merge pull request #10652 from tobiasd/20210901-de2

DE translation updates

2 years agoUpdated messages.po
Michael [Wed, 1 Sep 2021 18:36:31 +0000 (18:36 +0000)]
Updated messages.po

2 years agoMerge remote-tracking branch 'upstream/2021.09-rc' into issue-10640-c
Michael [Wed, 1 Sep 2021 18:34:24 +0000 (18:34 +0000)]
Merge remote-tracking branch 'upstream/2021.09-rc' into issue-10640-c