]> git.mxchange.org Git - friendica.git/log
friendica.git
3 years agoMerge pull request #10321 from nupplaphil/bug/php7_compl
Hypolite Petovan [Tue, 25 May 2021 18:26:51 +0000 (14:26 -0400)]
Merge pull request #10321 from nupplaphil/bug/php7_compl

Downgrading PHP 7.4 incompatible fread/fwrite checks

3 years agoDowngrading PHP 7.4 incompatible fread/fwrite checks
Philipp [Tue, 25 May 2021 18:21:51 +0000 (20:21 +0200)]
Downgrading PHP 7.4 incompatible fread/fwrite checks

3 years agoMerge pull request #10320 from annando/notice
Tobias Diekershoff [Tue, 25 May 2021 13:25:51 +0000 (15:25 +0200)]
Merge pull request #10320 from annando/notice

Avoid notices because of empty fields

3 years agoImproved logging
Michael [Tue, 25 May 2021 13:18:48 +0000 (13:18 +0000)]
Improved logging

3 years agoAvoid notices because of empty fields
Michael [Tue, 25 May 2021 13:11:23 +0000 (13:11 +0000)]
Avoid notices because of empty fields

3 years agoMerge pull request #10319 from tobiasd/20210525-doc
Hypolite Petovan [Tue, 25 May 2021 10:07:05 +0000 (06:07 -0400)]
Merge pull request #10319 from tobiasd/20210525-doc

documentation updates

3 years agoMerge pull request #10317 from nupplaphil/bug/codecov_fix
Hypolite Petovan [Tue, 25 May 2021 10:06:15 +0000 (06:06 -0400)]
Merge pull request #10317 from nupplaphil/bug/codecov_fix

Re-activate API tests

3 years agoMerge pull request #10318 from annando/issue-9926
Hypolite Petovan [Tue, 25 May 2021 10:05:35 +0000 (06:05 -0400)]
Merge pull request #10318 from annando/issue-9926

Separate the char from the binary handling

3 years ago[DE] added hint about the Mastodon API to the FAQ
Tobias Diekershoff [Tue, 25 May 2021 07:42:22 +0000 (09:42 +0200)]
[DE] added hint about the Mastodon API to the FAQ

3 years ago[DE] added note about the public chat rooms being logged
Tobias Diekershoff [Tue, 25 May 2021 07:39:06 +0000 (09:39 +0200)]
[DE] added note about the public chat rooms being logged

3 years agoadded note about the public chat rooms being logged
Tobias Diekershoff [Tue, 25 May 2021 07:36:32 +0000 (09:36 +0200)]
added note about the public chat rooms being logged

3 years agoadded note about the Mastodon API support to the FAW
Tobias Diekershoff [Tue, 25 May 2021 07:33:18 +0000 (09:33 +0200)]
added note about the Mastodon API support to the FAW

3 years agoadjusted test case
Philipp [Tue, 25 May 2021 07:21:37 +0000 (09:21 +0200)]
adjusted test case

3 years agoSplit drone steps for readability
Philipp [Mon, 24 May 2021 18:31:10 +0000 (20:31 +0200)]
Split drone steps for readability

3 years agoFix DBA::lock() testability because of "autocommits"
Philipp [Mon, 24 May 2021 18:30:56 +0000 (20:30 +0200)]
Fix DBA::lock() testability because of "autocommits"

3 years agoSeparate the char from the binary handling
Michael [Mon, 24 May 2021 20:07:39 +0000 (20:07 +0000)]
Separate the char from the binary handling

3 years agoMerge pull request #10316 from annando/issue-9926
Hypolite Petovan [Mon, 24 May 2021 19:59:29 +0000 (15:59 -0400)]
Merge pull request #10316 from annando/issue-9926

Issue 9926: Limit the length of data to store in the apcontact table

3 years agoIssue 9926: Limit the length of data to store in the apcontact table
Michael [Mon, 24 May 2021 19:44:24 +0000 (19:44 +0000)]
Issue 9926: Limit the length of data to store in the apcontact table

3 years agoMerge pull request #10315 from annando/issue-10219
Hypolite Petovan [Mon, 24 May 2021 18:19:33 +0000 (14:19 -0400)]
Merge pull request #10315 from annando/issue-10219

