Tobias Diekershoff
9b62ba6dfe
bump version 2024.03-dev
2023-12-24 15:57:10 +01:00
Tobias Diekershoff
d4a5a8051a
bump version 2023.12
2023-12-24 15:52:17 +01:00
Michael
5b169c908b
Fix warning
2023-12-22 23:51:30 +00:00
Michael
e38a699324
Fix for profile limitation / configurable list of limited servers
2023-12-22 17:16:10 +00:00
Michael
b4a380e9de
Handle "commentsEnabled"
2023-12-21 10:26:34 +00:00
Michael
1b13c76d2e
Simplyfied code
2023-12-21 05:01:24 +00:00
Michael
da65f0bea7
Store Pixelfed's capabilities
2023-12-21 00:33:42 +00:00
Michael
a86cd93fb8
Fix class name capitalisation
2023-12-20 19:55:34 +00:00
Hypolite Petovan
9024fc1226
Also catch TypeError exceptions in Repository\PostMedia
...
- Address "Uncaught Exception TypeError: "Friendica\Content\Post\Entity\PostMedia::__construct(): Argument #2 ($url) must be of type Psr\Http\Message\UriInterface, null given"
2023-12-20 09:50:49 -05:00
Michael
fbcfa46beb
Fix lost local tags upon update
2023-12-19 15:28:20 +00:00
Hypolite Petovan
47b0302811
Merge pull request #13732 from annando/issue-13731
...
Issue 13731: Fix error concerning invalid user
2023-12-17 21:16:28 -05:00
Michael
7c7ebd9b86
Issue 13731: Fix error concerning invalid user
2023-12-17 09:56:00 +00:00
Michael
8de58aa39d
open channel settings when empty
2023-12-17 06:41:19 +00:00
Michael
0a0d2c98e8
Channel definition now stays open after edit
2023-12-17 06:16:26 +00:00
Michael
62386e4c9e
Frio: Improved user defined channel page
2023-12-16 21:43:01 +00:00
Michael
7e6cdaf025
Use the Instagram logo for the Threads server
2023-12-16 12:56:44 +00:00
Michael
303c9fb23f
Added server detection for "threads"
2023-12-15 11:19:11 +00:00
Michael
0a4f0d616a
Allow longer avatar URLs / the system outbox is now handled
2023-12-15 10:39:41 +00:00
Michael
250ad8843d
FThreads: Profiles can now be fetched
2023-12-14 22:59:55 +00:00
Michael
1cd729531d
Sorting changed to "created"
2023-12-14 06:18:17 +00:00
Michael
f81192b4c3
Fix uddate issues and improve speed when displaying contact posts
2023-12-14 04:58:43 +00:00
Michael
14266a1ca4
Only use posts with wanted languages for subscribed tags
2023-12-11 22:07:01 +00:00
Michael Vogel
b561f6ffd3
Merge pull request #13708 from MrPetovan/bug/deprecated
...
Fix a couple deprecation notices
2023-12-10 20:17:53 +01:00
Hypolite Petovan
35e3e912df
Add support for string in $nodeinfo['protocols']
...
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1848404671
2023-12-09 21:36:57 -05:00
Hypolite Petovan
0b95f39c22
Allow count to be a float in L10n->tt()
...
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
2023-12-09 07:42:15 -05:00
Hypolite Petovan
67f57a7f90
Avoid passing null value to number_format() in Module\Admin\Federation
...
- Address part of https://github.com/friendica/friendica/issues/13699#issuecomment-1848363608
2023-12-09 07:32:24 -05:00
Hypolite Petovan
7d69d1b402
Don't assume $_SESSION is set in Session\Type\AbstractSession
...
- Address https://github.com/friendica/friendica/issues/13699#issuecomment-1845584812
2023-12-08 20:54:07 -05:00
Hypolite Petovan
b16e8fdb58
Add ReturnTypeWillChange attribute to methods in Session\Handler\Cache
...
- Addess deprecated messages reported in https://github.com/friendica/friendica/issues/13699#issue-2028442214
2023-12-07 07:23:17 -05:00
Hypolite Petovan
dc7cdc3252
Merge pull request #13702 from annando/null-in-polls
...
Fix for exception when there are "null" replies
2023-12-07 07:11:46 -05:00
Michael
a120debac6
Fix for exception when there are "null" replies
2023-12-07 09:59:39 +00:00
Michael
1301730ed8
Remove comment
2023-12-07 06:52:03 +00:00
Michael
4f37f68bd7
Fix transmission of events to Diaspora
2023-12-07 06:45:23 +00:00
Michael
5a844cd31e
The value of "cron interval" wasn't displayed correctly
2023-12-06 21:19:38 +00:00
Michael
914d4506e2
Exception handling added
2023-12-05 22:33:45 +00:00
Michael
9b73189e1d
Renamed function name
2023-12-05 19:55:27 +00:00
Michael
7b1b3fe8cf
Fix exception, when a provided URI is invalid
2023-12-05 05:24:33 +00:00
Michael
5e27b5790c
Some site configuration descriptions are improved
2023-12-04 22:19:57 +00:00
Michael
cb91800088
"worker_fetch_limit" is moved as well
2023-12-03 22:49:35 +00:00
Michael
8386768708
Merge remote-tracking branch 'upstream/2023.09-rc' into channel-settings
2023-12-03 14:41:58 +00:00
Michael Vogel
3b96690d0c
Merge pull request #13689 from MrPetovan/bug/warnings
...
Fix a few warning messages
2023-12-03 15:37:40 +01:00
Michael
5cd85d9bb7
"items per page" is now in the site settings as well
2023-12-03 14:30:40 +00:00
Hypolite Petovan
5971334ec7
Check for $profile emptiness before calling getReceiverForActor() in ActivityPub->getReceivers
...
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1837127082
2023-12-03 09:13:34 -05:00
Hypolite Petovan
6c7dee4bcd
Check media_attributes keys before using them in Mastodon\Statuses
...
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1832575517
2023-12-03 09:13:34 -05:00
Michael
e99c916df1
Some more settings moved to the admin frontend
2023-12-03 13:43:48 +00:00
Michael
7bf7744efb
The "cron_interval" is now reachable via the admin site settings
2023-12-03 11:20:37 +00:00
Michael
e87c79780a
"min_poll_interval" moved as well
2023-12-03 11:08:21 +00:00
Michael
6e523beec3
The option "community_no_sharer" is now always enabled
2023-12-03 10:26:58 +00:00
Michael
f93192bc28
The channel settings are now available on the site settings
2023-12-03 09:45:13 +00:00
Michael
46bd4d71d0
Don't insert non public comments on not existing thread parents
2023-12-02 06:19:30 +00:00
Michael
32651f7811
Legacy code removed
2023-12-01 20:20:00 +00:00