]> git.mxchange.org Git - friendica.git/log
friendica.git
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 agoregen CREDITS for the 2021.09 release:wq
Tobias Diekershoff [Sun, 5 Sep 2021 12:42:45 +0000 (14:42 +0200)]
regen CREDITS for the 2021.09 release:wq

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

2 years agoIssue 10640 - Inverse user display settings
Michael [Wed, 1 Sep 2021 18:29:45 +0000 (18:29 +0000)]
Issue 10640 - Inverse user display settings

2 years agoDE translation updates
Tobias Diekershoff [Wed, 1 Sep 2021 17:44:31 +0000 (19:44 +0200)]
DE translation updates

2 years agoMerge pull request #10650 from nupplaphil/feat/storage_transl
Tobias Diekershoff [Wed, 1 Sep 2021 13:36:02 +0000 (15:36 +0200)]
Merge pull request #10650 from nupplaphil/feat/storage_transl

Improve translation for Storage module

2 years agoUpdate messages.po
Philipp [Wed, 1 Sep 2021 12:02:04 +0000 (14:02 +0200)]
Update messages.po

2 years agoImprove translation for Storage module
Philipp [Wed, 1 Sep 2021 12:00:23 +0000 (14:00 +0200)]
Improve translation for Storage module

2 years agoMerge pull request #10649 from tobiasd/20210901-admintemplate
Michael Vogel [Wed, 1 Sep 2021 09:26:41 +0000 (11:26 +0200)]
Merge pull request #10649 from tobiasd/20210901-admintemplate

missing $ in template

2 years agomissing $ in template
Tobias Diekershoff [Wed, 1 Sep 2021 08:54:56 +0000 (10:54 +0200)]
missing $ in template

The admin/site.tpl file had a missing $ from a variable name thus Smarty
could not compile the template.

2 years agoMerge pull request #10648 from tobiasd/20210901-de
Philipp [Wed, 1 Sep 2021 06:56:31 +0000 (08:56 +0200)]
Merge pull request #10648 from tobiasd/20210901-de

DE translation update

2 years agoDE translation updats
Tobias Diekershoff [Wed, 1 Sep 2021 06:13:17 +0000 (08:13 +0200)]
DE translation updats

2 years agoMerge pull request #10647 from annando/issue-10640-a
Hypolite Petovan [Tue, 31 Aug 2021 20:05:01 +0000 (16:05 -0400)]
Merge pull request #10647 from annando/issue-10640-a

Issue 10640: Some more inversed settings

2 years agoFix variable assignment alignment in Module\Admin\Site
Hypolite Petovan [Tue, 31 Aug 2021 20:01:20 +0000 (16:01 -0400)]
Fix variable assignment alignment in Module\Admin\Site

2 years agoSome more "enable"
Michael [Tue, 31 Aug 2021 19:54:05 +0000 (19:54 +0000)]
Some more "enable"

2 years agoUpdated messages.po
Michael [Tue, 31 Aug 2021 19:28:16 +0000 (19:28 +0000)]
Updated messages.po

2 years agoIssue 10640: Some more inversed settings
Michael [Tue, 31 Aug 2021 19:26:17 +0000 (19:26 +0000)]
Issue 10640: Some more inversed settings

2 years agoMerge pull request #10646 from annando/fix-translation
Tobias Diekershoff [Tue, 31 Aug 2021 07:44:15 +0000 (09:44 +0200)]
Merge pull request #10646 from annando/fix-translation

Fix translations for singular/plural strings

2 years agoMerge pull request #10645 from tobiasd/20210831-de
Michael Vogel [Tue, 31 Aug 2021 06:04:56 +0000 (08:04 +0200)]
Merge pull request #10645 from tobiasd/20210831-de

DE translation updats

2 years agoFix translations for singular/plural strings
Michael [Tue, 31 Aug 2021 05:51:08 +0000 (05:51 +0000)]
Fix translations for singular/plural strings

2 years agoDE translation updats
Tobias Diekershoff [Tue, 31 Aug 2021 05:39:01 +0000 (07:39 +0200)]
DE translation updats

2 years agoMerge pull request #10644 from annando/issue-10640
Hypolite Petovan [Mon, 30 Aug 2021 21:36:52 +0000 (17:36 -0400)]
Merge pull request #10644 from annando/issue-10640

