]>
git.mxchange.org Git - friendica.git/log
Hypolite Petovan [Fri, 26 Jan 2024 21:48:55 +0000 (16:48 -0500)]
Add documentation to DisposableFullTextSearch->idenfier field
Hypolite Petovan [Wed, 17 Jan 2024 03:29:43 +0000 (22:29 -0500)]
Refactor user-defined channel match
- Remove disposable full-text search feature from UserDefinedChannels repository
- Fix return value of Repository\UserDefinedChannel->match
Hypolite Petovan [Wed, 17 Jan 2024 03:24:52 +0000 (22:24 -0500)]
Add throwaway full-text search feature in a dedicated Database class
- Add explicit return type to UserDefinedChannels->current() to help IDE auto-completion
Hypolite Petovan [Tue, 23 Jan 2024 03:31:20 +0000 (22:31 -0500)]
Merge pull request #13846 from annando/search
Improved search results and performance by adding a separate search index table
Michael [Mon, 22 Jan 2024 14:09:29 +0000 (14:09 +0000)]
Merge remote-tracking branch 'upstream/develop' into search
Hypolite Petovan [Mon, 22 Jan 2024 13:21:26 +0000 (08:21 -0500)]
Merge pull request #13849 from annando/title
Import the image attribut "title"
Hypolite Petovan [Mon, 22 Jan 2024 13:20:37 +0000 (08:20 -0500)]
Merge pull request #13848 from annando/getbodystring
Changed leftover "getBody" to "getBodyString"
Michael [Mon, 22 Jan 2024 07:47:38 +0000 (07:47 +0000)]
Import the image attribut "title"
Michael [Mon, 22 Jan 2024 07:38:05 +0000 (07:38 +0000)]
Changed leftover "getBody" to "getBodyString"
Michael [Sun, 21 Jan 2024 17:05:18 +0000 (17:05 +0000)]
Code standards
Michael [Sun, 21 Jan 2024 16:39:28 +0000 (16:39 +0000)]
Updated full text indexes
Michael [Sun, 21 Jan 2024 16:24:59 +0000 (16:24 +0000)]
Expiry post search index entries
Michael [Wed, 17 Jan 2024 21:10:33 +0000 (21:10 +0000)]
Postupdate added
Michael [Wed, 17 Jan 2024 20:25:49 +0000 (20:25 +0000)]
New search keyword "language"
Michael [Wed, 17 Jan 2024 19:46:22 +0000 (19:46 +0000)]
New table "post-searchindex"
Michael Vogel [Wed, 17 Jan 2024 17:00:31 +0000 (18:00 +0100)]
Merge pull request #13834 from MrPetovan/task/remove-delete-rotator
[frio] Move item deletion rotator to button
Hypolite Petovan [Wed, 17 Jan 2024 03:35:08 +0000 (22:35 -0500)]
Merge pull request #13836 from Quix0r/fixes/configurable-file-size
Make hard-coded max response configurable
Roland Häder [Wed, 17 Jan 2024 00:50:31 +0000 (01:50 +0100)]
Added note
Hypolite Petovan [Wed, 17 Jan 2024 00:49:59 +0000 (19:49 -0500)]
Merge pull request #13806 from annando/channel-relay
New user account type "Channel Relay"
Roland Häder [Wed, 17 Jan 2024 00:11:06 +0000 (01:11 +0100)]
Better description (@MrPetovan)
Roland Häder [Tue, 16 Jan 2024 19:32:17 +0000 (20:32 +0100)]
Renamed 'http_client' -> 'performance'
Roland Häder [Tue, 16 Jan 2024 19:11:59 +0000 (20:11 +0100)]
Continued:
- moved to new configuration category 'http_client' (thanks to @MrPetovan)
Roland Häder [Tue, 16 Jan 2024 18:58:43 +0000 (19:58 +0100)]
Continued:
- added max_response_data_size to default configuration with hard-coded value
from code
Roland Häder [Tue, 16 Jan 2024 18:52:06 +0000 (19:52 +0100)]
Make hard-coded max response configurable:
- see discussion started by @schmaker@schmaker.eu at https://schmaker.eu/display/
c83e3896 -1265-a3d6-0ab5-
a78119129626
- this allows servers with lower RAM amount to still run without OOMs (or much lesser)
Michael [Mon, 15 Jan 2024 22:28:46 +0000 (22:28 +0000)]
Merge branch 'channel-relay' of https://github.com/annando/friendica into channel-relay
Michael [Mon, 15 Jan 2024 22:28:42 +0000 (22:28 +0000)]
Centralized functionality to store and delete the check-full-text-search table
Michael [Mon, 15 Jan 2024 19:53:07 +0000 (19:53 +0000)]
Merge branch 'channel-relay' of https://github.com/annando/friendica into channel-relay
Michael [Mon, 15 Jan 2024 19:51:20 +0000 (19:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into channel-relay
Michael [Mon, 15 Jan 2024 19:41:26 +0000 (19:41 +0000)]
Merge remote-tracking branch 'upstream/develop' into channel-relay
Hypolite Petovan [Mon, 15 Jan 2024 19:17:06 +0000 (14:17 -0500)]
Merge pull request #13831 from friendica/warning
Fix warning concerning a missing "created" field
Hypolite Petovan [Mon, 15 Jan 2024 19:16:12 +0000 (14:16 -0500)]
Merge pull request #13835 from annando/no-any-value
"ANY_VALUE" is removed
Michael [Mon, 15 Jan 2024 17:00:32 +0000 (17:00 +0000)]
Improve query
Michael [Mon, 15 Jan 2024 16:53:24 +0000 (16:53 +0000)]
Updated messages.po
Michael [Mon, 15 Jan 2024 16:45:24 +0000 (16:45 +0000)]
"ANY_VALUE" is removed
Hypolite Petovan [Mon, 15 Jan 2024 15:22:37 +0000 (10:22 -0500)]
[frio] Move item deletion rotator to button
Hypolite Petovan [Mon, 15 Jan 2024 14:55:46 +0000 (09:55 -0500)]
Exclude Apple keyboard Meta key from the Pause shortcut
Hypolite Petovan [Mon, 15 Jan 2024 12:53:39 +0000 (07:53 -0500)]
Merge pull request #13824 from toddy15/php-cs-fixer
Update and install PHP-CS-Fixer
Hypolite Petovan [Mon, 15 Jan 2024 12:43:23 +0000 (07:43 -0500)]
Merge pull request #13832 from mexon/console-set-password
Update use of PasswordExposed API
Dr. Tobias Quathamer [Mon, 15 Jan 2024 12:31:29 +0000 (13:31 +0100)]
Add license header to php-cs-fixer configuration file
Dr. Tobias Quathamer [Mon, 15 Jan 2024 11:52:28 +0000 (12:52 +0100)]
Regenerate composer.lock
Dr. Tobias Quathamer [Thu, 11 Jan 2024 19:17:40 +0000 (20:17 +0100)]
Do not reformat addon directory
Dr. Tobias Quathamer [Thu, 11 Jan 2024 19:16:20 +0000 (20:16 +0100)]
Update .gitignore for new php-cs-fixer filename
Dr. Tobias Quathamer [Thu, 11 Jan 2024 19:12:44 +0000 (20:12 +0100)]
Remove unneeded requirement of autoload file
Dr. Tobias Quathamer [Thu, 11 Jan 2024 19:12:01 +0000 (20:12 +0100)]
Copy php-cs-fixer configuration file to currently expected name
Dr. Tobias Quathamer [Thu, 11 Jan 2024 19:10:43 +0000 (20:10 +0100)]
Add new script commands for php-cs-fixer
Dr. Tobias Quathamer [Sun, 14 Jan 2024 13:47:19 +0000 (14:47 +0100)]
Add friendsofphp/php-cs-fixer to development packages
Michael [Mon, 15 Jan 2024 06:20:49 +0000 (06:20 +0000)]
Constant for undeterminded language
Michael [Mon, 15 Jan 2024 06:14:55 +0000 (06:14 +0000)]
Merge remote-tracking branch 'upstream/develop' into channel-relay
Hypolite Petovan [Mon, 15 Jan 2024 06:09:01 +0000 (01:09 -0500)]
Merge pull request #13833 from mexon/create-user-photo
Allow setting user avatar in the console at creation
Hypolite Petovan [Mon, 15 Jan 2024 06:06:50 +0000 (01:06 -0500)]
Merge pull request #13827 from annando/ocr
Use OCR to fetch text in images
Michael [Sun, 14 Jan 2024 19:18:41 +0000 (19:18 +0000)]
Move to addon
Michael [Sun, 14 Jan 2024 18:40:32 +0000 (18:40 +0000)]
Composer
Michael [Sun, 14 Jan 2024 18:38:22 +0000 (18:38 +0000)]
Composer
Michael [Sun, 14 Jan 2024 18:33:02 +0000 (18:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into ocr
Matthew Exon [Sun, 14 Jan 2024 15:20:11 +0000 (16:20 +0100)]
Update use of PasswordExposed API
Matthew Exon [Sun, 14 Jan 2024 15:19:20 +0000 (16:19 +0100)]
Allow setting user avatar in the console at creation
Michael [Sun, 14 Jan 2024 12:13:10 +0000 (12:13 +0000)]
Merge remote-tracking branch 'upstream/develop' into warning
Michael [Sun, 14 Jan 2024 11:58:06 +0000 (11:58 +0000)]
Fix warning concerning a missing "created" field
Michael Vogel [Sun, 14 Jan 2024 09:08:00 +0000 (10:08 +0100)]
Issue 13828: Use the alias as profile link if present (#13829)
* Issue 13828: Use the alias as profile link if present
* Updated messages.po
Michael Vogel [Sat, 13 Jan 2024 20:38:22 +0000 (21:38 +0100)]
Merge pull request #13826 from MrPetovan/bug/deprecated
[Composer] Bump guzzlehttp/guzzle to version 7 to suppress deprecation notices
Michael [Sat, 13 Jan 2024 19:37:24 +0000 (19:37 +0000)]
Improved config description
Michael [Sat, 13 Jan 2024 19:30:20 +0000 (19:30 +0000)]
Use OCR to fetch text in images
Michael [Sat, 13 Jan 2024 19:20:45 +0000 (19:20 +0000)]
Fix regexp for search text generation
Michael [Sat, 13 Jan 2024 15:46:37 +0000 (15:46 +0000)]
Link preview text and description added to search text.
Hypolite Petovan [Fri, 12 Jan 2024 06:12:48 +0000 (01:12 -0500)]
[Composer] Bump guzzlehttp/guzzle to version 7 to suppress deprecation notices
- Bump divineomega/password_exposed to version 3 to remove dependency on Guzzle version 6
- Add new ICanHandleHttpResponses->getBodyString method to solve inheritance mismatch with GuzzleHttp\Psr7\ResponseInterface->getBody return type
Michael [Fri, 12 Jan 2024 09:58:16 +0000 (09:58 +0000)]
Improved handling of empty default languages
Hypolite Petovan [Fri, 12 Jan 2024 05:19:48 +0000 (00:19 -0500)]
Merge pull request #13825 from toddy15/undefined-array-key
Fix Undefined array key.
Dr. Tobias Quathamer [Thu, 11 Jan 2024 22:38:29 +0000 (23:38 +0100)]
Fix Undefined array key.
- Address https://github.com/friendica/friendica/issues/13761#issuecomment-
1878806230
Michael [Thu, 11 Jan 2024 20:40:24 +0000 (20:40 +0000)]
Simplify SQL check
Michael [Thu, 11 Jan 2024 07:01:48 +0000 (07:01 +0000)]
Fix a problem with MySQL
Michael [Thu, 11 Jan 2024 06:49:15 +0000 (06:49 +0000)]
Property added
Michael [Wed, 10 Jan 2024 22:04:02 +0000 (22:04 +0000)]
Fix warning: E_WARNING: Undefined array key "publish"
Michael [Wed, 10 Jan 2024 21:51:34 +0000 (21:51 +0000)]
Code clean up
Michael [Wed, 10 Jan 2024 21:17:21 +0000 (21:17 +0000)]
Improved performance with full text search
Michael [Wed, 10 Jan 2024 20:17:44 +0000 (20:17 +0000)]
Validate full search text
Michael Vogel [Wed, 10 Jan 2024 17:09:33 +0000 (18:09 +0100)]
Merge pull request #13820 from haheute/remove-01
remove a superfluous '01' that appeared next to checkboxes from templ…
Hannes Heute [Wed, 10 Jan 2024 16:41:53 +0000 (17:41 +0100)]
remove a superfluous '01' that appeared next to checkboxes from template file
Michael [Wed, 10 Jan 2024 10:55:18 +0000 (10:55 +0000)]
Language check added
Michael [Tue, 9 Jan 2024 22:55:47 +0000 (22:55 +0000)]
Handle reshares / improved code
Michael [Tue, 9 Jan 2024 06:40:07 +0000 (06:40 +0000)]
Compare with lowered tags
Hypolite Petovan [Mon, 8 Jan 2024 15:12:07 +0000 (10:12 -0500)]
Merge pull request #13807 from toddy15/develop
Clean up smarty templates.
Michael [Mon, 8 Jan 2024 06:48:49 +0000 (06:48 +0000)]
Take language from quoted post
Michael [Mon, 8 Jan 2024 06:23:28 +0000 (06:23 +0000)]
Execute the language detection all the time
Michael [Sun, 7 Jan 2024 23:10:28 +0000 (23:10 +0000)]
Fix warning, when the language is invalid
Dr. Tobias Quathamer [Sun, 7 Jan 2024 20:48:22 +0000 (21:48 +0100)]
Use double quotes where possible
Dr. Tobias Quathamer [Sat, 6 Jan 2024 19:00:33 +0000 (20:00 +0100)]
Clean up smarty templates.
This simplifies some logic in if-conditions, because
smarty just returns an empty string for undefined
variables.
Also, this commit removes unnecessary values from
HTML input attributes.
Michael [Sun, 7 Jan 2024 19:57:53 +0000 (19:57 +0000)]
Updated messages.po
Michael [Sun, 7 Jan 2024 19:22:56 +0000 (19:22 +0000)]
New option to disallow
Michael [Sun, 7 Jan 2024 18:36:47 +0000 (18:36 +0000)]
New field "publish" for channels
Michael [Sun, 7 Jan 2024 12:45:08 +0000 (12:45 +0000)]
Improved handling of undetected languages
Michael [Sun, 7 Jan 2024 12:09:13 +0000 (12:09 +0000)]
Simplified language check
Michael [Sun, 7 Jan 2024 10:11:52 +0000 (10:11 +0000)]
Improved handling for undeterminded languages
Hypolite Petovan [Sun, 7 Jan 2024 02:03:52 +0000 (21:03 -0500)]
Merge pull request #13808 from mexon/allow-ipv6-failure
allow hosts to be validated even if ipv6 fails
Michael [Sun, 7 Jan 2024 01:08:59 +0000 (01:08 +0000)]
Use owner instead of author
Matthew Exon [Sat, 6 Jan 2024 22:56:11 +0000 (23:56 +0100)]
allow hosts to be validated even if ipv6 fails
Michael [Sat, 6 Jan 2024 22:04:30 +0000 (22:04 +0000)]
Improved code / updated messages.po
Michael [Sat, 6 Jan 2024 21:52:28 +0000 (21:52 +0000)]
Limited settings for the relay account type
Michael [Sat, 6 Jan 2024 17:27:42 +0000 (17:27 +0000)]
New user account type "Channel Relay"
Hypolite Petovan [Sat, 6 Jan 2024 16:13:54 +0000 (11:13 -0500)]
Merge pull request #13805 from toddy15/develop
Enable HTML attributes in all form fields.
Dr. Tobias Quathamer [Sat, 6 Jan 2024 15:10:49 +0000 (16:10 +0100)]
Enable HTML attributes in all form fields.
Closes #13804