]> git.mxchange.org Git - friendica.git/log
friendica.git
22 months agoAdd smarty3 dirs config
fabrixxm [Fri, 5 Aug 2022 13:12:22 +0000 (15:12 +0200)]
Add smarty3 dirs config

`FriendicaSmarty` get work dirs from config, with fallback if not set

22 months agoMerge pull request #11830 from MrPetovan/task/11826-pluralization
Philipp [Mon, 8 Aug 2022 13:35:54 +0000 (15:35 +0200)]
Merge pull request #11830 from MrPetovan/task/11826-pluralization

Use L10n->tt instead of t() for plural strings

22 months agoMerge pull request #11833 from tobiasd/20220808-added_gd
Philipp [Mon, 8 Aug 2022 11:30:10 +0000 (13:30 +0200)]
Merge pull request #11833 from tobiasd/20220808-added_gd

added Gàidhlig language translation

22 months agoadded Gàidhlig language translation
Tobias Diekershoff [Mon, 8 Aug 2022 09:37:39 +0000 (11:37 +0200)]
added Gàidhlig language translation

This adds the initial translation of Friendica core into Gàidhlig by @gunchleoc

redo of #11818

22 months agoUpdate main translation file after adding pluralization forms
Hypolite Petovan [Mon, 8 Aug 2022 06:15:24 +0000 (02:15 -0400)]
Update main translation file after adding pluralization forms

22 months agoUse L10n->tt instead of t() for plural string in Module\BaseApi
Hypolite Petovan [Mon, 8 Aug 2022 06:00:52 +0000 (02:00 -0400)]
Use L10n->tt instead of t() for plural string in Module\BaseApi

22 months agoUse L10n->tt instead of t() for plural strings in Module\Admin\Federation
Hypolite Petovan [Mon, 8 Aug 2022 05:59:26 +0000 (01:59 -0400)]
Use L10n->tt instead of t() for plural strings in Module\Admin\Federation

22 months agoUse L10n->tt instead of t() for plural strings for polls in Model\Item
Hypolite Petovan [Mon, 8 Aug 2022 05:52:16 +0000 (01:52 -0400)]
Use L10n->tt instead of t() for plural strings for polls in Model\Item

22 months agoAdd support for additional interpolated variables in L10n->tt()
Hypolite Petovan [Mon, 8 Aug 2022 05:51:42 +0000 (01:51 -0400)]
Add support for additional interpolated variables in L10n->tt()

22 months agoMerge pull request #11827 from annando/loop-prevention
Hypolite Petovan [Mon, 8 Aug 2022 05:10:16 +0000 (01:10 -0400)]
Merge pull request #11827 from annando/loop-prevention

Improvements for message processing

22 months agoImproved queue processing
Michael [Sun, 7 Aug 2022 19:24:50 +0000 (19:24 +0000)]
Improved queue processing

