]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoDE translation updates
Tobias Diekershoff [Fri, 1 Oct 2021 15:35:21 +0000 (17:35 +0200)]
DE translation updates

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

2 years agoFixed test error
Michael [Tue, 28 Sep 2021 04:27:24 +0000 (04:27 +0000)]
Fixed test error

2 years agoAdded test
Michael [Tue, 28 Sep 2021 03:36:48 +0000 (03:36 +0000)]
Added test

2 years agoIssue 10772: Avoid duplicated links in AP posts
Michael [Mon, 27 Sep 2021 20:26:08 +0000 (20:26 +0000)]
Issue 10772: Avoid duplicated links in AP posts

2 years agoMerge pull request #10771 from fabrixxm/issue/10766
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

2 years agoFix code style
fabrixxm [Mon, 27 Sep 2021 10:22:08 +0000 (12:22 +0200)]
Fix code style

2 years agoHandle reading empty file in ReversedFileReader
fabrixxm [Mon, 27 Sep 2021 10:14:19 +0000 (12:14 +0200)]
Handle reading empty file in ReversedFileReader

fix #10766

2 years agoMerge pull request #10770 from annando/issue-10768
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

2 years agoRemoving MySQL workaround
Michael [Sun, 26 Sep 2021 18:30:44 +0000 (18:30 +0000)]
Removing MySQL workaround

2 years agoIssue 10768: Avoid MySQL problems when upgrading both index and structure
Michael [Sun, 26 Sep 2021 17:13:26 +0000 (17:13 +0000)]
Issue 10768: Avoid MySQL problems when upgrading both index and structure

2 years agoMerge pull request #10760 from annando/conversation-moved
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

2 years agoMerge pull request #10764 from MrPetovan/bug/notices
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

2 years agoApplied change from PR #10763
Michael [Sun, 26 Sep 2021 12:17:30 +0000 (12:17 +0000)]
Applied change from PR #10763

