]> git.mxchange.org Git - friendica.git/log
friendica.git
9 months agoLanguage selector added, "channel" is now "channels"
Michael [Sun, 3 Sep 2023 12:54:25 +0000 (12:54 +0000)]
Language selector added, "channel" is now "channels"

9 months agoFixed spelling
Michael [Sun, 3 Sep 2023 08:53:44 +0000 (08:53 +0000)]
Fixed spelling

9 months agoImproved language detection
Michael [Sun, 3 Sep 2023 08:44:17 +0000 (08:44 +0000)]
Improved language detection

9 months agoChannels in your language
Michael [Sun, 3 Sep 2023 05:23:49 +0000 (05:23 +0000)]
Channels in your language

9 months agoThe language is now stored as well
Michael [Sun, 3 Sep 2023 04:20:09 +0000 (04:20 +0000)]
The language is now stored as well

9 months agoSimplified call
Michael [Sun, 3 Sep 2023 03:46:19 +0000 (03:46 +0000)]
Simplified call

9 months agoAcesskeys updated
Michael [Sun, 3 Sep 2023 03:40:54 +0000 (03:40 +0000)]
Acesskeys updated

9 months agoSome more class changes
Michael [Sun, 3 Sep 2023 03:35:10 +0000 (03:35 +0000)]
Some more class changes

9 months agoDBA is now replaced
Michael [Sat, 2 Sep 2023 21:48:55 +0000 (21:48 +0000)]
DBA is now replaced

9 months agoDI is now removed
Michael [Sat, 2 Sep 2023 21:37:02 +0000 (21:37 +0000)]
DI is now removed

9 months agoTest code removed
Michael [Sat, 2 Sep 2023 19:42:20 +0000 (19:42 +0000)]
Test code removed

9 months agoFix code standards
Michael [Sat, 2 Sep 2023 19:37:20 +0000 (19:37 +0000)]
Fix code standards

9 months agoMore code simplification
Michael [Sat, 2 Sep 2023 19:32:43 +0000 (19:32 +0000)]
More code simplification

9 months agoSimplified code
Michael [Sat, 2 Sep 2023 19:28:54 +0000 (19:28 +0000)]
Simplified code

9 months agoUse $request / changed icon
Michael [Sat, 2 Sep 2023 19:16:48 +0000 (19:16 +0000)]
Use $request / changed icon

9 months agoDon't show contacts that we ignore or block
Michael [Sat, 2 Sep 2023 16:16:56 +0000 (16:16 +0000)]
Don't show contacts that we ignore or block

9 months agoCode standards
Michael [Sat, 2 Sep 2023 15:55:50 +0000 (15:55 +0000)]
Code standards

9 months agoChannels for audio, video and images
Michael [Sat, 2 Sep 2023 15:52:53 +0000 (15:52 +0000)]
Channels for audio, video and images

9 months agoUse the owner, not the author
Michael [Sat, 2 Sep 2023 14:19:52 +0000 (14:19 +0000)]
Use the owner, not the author

9 months agoUse activitites and remove unused config
Michael [Sat, 2 Sep 2023 13:56:54 +0000 (13:56 +0000)]
Use activitites and remove unused config

9 months ago"For you" now respects the "notify new posts" setting
Michael [Sat, 2 Sep 2023 13:14:54 +0000 (13:14 +0000)]
"For you" now respects the "notify new posts" setting

9 months agoUse a hopefully better "for you" algorithm
Michael [Sat, 2 Sep 2023 12:47:48 +0000 (12:47 +0000)]
Use a hopefully better "for you" algorithm

9 months agoFix Code Standards
Michael [Sat, 2 Sep 2023 10:21:23 +0000 (10:21 +0000)]
Fix Code Standards

9 months agoUse group posts for channels
Michael [Sat, 2 Sep 2023 06:38:05 +0000 (06:38 +0000)]
Use group posts for channels

9 months agoUpdated messages.po
Michael [Sat, 2 Sep 2023 05:36:32 +0000 (05:36 +0000)]
Updated messages.po

9 months agoUpdate function / rearrange tab order
Michael [Sat, 2 Sep 2023 05:22:44 +0000 (05:22 +0000)]
Update function / rearrange tab order

9 months agoEnable automatic updates
Michael [Sat, 2 Sep 2023 05:07:50 +0000 (05:07 +0000)]
Enable automatic updates

9 months agoFix date time format calculation
Michael [Fri, 1 Sep 2023 23:47:29 +0000 (23:47 +0000)]
Fix date time format calculation