22 months agoMerge remote-tracking branch 'upstream/develop' into loop-prevention
Michael [Sat, 6 Aug 2022 17:11:04 +0000 (17:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into loop-prevention

22 months agoMore prevention of double processing of the same content
Michael [Sat, 6 Aug 2022 17:06:55 +0000 (17:06 +0000)]
More prevention of double processing of the same content

22 months agoMerge pull request #11821 from tobiasd/20220805-typo
Hypolite Petovan [Fri, 5 Aug 2022 14:05:06 +0000 (10:05 -0400)]
Merge pull request #11821 from tobiasd/20220805-typo

typo in console tool

22 months agoupdated the messages.po file
Tobias Diekershoff [Fri, 5 Aug 2022 13:52:04 +0000 (15:52 +0200)]
updated the messages.po file

22 months agoMerge pull request #11819 from fabrixxm/fix/wsod
Hypolite Petovan [Fri, 5 Aug 2022 13:40:48 +0000 (09:40 -0400)]
Merge pull request #11819 from fabrixxm/fix/wsod

Fix WSOD when Renderer throws exception

22 months agotypo in console tool
Tobias Diekershoff [Fri, 5 Aug 2022 13:37:38 +0000 (15:37 +0200)]
typo in console tool

@gunchleoc spottet a typo while working on the translations of Friendica. This fixes it.

22 months agoFix WSOD when Renderer throws exception
fabrixxm [Fri, 5 Aug 2022 13:28:21 +0000 (15:28 +0200)]
Fix WSOD when Renderer throws exception

`HTTPException` builds a simple static version of error page if
`Renderer` throws any exception while rendering the error page.

22 months agoMerge pull request #11817 from annando/double-processing
Hypolite Petovan [Fri, 5 Aug 2022 13:04:33 +0000 (09:04 -0400)]
Merge pull request #11817 from annando/double-processing

Avoid processing the same activity

22 months agoAbort when public item cannot be inserted
Michael [Fri, 5 Aug 2022 05:48:20 +0000 (05:48 +0000)]
Abort when public item cannot be inserted

22 months agoRemove test code, add documentation
Michael [Fri, 5 Aug 2022 04:45:31 +0000 (04:45 +0000)]
Remove test code, add documentation

22 months agoAvoid to provess the same activity
Michael [Thu, 4 Aug 2022 21:52:10 +0000 (21:52 +0000)]
Avoid to provess the same activity

22 months agoMerge pull request #11816 from annando/fetch-parents
Hypolite Petovan [Thu, 4 Aug 2022 20:00:00 +0000 (16:00 -0400)]
Merge pull request #11816 from annando/fetch-parents

New option to disable the fetching of parents

22 months agoNew option to disable the fetching of parents
Michael [Thu, 4 Aug 2022 19:32:36 +0000 (19:32 +0000)]
New option to disable the fetching of parents

22 months agoMerge pull request #11815 from Quix0r/fixes/missing-private-array-key
Hypolite Petovan [Thu, 4 Aug 2022 09:15:46 +0000 (05:15 -0400)]
Merge pull request #11815 from Quix0r/fixes/missing-private-array-key

Missing 'private' array key

22 months agoAdded missing 'private' field, see Processor::processContent() where it is needed
Roland Häder [Thu, 4 Aug 2022 08:49:39 +0000 (10:49 +0200)]
Added missing 'private' field, see Processor::processContent() where it is needed

23 months agoMerge pull request #11812 from annando/ap-performance
Hypolite Petovan [Wed, 3 Aug 2022 07:00:50 +0000 (03:00 -0400)]
Merge pull request #11812 from annando/ap-performance

Hopefully fixes loops during message processing

23 months agoOnly process entries for existing posts
Michael [Wed, 3 Aug 2022 05:14:07 +0000 (05:14 +0000)]
Only process entries for existing posts

23 months agoDon't always fetch parent posts
Michael [Wed, 3 Aug 2022 04:51:57 +0000 (04:51 +0000)]
Don't always fetch parent posts

23 months agoChanges after code review
Michael [Wed, 3 Aug 2022 04:31:56 +0000 (04:31 +0000)]
Changes after code review

23 months agoHopefully fixes loops during message processing
Michael [Wed, 3 Aug 2022 03:38:03 +0000 (03:38 +0000)]
Hopefully fixes loops during message processing

23 months agoMerge pull request #11810 from MrPetovan/task/11794-password-length-limit
Philipp [Tue, 2 Aug 2022 15:52:26 +0000 (17:52 +0200)]
Merge pull request #11810 from MrPetovan/task/11794-password-length-limit

Add password length limit if using the Blowfish hashing algorithm

23 months agoUpdated main translation file after adding strings
Hypolite Petovan [Mon, 1 Aug 2022 16:25:36 +0000 (12:25 -0400)]
Updated main translation file after adding strings

23 months agoAdd password length limit if using the Blowfish hashing algorithm
Hypolite Petovan [Mon, 1 Aug 2022 15:42:10 +0000 (11:42 -0400)]
Add password length limit if using the Blowfish hashing algorithm

- Add new page to reset a password that would be too long
- Add support for pattern parameter in field_password

23 months agoRework return_path session key handling
Hypolite Petovan [Mon, 1 Aug 2022 15:38:54 +0000 (11:38 -0400)]
Rework return_path session key handling

- Add new IHandleSessions::pop() method
- Remove redirection from Authentication::setForUser()
- Add explicit return_path form parameter to Login::form()

23 months agoMerge pull request #11809 from annando/fetch-cache
Tobias Diekershoff [Mon, 1 Aug 2022 07:29:21 +0000 (09:29 +0200)]
Merge pull request #11809 from annando/fetch-cache

Repeated fetch requests are now prohibited

23 months agoCode standards and updated database documentation
Michael [Mon, 1 Aug 2022 07:06:30 +0000 (07:06 +0000)]
Code standards and updated database documentation

23 months agoOption to activate or deactivate the background fetching
Michael [Mon, 1 Aug 2022 06:59:20 +0000 (06:59 +0000)]
Option to activate or deactivate the background fetching

23 months agoImproved log message
Michael [Mon, 1 Aug 2022 05:59:59 +0000 (05:59 +0000)]
Improved log message

23 months agoMerge branch 'fetch' into fetch-cache
Michael [Mon, 1 Aug 2022 05:57:59 +0000 (05:57 +0000)]
Merge branch 'fetch' into fetch-cache

23 months agoCache if an activity has recently been fetched
Michael [Mon, 1 Aug 2022 05:56:55 +0000 (05:56 +0000)]
Cache if an activity has recently been fetched

23 months agoNew table to control the fetching process
Michael [Mon, 1 Aug 2022 04:48:49 +0000 (04:48 +0000)]
New table to control the fetching process

23 months agoMerge pull request #11806 from annando/post-reason
Hypolite Petovan [Mon, 1 Aug 2022 03:28:13 +0000 (23:28 -0400)]
Merge pull request #11806 from annando/post-reason

The post-reason / protocol is now filled in most cases

23 months agoNo blubb allowed
Michael [Mon, 1 Aug 2022 00:58:56 +0000 (00:58 +0000)]
No blubb allowed

23 months agoRemove test code
Michael [Sun, 31 Jul 2022 16:01:56 +0000 (16:01 +0000)]
Remove test code

23 months agoThe post-reason / protocol is now filled in most cases
Michael [Sun, 31 Jul 2022 15:54:35 +0000 (15:54 +0000)]
The post-reason / protocol is now filled in most cases

23 months agoMerge pull request #11805 from annando/no-standard-decoupling
Tobias Diekershoff [Sun, 31 Jul 2022 10:25:01 +0000 (12:25 +0200)]
Merge pull request #11805 from annando/no-standard-decoupling

Decoupling is deactivated by default now

23 months agoOnly store the inbox-queue on activated background processing
Michael [Sun, 31 Jul 2022 08:10:47 +0000 (08:10 +0000)]
Only store the inbox-queue on activated background processing

23 months agoDecoupling is deactivated by default now
Michael [Sun, 31 Jul 2022 07:48:35 +0000 (07:48 +0000)]
Decoupling is deactivated by default now

23 months agoMerge pull request #11802 from annando/issue-11800
Philipp [Sat, 30 Jul 2022 08:07:46 +0000 (10:07 +0200)]
Merge pull request #11802 from annando/issue-11800

Issue 11800: Remove entry from queue in any case.

23 months agoIssue 11798: Handling of empty author
Michael [Sat, 30 Jul 2022 05:30:08 +0000 (05:30 +0000)]
Issue 11798: Handling of empty author

23 months agoIssue 11800: Remove entry from queue in any case.
Michael [Sat, 30 Jul 2022 04:43:18 +0000 (04:43 +0000)]
Issue 11800: Remove entry from queue in any case.

23 months agoMerge pull request #11801 from annando/no-zero
Hypolite Petovan [Sat, 30 Jul 2022 01:15:20 +0000 (21:15 -0400)]
Merge pull request #11801 from annando/no-zero

Don't add zero as receiver

23 months agoDon't add zero as receiver
Michael [Fri, 29 Jul 2022 22:56:53 +0000 (22:56 +0000)]
Don't add zero as receiver

23 months agoMerge pull request #11793 from Quix0r/reformatted-arrays
Hypolite Petovan [Fri, 29 Jul 2022 21:54:53 +0000 (17:54 -0400)]
Merge pull request #11793 from Quix0r/reformatted-arrays

Reformatted some arrays for better readability

23 months agoMerge pull request #11796 from annando/post-reason
Hypolite Petovan [Fri, 29 Jul 2022 21:54:15 +0000 (17:54 -0400)]
Merge pull request #11796 from annando/post-reason

Improvements for the "post-reason"

23 months agoUpdates messages.po
Michael [Fri, 29 Jul 2022 21:32:58 +0000 (21:32 +0000)]
Updates messages.po

23 months agoMerge branch 'post-reason' of github.com:annando/friendica into post-reason
Michael [Fri, 29 Jul 2022 21:31:34 +0000 (21:31 +0000)]
Merge branch 'post-reason' of github.com:annando/friendica into post-reason

23 months agoMerge remote-tracking branch 'upstream/develop' into post-reason
Michael [Fri, 29 Jul 2022 21:29:15 +0000 (21:29 +0000)]
Merge remote-tracking branch 'upstream/develop' into post-reason

23 months agoAdd more post reasons
Michael [Fri, 29 Jul 2022 21:28:22 +0000 (21:28 +0000)]
Add more post reasons

23 months agoUpdate src/Content/Conversation.php
Michael Vogel [Fri, 29 Jul 2022 19:59:53 +0000 (21:59 +0200)]
Update src/Content/Conversation.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
23 months agoMake the tests happy
Michael [Fri, 29 Jul 2022 16:05:04 +0000 (16:05 +0000)]
Make the tests happy

23 months agoExtracted as variable to have 2 more array fields moved to array initialization.
Roland Häder [Fri, 29 Jul 2022 15:19:07 +0000 (17:19 +0200)]
Extracted as variable to have 2 more array fields moved to array initialization.

23 months agoChanges:
Roland Häder [Fri, 29 Jul 2022 04:30:29 +0000 (06:30 +0200)]
Changes:
- reformatted arrays

23 months agoFix test
Michael [Fri, 29 Jul 2022 14:56:40 +0000 (14:56 +0000)]
Fix test

23 months agoUpdated messages.po
Michael [Fri, 29 Jul 2022 14:54:25 +0000 (14:54 +0000)]
Updated messages.po

23 months agoImprovements for the "post-reason"
Michael [Fri, 29 Jul 2022 14:17:53 +0000 (14:17 +0000)]
Improvements for the "post-reason"

23 months agoMerge pull request #11795 from Quix0r/fixes/type-errors
Hypolite Petovan [Fri, 29 Jul 2022 12:10:13 +0000 (08:10 -0400)]
Merge pull request #11795 from Quix0r/fixes/type-errors

Fixes/type errors

23 months agoFixed a possible NULL value (not valid, at least empty string)
Roland Häder [Fri, 29 Jul 2022 10:44:34 +0000 (12:44 +0200)]
Fixed a possible NULL value (not valid, at least empty string)

23 months agoChanged back to `$cdata`.
Roland Häder [Fri, 29 Jul 2022 09:56:41 +0000 (11:56 +0200)]
Changed back to `$cdata`.

23 months agoMerge pull request #11792 from Quix0r/fixes/get-request-value
Hypolite Petovan [Fri, 29 Jul 2022 01:17:34 +0000 (21:17 -0400)]
Merge pull request #11792 from Quix0r/fixes/get-request-value

Wrong variable name fixed (maybe copy-paste mistake) + used method instead of direct array access

23 months agoMerge pull request #11791 from Quix0r/fixes/type-hints-formattting
Hypolite Petovan [Thu, 28 Jul 2022 22:52:48 +0000 (18:52 -0400)]
Merge pull request #11791 from Quix0r/fixes/type-hints-formattting

Fixed wrong type-hint

23 months agoChanged:
Roland Häder [Thu, 28 Jul 2022 22:36:07 +0000 (00:36 +0200)]
Changed:
- used `$this->getRequestValue($request, 'foo', <bar>)` instead of `$request['foo'] ?? <bar>`
- fixed wrong variable naming
- changed double-quotes to single
- see https://github.com/friendica/friendica/issues/11631#issuecomment-1196410497

23 months agoChanges:
Roland Häder [Thu, 28 Jul 2022 22:06:49 +0000 (00:06 +0200)]
Changes:
- fixed wrong type-hint uid => int
- added returned type-hint
- added some documentation
- formatted arrays a bit

23 months agoMerge pull request #11790 from annando/fetchactivity
Hypolite Petovan [Thu, 28 Jul 2022 21:29:34 +0000 (17:29 -0400)]
Merge pull request #11790 from annando/fetchactivity

Negative caching / config for receiver / fix fatals

23 months agoConfig for receiver / fix fatals
Michael [Thu, 28 Jul 2022 21:16:42 +0000 (21:16 +0000)]
Config for receiver / fix fatals

23 months agoMerge pull request #11784 from MrPetovan/task/11779-blocklist-notification
Hypolite Petovan [Thu, 28 Jul 2022 20:26:51 +0000 (16:26 -0400)]
Merge pull request #11784 from MrPetovan/task/11779-blocklist-notification

Add email notification to all users on server domain pattern block list update

23 months agoUse negative caching
Michael [Thu, 28 Jul 2022 20:25:38 +0000 (20:25 +0000)]
Use negative caching

23 months agoMerge pull request #11789 from annando/fetchactivity
Philipp [Thu, 28 Jul 2022 20:13:04 +0000 (22:13 +0200)]
Merge pull request #11789 from annando/fetchactivity

Caching for fetched activities

23 months agoFix fatal error
Michael [Thu, 28 Jul 2022 19:35:25 +0000 (19:35 +0000)]
Fix fatal error

23 months agoCaching for fetched activities
Michael [Thu, 28 Jul 2022 19:05:04 +0000 (19:05 +0000)]
Caching for fetched activities

23 months agoMerge pull request #11788 from nupplaphil/feat/woodpecker_files
Hypolite Petovan [Thu, 28 Jul 2022 18:49:15 +0000 (14:49 -0400)]
Merge pull request #11788 from nupplaphil/feat/woodpecker_files

Replace SFTP-publish with docker-publish

23 months agoReplace SFTP-publish with docker-publish
Philipp [Thu, 28 Jul 2022 18:34:53 +0000 (20:34 +0200)]
Replace SFTP-publish with docker-publish

23 months agoMerge pull request #11787 from AlessandroLorenzi/f11581/translate_data
Hypolite Petovan [Thu, 28 Jul 2022 16:46:40 +0000 (12:46 -0400)]
Merge pull request #11787 from AlessandroLorenzi/f11581/translate_data

fix(frio): "Data" move header in template w/ l10n

23 months agofix(frio): "Data" move header in template w/ l10n
Alessandro Lorenzi [Thu, 28 Jul 2022 16:06:31 +0000 (18:06 +0200)]
fix(frio): "Data" move header in template w/ l10n

fix: #11581

23 months agoMerge pull request #11785 from annando/processing
Hypolite Petovan [Thu, 28 Jul 2022 09:42:46 +0000 (05:42 -0400)]
Merge pull request #11785 from annando/processing

Decoupling of relay posts / endless loop removed

23 months agoMake server domain pattern block reason mandatory
Hypolite Petovan [Thu, 28 Jul 2022 09:25:41 +0000 (05:25 -0400)]
Make server domain pattern block reason mandatory

23 months agoUpdated main translation file after adding strings
Hypolite Petovan [Thu, 28 Jul 2022 03:09:35 +0000 (23:09 -0400)]
Updated main translation file after adding strings

23 months agoAdd email notification to all users on server domain pattern block list update
Hypolite Petovan [Thu, 28 Jul 2022 02:11:58 +0000 (22:11 -0400)]
Add email notification to all users on server domain pattern block list update

23 months agoMove server domain pattern blocklist features to its own class
Hypolite Petovan [Wed, 27 Jul 2022 19:36:20 +0000 (15:36 -0400)]
Move server domain pattern blocklist features to its own class

- Update tests

23 months agoUse DBA::quoteIdentifier in Database::escapeFields
Hypolite Petovan [Wed, 27 Jul 2022 23:54:02 +0000 (19:54 -0400)]
Use DBA::quoteIdentifier in Database::escapeFields

23 months agoMerge pull request #11786 from Quix0r/revert-11783-logging-unsupported
Tobias Diekershoff [Thu, 28 Jul 2022 06:15:46 +0000 (08:15 +0200)]
Merge pull request #11786 from Quix0r/revert-11783-logging-unsupported

Revert "Added logging of unsupported meta-tag records"

23 months agoRevert "Added logging of unsupported meta-tag records"
Roland Häder [Thu, 28 Jul 2022 06:00:58 +0000 (06:00 +0000)]
Revert "Added logging of unsupported meta-tag records"

23 months agoAvoid loops at deletion / decoupling for relay posts
Michael [Thu, 28 Jul 2022 05:29:47 +0000 (05:29 +0000)]
Avoid loops at deletion / decoupling for relay posts

23 months agoMerge branch 'develop' of github.com:annando/friendica into develop
Michael [Thu, 28 Jul 2022 03:57:39 +0000 (03:57 +0000)]
Merge branch 'develop' of github.com:annando/friendica into develop

23 months agoMerge pull request #11783 from Quix0r/logging-unsupported
Hypolite Petovan [Thu, 28 Jul 2022 02:18:52 +0000 (22:18 -0400)]
Merge pull request #11783 from Quix0r/logging-unsupported

Added logging of unsupported meta-tag records

23 months agoAdded logging of unsupported meta-tag records
Roland Häder [Tue, 19 Jul 2022 21:55:27 +0000 (23:55 +0200)]
Added logging of unsupported meta-tag records

23 months agoMerge remote-tracking branch 'annando/untrusted' into develop
Hypolite Petovan [Wed, 27 Jul 2022 22:29:27 +0000 (18:29 -0400)]
Merge remote-tracking branch 'annando/untrusted' into develop

23 months agoAvoid endless loop while deleting
Michael [Wed, 27 Jul 2022 21:57:05 +0000 (21:57 +0000)]
Avoid endless loop while deleting

23 months agoMerge pull request #11780 from annando/untrusted
Hypolite Petovan [Wed, 27 Jul 2022 21:27:26 +0000 (17:27 -0400)]
Merge pull request #11780 from annando/untrusted

Improved handling of incoming posts / new activity relay