Issue 10219: Don't display follow activities

3 years agoIssue 10219: Don't display follow activities
Michael [Mon, 24 May 2021 18:04:47 +0000 (18:04 +0000)]
Issue 10219: Don't display follow activities

3 years agoMerge pull request #10313 from fabrixxm/fix/vagrant
Hypolite Petovan [Mon, 24 May 2021 16:23:41 +0000 (12:23 -0400)]
Merge pull request #10313 from fabrixxm/fix/vagrant

Update vagrant devbox provisioning

3 years agoUpdate vagrant devbox provisioning
fabrixxm [Mon, 24 May 2021 15:06:52 +0000 (17:06 +0200)]
Update vagrant devbox provisioning

- run provisioning script as root
- don't load friendica_test_data.sql which is outdated
- install friendica and create users via console commands
- install cronjob in `/etc/cron.d/friendica` and run as `www-data` user
- force to have "vagrant-vbguest" insstalled. We need updated vbguest
  addins to correctly mount local folder
- add "config.hostname" and "system.ssl_policy" values in
  `local.config.vagrant.php`

3 years agoMerge pull request #10311 from fabrixxm/fix/consoleautoinstall
Hypolite Petovan [Mon, 24 May 2021 14:30:45 +0000 (10:30 -0400)]
Merge pull request #10311 from fabrixxm/fix/consoleautoinstall

console autoinstall: handle `-f/--file` as single config file

3 years agoautoinstall: compact output
fabrixxm [Mon, 24 May 2021 13:27:23 +0000 (15:27 +0200)]
autoinstall: compact output

3 years agoautoinstall: handle `-f/--file` as single config file
fabrixxm [Mon, 24 May 2021 13:13:01 +0000 (15:13 +0200)]
autoinstall: handle `-f/--file` as single config file

as help string says.

3 years agoMerge pull request #10310 from annando/issue-10287-again
Hypolite Petovan [Mon, 24 May 2021 11:56:44 +0000 (07:56 -0400)]
Merge pull request #10310 from annando/issue-10287-again

Issue 10287: Don't show ignored and blocked posts

3 years agoFix API tests
Philipp [Mon, 24 May 2021 11:47:02 +0000 (13:47 +0200)]
Fix API tests

3 years agoFix tests
Philipp [Mon, 24 May 2021 11:29:57 +0000 (13:29 +0200)]
Fix tests

3 years agoIssue 10287: Don't show ignored and blocked posts
Michael [Mon, 24 May 2021 10:51:21 +0000 (10:51 +0000)]
Issue 10287: Don't show ignored and blocked posts

3 years agoMerge pull request #10294 from annando/http-input-data
Hypolite Petovan [Mon, 24 May 2021 10:11:23 +0000 (06:11 -0400)]
Merge pull request #10294 from annando/http-input-data

New class to process HTTP input data

3 years agoMerge pull request #10308 from tobiasd/20210524-doc
Hypolite Petovan [Mon, 24 May 2021 09:55:50 +0000 (05:55 -0400)]
Merge pull request #10308 from tobiasd/20210524-doc

added #friendica at libera.chat to the community chat rooms

3 years agoCalling it static
Michael [Mon, 24 May 2021 08:08:01 +0000 (08:08 +0000)]
Calling it static

3 years agoRemoving empty line
Michael [Mon, 24 May 2021 07:45:35 +0000 (07:45 +0000)]
Removing empty line

3 years agoTest file uploads
Michael [Mon, 24 May 2021 07:43:42 +0000 (07:43 +0000)]
Test file uploads

3 years agoadded #friendica at libera.chat to the community chat rooms
Tobias Diekershoff [Mon, 24 May 2021 06:04:17 +0000 (08:04 +0200)]
added #friendica at libera.chat to the community chat rooms

3 years agoTransmit encoding, deactivated file test
Michael [Mon, 24 May 2021 05:33:34 +0000 (05:33 +0000)]
Transmit encoding, deactivated file test

3 years agoReturn data should be array
Michael [Mon, 24 May 2021 05:22:25 +0000 (05:22 +0000)]
Return data should be array

3 years agoFile test
Michael [Mon, 24 May 2021 05:14:25 +0000 (05:14 +0000)]
File test