2 years agoMerge remote-tracking branch 'upstream/develop' into conversation-moved
Michael [Sun, 26 Sep 2021 12:15:22 +0000 (12:15 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-moved

2 years agoCheck for reply existence before using its values in Model\Mail
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

2 years agoEnsure parent exists before adding reply to elements in OStatus and Feed
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

2 years agoMerge pull request #10763 from MrPetovan/task/10745-redir-private-posts
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

2 years agoAnother try ...
Michael [Sun, 26 Sep 2021 04:16:21 +0000 (04:16 +0000)]
Another try ...

2 years agoSpace removed
Michael [Sun, 26 Sep 2021 04:07:02 +0000 (04:07 +0000)]
Space removed

2 years agoRemoved spaces
Michael [Sun, 26 Sep 2021 04:05:46 +0000 (04:05 +0000)]
Removed spaces

2 years agoTesting cs ...
Michael [Sun, 26 Sep 2021 03:59:15 +0000 (03:59 +0000)]
Testing cs ...

2 years agoMerge remote-tracking branch 'upstream/develop' into conversation-moved
Michael [Sun, 26 Sep 2021 03:57:31 +0000 (03:57 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-moved

2 years agoTesting cs
Michael [Sun, 26 Sep 2021 03:54:54 +0000 (03:54 +0000)]
Testing cs

2 years agoMerge pull request #10761 from MrPetovan/task/10734-unfollow-hook
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

2 years agoLimit /redir links to private posts
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

2 years agoAdd new hook to support unfollow contacts on non-native networks
Hypolite Petovan [Thu, 23 Sep 2021 02:56:34 +0000 (22:56 -0400)]
Add new hook to support unfollow contacts on non-native networks

2 years agoMerge pull request #10758 from nupplaphil/bug/drone_chmod
Michael Vogel [Sat, 25 Sep 2021 20:09:42 +0000 (22:09 +0200)]
Merge pull request #10758 from nupplaphil/bug/drone_chmod

Adapt permissions

2 years agoAnd another operator ...
Michael [Sat, 25 Sep 2021 18:53:35 +0000 (18:53 +0000)]
And another operator ...

2 years agotesting one operator less ..
Michael [Sat, 25 Sep 2021 18:50:22 +0000 (18:50 +0000)]
testing one operator less ..

2 years agoUpdated messages.po
Michael [Sat, 25 Sep 2021 18:45:32 +0000 (18:45 +0000)]
Updated messages.po

2 years agoChange code style rules
Michael [Sat, 25 Sep 2021 18:40:11 +0000 (18:40 +0000)]
Change code style rules

2 years agoMerge remote-tracking branch 'upstream/develop' into conversation-moved
Michael [Sat, 25 Sep 2021 18:38:50 +0000 (18:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into conversation-moved

2 years agoUpdate messages.po (new version)
Philipp [Sat, 25 Sep 2021 18:18:01 +0000 (20:18 +0200)]
Update messages.po (new version)

2 years agoAdapt permissions
Philipp [Sat, 25 Sep 2021 18:08:42 +0000 (20:08 +0200)]
Adapt permissions

2 years agoopened CHANGELOG for 2021.12
Tobias Diekershoff [Sat, 25 Sep 2021 17:22:11 +0000 (19:22 +0200)]
opened CHANGELOG for 2021.12

2 years agopumped version to 2021.12-dev
Tobias Diekershoff [Sat, 25 Sep 2021 17:21:35 +0000 (19:21 +0200)]
pumped version to 2021.12-dev

2 years agoset the version of Friendica to 2021.09
Tobias Diekershoff [Sat, 25 Sep 2021 17:18:27 +0000 (19:18 +0200)]
set the version of Friendica to 2021.09

2 years agoCHANGELOG set release date
Tobias Diekershoff [Sat, 25 Sep 2021 17:16:41 +0000 (19:16 +0200)]
CHANGELOG set release date

2 years agoMerge pull request #10621 from tobiasd/2021.09-CHANGELOG
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

2 years agoPartly reverting formatting to cause a code style checker error
Michael [Sat, 25 Sep 2021 08:06:38 +0000 (08:06 +0000)]
Partly reverting formatting to cause a code style checker error

2 years agoLast style stuff ...
Michael [Fri, 24 Sep 2021 04:52:34 +0000 (04:52 +0000)]
Last style stuff ...

2 years agoStyle again
Michael [Fri, 24 Sep 2021 04:50:47 +0000 (04:50 +0000)]
Style again

2 years agoStyle again
Michael [Fri, 24 Sep 2021 04:46:30 +0000 (04:46 +0000)]
Style again

2 years agoCode style
Michael [Fri, 24 Sep 2021 04:35:27 +0000 (04:35 +0000)]
Code style

2 years agoReformatting
Michael [Thu, 23 Sep 2021 21:53:52 +0000 (21:53 +0000)]
Reformatting

2 years agoUpdated "messages.po"
Michael [Thu, 23 Sep 2021 21:34:22 +0000 (21:34 +0000)]
Updated "messages.po"

2 years agoMoved functions
Michael [Thu, 23 Sep 2021 21:29:36 +0000 (21:29 +0000)]
Moved functions

2 years agoThe conversation functionality moved to a class
Michael [Thu, 23 Sep 2021 21:18:36 +0000 (21:18 +0000)]
The conversation functionality moved to a class

2 years agoMerge pull request #10748 from MrPetovan/task/10740-json-ld-debug
Michael Vogel [Thu, 23 Sep 2021 15:50:43 +0000 (17:50 +0200)]
Merge pull request #10748 from MrPetovan/task/10740-json-ld-debug

Improve compacting error logging in Util\JsonLD

2 years agoMerge pull request #10749 from tobiasd/20210923-ru
Hypolite Petovan [Thu, 23 Sep 2021 15:30:29 +0000 (11:30 -0400)]
Merge pull request #10749 from tobiasd/20210923-ru

RU translation updates THX Alexander An

2 years agoRU translation updates THX Alexander An
Tobias Diekershoff [Thu, 23 Sep 2021 15:13:48 +0000 (17:13 +0200)]
RU translation updates THX Alexander An

2 years agoImprove compacting error logging in Util\JsonLD
Hypolite Petovan [Thu, 23 Sep 2021 03:09:46 +0000 (23:09 -0400)]
Improve compacting error logging in Util\JsonLD

- Exceptions thrown by friendica/json-ld are nested and their string representation shows all the exception chain

2 years agoMerge pull request #10743 from annando/warning
Hypolite Petovan [Wed, 22 Sep 2021 11:47:57 +0000 (07:47 -0400)]
Merge pull request #10743 from annando/warning

Avoid warning when fetching page data

2 years agoLog unexpected value
Michael [Wed, 22 Sep 2021 03:25:01 +0000 (03:25 +0000)]
Log unexpected value

2 years agoAVoid warning when fetching page data
Michael [Wed, 22 Sep 2021 02:41:24 +0000 (02:41 +0000)]
AVoid warning when fetching page data

2 years ago2021.09 CHANGELOG one numbered issue more is closed
Tobias Diekershoff [Tue, 21 Sep 2021 16:55:18 +0000 (18:55 +0200)]
2021.09 CHANGELOG one numbered issue more is closed

2 years ago2021.09 CHANGELOG another bug fixed
Tobias Diekershoff [Mon, 20 Sep 2021 06:02:56 +0000 (08:02 +0200)]
2021.09 CHANGELOG another bug fixed

2 years agoMerge pull request #10730 from annando/public-contact-list
Hypolite Petovan [Sun, 19 Sep 2021 21:32:51 +0000 (17:32 -0400)]
Merge pull request #10730 from annando/public-contact-list

Display the public contacts for profile visitors

2 years agoMerge pull request #10733 from nupplaphil/feat/drone_checks
Michael Vogel [Sun, 19 Sep 2021 18:08:01 +0000 (20:08 +0200)]
Merge pull request #10733 from nupplaphil/feat/drone_checks

Drone: Add database version check

2 years agoRenamed variable
Michael [Sun, 19 Sep 2021 17:56:44 +0000 (17:56 +0000)]
Renamed variable

2 years agoAdd database version check
Philipp [Sun, 19 Sep 2021 11:30:45 +0000 (13:30 +0200)]
Add database version check

2 years agoMerge pull request #10731 from annando/profile-writable
Hypolite Petovan [Sun, 19 Sep 2021 14:13:36 +0000 (10:13 -0400)]
Merge pull request #10731 from annando/profile-writable

Make posts on the profile page writable

2 years agoMake posts on the profile page writable
Michael [Sun, 19 Sep 2021 10:53:19 +0000 (10:53 +0000)]
Make posts on the profile page writable

2 years agoDisplay the public contacts for profile visitors
Michael [Sun, 19 Sep 2021 10:06:42 +0000 (10:06 +0000)]
Display the public contacts for profile visitors

2 years ago2021.09 CHANGELOG PHP7.3 was a misunderstanding, min version is 7.2
Tobias Diekershoff [Sun, 19 Sep 2021 09:03:35 +0000 (11:03 +0200)]
2021.09 CHANGELOG PHP7.3 was a misunderstanding, min version is 7.2

2 years ago2021.09 CHANGELOG some more work has been done
Tobias Diekershoff [Sat, 18 Sep 2021 13:50:14 +0000 (15:50 +0200)]
2021.09 CHANGELOG some more work has been done

2 years ago2021.09 CHANGELOG bumped PHP version to 7.3 see #10715
Tobias Diekershoff [Sat, 18 Sep 2021 13:15:37 +0000 (15:15 +0200)]
2021.09 CHANGELOG bumped PHP version to 7.3 see #10715

2 years ago2021.09 CHANGELOG more issues closed
Tobias Diekershoff [Sat, 18 Sep 2021 11:02:08 +0000 (13:02 +0200)]
2021.09 CHANGELOG more issues closed

2 years ago2021.09 CHANGELOG some work on translations has been done
Tobias Diekershoff [Mon, 13 Sep 2021 12:16:25 +0000 (14:16 +0200)]
2021.09 CHANGELOG some work on translations has been done

2 years ago2021.09 CHANGELOG some work on translations has been done, closed issues
Tobias Diekershoff [Mon, 13 Sep 2021 07:48:14 +0000 (09:48 +0200)]
2021.09 CHANGELOG some work on translations has been done, closed issues

2 years ago2021.09 CHANGELOG some work on translations has been done
Tobias Diekershoff [Sun, 5 Sep 2021 06:10:29 +0000 (08:10 +0200)]
2021.09 CHANGELOG some work on translations has been done

2 years agoCHANGELOG wording of some labels unified
Tobias Diekershoff [Thu, 2 Sep 2021 07:17:55 +0000 (09:17 +0200)]
CHANGELOG wording of some labels unified