]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoCode Style: Replace "AS" with "as"
Michael [Sun, 3 Oct 2021 10:34:41 +0000 (10:34 +0000)]
Code Style: Replace "AS" with "as"

2 years agoMerge pull request #10808 from MrPetovan/task/10725-user-avatar
Michael Vogel [Sun, 3 Oct 2021 09:57:59 +0000 (11:57 +0200)]
Merge pull request #10808 from MrPetovan/task/10725-user-avatar

Replace remaining reference to Model\Photo::stripExtension

2 years agoReplace remaining reference to Model\Photo::stripExtension
Hypolite Petovan [Sun, 3 Oct 2021 09:52:53 +0000 (05:52 -0400)]
Replace remaining reference to Model\Photo::stripExtension

2 years agoMerge pull request #10807 from annando/emoji-media
Hypolite Petovan [Sun, 3 Oct 2021 09:49:30 +0000 (05:49 -0400)]
Merge pull request #10807 from annando/emoji-media

Don't store emoji images as media but links

2 years agoDon't store emoji images as media but links
Michael [Sun, 3 Oct 2021 09:42:14 +0000 (09:42 +0000)]
Don't store emoji images as media but links

2 years agoMerge pull request #10806 from tobiasd/2021100-de
Hypolite Petovan [Sun, 3 Oct 2021 09:33:02 +0000 (05:33 -0400)]
Merge pull request #10806 from tobiasd/2021100-de

DE translation update

2 years agoDE translation updats
Tobias Diekershoff [Sun, 3 Oct 2021 08:13:16 +0000 (10:13 +0200)]
DE translation updats

2 years agoMerge pull request #10805 from MrPetovan/task/10725-user-avatar
Michael Vogel [Sat, 2 Oct 2021 23:10:55 +0000 (01:10 +0200)]
Merge pull request #10805 from MrPetovan/task/10725-user-avatar

Switch uid with nickname in user picture URLs

2 years agoSwitch uid with nickname in user picture URLs
Hypolite Petovan [Sat, 2 Oct 2021 22:42:14 +0000 (18:42 -0400)]
Switch uid with nickname in user picture URLs

- Keep previous URL scheme fallback as remote contact avatar URLs pointing to local user avatar URLs need to update

2 years agoRefactor User::getAvatarUrlForId into getAvatarUrl
Hypolite Petovan [Sat, 2 Oct 2021 21:28:29 +0000 (17:28 -0400)]
Refactor User::getAvatarUrlForId into getAvatarUrl

- Use user/owner array as parameter instead of uid
- Rename $profile variables to $owner when it's the result of User::getOwnerDataByNick
- Replace Module\Photo::stripExtension with native pathinfo() calls

2 years agoMerge pull request #10804 from annando/more-q
Hypolite Petovan [Sat, 2 Oct 2021 22:53:43 +0000 (18:53 -0400)]
Merge pull request #10804 from annando/more-q

Replaced "q" calls

2 years agoReplaced "q" calls
Michael [Sat, 2 Oct 2021 22:42:39 +0000 (22:42 +0000)]
Replaced "q" calls

2 years agoMerge pull request #10803 from nupplaphil/feat/message_log
Hypolite Petovan [Sat, 2 Oct 2021 21:41:34 +0000 (17:41 -0400)]
Merge pull request #10803 from nupplaphil/feat/message_log

Forgot one Logpoint ..

2 years agoMerge pull request #10801 from annando/network-thread-view
Hypolite Petovan [Sat, 2 Oct 2021 21:40:00 +0000 (17:40 -0400)]
Merge pull request #10801 from annando/network-thread-view

Fixing "Unknown column 'network-thread-view.uri-id'"

2 years agoMerge pull request #10800 from MrPetovan/task/10739-block
Michael Vogel [Sat, 2 Oct 2021 21:39:06 +0000 (23:39 +0200)]
Merge pull request #10800 from MrPetovan/task/10739-block

Add block and unblock hooks