3 years agoFixed content type
Michael [Mon, 24 May 2021 05:11:08 +0000 (05:11 +0000)]
Fixed content type

3 years agoTest without the file
Michael [Mon, 24 May 2021 05:08:13 +0000 (05:08 +0000)]
Test without the file

3 years agoIndentation
Michael [Mon, 24 May 2021 04:58:41 +0000 (04:58 +0000)]
Indentation

3 years agoWhitespace
Michael [Mon, 24 May 2021 04:56:42 +0000 (04:56 +0000)]
Whitespace

3 years agoTest with file (will fail)
Michael [Mon, 24 May 2021 04:56:03 +0000 (04:56 +0000)]
Test with file (will fail)

3 years agoReverting previous commit
Michael [Mon, 24 May 2021 04:45:24 +0000 (04:45 +0000)]
Reverting previous commit

3 years agoMedia ids with content
Michael [Mon, 24 May 2021 04:42:20 +0000 (04:42 +0000)]
Media ids with content

3 years agoWhitespaces
Michael [Mon, 24 May 2021 04:36:30 +0000 (04:36 +0000)]
Whitespaces

3 years agoMerge branch 'http-input-data' of github.com:annando/friendica into http-input-data
Michael [Mon, 24 May 2021 04:33:46 +0000 (04:33 +0000)]
Merge branch 'http-input-data' of github.com:annando/friendica into http-input-data

3 years agoTwo (hopefully) easy tests added
Michael [Mon, 24 May 2021 04:33:42 +0000 (04:33 +0000)]
Two (hopefully) easy tests added

3 years agoMerge pull request #10307 from nupplaphil/bug/some_phpunit_warnings
Hypolite Petovan [Sun, 23 May 2021 22:50:54 +0000 (18:50 -0400)]
Merge pull request #10307 from nupplaphil/bug/some_phpunit_warnings

Fix PHPUnit 8 warnings

3 years agoMerge pull request #10283 from very-ape/fix-message-button
Hypolite Petovan [Sun, 23 May 2021 22:49:21 +0000 (18:49 -0400)]
Merge pull request #10283 from very-ape/fix-message-button

Fix message button using a more targeted approach.

3 years agoReplace `assertContains()` for string assertions
Philipp [Sun, 23 May 2021 21:16:33 +0000 (23:16 +0200)]
Replace `assertContains()` for string assertions

3 years agoReplace `expectExceptionMessageRegExp()` with `expectExceptionMessageMatches()`
Philipp [Sun, 23 May 2021 21:09:49 +0000 (23:09 +0200)]
Replace `expectExceptionMessageRegExp()` with `expectExceptionMessageMatches()`

3 years agoAdd ContentType Injection for HTTPInputData tests
Philipp [Sun, 23 May 2021 20:40:41 +0000 (22:40 +0200)]
Add ContentType Injection for HTTPInputData tests

3 years agoImplement code changes from review.
very-ape [Sun, 23 May 2021 20:25:25 +0000 (13:25 -0700)]
Implement code changes from review.

3 years agoMerge remote-tracking branch 'upstream/2021.06-rc' into http-input-data
Michael [Sun, 23 May 2021 20:17:50 +0000 (20:17 +0000)]
Merge remote-tracking branch 'upstream/2021.06-rc' into http-input-data

3 years agoChanged variable type
Michael [Sun, 23 May 2021 19:59:51 +0000 (19:59 +0000)]
Changed variable type

3 years agocoding standards
Michael [Sun, 23 May 2021 19:54:14 +0000 (19:54 +0000)]
coding standards

3 years agoSet the content type at another location
Michael [Sun, 23 May 2021 19:50:02 +0000 (19:50 +0000)]
Set the content type at another location

3 years agoCoding standards
Michael [Sun, 23 May 2021 19:37:31 +0000 (19:37 +0000)]
Coding standards

3 years agoAdded real test data
Michael [Sun, 23 May 2021 19:34:28 +0000 (19:34 +0000)]
Added real test data

3 years agoAdapt tests using a content file
Philipp [Sun, 23 May 2021 18:30:27 +0000 (20:30 +0200)]
Adapt tests using a content file

