]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoMerge pull request #11250 from nupplaphil/bug/redis_pw
Hypolite Petovan [Wed, 16 Feb 2022 01:15:06 +0000 (20:15 -0500)]
Merge pull request #11250 from nupplaphil/bug/redis_pw

Don't use empty values for redis password and port

2 years agoMerge pull request #11247 from MrPetovan/bug/notices
Michael Vogel [Wed, 16 Feb 2022 00:06:23 +0000 (01:06 +0100)]
Merge pull request #11247 from MrPetovan/bug/notices

Check the existence of the `uid` field before accessing it in Module\Photo

2 years agoadapt test
Philipp [Tue, 15 Feb 2022 22:17:40 +0000 (23:17 +0100)]
adapt test

2 years agoConfig Console Show 'NULL' for null-values
Philipp [Tue, 15 Feb 2022 22:10:41 +0000 (23:10 +0100)]
Config Console Show 'NULL' for null-values

2 years agoDon't use empty, but not null values for redis password and port
Philipp [Tue, 15 Feb 2022 22:04:43 +0000 (23:04 +0100)]
Don't use empty, but not null values for redis password and port

2 years agoCheck the existence of the `uid` field before accessing it in Module\Photo
Hypolite Petovan [Tue, 15 Feb 2022 20:59:35 +0000 (15:59 -0500)]
Check the existence of the `uid` field before accessing it in Module\Photo

- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1039512291

2 years agoMerge pull request #11242 from annando/private-forums
Hypolite Petovan [Tue, 15 Feb 2022 17:06:34 +0000 (12:06 -0500)]
Merge pull request #11242 from annando/private-forums

Private forums are now working via AP

2 years agoDatabase version increased, code simplified
Michael [Tue, 15 Feb 2022 15:44:44 +0000 (15:44 +0000)]
Database version increased, code simplified

2 years agoMerge pull request #11244 from MrPetovan/bug/11232-post-media-order
Michael Vogel [Tue, 15 Feb 2022 15:38:36 +0000 (16:38 +0100)]
Merge pull request #11244 from MrPetovan/bug/11232-post-media-order

Use expected order for post medias

2 years agoMerge pull request #11241 from annando/timing
Hypolite Petovan [Tue, 15 Feb 2022 15:20:04 +0000 (10:20 -0500)]
Merge pull request #11241 from annando/timing

Workaround for timing problems / Avoid a notice in the scheduled posts

2 years agoUse expected order for post medias
Hypolite Petovan [Tue, 15 Feb 2022 14:53:24 +0000 (09:53 -0500)]
Use expected order for post medias

- This fixes the wrong display order of post pictures

2 years agoBlock communication with Diaspora for communities
Michael [Tue, 15 Feb 2022 07:08:02 +0000 (07:08 +0000)]
Block communication with Diaspora for communities

2 years agounset several table fields before distribution
Michael [Tue, 15 Feb 2022 06:21:46 +0000 (06:21 +0000)]
unset several table fields before distribution

2 years agoImprove local forum distribution
Michael [Mon, 14 Feb 2022 22:04:33 +0000 (22:04 +0000)]
Improve local forum distribution

2 years agoFetch the user id when not provided
Michael [Sun, 13 Feb 2022 16:42:43 +0000 (16:42 +0000)]
Fetch the user id when not provided

2 years agoMerge remote-tracking branch 'upstream/develop' into private-forums
Michael [Sun, 13 Feb 2022 07:03:20 +0000 (07:03 +0000)]
Merge remote-tracking branch 'upstream/develop' into private-forums

2 years agoMerge pull request #11240 from annando/thread-completion
Tobias Diekershoff [Sun, 13 Feb 2022 06:51:55 +0000 (07:51 +0100)]
Merge pull request #11240 from annando/thread-completion

Avoid thread completion on activities

2 years agoMerge pull request #11239 from annando/simplify-avatar
Tobias Diekershoff [Sun, 13 Feb 2022 06:45:30 +0000 (07:45 +0100)]
Merge pull request #11239 from annando/simplify-avatar

Simplify author contact fetching

2 years agoNo notifcations for forum / fetch user for fetching content
Michael [Sun, 13 Feb 2022 05:45:06 +0000 (05:45 +0000)]
No notifcations for forum / fetch user for fetching content

2 years agoPrivate forums are now working via ActivityPub
Michael [Sat, 12 Feb 2022 18:38:36 +0000 (18:38 +0000)]
Private forums are now working via ActivityPub