9 months agoCode standards
Michael [Fri, 1 Sep 2023 22:36:47 +0000 (22:36 +0000)]
Code standards

9 months agoChanged defaults.config.php
Michael [Fri, 1 Sep 2023 22:32:41 +0000 (22:32 +0000)]
Changed defaults.config.php

9 months agoConfiguration is now stored in the "channel" section
Michael [Fri, 1 Sep 2023 22:28:25 +0000 (22:28 +0000)]
Configuration is now stored in the "channel" section

9 months agoChannels are a new way to see different content
Michael [Fri, 1 Sep 2023 21:56:59 +0000 (21:56 +0000)]
Channels are a new way to see different content

9 months agoMerge pull request #13387 from annando/relation-score
Hypolite Petovan [Wed, 30 Aug 2023 20:04:05 +0000 (16:04 -0400)]
Merge pull request #13387 from annando/relation-score

Calculate the interaction score

9 months agoCalculate the interaction score
Michael [Wed, 30 Aug 2023 19:17:42 +0000 (19:17 +0000)]
Calculate the interaction score

10 months agoMerge pull request #13385 from MrPetovan/bug/fatal-errors
Michael Vogel [Mon, 28 Aug 2023 19:55:45 +0000 (21:55 +0200)]
Merge pull request #13385 from MrPetovan/bug/fatal-errors

Fix reference to Entity\LocalRelationship class after simplifying `use` statement in Contact\Profile

10 months agoFix reference to Entity\LocalRelationship class after simplifying `use` statement...
Hypolite Petovan [Mon, 28 Aug 2023 17:30:01 +0000 (13:30 -0400)]
Fix reference to Entity\LocalRelationship class after simplifying `use` statement in Contact\Profile

- Address https://github.com/friendica/friendica/issues/13156#issuecomment-1696009068

10 months agoMerge pull request #13383 from annando/baseurl
Hypolite Petovan [Mon, 28 Aug 2023 16:31:23 +0000 (12:31 -0400)]
Merge pull request #13383 from annando/baseurl

Improve the fetching of the contact's baseurl

10 months agoMerge remote-tracking branch 'upstream/develop' into baseurl
Michael [Mon, 28 Aug 2023 15:24:20 +0000 (15:24 +0000)]
Merge remote-tracking branch 'upstream/develop' into baseurl

10 months agoMerge pull request #13382 from annando/subscription
Hypolite Petovan [Mon, 28 Aug 2023 14:42:09 +0000 (10:42 -0400)]
Merge pull request #13382 from annando/subscription

Store and display the subscribed tags per post

10 months agoFix indentation
Michael [Mon, 28 Aug 2023 14:14:07 +0000 (14:14 +0000)]
Fix indentation

10 months agoMerge pull request #13375 from MrPetovan/bug/empty-timeline
Michael Vogel [Mon, 28 Aug 2023 04:44:20 +0000 (06:44 +0200)]
Merge pull request #13375 from MrPetovan/bug/empty-timeline

Fix user moderation conditions in network-thread-view and network-item-view

10 months agoUpdated messages.po
Michael [Mon, 28 Aug 2023 04:37:54 +0000 (04:37 +0000)]
Updated messages.po

10 months agoMerge remote-tracking branch 'upstream/develop' into subscription
Michael [Mon, 28 Aug 2023 04:15:37 +0000 (04:15 +0000)]
Merge remote-tracking branch 'upstream/develop' into subscription

10 months agoImprove the fetching of the contact's baseurl
Michael [Mon, 28 Aug 2023 04:09:49 +0000 (04:09 +0000)]
Improve the fetching of the contact's baseurl

10 months agoStore and display the subscribed tags
Michael [Mon, 28 Aug 2023 04:05:52 +0000 (04:05 +0000)]
Store and display the subscribed tags

10 months agoMerge pull request #13376 from MrPetovan/task/13369-ignore-server-host
Michael Vogel [Fri, 25 Aug 2023 22:10:08 +0000 (00:10 +0200)]
Merge pull request #13376 from MrPetovan/task/13369-ignore-server-host

Replace author name by server host in Ignore Server labels

10 months agoMerge pull request #13368 from MrPetovan/bug/13367-post-plink
Michael Vogel [Fri, 25 Aug 2023 22:03:45 +0000 (00:03 +0200)]
Merge pull request #13368 from MrPetovan/bug/13367-post-plink

Replace reference to post plink by author base URL

