Commit Graph

30514 Commits

Author SHA1 Message Date
fabrixxm dd1835d15d 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`
2021-05-24 17:08:21 +02:00
Hypolite Petovan 6ef9ccbb97
Merge pull request #10311 from fabrixxm/fix/consoleautoinstall
console autoinstall: handle `-f/--file` as single config file
2021-05-24 10:30:45 -04:00
fabrixxm c45a1d1e4d autoinstall: compact output 2021-05-24 15:27:23 +02:00
fabrixxm 613cdf7ee1 autoinstall: handle `-f/--file` as single config file
as help string says.
2021-05-24 15:21:24 +02:00
Hypolite Petovan cf6f9d6c60
Merge pull request #10310 from annando/issue-10287-again
Issue 10287: Don't show ignored and blocked posts
2021-05-24 07:56:44 -04:00
Michael 32d0d45adf Issue 10287: Don't show ignored and blocked posts 2021-05-24 10:51:21 +00:00
Hypolite Petovan de2c43ce4b
Merge pull request #10294 from annando/http-input-data
New class to process HTTP input data
2021-05-24 06:11:23 -04:00
Hypolite Petovan f3a504ebf3
Merge pull request #10308 from tobiasd/20210524-doc
added #friendica at libera.chat to the community chat rooms
2021-05-24 05:55:50 -04:00
Michael 6e1402f7bd Calling it static 2021-05-24 08:08:01 +00:00
Michael 2ad3959b56 Removing empty line 2021-05-24 07:45:35 +00:00
Michael 3e303fb366 Test file uploads 2021-05-24 07:43:42 +00:00
Tobias Diekershoff 8c9a231299 added #friendica at libera.chat to the community chat rooms 2021-05-24 08:04:17 +02:00
Michael ca5fd01f75 Transmit encoding, deactivated file test 2021-05-24 05:33:34 +00:00
Michael 7b49117801 Return data should be array 2021-05-24 05:22:25 +00:00
Michael db9ebccdc0 File test 2021-05-24 05:14:25 +00:00
Michael 44e2404c63 Fixed content type 2021-05-24 05:11:08 +00:00
Michael d650ea1bde Test without the file 2021-05-24 05:08:13 +00:00
Michael c322a424ad Indentation 2021-05-24 04:58:41 +00:00
Michael c582729eae Whitespace 2021-05-24 04:56:42 +00:00
Michael 3dc5912886 Test with file (will fail) 2021-05-24 04:56:03 +00:00
Michael 70d93d7e4f Reverting previous commit 2021-05-24 04:45:24 +00:00
Michael f151b4571d Media ids with content 2021-05-24 04:42:20 +00:00
Michael e706f82a3c Whitespaces 2021-05-24 04:36:30 +00:00
Michael 436d5b4759 Merge branch 'http-input-data' of github.com:annando/friendica into http-input-data 2021-05-24 04:33:46 +00:00
Michael 49c2431f1f Two (hopefully) easy tests added 2021-05-24 04:33:42 +00:00
Hypolite Petovan 1e00bf430e
Merge pull request #10307 from nupplaphil/bug/some_phpunit_warnings
Fix PHPUnit 8 warnings
2021-05-23 18:50:54 -04:00
Hypolite Petovan a24febb8b6
Merge pull request #10283 from very-ape/fix-message-button
Fix message button using a more targeted approach.
2021-05-23 18:49:21 -04:00
Philipp Holzer a361a1af6a
Replace `assertContains()` for string assertions 2021-05-23 23:16:33 +02:00
Philipp Holzer dda817cad8
Replace `expectExceptionMessageRegExp()` with `expectExceptionMessageMatches()` 2021-05-23 23:09:49 +02:00
Philipp Holzer 15216266d9
Add ContentType Injection for HTTPInputData tests 2021-05-23 22:40:41 +02:00
very-ape 7776c5f690 Implement code changes from review. 2021-05-23 13:25:25 -07:00
Michael a69e128fe4 Merge remote-tracking branch 'upstream/2021.06-rc' into http-input-data 2021-05-23 20:17:50 +00:00
Michael 102e05124d Changed variable type 2021-05-23 19:59:51 +00:00
Michael 2d15587744 coding standards 2021-05-23 19:54:14 +00:00
Michael 4889687659 Set the content type at another location 2021-05-23 19:50:02 +00:00
Michael d758f58ff2 Coding standards 2021-05-23 19:37:31 +00:00
Michael a0c52a8253 Added real test data 2021-05-23 19:34:28 +00:00
Philipp Holzer c064a39341
Adapt tests using a content file 2021-05-23 20:30:27 +02:00
Philipp Holzer a0da84b6b0
Enable testability for HTTPInputData and create a failing test for it :-) 2021-05-23 19:58:09 +02:00
Tobias Diekershoff 280d0ee961
Merge pull request #10305 from annando/warnings
Fix warning "reset() expects parameter 1 to be array, null given"
2021-05-23 18:43:18 +02:00
Michael 4ac68394c3 Fix warning "reset() expects parameter 1 to be array, null given" 2021-05-23 16:37:34 +00:00
Hypolite Petovan 48a783c91a
Merge pull request #10300 from annando/issue-10264
Issue 10264: Remote comments for visitors
2021-05-23 12:00:53 -04:00
Tobias Diekershoff 0ca929dccd
Merge pull request #10304 from annando/fix-emptymissing-photos
Fix missing media on posts to Mastodon
2021-05-23 15:34:34 +02:00
Tobias Diekershoff e2ad000273
Merge pull request #10303 from annando/issue-10232
Issue 10232: Improved search for embedded media links
2021-05-23 15:30:53 +02:00
Michael 36c5e360f6 Fix missing media on posts to Mastodon 2021-05-23 13:29:25 +00:00
Michael b7a7ae58e9 Issue 10232: Improved search for embedded media links 2021-05-23 12:35:05 +00:00
Hypolite Petovan 4d214bd9cb
Merge pull request #10292 from annando/fix-mail
Fix inserting mails
2021-05-23 07:39:00 -04:00
Hypolite Petovan 0238a15809
Merge pull request #10295 from nupplaphil/bug/php7_cs
Fix PHP 7.0 Coding Standards
2021-05-23 07:38:38 -04:00
Michael 050bc673aa Issue 10264: Remote comments for visitors 2021-05-23 10:39:11 +00:00
Tobias Diekershoff edbbaaadea
Merge pull request #10299 from annando/issue-10287
Issue 10287: Make block and ignore work for the API as well
2021-05-23 12:03:01 +02:00