Commit Graph

30555 Commits

Author SHA1 Message Date
Philipp Holzer 8df29bcb7f
Add cache for PHP CS 2021-05-27 22:15:06 +02:00
Philipp Holzer 269129ac4f
Add cache for PHP 8.0 test 2021-05-27 22:12:27 +02:00
Philipp Holzer 3b5e64644b
Add cache for PHP 7.4 test 2021-05-27 22:11:47 +02:00
Philipp Holzer c18622caf9
Add cache for PHP 7.3 test 2021-05-27 22:11:15 +02:00
Hypolite Petovan 7af91bafec
Merge pull request #10324 from annando/issue-10262
Issue 10262: Don't accept BCC posts from non followers
2021-05-27 11:40:14 -04:00
Tobias Diekershoff addb6f068d
Merge pull request #10326 from annando/api-bookmark-thread
API: Only show "bookmarked" on top level post
2021-05-27 13:01:44 +02:00
Michael c076545e3b API: Only show "bookmarked" on top level post 2021-05-27 10:49:15 +00:00
Tobias Diekershoff 1ec18075de
Merge pull request #10325 from annando/api-bookmark
API: Bookmarked posts are starred, not pinned
2021-05-27 10:40:01 +02:00
Michael 8b3884b2de API: Bookmarked posts are starred, not pinned 2021-05-27 07:51:30 +00:00
Michael 403cce25c4 Follower is sharer instead 2021-05-27 04:00:38 +00:00
Michael a3c323b366 Issue 10262: Don't accept BCC posts from non followers 2021-05-26 20:52:39 +00:00
Hypolite Petovan 8c99d3acc1
Merge pull request #10323 from annando/issue-10306
Issue 10306: Improve local delivery
2021-05-26 14:24:24 -04:00
Michael c6a56985a8 Changed comments 2021-05-26 18:15:07 +00:00
Hypolite Petovan 948cf76101
Merge pull request #10322 from tobiasd/2021056-de
DE translation update
2021-05-26 14:12:09 -04:00
Michael 76e6a71822 Setting the post reason 2021-05-26 14:29:50 +00:00
Michael 016911a20c Setting the post reason and causer 2021-05-26 14:21:28 +00:00
Michael 785f8124ed Issue 10306: Improve local delivery 2021-05-26 09:24:37 +00:00
Tobias Diekershoff ecb25a6fd9 DE translation update 2021-05-26 09:07:56 +02:00
Hypolite Petovan 119ec38c60
Merge pull request #10321 from nupplaphil/bug/php7_compl
Downgrading PHP 7.4 incompatible fread/fwrite checks
2021-05-25 14:26:51 -04:00
Philipp Holzer 681f55315b
Downgrading PHP 7.4 incompatible fread/fwrite checks 2021-05-25 20:21:51 +02:00
Tobias Diekershoff 91b474ea6d
Merge pull request #10320 from annando/notice
Avoid notices because of empty fields
2021-05-25 15:25:51 +02:00
Michael ee5209a847 Improved logging 2021-05-25 13:18:48 +00:00
Michael 09f29cd577 Avoid notices because of empty fields 2021-05-25 13:11:23 +00:00
Hypolite Petovan b5bad1ef80
Merge pull request #10319 from tobiasd/20210525-doc
documentation updates
2021-05-25 06:07:05 -04:00
Hypolite Petovan 5b2a006c70
Merge pull request #10317 from nupplaphil/bug/codecov_fix
Re-activate API tests
2021-05-25 06:06:15 -04:00
Hypolite Petovan a98a614f40
Merge pull request #10318 from annando/issue-9926
Separate the char from the binary handling
2021-05-25 06:05:35 -04:00
Tobias Diekershoff 2a0a881192 [DE] added hint about the Mastodon API to the FAQ 2021-05-25 09:42:22 +02:00
Tobias Diekershoff a83fd9100e [DE] added note about the public chat rooms being logged 2021-05-25 09:39:06 +02:00
Tobias Diekershoff 444682e533 added note about the public chat rooms being logged 2021-05-25 09:36:32 +02:00
Tobias Diekershoff 25c1b01e95 added note about the Mastodon API support to the FAW 2021-05-25 09:33:18 +02:00
Philipp Holzer 0aa23b813f
adjusted test case 2021-05-25 09:21:37 +02:00
Philipp Holzer 6428e417db
Split drone steps for readability 2021-05-24 22:37:16 +02:00
Philipp Holzer ea4b066df3
Fix DBA::lock() testability because of "autocommits" 2021-05-24 22:37:16 +02:00
Michael 4d4544ada3 Separate the char from the binary handling 2021-05-24 20:07:39 +00:00
Hypolite Petovan b33eeabca8
Merge pull request #10316 from annando/issue-9926
Issue 9926: Limit the length of data to store in the apcontact table
2021-05-24 15:59:29 -04:00
Michael da8d5f5015 Issue 9926: Limit the length of data to store in the apcontact table 2021-05-24 19:44:24 +00:00
Hypolite Petovan 87c1533516
Merge pull request #10315 from annando/issue-10219
Issue 10219: Don't display follow activities
2021-05-24 14:19:33 -04:00
Michael f00e4c2a4c Issue 10219: Don't display follow activities 2021-05-24 18:04:47 +00:00
Hypolite Petovan 7acdfbba46
Merge pull request #10313 from fabrixxm/fix/vagrant
Update vagrant devbox provisioning
2021-05-24 12:23:41 -04:00
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
Philipp Holzer 10e8c5594d
Fix API tests 2021-05-24 13:47:02 +02:00
Philipp Holzer 1d08b2cb2a
Fix tests 2021-05-24 13:29:57 +02: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