]>
git.mxchange.org Git - friendica.git/log
Michael [Thu, 22 Sep 2022 04:33:00 +0000 (04:33 +0000)]
Reverting changes
Michael [Thu, 22 Sep 2022 04:31:50 +0000 (04:31 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into cooldown
Hypolite Petovan [Thu, 22 Sep 2022 01:23:37 +0000 (21:23 -0400)]
Merge pull request #11902 from annando/duplicates
Detect and remove contact duplicates
Michael Vogel [Wed, 21 Sep 2022 20:44:48 +0000 (22:44 +0200)]
Don't perform a cooldown in the daemon by now
Michael Vogel [Wed, 21 Sep 2022 19:03:07 +0000 (21:03 +0200)]
More cooldown calls for worker processes
Tobias Diekershoff [Wed, 21 Sep 2022 09:07:00 +0000 (11:07 +0200)]
Merge pull request #11914 from annando/forum-delivery
Fix forum delivery in case of being addressed via "@"
Michael Vogel [Wed, 21 Sep 2022 08:54:05 +0000 (10:54 +0200)]
Fix forum delivery in case of beiong addressed via "@"
Michael [Wed, 21 Sep 2022 03:46:25 +0000 (03:46 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into duplicates
Hypolite Petovan [Wed, 21 Sep 2022 01:05:58 +0000 (21:05 -0400)]
Merge pull request #11910 from annando/logging
Improved page rendering speed logging
Hypolite Petovan [Wed, 21 Sep 2022 01:04:58 +0000 (21:04 -0400)]
Merge pull request #11908 from annando/relay-languages
Allow to reject specific languages on receiving posts via the relay
Michael Vogel [Tue, 20 Sep 2022 14:30:56 +0000 (16:30 +0200)]
Improved page rendering speed logging
Michael Vogel [Tue, 20 Sep 2022 04:09:17 +0000 (06:09 +0200)]
Changed documentation
Michael Vogel [Tue, 20 Sep 2022 04:05:15 +0000 (06:05 +0200)]
Merge remote-tracking branch 'upstream/2022.09-rc' into relay-languages
Hypolite Petovan [Mon, 19 Sep 2022 13:10:32 +0000 (09:10 -0400)]
Merge pull request #11905 from annando/fcontact-noscrape
The fcontact table is now updated in the background to improve performance
Michael Vogel [Mon, 19 Sep 2022 10:49:37 +0000 (12:49 +0200)]
Added documentation
Michael Vogel [Mon, 19 Sep 2022 10:46:28 +0000 (12:46 +0200)]
"Count" parameter added
Michael Vogel [Mon, 19 Sep 2022 10:36:12 +0000 (12:36 +0200)]
Allow to reject specific languages on receiving posts via the relay
Michael Vogel [Mon, 19 Sep 2022 05:52:40 +0000 (07:52 +0200)]
Update src/Network/Probe.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael Vogel [Sun, 18 Sep 2022 13:40:44 +0000 (15:40 +0200)]
The fcontact table is now updated in the background to improve performance
Philipp [Sun, 18 Sep 2022 09:26:06 +0000 (11:26 +0200)]
Merge pull request #11904 from MrPetovan/task/composer
[Composer] Update dependencies ahead of 2022.09 release
Hypolite Petovan [Sun, 18 Sep 2022 03:38:11 +0000 (23:38 -0400)]
[Composer] Update dependencies ahead of 2022.09 release
- Updating bacon/bacon-qr-code (2.0.4 => 2.0.7)
- Updating ezyang/htmlpurifier (v4.13.0 => v4.14.0)
- Updating guzzlehttp/psr7 (1.8.3 => 1.9.0)
- Updating guzzlehttp/promises (1.5.1 => 1.5.2)
- Updating symfony/polyfill-php72 (v1.23.0 => v1.26.0)
- Updating symfony/polyfill-intl-normalizer (v1.23.0 => v1.26.0)
- Updating symfony/polyfill-intl-idn (v1.23.0 => v1.26.0)
- Updating guzzlehttp/guzzle (6.5.5 => 6.5.8)
- Updating mobiledetect/mobiledetectlib (2.8.37 => 2.8.39)
- Updating monolog/monolog (1.26.1 => 1.27.1)
- Updating phpseclib/phpseclib (2.0.35 => 2.0.38)
- Updating smarty/smarty (v4.1.0 => v4.2.1)
- Updating bower-asset/vue (v2.6.14 => v2.7.10)
- Updating npm-asset/moment (2.29.1 => 2.29.4)
- Updating paragonie/constant_time_encoding (v2.4.0 => v2.6.3)
- Updating paragonie/sodium_compat (v1.17.0 => v1.18.0)
- Updating fgrosse/phpasn1 (v2.3.0 => v2.4.0)
- Updating composer/ca-bundle (1.3.1 => 1.3.3)
Michael [Fri, 16 Sep 2022 05:00:06 +0000 (05:00 +0000)]
Detect and remove contact duplicates
Hypolite Petovan [Sun, 11 Sep 2022 08:39:39 +0000 (04:39 -0400)]
Merge pull request #11899 from annando/native-xml
Template based XML generation is replaced with native XML
Philipp [Sun, 11 Sep 2022 08:35:34 +0000 (10:35 +0200)]
Merge pull request #11888 from MrPetovan/bug/11861-frio-filerm
[frio] Add support for asynchronous call to /filerm module for post categories and folders
Hypolite Petovan [Thu, 8 Sep 2022 02:21:37 +0000 (22:21 -0400)]
Updated main translation file after moving strings
Michael [Sun, 11 Sep 2022 07:00:16 +0000 (07:00 +0000)]
Template based XML generation is replaced with native XML
Hypolite Petovan [Mon, 5 Sep 2022 05:04:32 +0000 (01:04 -0400)]
[frio] Add support for asynchronous call to /filerm module for post categories and folders
- This prevents the page to change to an empty page when clicking on the remove link of categories and folders
Hypolite Petovan [Mon, 5 Sep 2022 05:02:38 +0000 (01:02 -0400)]
Enable POST route for /filerm module
- This prevents a costly page empty page render when calling the module asynchronously
Hypolite Petovan [Mon, 5 Sep 2022 05:01:23 +0000 (01:01 -0400)]
Fix wrong parameter name in Core\System::httpExit
Philipp [Sun, 11 Sep 2022 06:31:29 +0000 (08:31 +0200)]
Merge pull request #11898 from tobiasd/
20220911-hu
HU translation updates THX Balázs Úr
Tobias Diekershoff [Sun, 11 Sep 2022 06:19:20 +0000 (08:19 +0200)]
HU translation updates THX Balázs Úr
Philipp [Fri, 9 Sep 2022 06:20:04 +0000 (08:20 +0200)]
Merge pull request #11895 from annando/smarty-sub-dir
Smarty: Configuration added to store without sub directories
Michael [Thu, 8 Sep 2022 06:21:16 +0000 (06:21 +0000)]
Read the config at another place
Michael [Thu, 8 Sep 2022 05:10:26 +0000 (05:10 +0000)]
Smarty: Configuration added to store without sub directories
Hypolite Petovan [Thu, 8 Sep 2022 02:25:19 +0000 (22:25 -0400)]
Merge pull request #11892 from annando/pagecache
Pagecache for frequently fetched pages
Michael [Wed, 7 Sep 2022 19:47:59 +0000 (19:47 +0000)]
Changed database version
Michael [Wed, 7 Sep 2022 19:46:24 +0000 (19:46 +0000)]
Use the cached activity function
Hypolite Petovan [Tue, 6 Sep 2022 23:40:37 +0000 (19:40 -0400)]
Merge pull request #11894 from annando/issue-11893-a
Issue 11893: Postupdate to fix wrong parents
Michael [Tue, 6 Sep 2022 22:56:56 +0000 (22:56 +0000)]
Test stuff removed
Michael [Tue, 6 Sep 2022 21:51:47 +0000 (21:51 +0000)]
Delete the cache entry when the post is changed or deleted
Michael [Tue, 6 Sep 2022 20:47:18 +0000 (20:47 +0000)]
Function only needn't to be public
Michael [Tue, 6 Sep 2022 20:00:06 +0000 (20:00 +0000)]
Issue 11893: Postupdate to fix wrong parents
Michael [Tue, 6 Sep 2022 17:36:42 +0000 (17:36 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into pagecache
Philipp [Tue, 6 Sep 2022 16:24:36 +0000 (18:24 +0200)]
Merge pull request #11893 from annando/issue-11890
Issue 11890: Don't use empty contexts
Michael [Tue, 6 Sep 2022 15:18:41 +0000 (15:18 +0000)]
Don't transmit empty conversations
Michael [Tue, 6 Sep 2022 14:08:25 +0000 (14:08 +0000)]
Issue 11890: Don't use empty contexts
Michael [Tue, 6 Sep 2022 06:04:41 +0000 (06:04 +0000)]
Pagecache for frequently fetched pages
Hypolite Petovan [Sun, 4 Sep 2022 19:54:40 +0000 (15:54 -0400)]
Merge pull request #11887 from annando/maxload
Pause the worker execution when the load is too high
Hypolite Petovan [Sun, 4 Sep 2022 19:52:29 +0000 (15:52 -0400)]
Merge pull request #11884 from annando/language
Improved language detection
Hypolite Petovan [Sun, 4 Sep 2022 19:48:41 +0000 (15:48 -0400)]
Merge pull request #11886 from annando/database
All URL fields are now binary and longer
Michael [Sun, 4 Sep 2022 17:04:13 +0000 (17:04 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into language
Michael [Sun, 4 Sep 2022 17:03:14 +0000 (17:03 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into database
Michael [Sun, 4 Sep 2022 17:01:35 +0000 (17:01 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into maxload
Philipp [Sun, 4 Sep 2022 16:22:07 +0000 (18:22 +0200)]
Merge pull request #11883 from annando/performance
Use AP data when possible
Michael [Sun, 4 Sep 2022 14:08:16 +0000 (14:08 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into performance
Michael [Sun, 4 Sep 2022 14:05:46 +0000 (14:05 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into language
Michael [Sun, 4 Sep 2022 13:54:32 +0000 (13:54 +0000)]
Pause the worker execution when the load is too high
Michael [Sun, 4 Sep 2022 13:41:21 +0000 (13:41 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into database
Tobias Diekershoff [Sun, 4 Sep 2022 13:11:43 +0000 (15:11 +0200)]
Merge pull request #11885 from annando/tolerant-receiver
Be more tolerant when receiving messages
Michael [Sun, 4 Sep 2022 09:22:15 +0000 (09:22 +0000)]
Improved logger calls
Michael [Sun, 4 Sep 2022 08:08:50 +0000 (08:08 +0000)]
Updated database.sql and messages.po
Michael [Sun, 4 Sep 2022 08:06:32 +0000 (08:06 +0000)]
Updated database.sql and messages.po
Michael [Sun, 4 Sep 2022 08:03:56 +0000 (08:03 +0000)]
Updated database.sql and messages.po
Michael [Sun, 4 Sep 2022 07:54:01 +0000 (07:54 +0000)]
All URL fields are now binary and longer
Michael [Sun, 4 Sep 2022 07:45:24 +0000 (07:45 +0000)]
Merge remote-tracking branch 'upstream/2022.09-rc' into performance
Michael [Sun, 4 Sep 2022 07:39:09 +0000 (07:39 +0000)]
Be more tolerant when receiving messages
Michael [Sun, 4 Sep 2022 07:32:46 +0000 (07:32 +0000)]
Improved language detection
Michael [Sun, 4 Sep 2022 07:15:04 +0000 (07:15 +0000)]
Use AP data when possible
Tobias Diekershoff [Sun, 4 Sep 2022 06:49:18 +0000 (08:49 +0200)]
Switching to 2022.09-rc
Tobias Diekershoff [Sun, 4 Sep 2022 05:31:25 +0000 (07:31 +0200)]
Merge pull request #11882 from annando/warnings
Fix logger warnings/errors
Michael [Sat, 3 Sep 2022 13:32:41 +0000 (13:32 +0000)]
Fix logger warmings/errors
Hypolite Petovan [Thu, 1 Sep 2022 01:55:04 +0000 (21:55 -0400)]
Merge pull request #11879 from annando/receive-reshare
Fix receiving of reshared posts
Michael [Wed, 31 Aug 2022 21:18:33 +0000 (21:18 +0000)]
Fix receiving of reshared posts
Philipp [Wed, 31 Aug 2022 19:52:59 +0000 (21:52 +0200)]
Merge pull request #11877 from annando/log-levels
Loglevels are adjusted
Michael [Wed, 31 Aug 2022 19:03:37 +0000 (19:03 +0000)]
Some changes after code review
Michael [Wed, 31 Aug 2022 05:02:28 +0000 (05:02 +0000)]
Reverted experimental change
Michael [Wed, 31 Aug 2022 05:01:22 +0000 (05:01 +0000)]
Some more changed log levels
Michael [Tue, 30 Aug 2022 19:45:30 +0000 (19:45 +0000)]
Loglevels are adjusted
Hypolite Petovan [Sun, 28 Aug 2022 20:55:54 +0000 (16:55 -0400)]
Merge pull request #11872 from annando/warnings
Some more warnings and errors are fixed
Michael [Sun, 28 Aug 2022 19:27:21 +0000 (19:27 +0000)]
Some more warnings and erors are fixed
Philipp [Sun, 28 Aug 2022 11:09:54 +0000 (13:09 +0200)]
Merge pull request #11871 from annando/issue-11870
Issue 11870: Weeks can now start at every day
Michael [Sun, 28 Aug 2022 09:15:00 +0000 (09:15 +0000)]
Issue 11870: Weeks can now start at every day
Hypolite Petovan [Sun, 28 Aug 2022 04:12:51 +0000 (00:12 -0400)]
Merge pull request #11869 from annando/issue-11853
Issue 11853/11867: Fix reshare of public posts
Michael [Sun, 28 Aug 2022 04:00:18 +0000 (04:00 +0000)]
Avoid warnings/fatal errors
Michael [Sat, 27 Aug 2022 21:22:49 +0000 (21:22 +0000)]
Issue 11853/11867: Fix reshare of public posts
Hypolite Petovan [Sat, 27 Aug 2022 12:40:53 +0000 (08:40 -0400)]
Merge pull request #11866 from annando/database2
Warnings/Errors reduces - relay processing improved
Michael [Sat, 27 Aug 2022 11:43:46 +0000 (11:43 +0000)]
Fix issue 11865
Michael [Sat, 27 Aug 2022 08:08:58 +0000 (08:08 +0000)]
Warnings/Errors reduced - improved relay processing
Michael [Thu, 25 Aug 2022 18:48:24 +0000 (18:48 +0000)]
Merge remote-tracking branch 'upstream/develop' into database2
Michael [Thu, 25 Aug 2022 18:47:07 +0000 (18:47 +0000)]
Some more protection against database errors
Tobias Diekershoff [Thu, 25 Aug 2022 11:49:05 +0000 (13:49 +0200)]
Merge pull request #11863 from annando/database
Avoid some database errors
Michael [Thu, 25 Aug 2022 04:57:41 +0000 (04:57 +0000)]
Avoid some database errors
Philipp [Wed, 24 Aug 2022 06:16:26 +0000 (08:16 +0200)]
Merge pull request #11860 from tobiasd/
20220824-fr
FR translation update
Tobias Diekershoff [Wed, 24 Aug 2022 05:23:26 +0000 (07:23 +0200)]
FR translation update
Tobias Diekershoff [Mon, 22 Aug 2022 13:02:57 +0000 (15:02 +0200)]
Merge pull request #11857 from annando/diaspora-author-signature
Diaspora: Don't check the author signature when author = parent author
Michael [Mon, 22 Aug 2022 09:54:29 +0000 (09:54 +0000)]
Diaspora: Don't check the author signature when author = parent author
Hypolite Petovan [Mon, 22 Aug 2022 08:26:45 +0000 (04:26 -0400)]
Merge pull request #11855 from annando/contact-id2
The contact-id of a wall posting is always the owner contact
Michael [Mon, 22 Aug 2022 07:54:48 +0000 (07:54 +0000)]
The contact-id of a wall posting is always the owner contact
Philipp [Sun, 21 Aug 2022 12:11:05 +0000 (14:11 +0200)]
Merge pull request #11854 from MrPetovan/bug/fatal-errors
Ensure Util\Profiler->rendertime is bool
Hypolite Petovan [Sun, 21 Aug 2022 11:44:12 +0000 (07:44 -0400)]
Ensure Util\Profiler->rendertime is bool
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-
1221228589
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-
1221244898
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-
1221333918