10 months agoUpdate main translation file after updating a string
Hypolite Petovan [Thu, 24 Aug 2023 13:47:18 +0000 (09:47 -0400)]
Update main translation file after updating a string

10 months agoReplace author name by server host in Ignore Server labels
Hypolite Petovan [Thu, 24 Aug 2023 13:29:15 +0000 (09:29 -0400)]
Replace author name by server host in Ignore Server labels

10 months agoReplace reference to post plink by author base URL
Hypolite Petovan [Mon, 21 Aug 2023 16:07:42 +0000 (12:07 -0400)]
Replace reference to post plink by author base URL

- This is more reliably used to show the Ignore Author Server link

10 months ago[Database 1529] Add author baseurl to post-user-view
Hypolite Petovan [Thu, 24 Aug 2023 11:48:35 +0000 (07:48 -0400)]
[Database 1529] Add author baseurl to post-user-view

- Explicit the contact.baseurl and contact.gsid caveat

10 months agoFix user moderation conditions in network-thread-view and network-item-view
Hypolite Petovan [Thu, 24 Aug 2023 12:57:25 +0000 (08:57 -0400)]
Fix user moderation conditions in network-thread-view and network-item-view

- This was causing the network timeline to be empty if all the top-level authors were blocked or ignored

10 months agoMerge pull request #13377 from nupplaphil/fix/message
Hypolite Petovan [Thu, 24 Aug 2023 23:17:21 +0000 (19:17 -0400)]
Merge pull request #13377 from nupplaphil/fix/message

Update messages.po

10 months agoUpdate messages.po
Philipp [Thu, 24 Aug 2023 18:47:49 +0000 (20:47 +0200)]
Update messages.po

10 months agoMerge pull request #13371 from MrPetovan/bug/13370-empty-gsid
Michael Vogel [Tue, 22 Aug 2023 20:13:49 +0000 (22:13 +0200)]
Merge pull request #13371 from MrPetovan/bug/13370-empty-gsid

Skip server ignored check when contact gsid is empty in Module\Contact\Profile

10 months agoMerge pull request #13372 from MrPetovan/bug/13365-repost-post-rules
Michael Vogel [Tue, 22 Aug 2023 20:08:41 +0000 (22:08 +0200)]
Merge pull request #13372 from MrPetovan/bug/13365-repost-post-rules

Fix variable name in constructor in Repository\Report

10 months agoMerge pull request #13374 from friendica/update-htaccess
Michael Vogel [Tue, 22 Aug 2023 20:06:10 +0000 (22:06 +0200)]
Merge pull request #13374 from friendica/update-htaccess

Add .htaccess file to exclusion list in Update.md

10 months agoAdd .htaccess file to exclusion list in Update.md
Hypolite Petovan [Tue, 22 Aug 2023 14:28:34 +0000 (10:28 -0400)]
Add .htaccess file to exclusion list in Update.md

10 months agoFix variable name in constructor in Repository\Report
Hypolite Petovan [Tue, 22 Aug 2023 12:50:16 +0000 (08:50 -0400)]
Fix variable name in constructor in Repository\Report

10 months agoSkip server ignored check when contact gsid is empty in Module\Contact\Profile
Hypolite Petovan [Tue, 22 Aug 2023 12:38:12 +0000 (08:38 -0400)]
Skip server ignored check when contact gsid is empty in Module\Contact\Profile

10 months agoMerge pull request #13364 from MrPetovan/bug/missing-user-gserver.gsid-key
Michael Vogel [Mon, 21 Aug 2023 12:41:49 +0000 (14:41 +0200)]
Merge pull request #13364 from MrPetovan/bug/missing-user-gserver.gsid-key

[Database 1528] Add expected index for foreign key user-gserver.gsid

10 months ago[Database 1528] Add expected index for foreign key user-gserver.gsid
Hypolite Petovan [Mon, 21 Aug 2023 12:07:10 +0000 (08:07 -0400)]
[Database 1528] Add expected index for foreign key user-gserver.gsid

10 months agoDon't update user.username from an empty profile.name in 1525 update
Hypolite Petovan [Sun, 20 Aug 2023 19:12:02 +0000 (15:12 -0400)]
Don't update user.username from an empty profile.name in 1525 update

10 months agoMerge pull request #13288 from MrPetovan/task/user-server-block
Michael Vogel [Sun, 20 Aug 2023 18:41:17 +0000 (20:41 +0200)]
Merge pull request #13288 from MrPetovan/task/user-server-block