Issue 10640: Use consistent settings to enable protocol support

2 years agoUpdated messages.po
Michael [Mon, 30 Aug 2021 21:18:00 +0000 (21:18 +0000)]
Updated messages.po

2 years agoDisable mail setting when imap support is disabled
Michael [Mon, 30 Aug 2021 21:17:03 +0000 (21:17 +0000)]
Disable mail setting when imap support is disabled

2 years agoUpdated "messages.po"
Michael [Mon, 30 Aug 2021 19:49:13 +0000 (19:49 +0000)]
Updated "messages.po"

2 years agoIssue 10640: Use consistent settings to enable protocol support
Michael [Mon, 30 Aug 2021 19:46:10 +0000 (19:46 +0000)]
Issue 10640: Use consistent settings to enable protocol support

2 years agoMerge pull request #10643 from annando/notices
Hypolite Petovan [Mon, 30 Aug 2021 15:39:47 +0000 (11:39 -0400)]
Merge pull request #10643 from annando/notices

Avoid notices

2 years agoAvoid notices
Michael [Mon, 30 Aug 2021 12:29:09 +0000 (12:29 +0000)]
Avoid notices

2 years agoMerge pull request #10642 from annando/url-change
Hypolite Petovan [Mon, 30 Aug 2021 12:12:10 +0000 (08:12 -0400)]
Merge pull request #10642 from annando/url-change

Set contact to failed when url changed

2 years agoSet contact to failed when url changed
Michael [Sun, 29 Aug 2021 20:25:21 +0000 (20:25 +0000)]
Set contact to failed when url changed

2 years agoMerge pull request #10641 from nupplaphil/bug/http_client
Hypolite Petovan [Sun, 29 Aug 2021 12:22:39 +0000 (08:22 -0400)]
Merge pull request #10641 from nupplaphil/bug/http_client

Fix HTTPClient Errors

2 years agoUpdate messages.po (changed branch)
Philipp [Sun, 29 Aug 2021 12:07:31 +0000 (14:07 +0200)]
Update messages.po (changed branch)

2 years agoFix `http_code` usage in case of failures
Philipp [Sun, 29 Aug 2021 12:05:38 +0000 (14:05 +0200)]
Fix `http_code` usage in case of failures

2 years agoFix https://github.com/friendica/friendica/issues/10473#issuecomment-907749093
Philipp [Sun, 29 Aug 2021 11:56:56 +0000 (13:56 +0200)]
Fix https://github.com/friendica/friendica/issues/10473#issuecomment-907749093

2 years agoAdd test for https://github.com/friendica/friendica/issues/10473#issuecomment-907749093
Philipp [Sun, 29 Aug 2021 11:49:10 +0000 (13:49 +0200)]
Add test for https://github.com/friendica/friendica/issues/10473#issuecomment-907749093

2 years agoCatch TransferExceptions for HTTPClient::finalUrl() in case the headers are empty
Philipp [Sun, 29 Aug 2021 11:37:08 +0000 (13:37 +0200)]
Catch TransferExceptions for HTTPClient::finalUrl() in case the headers are empty

2 years agopump version to 2021.09-rc
Tobias Diekershoff [Sat, 28 Aug 2021 06:46:18 +0000 (08:46 +0200)]
pump version to 2021.09-rc

2 years agoMerge pull request #10637 from nupplaphil/feat/webdav_storage
Hypolite Petovan [Thu, 26 Aug 2021 12:04:29 +0000 (08:04 -0400)]
Merge pull request #10637 from nupplaphil/feat/webdav_storage

PSR-7 Part 4: Add additional Authentication options

2 years ago[WIP] WebDav Storage backend
Philipp [Wed, 25 Aug 2021 21:47:18 +0000 (23:47 +0200)]
[WIP] WebDav Storage backend

2 years agoMerge pull request #10636 from nupplaphil/feat/httpclient_followup
Hypolite Petovan [Wed, 25 Aug 2021 20:01:05 +0000 (16:01 -0400)]
Merge pull request #10636 from nupplaphil/feat/httpclient_followup

PSR-7 Part 3: Post Bugfix & HTTPRequestOptions

2 years agoRename DI::httpRequest() into DI::httpClient()
Philipp [Wed, 25 Aug 2021 19:54:54 +0000 (21:54 +0200)]
Rename DI::httpRequest() into DI::httpClient()