2 years agoUpdated main translation file because I'm used to do it now
Hypolite Petovan [Sat, 2 Oct 2021 20:57:35 +0000 (16:57 -0400)]
Updated main translation file because I'm used to do it now

2 years agoAdd block and unblock hooks
Hypolite Petovan [Sat, 2 Oct 2021 20:00:06 +0000 (16:00 -0400)]
Add block and unblock hooks

2 years agoImplement relationship termination for Mastodon block
Hypolite Petovan [Sat, 2 Oct 2021 20:02:58 +0000 (16:02 -0400)]
Implement relationship termination for Mastodon block

- This is the expected Mastodon behavior on block

2 years agoRemove contact record instead of setting rel = 0 in Contact::revokeFollow
Hypolite Petovan [Sat, 2 Oct 2021 19:48:52 +0000 (15:48 -0400)]
Remove contact record instead of setting rel = 0 in Contact::revokeFollow

2 years agoForgot one Logpoint ..
Philipp [Sat, 2 Oct 2021 21:27:15 +0000 (23:27 +0200)]
Forgot one Logpoint ..

2 years agoMerge pull request #10802 from nupplaphil/feat/webda_storage
Michael Vogel [Sat, 2 Oct 2021 21:19:35 +0000 (23:19 +0200)]
Merge pull request #10802 from nupplaphil/feat/webda_storage

Remove disturbing/superfluous logging messages

2 years agoUpdate src/Module/Conversation/Network.php
Michael Vogel [Sat, 2 Oct 2021 21:18:54 +0000 (23:18 +0200)]
Update src/Module/Conversation/Network.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoRemove disturbing/superfluous logging messages
Philipp [Sat, 2 Oct 2021 20:20:39 +0000 (22:20 +0200)]
Remove disturbing/superfluous logging messages

2 years agoMerge remote-tracking branch 'upstream/develop' into network-thread-view
Michael [Sat, 2 Oct 2021 21:00:10 +0000 (21:00 +0000)]
Merge remote-tracking branch 'upstream/develop' into network-thread-view

2 years agoFixing "Unknown column 'network-thread-view.uri-id'"
Michael [Sat, 2 Oct 2021 20:56:11 +0000 (20:56 +0000)]
Fixing "Unknown column 'network-thread-view.uri-id'"

2 years agoRemove the obsolete parameter $two_way from terminateFriendship methods
Hypolite Petovan [Sat, 2 Oct 2021 19:48:20 +0000 (15:48 -0400)]
Remove the obsolete parameter $two_way from terminateFriendship methods

- Follow revokation is now done independently

2 years agoMerge pull request #10762 from MrPetovan/task/10729-remove-contact-drop
Michael Vogel [Sat, 2 Oct 2021 20:12:06 +0000 (22:12 +0200)]
Merge pull request #10762 from MrPetovan/task/10729-remove-contact-drop

Remove contact drop feature

2 years agoUpdated main translation file after string removal
Hypolite Petovan [Sat, 25 Sep 2021 17:17:10 +0000 (13:17 -0400)]
Updated main translation file after string removal

2 years agoRemove contact drop feature
Hypolite Petovan [Thu, 23 Sep 2021 03:05:13 +0000 (23:05 -0400)]
Remove contact drop feature

- Feature was confusing, sometimes ineffective and overall overlapping with unfollow/block

2 years agoMerge pull request #10795 from annando/contact-media
Hypolite Petovan [Sat, 2 Oct 2021 19:51:26 +0000 (15:51 -0400)]
Merge pull request #10795 from annando/contact-media

Contact-media

2 years agoMerge pull request #10799 from tobiasd/20211002-de
Hypolite Petovan [Sat, 2 Oct 2021 19:49:28 +0000 (15:49 -0400)]
Merge pull request #10799 from tobiasd/20211002-de

DE translation updates

2 years agoReverted unneeded changes
Michael [Sat, 2 Oct 2021 19:33:51 +0000 (19:33 +0000)]
Reverted unneeded changes

2 years agoThe media class moved
Michael [Sat, 2 Oct 2021 19:31:27 +0000 (19:31 +0000)]
The media class moved