Add Ignore Author Server button to post actions

10 months agoUpdated main translation file after adding several strings
Hypolite Petovan [Sun, 16 Jul 2023 21:49:51 +0000 (17:49 -0400)]
Updated main translation file after adding several strings

10 months ago[vier] Add mute author server link in photo menu
Hypolite Petovan [Tue, 25 Jul 2023 11:18:58 +0000 (13:18 +0200)]
[vier] Add mute author server link in photo menu

10 months agoImplement ignored server block in conversations
Hypolite Petovan [Sat, 12 Aug 2023 08:11:10 +0000 (10:11 +0200)]
Implement ignored server block in conversations

- Add server ignore status in contact profile page
- Add new reason in DisplayNotFound exception page

10 months ago[Database 1527] Add required gsid fields to post-user-view, post-thread-user-view...
Hypolite Petovan [Tue, 18 Jul 2023 01:29:45 +0000 (21:29 -0400)]
[Database 1527] Add required gsid fields to post-user-view, post-thread-user-view, post-view and  post-thread-view

10 months agoAdd user settings page to manage remote server settings
Hypolite Petovan [Sun, 16 Jul 2023 21:26:31 +0000 (17:26 -0400)]
Add user settings page to manage remote server settings

10 months ago[frio] Add Mute Author Server button to post actions
Hypolite Petovan [Sun, 9 Jul 2023 20:14:53 +0000 (16:14 -0400)]
[frio] Add Mute Author Server button to post actions

10 months ago[Database 1526] Add new user-gserver table
Hypolite Petovan [Sun, 9 Jul 2023 19:56:09 +0000 (15:56 -0400)]
[Database 1526] Add new user-gserver table

- Add Entity, Collection, Factory and Repository classes for it

10 months agoCreate DDD classes for gserver class
Hypolite Petovan [Sun, 16 Jul 2023 21:25:57 +0000 (17:25 -0400)]
Create DDD classes for gserver class

10 months agoFix DisplayNotFound page
Hypolite Petovan [Tue, 18 Jul 2023 02:55:46 +0000 (22:55 -0400)]
Fix DisplayNotFound page

- Add another condition earlier in Module\Item\Display
- Separate reasons in individual translation strings

10 months agoRemove DI dependency from Module\Contact\Profile
Hypolite Petovan [Mon, 24 Jul 2023 09:05:36 +0000 (11:05 +0200)]
Remove DI dependency from Module\Contact\Profile

10 months agoMerge pull request #13339 from MrPetovan/task/13332-deprecate-profile-name
Michael Vogel [Sun, 20 Aug 2023 18:18:47 +0000 (20:18 +0200)]
Merge pull request #13339 from MrPetovan/task/13332-deprecate-profile-name

Deprecate profile.name in favor of user.username

10 months agoUpdated main translation file after changing a couple strings
Hypolite Petovan [Thu, 10 Aug 2023 23:18:42 +0000 (01:18 +0200)]
Updated main translation file after changing a couple strings

10 months ago[Database 1525] Deprecate profile.name in favor of user.username
Hypolite Petovan [Thu, 10 Aug 2023 23:04:08 +0000 (01:04 +0200)]
[Database 1525] Deprecate profile.name in favor of user.username

10 months agoReplace references to profile.name by user.username
Hypolite Petovan [Thu, 10 Aug 2023 23:05:02 +0000 (01:05 +0200)]
Replace references to profile.name by user.username

10 months agoRemove DI dependency from Module\Settings\Profile\Index
Hypolite Petovan [Thu, 10 Aug 2023 22:46:27 +0000 (00:46 +0200)]
Remove DI dependency from Module\Settings\Profile\Index

- Replace obsolete base settings/profile/index template by vier version
- Group translation labels in settings/profile/index template variables

10 months agoMerge pull request #13361 from annando/gptbot
Hypolite Petovan [Sun, 20 Aug 2023 15:29:44 +0000 (11:29 -0400)]
Merge pull request #13361 from annando/gptbot

GPTBot added to the default robots.txt

10 months agoMerge pull request #13360 from annando/issue-12815
Hypolite Petovan [Sun, 20 Aug 2023 12:53:30 +0000 (08:53 -0400)]
Merge pull request #13360 from annando/issue-12815

Issue 12815: JsonLD parsing problems with data-integrity

10 months agoGPTBot added to the default robots.txt
Michael [Sun, 20 Aug 2023 12:41:42 +0000 (12:41 +0000)]
GPTBot added to the default robots.txt

