Michael
6c42371d37
Simplified context definitions
2023-09-03 18:57:30 +00:00
Michael
7fd1f1424a
Improved language detection
2023-09-03 08:44:17 +00:00
Michael
508be7a742
Channels in your language
2023-09-03 05:23:49 +00:00
Michael
e68f781f9d
The language is now stored as well
2023-09-03 04:20:09 +00:00
Michael
30d10c60d2
Channels for audio, video and images
2023-09-02 15:52:53 +00:00
Michael
fdaff43039
Use the owner, not the author
2023-09-02 14:19:52 +00:00
Michael
ca32134830
Use activitites and remove unused config
2023-09-02 13:56:54 +00:00
Michael
b5a2fb5492
Changed defaults.config.php
2023-09-01 22:32:41 +00:00
Michael
5c166be3fc
Channels are a new way to see different content
2023-09-01 21:56:59 +00:00
Michael
35995633ae
Calculate the interaction score
2023-08-30 19:17:42 +00:00
Michael Vogel
06a1db4f24
Merge pull request #13375 from MrPetovan/bug/empty-timeline
...
Fix user moderation conditions in network-thread-view and network-item-view
2023-08-28 06:44:20 +02:00
Hypolite Petovan
6fa7c23bb9
[Database 1529] Add author baseurl to post-user-view
...
- Explicit the contact.baseurl and contact.gsid caveat
2023-08-25 09:30:23 -04:00
Hypolite Petovan
b659aa5c0f
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
2023-08-25 09:30:05 -04:00
Hypolite Petovan
76cc8eaff8
[Database 1528] Add expected index for foreign key user-gserver.gsid
2023-08-21 08:07:10 -04:00
Hypolite Petovan
544ce206d7
[vier] Add mute author server link in photo menu
2023-08-20 14:27:43 -04:00
Hypolite Petovan
156e3fa101
[Database 1527] Add required gsid fields to post-user-view, post-thread-user-view, post-view and post-thread-view
2023-08-20 14:27:40 -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
9bbb55b2bb
[Database 1526] Add new user-gserver table
...
- Add Entity, Collection, Factory and Repository classes for it
2023-08-20 14:27:03 -04:00
Hypolite Petovan
38f04616d2
[Database 1525] Deprecate profile.name in favor of user.username
2023-08-20 14:00:01 -04:00
Michael
12d6080a48
Added another context
2023-08-20 12:13:25 +00:00
Michael
f59e11281c
Issue 12815: JsonLD parsing problems with data-integrity
2023-08-20 05:57:39 +00:00
Hypolite Petovan
5d7985dcff
Move default header image credits to static/defaults.config.php
2023-08-17 07:28:32 -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
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
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
762bd7a847
Add support for Unix domain sockets to Redis in setting defaults
...
- Add support for port = 0 in Redis driver
2023-08-02 20:43:28 +02:00
Philipp
acf52a9783
Added a lot of constants :-)
2023-07-28 17:39:13 +02:00
Philipp
9f18222a06
Unify "Capability"
2023-07-26 21:44:31 +02:00
Philipp
8ed94037d5
Move PConfig to strategies
2023-07-26 19:18:23 +02:00
Philipp
58f56c7d7d
Move KeyValuePairStorage to strategies
2023-07-26 19:18:09 +02:00
Philipp
f2c02a79b9
Move Cache to strategies
2023-07-26 19:17:43 +02:00
Roland Häder
3111c2fd5c
Renamed to 'public' after feedback
2023-07-26 10:20:14 +02:00
Michael
407e6389b3
Fix JsonLD parsing problems with GoToSocial
2023-07-25 04:33:55 +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
7538f6a346
Issue 13289: Ensure to not respect deactivated connector networks
2023-07-22 10:49:42 +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
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
Philipp
3a0c18713e
Remove unused ProfilerLogger factory
2023-07-17 01:41:02 +02:00
Philipp
93af6f0564
Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic)
2023-07-17 00:10:15 +02:00
Philipp
ddeef9387f
improve hooks.config.php
2023-07-16 18:43:36 +02:00
Philipp
89a31e43b2
Fix license check
2023-07-16 18:43:35 +02: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
Michael
8bb33dccd1
Unified BBCode conversion, improved proxy functionality
2023-07-15 20:12:08 +00:00
Michael
52c062adb6
Fix "Cannot add or update a child row: a foreign key constraint fails"
2023-07-11 07:43:53 +00:00
Michael
c822d5fa94
Fix "Cannot drop index 'last-editor-uid': needed in a foreign key constraint"
2023-07-10 20:50:16 +00:00
Hypolite Petovan
c312d11dab
Add Report Create module
...
WIP
2023-07-09 18:32:43 -04:00
Hypolite Petovan
76de49a25c
Add fields to Report entity
...
- Add clock dependency to Moderation\Factory\Report
- Change DateTime field to DateTimeImmutable to satisfy Clock return type
- Add category, status and resolution constants
2023-07-09 18:32:42 -04:00
Hypolite Petovan
f20caf4c3a
Refactor DI out from Module\Friendica
2023-07-08 22:24:03 -04:00