2 years agoDE translation updates
Tobias Diekershoff [Sat, 2 Oct 2021 19:30:30 +0000 (21:30 +0200)]
DE translation updates

2 years agoMerge pull request #10798 from annando/q-calls
Hypolite Petovan [Sat, 2 Oct 2021 18:41:25 +0000 (14:41 -0400)]
Merge pull request #10798 from annando/q-calls

Some more "q" calls replaced

2 years agoMerge branch 'contact-media' of github.com:annando/friendica into contact-media
Michael [Sat, 2 Oct 2021 18:35:47 +0000 (18:35 +0000)]
Merge branch 'contact-media' of github.com:annando/friendica into contact-media

2 years agoMerge remote-tracking branch 'upstream/develop' into contact-media
Michael [Sat, 2 Oct 2021 18:35:43 +0000 (18:35 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-media

2 years agoSome more "q" calls replaced
Michael [Sat, 2 Oct 2021 18:32:56 +0000 (18:32 +0000)]
Some more "q" calls replaced

2 years agoUpdate src/Model/Contact.php
Michael Vogel [Sat, 2 Oct 2021 18:31:30 +0000 (20:31 +0200)]
Update src/Model/Contact.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #10796 from MrPetovan/task/10754-add-revoke-function
Tobias Diekershoff [Sat, 2 Oct 2021 18:30:20 +0000 (20:30 +0200)]
Merge pull request #10796 from MrPetovan/task/10754-add-revoke-function

Add revoke follow feature

2 years agoUpdated main translation file after adding strings
Hypolite Petovan [Sat, 2 Oct 2021 15:47:45 +0000 (11:47 -0400)]
Updated main translation file after adding strings

2 years agoAdd revoke follow feature
Hypolite Petovan [Sat, 2 Oct 2021 15:44:47 +0000 (11:44 -0400)]
Add revoke follow feature

- Add new follow revoke module
- Add new hooks: revoke_follow, support_follow, support_revoke_follow
- Add link in contact page action menu

2 years ago[Docs] Move unfollow hook instances in the correct file
Hypolite Petovan [Sat, 2 Oct 2021 15:29:26 +0000 (11:29 -0400)]
[Docs] Move unfollow hook instances in the correct file

2 years agoMove translation strings in their own array for confirm templates
Hypolite Petovan [Sat, 2 Oct 2021 15:26:14 +0000 (11:26 -0400)]
Move translation strings in their own array for confirm templates

2 years agoActivityPub: Update relation when receiving a follow reject message
Hypolite Petovan [Sat, 2 Oct 2021 15:19:41 +0000 (11:19 -0400)]
ActivityPub: Update relation when receiving a follow reject message

2 years agoRemoving "blubb"
Michael [Sat, 2 Oct 2021 17:47:11 +0000 (17:47 +0000)]
Removing "blubb"

2 years agoMerge pull request #10797 from annando/diaspora-deprecated
Tobias Diekershoff [Sat, 2 Oct 2021 17:19:40 +0000 (19:19 +0200)]
Merge pull request #10797 from annando/diaspora-deprecated

Replaced deprecated code from the Diaspora implementation

2 years agoReplaced deprecated code from the Diaspora implementation
Michael [Sat, 2 Oct 2021 17:11:54 +0000 (17:11 +0000)]
Replaced deprecated code from the Diaspora implementation

2 years agoUpdated access key documentation
Michael [Sat, 2 Oct 2021 15:30:15 +0000 (15:30 +0000)]
Updated access key documentation

2 years agoMerge remote-tracking branch 'upstream/develop' into contact-media
Michael [Sat, 2 Oct 2021 15:13:55 +0000 (15:13 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-media

2 years ago"Video" is replaced by a "Media" tab in contact and profile
Michael [Sat, 2 Oct 2021 15:09:43 +0000 (15:09 +0000)]
"Video" is replaced by a "Media" tab in contact and profile

2 years agoMerge pull request #10788 from fabrixxm/fix/gettext
Hypolite Petovan [Sat, 2 Oct 2021 13:24:52 +0000 (09:24 -0400)]
Merge pull request #10788 from fabrixxm/fix/gettext

Fix `run_xgettext.sh` code and make it work on osx

2 years agoMerge pull request #10769 from MrPetovan/task/10734-unfollow-hook
Michael Vogel [Sat, 2 Oct 2021 13:11:07 +0000 (15:11 +0200)]
Merge pull request #10769 from MrPetovan/task/10734-unfollow-hook

Rework contact termination to separate protocol-level and contact-level

2 years agoFix comments, remove sed bkp files, fix bash compatiblity
fabrixxm [Sat, 2 Oct 2021 12:45:25 +0000 (14:45 +0200)]
Fix comments, remove sed bkp files, fix bash compatiblity

2 years agoUpdated main translation file after adding strings
Hypolite Petovan [Sun, 26 Sep 2021 21:49:51 +0000 (17:49 -0400)]
Updated main translation file after adding strings

2 years agoRework contact termination to separate protocol-level and contact-level
Hypolite Petovan [Sun, 26 Sep 2021 14:30:44 +0000 (10:30 -0400)]
Rework contact termination to separate protocol-level and contact-level

- Mail and Feed contacts are now removed automatically on relationship termination
- Added logging and notice messages for different results

2 years agoMerge pull request #10759 from annando/user-contact
Hypolite Petovan [Sat, 2 Oct 2021 12:27:14 +0000 (08:27 -0400)]
Merge pull request #10759 from annando/user-contact

Insert a `user-contact` for every contact

2 years agoUpdated "database.sql"
Michael [Sat, 2 Oct 2021 11:59:03 +0000 (11:59 +0000)]
Updated "database.sql"

2 years agoMerge remote-tracking branch 'upstream/develop' into user-contact
Michael [Sat, 2 Oct 2021 11:57:43 +0000 (11:57 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-contact

2 years agoNew functionality to display media posted by a contact
Michael [Sat, 2 Oct 2021 11:55:22 +0000 (11:55 +0000)]
New functionality to display media posted by a contact

2 years agoMerge pull request #10794 from annando/q-removed
Hypolite Petovan [Sat, 2 Oct 2021 11:44:33 +0000 (07:44 -0400)]
Merge pull request #10794 from annando/q-removed

"q" call is replaced

2 years agoMerge pull request #10793 from annando/issue-10747
Hypolite Petovan [Sat, 2 Oct 2021 11:43:00 +0000 (07:43 -0400)]
Merge pull request #10793 from annando/issue-10747

Issue 10747: Improved check for blocked domains

2 years ago"q" call is replaced
Michael [Sat, 2 Oct 2021 11:08:12 +0000 (11:08 +0000)]
"q" call is replaced

2 years agoIssue 10747: Improved check for blocked domains
Michael [Sat, 2 Oct 2021 10:25:50 +0000 (10:25 +0000)]
Issue 10747: Improved check for blocked domains

2 years agoMerge pull request #10792 from annando/api-share-retweet
Tobias Diekershoff [Sat, 2 Oct 2021 09:21:18 +0000 (11:21 +0200)]
Merge pull request #10792 from annando/api-share-retweet

API: No special handling for Diaspora reshares

2 years agoAPI: No special handling for Diaspora reshares
Michael [Sat, 2 Oct 2021 08:22:15 +0000 (08:22 +0000)]
API: No special handling for Diaspora reshares

2 years agoMerge pull request #10790 from tobiasd/20211001-install-docs
Hypolite Petovan [Fri, 1 Oct 2021 16:54:14 +0000 (12:54 -0400)]
Merge pull request #10790 from tobiasd/20211001-install-docs

add a hint about the phpmailer addon to the install docs

2 years agosmall typo
Tobias Diekershoff [Fri, 1 Oct 2021 16:27:22 +0000 (18:27 +0200)]
small typo

2 years agoadd a hint about the phpmailer addon to the install docs
Tobias Diekershoff [Fri, 1 Oct 2021 16:25:18 +0000 (18:25 +0200)]
add a hint about the phpmailer addon to the install docs

2 years agoMerge pull request #10789 from tobiasd/20211001-de
Hypolite Petovan [Fri, 1 Oct 2021 15:39:56 +0000 (11:39 -0400)]
Merge pull request #10789 from tobiasd/20211001-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Fri, 1 Oct 2021 15:35:21 +0000 (17:35 +0200)]
DE translation updates

2 years agoFix `run_xgettext.sh` code and make it work on osx
fabrixxm [Fri, 1 Oct 2021 15:19:16 +0000 (17:19 +0200)]
Fix `run_xgettext.sh` code and make it work on osx

- run script thru `shellcheck` and fix code
- replace `readlink -f` with a function which works on osx too
- set flags to stop on errors

2 years agoMerge pull request #10787 from fabrixxm/issue/10767
Hypolite Petovan [Fri, 1 Oct 2021 15:08:11 +0000 (11:08 -0400)]
Merge pull request #10787 from fabrixxm/issue/10767

Mark string translatable in View logs

2 years agoLogs view: remove unneeded tpl var
fabrixxm [Fri, 1 Oct 2021 15:00:06 +0000 (17:00 +0200)]
Logs view: remove unneeded tpl var

2 years agoMark string translatable in View logs
fabrixxm [Fri, 1 Oct 2021 14:45:34 +0000 (16:45 +0200)]
Mark string translatable in View logs

and update messages.po

2 years agoMerge pull request #10782 from annando/display-uid
Hypolite Petovan [Fri, 1 Oct 2021 14:41:38 +0000 (10:41 -0400)]
Merge pull request #10782 from annando/display-uid

Prefer the local user when displaying items

2 years agoUpdate mod/display.php
Michael Vogel [Fri, 1 Oct 2021 14:28:33 +0000 (16:28 +0200)]
Update mod/display.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #10786 from annando/sanitize-addon-author
Tobias Diekershoff [Fri, 1 Oct 2021 13:30:30 +0000 (15:30 +0200)]
Merge pull request #10786 from annando/sanitize-addon-author

Sanitize the addon author if it is not a valid URL but a handle

2 years agoSanitize the addon author if it is not a valid URL but a handle
Michael [Fri, 1 Oct 2021 13:25:00 +0000 (13:25 +0000)]
Sanitize the addon author if it is not a valid URL but a handle

2 years agoMerge pull request #10784 from tobiasd/20211001-adminpanel_messages
fabrixxm [Fri, 1 Oct 2021 12:20:50 +0000 (14:20 +0200)]
Merge pull request #10784 from tobiasd/20211001-adminpanel_messages

cleanup adminpanel messages

2 years agoMerge pull request #10785 from fabrixxm/fix/test-small-typo
Tobias Diekershoff [Fri, 1 Oct 2021 12:17:35 +0000 (14:17 +0200)]
Merge pull request #10785 from fabrixxm/fix/test-small-typo

Fix typo in test for ParsedLogIterator

2 years agoFix typo in test for ParsedLogIterator
fabrixxm [Fri, 1 Oct 2021 12:08:00 +0000 (14:08 +0200)]
Fix typo in test for ParsedLogIterator

2 years agounescape HTML from the relocation warning message
Tobias Diekershoff [Fri, 1 Oct 2021 12:05:17 +0000 (14:05 +0200)]
unescape HTML from the relocation warning message

2 years agoremove superfluous characters from warning messages in the admin panel
Tobias Diekershoff [Fri, 1 Oct 2021 12:02:27 +0000 (14:02 +0200)]
remove superfluous characters from warning messages in the admin panel

\r\n was shown in the warning messages of the admin panel log view page. They have
been removed. Additionally the messages.po file has been regenerated.

2 years agoMerge pull request #10783 from tobiasd/20211001-Vagrant
fabrixxm [Fri, 1 Oct 2021 08:35:57 +0000 (10:35 +0200)]
Merge pull request #10783 from tobiasd/20211001-Vagrant

Vagrant updates

2 years agoVagrant: create the correct mail aliases during provision
Tobias Diekershoff [Fri, 1 Oct 2021 08:18:43 +0000 (10:18 +0200)]
Vagrant: create the correct mail aliases during provision

2 years agoVagrant: Docs add a note about the PHP dependencies
Tobias Diekershoff [Fri, 1 Oct 2021 08:04:40 +0000 (10:04 +0200)]
Vagrant: Docs add a note about the PHP dependencies

2 years agoVagrant: Replace comment with more fitting one in provision
Tobias Diekershoff [Fri, 1 Oct 2021 08:00:01 +0000 (10:00 +0200)]
Vagrant: Replace comment with more fitting one in provision

2 years agoVagrant: Add the type to the synced folder in the Vagrantfile
Tobias Diekershoff [Fri, 1 Oct 2021 07:42:08 +0000 (09:42 +0200)]
Vagrant: Add the type to the synced folder in the Vagrantfile

2 years agoVagrant: Docs
Tobias Diekershoff [Fri, 1 Oct 2021 07:38:51 +0000 (09:38 +0200)]
Vagrant: Docs

A typo and a note about resolving friendica.local

2 years agoVagrant: updating the docs
Tobias Diekershoff [Fri, 1 Oct 2021 06:54:08 +0000 (08:54 +0200)]
Vagrant: updating the docs

2 years agoVagrant: Avoid mis-leading error during setup
Tobias Diekershoff [Fri, 1 Oct 2021 06:41:58 +0000 (08:41 +0200)]
Vagrant: Avoid mis-leading error during setup

With the use of Friendicas auto-installation feature and the pre-configured
config file, the admin email address is set. Setting it again after the
installation is compleated will generate a mis-leading error message.

2 years agoVagrant: Do not pull PHP requirements during VM setup
Tobias Diekershoff [Fri, 1 Oct 2021 06:37:19 +0000 (08:37 +0200)]
Vagrant: Do not pull PHP requirements during VM setup

Don't pull the PHP requirements of Friendica with composer during the VM setup.

First coding is done out side of the VM, so should be the management of the
dependencies. Additionally if the _VirtualBox Guest Additions_ versions don't
match on the guest and host systems, writing to the shared directory will not
work, thus running composer will generate error messages during the initial
setup and Friendica wont work.

2 years agoVagrant: Use Debian stable
Tobias Diekershoff [Fri, 1 Oct 2021 06:35:09 +0000 (08:35 +0200)]
Vagrant: Use Debian stable

With the release of Debian 11 the Vagrant was still using _oldstable_ with this
we are now using Debian stable again in the Vagrant VM.

2 years agoPrefer the local user when displaying items
Michael [Fri, 1 Oct 2021 05:26:13 +0000 (05:26 +0000)]
Prefer the local user when displaying items

2 years agoMerge pull request #10776 from tobiasd/20210929-ru
Michael Vogel [Wed, 29 Sep 2021 06:15:09 +0000 (08:15 +0200)]
Merge pull request #10776 from tobiasd/20210929-ru

RU translations THX Alexander An

2 years agoRU translations THX Alexander An
Tobias Diekershoff [Wed, 29 Sep 2021 05:37:38 +0000 (07:37 +0200)]
RU translations THX Alexander An

2 years agoMerge pull request #10775 from annando/comment-public
Hypolite Petovan [Tue, 28 Sep 2021 19:12:22 +0000 (15:12 -0400)]
Merge pull request #10775 from annando/comment-public

Fix commenting on profile pages

2 years agoFix commenting on profile pages
Michael [Tue, 28 Sep 2021 18:52:11 +0000 (18:52 +0000)]
Fix commenting on profile pages

2 years agoMerge pull request #10773 from annando/issue-10772
Hypolite Petovan [Tue, 28 Sep 2021 11:03:39 +0000 (07:03 -0400)]
Merge pull request #10773 from annando/issue-10772

Issue 10772: Avoid duplicated links in AP posts