10 months agoResture previous state
Michael [Sun, 20 Aug 2023 12:39:05 +0000 (12:39 +0000)]
Resture previous state

10 months agoAdded another context
Michael [Sun, 20 Aug 2023 12:13:25 +0000 (12:13 +0000)]
Added another context

10 months agoIssue 12815: JsonLD parsing problems with data-integrity
Michael [Sun, 20 Aug 2023 05:57:39 +0000 (05:57 +0000)]
Issue 12815: JsonLD parsing problems with data-integrity

10 months agoMerge pull request #13356 from MrPetovan/bug/13355-mastodon_banner
Michael Vogel [Sat, 19 Aug 2023 06:06:30 +0000 (08:06 +0200)]
Merge pull request #13356 from MrPetovan/bug/13355-mastodon_banner

Replace remaining references to default banner image by `api.mastodon_banner` configuration value

10 months agoReplace remaining references to default banner image by api.mastodon_banner configura...
Hypolite Petovan [Thu, 17 Aug 2023 11:35:19 +0000 (07:35 -0400)]
Replace remaining references to default banner image by api.mastodon_banner configuration value

- Ensure leading slash is present at every place the configuration value is used

10 months agoMove default header image credits to static/defaults.config.php
Hypolite Petovan [Thu, 17 Aug 2023 11:28:17 +0000 (07:28 -0400)]
Move default header image credits to static/defaults.config.php

10 months agoMerge pull request #13175 from HankG/mastodon-api-reshare-fixes
Hypolite Petovan [Wed, 16 Aug 2023 18:55:33 +0000 (14:55 -0400)]
Merge pull request #13175 from HankG/mastodon-api-reshare-fixes

Mastodon api reshare fixes

10 months agoRevert Post::selectOriginal to original logic
Hank Grabowski [Wed, 16 Aug 2023 18:37:24 +0000 (14:37 -0400)]
Revert Post::selectOriginal to original logic

10 months agoMerge pull request #13351 from annando/textarea
Hypolite Petovan [Tue, 15 Aug 2023 20:30:16 +0000 (16:30 -0400)]
Merge pull request #13351 from annando/textarea

New parameter for textareas to make them readonly

10 months agoNew parameter for textareas to make them readonly
Michael [Tue, 15 Aug 2023 20:22:15 +0000 (20:22 +0000)]
New parameter for textareas to make them readonly

10 months agoAdd PR and Issue Numbers for TODO for createFromUriId hack in Mastodon API
Hank Grabowski [Tue, 15 Aug 2023 19:23:31 +0000 (15:23 -0400)]
Add PR and Issue Numbers for TODO for createFromUriId hack in Mastodon API

10 months agoMerge branch 'friendica:develop' into mastodon-api-reshare-fixes
Hank G [Tue, 15 Aug 2023 15:57:28 +0000 (11:57 -0400)]
Merge branch 'friendica:develop' into mastodon-api-reshare-fixes

10 months agoMerge pull request #13346 from MrPetovan/bug/13343-add-message-id
Michael Vogel [Tue, 15 Aug 2023 12:08:29 +0000 (14:08 +0200)]
Merge pull request #13346 from MrPetovan/bug/13343-add-message-id

Add a Message-ID header if none is set in Util\Emailer

10 months agoMerge pull request #13348 from annando/retrial
Hypolite Petovan [Tue, 15 Aug 2023 10:37:58 +0000 (12:37 +0200)]
Merge pull request #13348 from annando/retrial

New function for the number of retrials / Daily reload of hooks

10 months agoNew function for the number of retrials / Daily reload of hooks
Michael [Tue, 15 Aug 2023 02:13:50 +0000 (02:13 +0000)]
New function for the number of retrials / Daily reload of hooks

10 months agoAdd a Message-ID header if none is set in Util\Emailer
Hypolite Petovan [Mon, 14 Aug 2023 21:17:25 +0000 (17:17 -0400)]
Add a Message-ID header if none is set in Util\Emailer

- Address anti-spam detection rule

10 months agoMerge pull request #13345 from nupplaphil/fix/doc
Hypolite Petovan [Mon, 14 Aug 2023 17:47:16 +0000 (19:47 +0200)]
Merge pull request #13345 from nupplaphil/fix/doc

Update db_user-contact.md

10 months agoUpdate db_user-contact.md
Philipp [Mon, 14 Aug 2023 17:30:29 +0000 (19:30 +0200)]
Update db_user-contact.md