3 years agoEnable testability for HTTPInputData and create a failing test for it :-)
Philipp [Sun, 23 May 2021 17:58:09 +0000 (19:58 +0200)]
Enable testability for HTTPInputData and create a failing test for it :-)

3 years agoMerge pull request #10305 from annando/warnings
Tobias Diekershoff [Sun, 23 May 2021 16:43:18 +0000 (18:43 +0200)]
Merge pull request #10305 from annando/warnings

Fix warning "reset() expects parameter 1 to be array, null given"

3 years agoFix warning "reset() expects parameter 1 to be array, null given"
Michael [Sun, 23 May 2021 16:37:34 +0000 (16:37 +0000)]
Fix warning "reset() expects parameter 1 to be array, null given"

3 years agoMerge pull request #10300 from annando/issue-10264
Hypolite Petovan [Sun, 23 May 2021 16:00:53 +0000 (12:00 -0400)]
Merge pull request #10300 from annando/issue-10264

Issue 10264: Remote comments for visitors

3 years agoMerge pull request #10304 from annando/fix-emptymissing-photos
Tobias Diekershoff [Sun, 23 May 2021 13:34:34 +0000 (15:34 +0200)]
Merge pull request #10304 from annando/fix-emptymissing-photos

Fix missing media on posts to Mastodon

3 years agoMerge pull request #10303 from annando/issue-10232
Tobias Diekershoff [Sun, 23 May 2021 13:30:53 +0000 (15:30 +0200)]
Merge pull request #10303 from annando/issue-10232

Issue 10232: Improved search for embedded media links

3 years agoFix missing media on posts to Mastodon
Michael [Sun, 23 May 2021 13:29:25 +0000 (13:29 +0000)]
Fix missing media on posts to Mastodon

3 years agoIssue 10232: Improved search for embedded media links
Michael [Sun, 23 May 2021 12:35:05 +0000 (12:35 +0000)]
Issue 10232: Improved search for embedded media links

3 years agoMerge pull request #10292 from annando/fix-mail
Hypolite Petovan [Sun, 23 May 2021 11:39:00 +0000 (07:39 -0400)]
Merge pull request #10292 from annando/fix-mail

Fix inserting mails

3 years agoMerge pull request #10295 from nupplaphil/bug/php7_cs
Hypolite Petovan [Sun, 23 May 2021 11:38:38 +0000 (07:38 -0400)]
Merge pull request #10295 from nupplaphil/bug/php7_cs

Fix PHP 7.0 Coding Standards

3 years agoIssue 10264: Remote comments for visitors
Michael [Sun, 23 May 2021 10:39:11 +0000 (10:39 +0000)]
Issue 10264: Remote comments for visitors

3 years agoMerge pull request #10299 from annando/issue-10287
Tobias Diekershoff [Sun, 23 May 2021 10:03:01 +0000 (12:03 +0200)]
Merge pull request #10299 from annando/issue-10287

Issue 10287: Make block and ignore work for the API as well

3 years agoIssue 10287: Make block and ignore work for the API as well
Michael [Sun, 23 May 2021 08:56:24 +0000 (08:56 +0000)]
Issue 10287: Make block and ignore work for the API as well

3 years agoMerge pull request #10297 from tobiasd/20210523-followuptest
Michael Vogel [Sun, 23 May 2021 07:55:00 +0000 (09:55 +0200)]
Merge pull request #10297 from tobiasd/20210523-followuptest

fix failing test for the installer wizard

3 years agonow...
Tobias Diekershoff [Sun, 23 May 2021 07:47:25 +0000 (09:47 +0200)]
now...

3 years agofix failing test for the installer wizard
Tobias Diekershoff [Sun, 23 May 2021 07:43:02 +0000 (09:43 +0200)]
fix failing test for the installer wizard

3 years agoMerge pull request #10296 from tobiasd/20210522-issue10293
Michael Vogel [Sun, 23 May 2021 06:52:51 +0000 (08:52 +0200)]
Merge pull request #10296 from tobiasd/20210522-issue10293

mention the required function in the install wizard (issue10293)

3 years agoregen messages.po
Tobias Diekershoff [Sun, 23 May 2021 05:50:37 +0000 (07:50 +0200)]
regen messages.po