2 years agoWorkaround for timing problems / Avoid a notice in the scheduled posts
Michael Vogel [Sat, 12 Feb 2022 17:27:58 +0000 (18:27 +0100)]
Workaround for timing problems / Avoid a notice in the scheduled posts

2 years agoAvoid thread completion on activities
Michael [Sat, 12 Feb 2022 13:05:56 +0000 (13:05 +0000)]
Avoid thread completion on activities

2 years agoSimplify author contact fetching
Michael [Sat, 12 Feb 2022 10:46:17 +0000 (10:46 +0000)]
Simplify author contact fetching

2 years agoMerge pull request #11237 from tobiasd/20220211-docs
Michael Vogel [Fri, 11 Feb 2022 16:11:44 +0000 (17:11 +0100)]
Merge pull request #11237 from tobiasd/20220211-docs

Contact ex- and import should work with Misskey CSV files as well

2 years agoContact ex- and import should work with Misskey CSV files as well
Tobias Diekershoff [Fri, 11 Feb 2022 12:47:06 +0000 (13:47 +0100)]
Contact ex- and import should work with Misskey CSV files as well

2 years agoMerge pull request #11233 from tobiasd/20220210-adminproxy
Michael Vogel [Thu, 10 Feb 2022 08:31:50 +0000 (09:31 +0100)]
Merge pull request #11233 from tobiasd/20220210-adminproxy

added two help texts in the admin panel site config

2 years agoadded two help texts in the admin panel site config
Tobias Diekershoff [Thu, 10 Feb 2022 08:04:48 +0000 (09:04 +0100)]
added two help texts in the admin panel site config

2 years agoMerge pull request #11230 from annando/account-type
Hypolite Petovan [Thu, 10 Feb 2022 03:23:55 +0000 (22:23 -0500)]
Merge pull request #11230 from annando/account-type

Use "account-type" instead of "page-flags"

2 years agoMerge pull request #11228 from annando/no-db-exception
Hypolite Petovan [Thu, 10 Feb 2022 03:16:56 +0000 (22:16 -0500)]
Merge pull request #11228 from annando/no-db-exception

Don't throw an exception when the database query fails

2 years agoMerge pull request #11227 from annando/show-followers
Hypolite Petovan [Thu, 10 Feb 2022 03:01:33 +0000 (22:01 -0500)]
Merge pull request #11227 from annando/show-followers

Display followers for followers of private forums

2 years agoNew function to add group members from a forum
Michael [Wed, 9 Feb 2022 21:34:25 +0000 (21:34 +0000)]
New function to add group members from a forum

2 years agoNew field for groups that are connected with forums
Michael [Wed, 9 Feb 2022 19:44:10 +0000 (19:44 +0000)]
New field for groups that are connected with forums

2 years agoMerge pull request #11229 from tobiasd/20220209-de
Philipp [Wed, 9 Feb 2022 07:06:19 +0000 (08:06 +0100)]
Merge pull request #11229 from tobiasd/20220209-de

DE translation updats

2 years agoSet "manually-approve" in the update
Michael [Wed, 9 Feb 2022 07:02:06 +0000 (07:02 +0000)]
Set "manually-approve" in the update

2 years agoUse the "contact-type" instead of "forum" or "prv"
Michael [Wed, 9 Feb 2022 06:52:16 +0000 (06:52 +0000)]
Use the "contact-type" instead of "forum" or "prv"

2 years agoDE translation updats
Tobias Diekershoff [Wed, 9 Feb 2022 06:35:02 +0000 (07:35 +0100)]
DE translation updats

2 years agoUse "account-type" instead of "page-flags"
Michael [Wed, 9 Feb 2022 05:56:12 +0000 (05:56 +0000)]
Use "account-type" instead of "page-flags"

2 years agoDon't throw an exception when the database query fails
Michael [Tue, 8 Feb 2022 21:28:42 +0000 (21:28 +0000)]
Don't throw an exception when the database query fails

2 years agoDisplay followers for followers of private forums
Michael [Tue, 8 Feb 2022 21:05:15 +0000 (21:05 +0000)]
Display followers for followers of private forums

2 years agoMerge pull request #11225 from tobiasd/20220208-de
Philipp [Tue, 8 Feb 2022 07:58:13 +0000 (08:58 +0100)]
Merge pull request #11225 from tobiasd/20220208-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Tue, 8 Feb 2022 07:38:29 +0000 (08:38 +0100)]
DE translation updates

