]>
git.mxchange.org Git - friendica.git/log
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
Hypolite Petovan [Sat, 2 Oct 2021 15:29:26 +0000 (11:29 -0400)]
[Docs] Move unfollow hook instances in the correct file
Hypolite Petovan [Sat, 2 Oct 2021 15:26:14 +0000 (11:26 -0400)]
Move translation strings in their own array for confirm templates
Hypolite Petovan [Sat, 2 Oct 2021 15:19:41 +0000 (11:19 -0400)]
ActivityPub: Update relation when receiving a follow reject message
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
Michael [Sat, 2 Oct 2021 17:11:54 +0000 (17:11 +0000)]
Replaced deprecated code from the Diaspora implementation
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
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
fabrixxm [Sat, 2 Oct 2021 12:45:25 +0000 (14:45 +0200)]
Fix comments, remove sed bkp files, fix bash compatiblity
Hypolite Petovan [Sun, 26 Sep 2021 21:49:51 +0000 (17:49 -0400)]
Updated main translation file after adding strings
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
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
Michael [Sat, 2 Oct 2021 11:59:03 +0000 (11:59 +0000)]
Updated "database.sql"
Michael [Sat, 2 Oct 2021 11:57:43 +0000 (11:57 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-contact
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
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
Michael [Sat, 2 Oct 2021 11:08:12 +0000 (11:08 +0000)]
"q" call is replaced
Michael [Sat, 2 Oct 2021 10:25:50 +0000 (10:25 +0000)]
Issue 10747: Improved check for blocked domains
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
Michael [Sat, 2 Oct 2021 08:22:15 +0000 (08:22 +0000)]
API: No special handling for Diaspora reshares
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
Tobias Diekershoff [Fri, 1 Oct 2021 16:27:22 +0000 (18:27 +0200)]
small typo
Tobias Diekershoff [Fri, 1 Oct 2021 16:25:18 +0000 (18:25 +0200)]
add a hint about the phpmailer addon to the install docs
Hypolite Petovan [Fri, 1 Oct 2021 15:39:56 +0000 (11:39 -0400)]
Merge pull request #10789 from tobiasd/
20211001 -de
DE translation updates
Tobias Diekershoff [Fri, 1 Oct 2021 15:35:21 +0000 (17:35 +0200)]
DE translation updates
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
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
fabrixxm [Fri, 1 Oct 2021 15:00:06 +0000 (17:00 +0200)]
Logs view: remove unneeded tpl var
fabrixxm [Fri, 1 Oct 2021 14:45:34 +0000 (16:45 +0200)]
Mark string translatable in View logs
and update messages.po
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
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>
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
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
fabrixxm [Fri, 1 Oct 2021 12:20:50 +0000 (14:20 +0200)]
Merge pull request #10784 from tobiasd/
20211001 -adminpanel_messages
cleanup adminpanel messages
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
fabrixxm [Fri, 1 Oct 2021 12:08:00 +0000 (14:08 +0200)]
Fix typo in test for ParsedLogIterator
Tobias Diekershoff [Fri, 1 Oct 2021 12:05:17 +0000 (14:05 +0200)]
unescape HTML from the relocation warning message
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.
fabrixxm [Fri, 1 Oct 2021 08:35:57 +0000 (10:35 +0200)]
Merge pull request #10783 from tobiasd/
20211001 -Vagrant
Vagrant updates
Tobias Diekershoff [Fri, 1 Oct 2021 08:18:43 +0000 (10:18 +0200)]
Vagrant: create the correct mail aliases during provision
Tobias Diekershoff [Fri, 1 Oct 2021 08:04:40 +0000 (10:04 +0200)]
Vagrant: Docs add a note about the PHP dependencies
Tobias Diekershoff [Fri, 1 Oct 2021 08:00:01 +0000 (10:00 +0200)]
Vagrant: Replace comment with more fitting one in provision
Tobias Diekershoff [Fri, 1 Oct 2021 07:42:08 +0000 (09:42 +0200)]
Vagrant: Add the type to the synced folder in the Vagrantfile
Tobias Diekershoff [Fri, 1 Oct 2021 07:38:51 +0000 (09:38 +0200)]
Vagrant: Docs
A typo and a note about resolving friendica.local
Tobias Diekershoff [Fri, 1 Oct 2021 06:54:08 +0000 (08:54 +0200)]
Vagrant: updating the docs
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.
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.
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.
Michael [Fri, 1 Oct 2021 05:26:13 +0000 (05:26 +0000)]
Prefer the local user when displaying items
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
Tobias Diekershoff [Wed, 29 Sep 2021 05:37:38 +0000 (07:37 +0200)]
RU translations THX Alexander An
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
Michael [Tue, 28 Sep 2021 18:52:11 +0000 (18:52 +0000)]
Fix commenting on profile pages
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
Michael [Tue, 28 Sep 2021 04:27:24 +0000 (04:27 +0000)]
Fixed test error
Michael [Tue, 28 Sep 2021 03:36:48 +0000 (03:36 +0000)]
Added test
Michael [Mon, 27 Sep 2021 20:26:08 +0000 (20:26 +0000)]
Issue 10772: Avoid duplicated links in AP posts
Hypolite Petovan [Mon, 27 Sep 2021 11:13:14 +0000 (07:13 -0400)]
Merge pull request #10771 from fabrixxm/issue/10766
Handle reading empty file in ReversedFileReader
fabrixxm [Mon, 27 Sep 2021 10:22:08 +0000 (12:22 +0200)]
Fix code style
fabrixxm [Mon, 27 Sep 2021 10:14:19 +0000 (12:14 +0200)]
Handle reading empty file in ReversedFileReader
fix #10766
Hypolite Petovan [Sun, 26 Sep 2021 21:45:31 +0000 (17:45 -0400)]
Merge pull request #10770 from annando/issue-10768
Issue 10768: Avoid MySQL problems when upgrading both index and structure
Michael [Sun, 26 Sep 2021 18:30:44 +0000 (18:30 +0000)]
Removing MySQL workaround
Michael [Sun, 26 Sep 2021 17:13:26 +0000 (17:13 +0000)]
Issue 10768: Avoid MySQL problems when upgrading both index and structure
Hypolite Petovan [Sun, 26 Sep 2021 14:03:26 +0000 (10:03 -0400)]
Merge pull request #10760 from annando/conversation-moved
The conversation functionality moved to a class
Michael Vogel [Sun, 26 Sep 2021 12:22:05 +0000 (14:22 +0200)]
Merge pull request #10764 from MrPetovan/bug/notices
Return early when parent-related record isn't found
Michael [Sun, 26 Sep 2021 12:17:30 +0000 (12:17 +0000)]
Applied change from PR #10763
Michael [Sun, 26 Sep 2021 12:15:22 +0000 (12:15 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-moved
Hypolite Petovan [Sun, 26 Sep 2021 00:45:53 +0000 (20:45 -0400)]
Check for reply existence before using its values in Model\Mail
- Address https://github.com/friendica/friendica/issues/10474#issuecomment-
925263894
Hypolite Petovan [Sun, 26 Sep 2021 00:42:51 +0000 (20:42 -0400)]
Ensure parent exists before adding reply to elements in OStatus and Feed
- Address https://github.com/friendica/friendica/issues/10474#issuecomment-
927118628
Michael Vogel [Sun, 26 Sep 2021 05:03:08 +0000 (07:03 +0200)]
Merge pull request #10763 from MrPetovan/task/10745-redir-private-posts
Limit /redir links to private posts
Michael [Sun, 26 Sep 2021 04:16:21 +0000 (04:16 +0000)]
Another try ...
Michael [Sun, 26 Sep 2021 04:07:02 +0000 (04:07 +0000)]
Space removed
Michael [Sun, 26 Sep 2021 04:05:46 +0000 (04:05 +0000)]
Removed spaces
Michael [Sun, 26 Sep 2021 03:59:15 +0000 (03:59 +0000)]
Testing cs ...
Michael [Sun, 26 Sep 2021 03:57:31 +0000 (03:57 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-moved
Michael [Sun, 26 Sep 2021 03:54:54 +0000 (03:54 +0000)]
Testing cs
Michael [Sun, 26 Sep 2021 03:07:59 +0000 (03:07 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-contact
Michael Vogel [Sun, 26 Sep 2021 02:57:42 +0000 (04:57 +0200)]
Merge pull request #10761 from MrPetovan/task/10734-unfollow-hook
Add new hook to support unfollow contacts on non-native networks
Hypolite Petovan [Thu, 23 Sep 2021 02:37:33 +0000 (22:37 -0400)]
Limit /redir links to private posts
- This allows to share public post links with anonymous users
Hypolite Petovan [Thu, 23 Sep 2021 02:56:34 +0000 (22:56 -0400)]
Add new hook to support unfollow contacts on non-native networks
Michael Vogel [Sat, 25 Sep 2021 20:09:42 +0000 (22:09 +0200)]
Merge pull request #10758 from nupplaphil/bug/drone_chmod
Adapt permissions
Michael [Sat, 25 Sep 2021 18:53:35 +0000 (18:53 +0000)]
And another operator ...
Michael [Sat, 25 Sep 2021 18:50:22 +0000 (18:50 +0000)]
testing one operator less ..
Michael [Sat, 25 Sep 2021 18:45:32 +0000 (18:45 +0000)]
Updated messages.po
Michael [Sat, 25 Sep 2021 18:43:19 +0000 (18:43 +0000)]
Updated messages.po
Michael [Sat, 25 Sep 2021 18:40:11 +0000 (18:40 +0000)]
Change code style rules
Michael [Sat, 25 Sep 2021 18:38:50 +0000 (18:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-moved
Michael [Sat, 25 Sep 2021 18:34:55 +0000 (18:34 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-contact
Philipp [Sat, 25 Sep 2021 18:18:01 +0000 (20:18 +0200)]
Update messages.po (new version)
Philipp [Sat, 25 Sep 2021 18:08:42 +0000 (20:08 +0200)]
Adapt permissions
Tobias Diekershoff [Sat, 25 Sep 2021 17:22:11 +0000 (19:22 +0200)]
opened CHANGELOG for 2021.12
Tobias Diekershoff [Sat, 25 Sep 2021 17:21:35 +0000 (19:21 +0200)]
pumped version to 2021.12-dev
Tobias Diekershoff [Sat, 25 Sep 2021 17:18:27 +0000 (19:18 +0200)]
set the version of Friendica to 2021.09
Tobias Diekershoff [Sat, 25 Sep 2021 17:16:41 +0000 (19:16 +0200)]
CHANGELOG set release date
Tobias Diekershoff [Sat, 25 Sep 2021 17:15:08 +0000 (19:15 +0200)]
Merge pull request #10621 from tobiasd/2021.09-CHANGELOG
2021.09 CHANGELOG
Michael [Sat, 25 Sep 2021 08:06:38 +0000 (08:06 +0000)]
Partly reverting formatting to cause a code style checker error
Michael [Fri, 24 Sep 2021 04:52:34 +0000 (04:52 +0000)]
Last style stuff ...
Michael [Fri, 24 Sep 2021 04:50:47 +0000 (04:50 +0000)]
Style again
Michael [Fri, 24 Sep 2021 04:46:30 +0000 (04:46 +0000)]
Style again
Michael [Fri, 24 Sep 2021 04:35:27 +0000 (04:35 +0000)]
Code style