3 years agoIssue 10293: mention the required function in the error message
Tobias Diekershoff [Sun, 23 May 2021 05:50:32 +0000 (07:50 +0200)]
Issue 10293: mention the required function in the error message

3 years agoUpdate src/Model/Mail.php
Michael Vogel [Sun, 23 May 2021 05:37:17 +0000 (07:37 +0200)]
Update src/Model/Mail.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoMerge branch 'fix-message-button' of https://github.com/very-ape/friendica into fix...
very-ape [Sat, 22 May 2021 22:32:08 +0000 (15:32 -0700)]
Merge branch 'fix-message-button' of https://github.com/very-ape/friendica into fix-message-button

3 years agoReplace $contact with $profile_contact in sidebar function.
very-ape [Sat, 22 May 2021 22:30:46 +0000 (15:30 -0700)]
Replace $contact with $profile_contact in sidebar function.

3 years agoFix PHP 7.0 Coding Standards
Philipp [Sat, 22 May 2021 21:45:15 +0000 (23:45 +0200)]
Fix PHP 7.0 Coding Standards

3 years agoCoding standards again
Michael [Sat, 22 May 2021 20:33:26 +0000 (20:33 +0000)]
Coding standards again

3 years agoCoding standards
Michael [Sat, 22 May 2021 20:31:50 +0000 (20:31 +0000)]
Coding standards

3 years agoCoding standards
Michael [Sat, 22 May 2021 20:29:15 +0000 (20:29 +0000)]
Coding standards

3 years agoMerge remote-tracking branch 'upstream/2021.06-rc' into http-input-data
Michael [Sat, 22 May 2021 20:26:32 +0000 (20:26 +0000)]
Merge remote-tracking branch 'upstream/2021.06-rc' into http-input-data

3 years agoFix inserting mails
Michael [Sat, 22 May 2021 18:20:11 +0000 (18:20 +0000)]
Fix inserting mails

3 years agoMerge pull request #10291 from annando/no-summary
Tobias Diekershoff [Sat, 22 May 2021 16:17:43 +0000 (18:17 +0200)]
Merge pull request #10291 from annando/no-summary

Don't create automated summaries

3 years agoMerge pull request #10290 from annando/notice
Tobias Diekershoff [Sat, 22 May 2021 16:14:17 +0000 (18:14 +0200)]
Merge pull request #10290 from annando/notice

Fixes notice

3 years agoDon't create automated summaries
Michael [Sat, 22 May 2021 16:11:10 +0000 (16:11 +0000)]
Don't create automated summaries

3 years agoFixes "Undefined index: upubkey" by replacing the profile load mechanism
Michael [Sat, 22 May 2021 15:50:05 +0000 (15:50 +0000)]
Fixes "Undefined index: upubkey" by replacing the profile load mechanism

3 years agoFixes notice
Michael [Sat, 22 May 2021 15:41:25 +0000 (15:41 +0000)]
Fixes notice

3 years agoMerge pull request #10288 from annando/mail-uri-id
Tobias Diekershoff [Sat, 22 May 2021 14:38:42 +0000 (16:38 +0200)]
Merge pull request #10288 from annando/mail-uri-id

API: improved mail handling

3 years agoAPI: improved mail handling
Michael [Sat, 22 May 2021 13:37:04 +0000 (13:37 +0000)]
API: improved mail handling

3 years agoMerge pull request #10286 from annando/local-contacts-tombstone
Hypolite Petovan [Sat, 22 May 2021 10:50:07 +0000 (06:50 -0400)]
Merge pull request #10286 from annando/local-contacts-tombstone

Don't delete local tombstone contacts

3 years agoMerge pull request #10284 from very-ape/vier-notifications-fix
Hypolite Petovan [Sat, 22 May 2021 10:47:20 +0000 (06:47 -0400)]
Merge pull request #10284 from very-ape/vier-notifications-fix

[vier] Keep the introductions notification badge from claiming its own line!

3 years agoDon't delete local tombstone contacts
Michael [Sat, 22 May 2021 08:25:30 +0000 (08:25 +0000)]
Don't delete local tombstone contacts

3 years agoMerge branch '2021.06-rc' into fix-message-button
very-ape [Sat, 22 May 2021 06:40:49 +0000 (23:40 -0700)]
Merge branch '2021.06-rc' into fix-message-button