2 years agoMerge pull request #11224 from annando/statistics-separator
Hypolite Petovan [Mon, 7 Feb 2022 21:07:11 +0000 (16:07 -0500)]
Merge pull request #11224 from annando/statistics-separator

Use a thousands_separator to improve readability of the federation statistics

2 years agoUse a thousands_separator to improve readability of the federation statistics
Michael [Mon, 7 Feb 2022 19:21:39 +0000 (19:21 +0000)]
Use a thousands_separator to improve readability of the federation statistics

2 years agoMerge pull request #11221 from tobiasd/20220207-changelog
Philipp [Mon, 7 Feb 2022 08:01:04 +0000 (09:01 +0100)]
Merge pull request #11221 from tobiasd/20220207-changelog

forgot to update the CHANGELOG file for the 2022.05-dev phase

2 years agoforgot to update the CHANGELOG file for the 2022.05-dev phase
Tobias Diekershoff [Mon, 7 Feb 2022 07:06:58 +0000 (08:06 +0100)]
forgot to update the CHANGELOG file for the 2022.05-dev phase

2 years agoMerge pull request #11215 from annando/fetch-usage
Tobias Diekershoff [Mon, 7 Feb 2022 06:37:11 +0000 (07:37 +0100)]
Merge pull request #11215 from annando/fetch-usage

Store week, month and halfyear usage / number of posts

2 years agoMore statistics
Michael [Mon, 7 Feb 2022 06:23:49 +0000 (06:23 +0000)]
More statistics

2 years agoShow detailled statistics per platform
Michael [Mon, 7 Feb 2022 06:11:37 +0000 (06:11 +0000)]
Show detailled statistics per platform

2 years agoShow month/halfyear usage
Michael [Mon, 7 Feb 2022 05:29:00 +0000 (05:29 +0000)]
Show month/halfyear usage

2 years agoUpdated database.sql
Michael [Sun, 6 Feb 2022 20:05:29 +0000 (20:05 +0000)]
Updated database.sql

2 years agoMerge remote-tracking branch 'upstream/develop' into fetch-usage
Michael [Sun, 6 Feb 2022 20:04:55 +0000 (20:04 +0000)]
Merge remote-tracking branch 'upstream/develop' into fetch-usage

2 years agoStore wekk/month&halfyear usage / number of posts
Michael [Sun, 6 Feb 2022 20:03:19 +0000 (20:03 +0000)]
Store wekk/month&halfyear usage / number of posts

2 years agopump version to 2022.05-dev
Tobias Diekershoff [Sun, 6 Feb 2022 18:56:31 +0000 (19:56 +0100)]
pump version to 2022.05-dev

2 years agopump version to 2022.02
Tobias Diekershoff [Sun, 6 Feb 2022 18:52:42 +0000 (19:52 +0100)]
pump version to 2022.02

2 years agoupdate the release date in the CHANGELOG file
Tobias Diekershoff [Sun, 6 Feb 2022 18:49:36 +0000 (19:49 +0100)]
update the release date in the CHANGELOG file

2 years agorenew the date in the security.txt file
Tobias Diekershoff [Sun, 6 Feb 2022 18:48:24 +0000 (19:48 +0100)]
renew the date in the security.txt file

2 years agoMerge pull request #11041 from tobiasd/2021.12-CHANGELOG
Tobias Diekershoff [Sun, 6 Feb 2022 18:42:33 +0000 (19:42 +0100)]
Merge pull request #11041 from tobiasd/2021.12-CHANGELOG

2022.02 CHANGELOG

2 years agoMerge pull request #11214 from annando/platform-cleaning
Philipp [Sun, 6 Feb 2022 16:20:32 +0000 (17:20 +0100)]
Merge pull request #11214 from annando/platform-cleaning

Follow-up for PR #11213 - Improved server probing

2 years agoadd AR to the list of languages that received updates
Tobias Diekershoff [Sun, 6 Feb 2022 15:04:33 +0000 (16:04 +0100)]
add AR to the list of languages that received updates

2 years agoSet the timeout to 10 seconds
Michael [Sun, 6 Feb 2022 10:07:18 +0000 (10:07 +0000)]
Set the timeout to 10 seconds

2 years agoDon't assume AP with Wordpress
Michael [Sun, 6 Feb 2022 09:21:14 +0000 (09:21 +0000)]
Don't assume AP with Wordpress

