Michael
59a822ee87
Configuration is now stored in the "channel" section
2023-09-01 22:28:25 +00:00
Michael
5c166be3fc
Channels are a new way to see different content
2023-09-01 21:56:59 +00:00
Hypolite Petovan
667f384bfc
Fix reference to Entity\LocalRelationship class after simplifying use
statement in Contact\Profile
...
- Address https://github.com/friendica/friendica/issues/13156#issuecomment-1696009068
2023-08-28 13:30:01 -04:00
Hypolite Petovan
3d13db1f2c
Skip server ignored check when contact gsid is empty in Module\Contact\Profile
2023-08-22 08:38:12 -04:00
Hypolite Petovan
544ce206d7
[vier] Add mute author server link in photo menu
2023-08-20 14:27:43 -04:00
Hypolite Petovan
6ecc9c4cba
Implement ignored server block in conversations
...
- Add server ignore status in contact profile page
- Add new reason in DisplayNotFound exception page
2023-08-20 14:27:43 -04:00
Hypolite Petovan
a670d478f8
Add user settings page to manage remote server settings
2023-08-20 14:27:09 -04:00
Hypolite Petovan
4c6334ea13
[frio] Add Mute Author Server button to post actions
2023-08-20 14:27:09 -04:00
Hypolite Petovan
63f5d94a02
Fix DisplayNotFound page
...
- Add another condition earlier in Module\Item\Display
- Separate reasons in individual translation strings
2023-08-20 14:26:27 -04:00
Hypolite Petovan
96d2cddb54
Remove DI dependency from Module\Contact\Profile
2023-08-20 14:26:27 -04:00
Hypolite Petovan
e31d90eadb
Replace references to profile.name by user.username
2023-08-20 13:59:07 -04:00
Hypolite Petovan
7e971a2ec6
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
2023-08-20 13:59:06 -04:00
Hypolite Petovan
ff7e31ab9d
Merge pull request #13361 from annando/gptbot
...
GPTBot added to the default robots.txt
2023-08-20 11:29:44 -04:00
Michael
d3cc999866
GPTBot added to the default robots.txt
2023-08-20 12:41:42 +00:00
Hypolite Petovan
dad3404ac5
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
2023-08-17 21:58:53 -04:00
Hank Grabowski
0985ddb3ff
Add PR and Issue Numbers for TODO for createFromUriId hack in Mastodon API
2023-08-15 15:23:31 -04:00
Hank G
09a612670a
Merge branch 'friendica:develop' into mastodon-api-reshare-fixes
2023-08-13 15:42:22 -04:00
Hypolite Petovan
9c23a4511d
Merge pull request #13291 from Quix0r/features/config-blocklist-published
...
Configuration key added to publish/hide blocklist
2023-08-12 11:31:42 +02:00
Hypolite Petovan
a2fce0e89d
Merge pull request #13337 from annando/block-chatgpt
...
Add a ChatGPT role for the built in robots.txt
2023-08-10 23:18:46 +02:00
Hypolite Petovan
1d556b78c1
Merge pull request #13336 from annando/moderator
...
Preparations for a moderator role
2023-08-10 23:17:43 +02:00
Hypolite Petovan
3cda8b65cd
Merge pull request #13335 from annando/no-twitter
...
The twitter addon is no import connector anymore
2023-08-10 23:16:07 +02:00
Michael
241624027f
Add a ChatGPT role for the built in robots.txt
2023-08-10 21:10:12 +00:00
Michael
0a45bdd3b7
Preparations for a moderator role
2023-08-10 21:06:08 +00:00
Michael
97aecc8fc1
The twitter addon is no import connector anymore
2023-08-09 20:29:45 +00:00
Michael Vogel
a6449da557
Merge pull request #13310 from MrPetovan/bug/13217-mirroring-blocked
...
Prevent post mirroring by blocked users
2023-08-05 20:27:17 +02:00
Michael
858151807f
Improved logging
2023-08-03 20:36:19 +00:00
Hypolite Petovan
33b8680dfd
[Database 1524] Fix contact-user.remote_self field type from boolean to integer
...
- Move MIRROR_* constants to LocalRelationship entity
- Convert boolean LocalRelationship->isRemoteSelf field to integer LocalRelationship->remoteSelf
2023-08-02 21:53:10 +02:00
Hypolite Petovan
d0a2357fbd
Add constants for the Fetch Further Information field
2023-08-02 21:53:09 +02:00
Hypolite Petovan
cc7fce3d36
Escape HTML in display names for inclusion in syndication link tags
...
- Thanks to Laura Pîrcălăboiu for the report
2023-08-02 16:59:46 +02:00
Hypolite Petovan
f984e385c8
Escape HTML in system messages
...
- Thanks to Laura Pîrcălăboiu for the report
2023-08-02 16:59:08 +02:00
Michael
7ad8894871
Improvements for Youtube posta via API
2023-08-01 14:27:56 +00:00
Hypolite Petovan
4073400bfb
Merge pull request #13298 from nupplaphil/feat/strategies
...
[Hook] Introduce some more strategies
2023-07-28 19:50:37 +02:00
Philipp
9f18222a06
Unify "Capability"
2023-07-26 21:44:31 +02:00
Hank Grabowski
b0fe1927d5
Fix Mastodon API bookmark, mute, pin, reblog EPs temporarily by checking if blog in post func
2023-07-26 19:12:24 +02:00
Hank Grabowski
7a556d1588
Fix Mastodon API fav/unfav temporarily by checking if blog in post func
2023-07-26 19:12:24 +02:00
Hypolite Petovan
8c06f96531
Rework Module\ToggleMobile to check for local links
...
- Remove dependency on DI class
- Remove dependency on request/session superglobals
- Remove dependency on App class
2023-07-26 19:11:39 +02:00
Roland Häder
3111c2fd5c
Renamed to 'public' after feedback
2023-07-26 10:20:14 +02:00
Michael
9e434c15dc
API: Description added at picture upload
2023-07-25 21:27:12 +00:00
Michael
6fd4839441
Reformatted code
2023-07-23 20:20:46 +00:00
Michael
61af2e8006
Issue 13020: Fix OAuth connection with Buffer
2023-07-23 20:05:10 +00:00
Michael
db1dc143f1
Merge remote-tracking branch 'upstream/develop' into restricted-access
2023-07-23 14:30:43 +00:00
Hypolite Petovan
aee420152f
Merge pull request #13246 from nupplaphil/feat/addons
...
Introduce dynamic hook loading
2023-07-23 06:58:46 -04:00
Michael
15eb840792
Merge remote-tracking branch 'upstream/develop' into restricted-access
2023-07-22 12:38:03 +00:00
Michael
7538f6a346
Issue 13289: Ensure to not respect deactivated connector networks
2023-07-22 10:49:42 +00:00
Michael
579b7065bd
full instead of limited
2023-07-22 01:40:21 +00:00
Philipp
cba656383e
Adhere feedback
...
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
2023-07-21 22:42:24 +02:00
Michael
26aa38341f
The access to the profile and the list of followers/followings can now be restricted
2023-07-21 07:06:55 +00:00
Roland Häder
bcd2b1c523
Fixed:
...
- allow administrator to choose whether the blocklist is published under
`/about` or later any other API (e.g. common is
`/api/v1/instance/domain_blocks`).
2023-07-17 15:01:47 +02:00
Michael
7e322c21b3
Removed unneeded parameter
2023-07-16 16:48:24 +00:00
Philipp
14b76e48f0
Introduce dynamic hook loading
...
- Dynamically load addon files
- Dynamically load hooks
- Rewrite Logger-logic to use new hook logic (Monolog is working again)
2023-07-16 18:43:35 +02:00