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 |
|
Michael Vogel
|
708d3892a7
|
Merge pull request #13703 from MrPetovan/bug/deprecated
Add ReturnTypeWillChange attribute to methods in Session\Handler\Cache
|
2023-12-07 14:02:09 +01: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 |
|
Hypolite Petovan
|
e22e58f5b8
|
Merge pull request #13701 from annando/diaspora-events
Fix transmission of events to Diaspora
|
2023-12-07 07:08: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 |
|
Hypolite Petovan
|
0d6974a6d2
|
Merge pull request #13700 from annando/cron-interval
The value of "cron interval" wasn't displayed correctly
|
2023-12-06 17:14:44 -05:00 |
|
Michael
|
5a844cd31e
|
The value of "cron interval" wasn't displayed correctly
|
2023-12-06 21:19:38 +00:00 |
|
Hypolite Petovan
|
e0686ac1d9
|
Merge pull request #13696 from annando/invalid-uri
Fix exception, when a provided URI is invalid
|
2023-12-06 12:46:12 -05:00 |
|
Michael
|
914d4506e2
|
Exception handling added
|
2023-12-05 22:33:45 +00:00 |
|
Michael
|
0df88fd5a0
|
Merge remote-tracking branch 'upstream/2023.09-rc' into invalid-uri
|
2023-12-05 22:30:04 +00:00 |
|
Hypolite Petovan
|
085fb95ce3
|
Merge pull request #13697 from annando/check-daemon
Check if the daemon pid file can be written
|
2023-12-05 16:57:42 -05:00 |
|
Michael Vogel
|
f430e06f80
|
Update bin/daemon.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2023-12-05 22:45:16 +01:00 |
|
Michael
|
8827d4c142
|
Check if the daemon pid file can be written
|
2023-12-05 21:18:44 +00:00 |
|
Michael
|
9b73189e1d
|
Renamed function name
|
2023-12-05 19:55:27 +00:00 |
|
Michael
|
0aa49510b2
|
Changed uri
|
2023-12-05 07:44:01 +00:00 |
|
Michael
|
691e0dd44a
|
Added another test case
|
2023-12-05 07:36:13 +00:00 |
|
Michael
|
8e91db7fb1
|
Fix test again
|
2023-12-05 06:02:38 +00:00 |
|
Michael
|
2e0c550ee7
|
Fixed test
|
2023-12-05 05:57:38 +00:00 |
|
Michael
|
be2e715eb1
|
Added test
|
2023-12-05 05:51:39 +00:00 |
|
Michael
|
7b1b3fe8cf
|
Fix exception, when a provided URI is invalid
|
2023-12-05 05:24:33 +00:00 |
|
Hypolite Petovan
|
49819b64db
|
Merge pull request #13695 from annando/improved-site-descriptions
Some site configuration descriptions are improved
|
2023-12-04 17:27:10 -05:00 |
|
Michael
|
5e27b5790c
|
Some site configuration descriptions are improved
|
2023-12-04 22:19:57 +00:00 |
|
Tobias Diekershoff
|
be64528b4f
|
Merge pull request #13694 from annando/configs
Default values are now at their correct places
|
2023-12-04 08:17:47 +01:00 |
|
Michael
|
8db7343dda
|
Default values are now at their correct places
|
2023-12-04 06:33:17 +00:00 |
|
Hypolite Petovan
|
ce06f7d783
|
Merge pull request #13690 from annando/channel-settings
The channel settings are now available on the site settings
|
2023-12-03 19:11:35 -05: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
|
c4c3976c8c
|
Updated messages.po
|
2023-12-03 14:31:09 +00:00 |
|
Michael
|
5cd85d9bb7
|
"items per page" is now in the site settings as well
|
2023-12-03 14:30:40 +00:00 |
|
Hypolite Petovan
|
f2e90e91e0
|
Merge pull request #13691 from annando/always-enable-no-sharer
The option "community_no_sharer" is now always enabled
|
2023-12-03 09:14:43 -05: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
|
a3bfaf6336
|
Updated messages.po
|
2023-12-03 13:55:11 +00:00 |
|
Michael
|
e99c916df1
|
Some more settings moved to the admin frontend
|
2023-12-03 13:43:48 +00:00 |
|
Michael
|
c09d794ed8
|
Merge remote-tracking branch 'upstream/2023.09-rc' into channel-settings
|
2023-12-03 11:22:26 +00:00 |
|
Michael Vogel
|
05ffc8b0d7
|
Merge pull request #13692 from nupplaphil/phpunit
Add "memory_limit" parameter to phpunit
|
2023-12-03 12:21:17 +01: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 |
|
Philipp
|
cfff24518e
|
Add "memory_limit" parameter to phpunit
|
2023-12-03 11:45:55 +01: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 |
|
Hypolite Petovan
|
e0fb149466
|
Merge pull request #13687 from annando/followers
Distribute incoming posts according to the parent followers collection
|
2023-12-02 03:42:55 -05: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 |
|
Michael
|
c666cebe60
|
Distribute incoming posts according to the parent followers collection
|
2023-12-01 09:55:48 +00:00 |
|
Hypolite Petovan
|
f3e47bd899
|
Merge pull request #13684 from annando/post-distribution
Improved distribution of non public messages
|
2023-11-30 13:36:08 -05:00 |
|