2 years agoEnforce probing
Michael [Sun, 6 Feb 2022 09:03:48 +0000 (09:03 +0000)]
Enforce probing

2 years agomark sites as "phantom" that are up but couldn't be detected
Michael [Sun, 6 Feb 2022 08:02:19 +0000 (08:02 +0000)]
mark sites as "phantom" that are up but couldn't be detected

2 years agoCHANGELOG updates for Feb 6th
Tobias Diekershoff [Sun, 6 Feb 2022 07:31:12 +0000 (08:31 +0100)]
CHANGELOG updates for Feb 6th

2 years agoUse first word as platform / improvements for registered users
Michael [Sun, 6 Feb 2022 05:59:47 +0000 (05:59 +0000)]
Use first word as platform / improvements for registered users

2 years agoOnly display federated servers
Michael [Sun, 6 Feb 2022 05:58:37 +0000 (05:58 +0000)]
Only display federated servers

2 years agoMerge pull request #11213 from annando/platform-cleaning
Hypolite Petovan [Sun, 6 Feb 2022 04:10:04 +0000 (23:10 -0500)]
Merge pull request #11213 from annando/platform-cleaning

Platforms:  only use and show trusted detections

2 years agoPlatforms: only use and show trusted detections
Michael [Sat, 5 Feb 2022 22:14:19 +0000 (22:14 +0000)]
Platforms:  only use and show trusted detections

2 years agoMerge pull request #11209 from annando/issue-10365-Events
Hypolite Petovan [Sat, 5 Feb 2022 17:08:00 +0000 (12:08 -0500)]
Merge pull request #11209 from annando/issue-10365-Events

Issue 10365: Event updates are now processed

2 years agoAdded comment
Michael [Sat, 5 Feb 2022 16:49:21 +0000 (16:49 +0000)]
Added comment

2 years agoCheck for a filled "event-id" field
Michael [Sat, 5 Feb 2022 16:22:21 +0000 (16:22 +0000)]
Check for a filled "event-id" field

2 years agoMerge pull request #11210 from annando/detect-pumpio
Hypolite Petovan [Sat, 5 Feb 2022 15:20:30 +0000 (10:20 -0500)]
Merge pull request #11210 from annando/detect-pumpio

Detect pump.io servers

2 years agoUpdate src/Model/GServer.php
Michael Vogel [Sat, 5 Feb 2022 15:01:04 +0000 (16:01 +0100)]
Update src/Model/GServer.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #11211 from annando/issue-10914-timezone
Hypolite Petovan [Sat, 5 Feb 2022 13:48:48 +0000 (08:48 -0500)]
Merge pull request #11211 from annando/issue-10914-timezone

Issue 10914: Display events in the feed in the author's timezone

2 years agoIssue 10914: Display events in the feed in the author's timezone
Michael [Sat, 5 Feb 2022 11:29:50 +0000 (11:29 +0000)]
Issue 10914: Display events in the feed in the author's timezone

2 years agoDetect pump.io servers
Michael [Sat, 5 Feb 2022 11:25:06 +0000 (11:25 +0000)]
Detect pump.io servers

2 years agoIssue 10365: Event updates are now processed
Michael [Sat, 5 Feb 2022 11:16:50 +0000 (11:16 +0000)]
Issue 10365: Event updates are now processed

2 years agoMerge pull request #11208 from annando/federation-systems
Hypolite Petovan [Fri, 4 Feb 2022 20:50:16 +0000 (15:50 -0500)]
Merge pull request #11208 from annando/federation-systems

More system are added to the federation page

2 years agoMore system are added to the federation page
Michael [Fri, 4 Feb 2022 20:45:27 +0000 (20:45 +0000)]
More system are added to the federation page

2 years agoMerge pull request #11206 from tobiasd/2021.12-credits
Philipp [Fri, 4 Feb 2022 11:39:48 +0000 (12:39 +0100)]
Merge pull request #11206 from tobiasd/2021.12-credits

regen CREDITS for the 2021.12 release

2 years agoregen CREDITS for the 2021.12 release
Tobias Diekershoff [Fri, 4 Feb 2022 08:37:18 +0000 (09:37 +0100)]
regen CREDITS for the 2021.12 release

2 years agoCHANGELOG updates for Feb 4th
Tobias Diekershoff [Fri, 4 Feb 2022 07:07:28 +0000 (08:07 +0100)]
CHANGELOG updates for Feb 4th

2 years agoupdates for January 23rd
Tobias Diekershoff [Sun, 23 Jan 2022 09:05:42 +0000 (10:05 +0100)]
updates for January 23rd

Signed-off-by: Tobias Diekershoff <tobias.diekershoff@gmx.net>
2 years agoupdates for 29th Dec
Tobias Diekershoff [Wed, 29 Dec 2021 14:54:35 +0000 (15:54 +0100)]
updates for 29th Dec

Signed-off-by: Tobias Diekershoff <tobias.diekershoff@gmx.net>
2 years agoupdates for 5th Dec
Tobias Diekershoff [Sun, 5 Dec 2021 08:22:27 +0000 (09:22 +0100)]
updates for 5th Dec

2 years agomore closed issues and a new PHP version required
Tobias Diekershoff [Thu, 2 Dec 2021 07:25:59 +0000 (08:25 +0100)]
more closed issues and a new PHP version required

2 years ago2021.12 CHANGELOG
Tobias Diekershoff [Sun, 28 Nov 2021 08:44:42 +0000 (09:44 +0100)]
2021.12 CHANGELOG

2 years agoMerge pull request #11205 from annando/fix-forum
Philipp [Fri, 4 Feb 2022 06:38:17 +0000 (07:38 +0100)]
Merge pull request #11205 from annando/fix-forum

Fix for PR #11204 - Forums are now correctly detected

2 years agoFix for PR #11204 - Forums are now correctly detected
Michael [Fri, 4 Feb 2022 06:02:21 +0000 (06:02 +0000)]
Fix for PR #11204 - Forums are now correctly detected

2 years agoMerge pull request #11204 from annando/issue-10966
Hypolite Petovan [Thu, 3 Feb 2022 20:35:13 +0000 (15:35 -0500)]
Merge pull request #11204 from annando/issue-10966

Issue 10966: Ignore "only sharer" setting for forum accounts

2 years agoIssue 10966: Ignore "only sharer" setting for forum accounts
Michael [Thu, 3 Feb 2022 20:26:30 +0000 (20:26 +0000)]
Issue 10966: Ignore "only sharer" setting for forum accounts

2 years agoMerge pull request #11200 from annando/issue-11034
Hypolite Petovan [Wed, 2 Feb 2022 10:13:03 +0000 (05:13 -0500)]
Merge pull request #11200 from annando/issue-11034

Issue 11034: Use the profile photo for local users

2 years agoDon't cache local avatars
Michael [Tue, 1 Feb 2022 20:22:40 +0000 (20:22 +0000)]
Don't cache local avatars

2 years agoIssue 11034: Use the profile photo for local users
Michael [Tue, 1 Feb 2022 19:12:33 +0000 (19:12 +0000)]
Issue 11034: Use the profile photo for local users

2 years agoMerge pull request #11199 from MrPetovan/bug/10060-mastodon-hashtag-links
Tobias Diekershoff [Tue, 1 Feb 2022 13:45:14 +0000 (14:45 +0100)]
Merge pull request #11199 from MrPetovan/bug/10060-mastodon-hashtag-links

Add rel="tag" to the HTML Purifier allow list in BBCode::convert

2 years agoAdd rel="tag" to the HTML Purifier allow list in BBCode::convert
Hypolite Petovan [Tue, 1 Feb 2022 13:20:45 +0000 (08:20 -0500)]
Add rel="tag" to the HTML Purifier allow list in BBCode::convert

- This enables Mastodon to recognize hashtag links and prevent unwarranted link previews

2 years agoMerge pull request #11197 from annando/issue-11156
Tobias Diekershoff [Tue, 1 Feb 2022 06:15:12 +0000 (07:15 +0100)]
Merge pull request #11197 from annando/issue-11156

Issue 11156: Display "49+" notifications if there are 50 or more

2 years agoIssue 11156: Display "49+" notifications if there are 50 or more
Michael [Tue, 1 Feb 2022 05:27:11 +0000 (05:27 +0000)]
Issue 11156: Display "49+" notifications if there are 50 or more

2 years agoMerge pull request #11196 from annando/issue-10966-send
Hypolite Petovan [Mon, 31 Jan 2022 11:53:43 +0000 (06:53 -0500)]
Merge pull request #11196 from annando/issue-10966-send

Issue 10966: Perform forum handling with the unified format

2 years ago function documentation clarified
Michael [Mon, 31 Jan 2022 05:47:18 +0000 (05:47 +0000)]
 function documentation clarified