]>
git.mxchange.org Git - friendica.git/log
Art4 [Sat, 8 Feb 2025 16:37:08 +0000 (16:37 +0000)]
Merge branch 'develop' into replace-hooks-with-eventdispatcher
Art4 [Sat, 8 Feb 2025 16:33:07 +0000 (16:33 +0000)]
Implement home_init hook as Event
Hypolite Petovan [Sat, 8 Feb 2025 16:24:08 +0000 (11:24 -0500)]
Merge pull request #14797 from tobiasd/
20250208 -lng
update translations
Tobias Diekershoff [Sat, 8 Feb 2025 15:33:37 +0000 (16:33 +0100)]
update translations
Art4 [Sat, 8 Feb 2025 08:17:30 +0000 (08:17 +0000)]
Replace hooks post_local_start, post_local and post_local_end with EventDispatcher
Art4 [Sat, 8 Feb 2025 07:58:33 +0000 (07:58 +0000)]
Add events for post_local, post_local_start and post_local_end
Hypolite Petovan [Thu, 6 Feb 2025 19:34:37 +0000 (14:34 -0500)]
Merge pull request #14792 from ne20002/issue/288
Followup to #14790
ne20002 [Thu, 6 Feb 2025 18:18:11 +0000 (18:18 +0000)]
Fix for PR #14790
ne20002 [Thu, 6 Feb 2025 17:53:09 +0000 (17:53 +0000)]
Followup to #14790 - revert to /bin/bash for run_xgettext.sh
Hypolite Petovan [Thu, 6 Feb 2025 17:12:38 +0000 (12:12 -0500)]
Merge pull request #14790 from ne20002/issue/288
Downgrade shebang from bin/bash to bin/sh
Hypolite Petovan [Thu, 6 Feb 2025 16:03:08 +0000 (11:03 -0500)]
Merge pull request #14789 from Art4/fix-randomdigits
Fix Crypto::randomDigits()
Hypolite Petovan [Thu, 6 Feb 2025 15:59:43 +0000 (10:59 -0500)]
Merge pull request #14788 from Art4/optimize-composer
Add composer script for production installation
ne20002 [Thu, 6 Feb 2025 09:21:33 +0000 (09:21 +0000)]
Downgrade shebang from bin/bash to bin/sh
Art4 [Thu, 6 Feb 2025 08:33:18 +0000 (08:33 +0000)]
Fix tests
Art4 [Thu, 6 Feb 2025 08:30:05 +0000 (08:30 +0000)]
Fix return type of randomDigits
Art4 [Thu, 6 Feb 2025 08:29:14 +0000 (08:29 +0000)]
Revert "Refactor Crypto::randomDigits()"
This reverts commit
940884e4bd0c1f68757e464f46b4e76c1f4da5b1 .
Art4 [Thu, 6 Feb 2025 07:47:51 +0000 (07:47 +0000)]
Fix composer path in Vagrant docs
Art4 [Thu, 6 Feb 2025 07:43:52 +0000 (07:43 +0000)]
Update docs and scripts to use the correct composer install script
Art4 [Thu, 6 Feb 2025 07:21:00 +0000 (07:21 +0000)]
Add composer script for install:prod, remove optimization in dev
Tobias Diekershoff [Thu, 6 Feb 2025 07:02:47 +0000 (08:02 +0100)]
Merge pull request #14787 from annando/issues
Fix notices and missing template variables
Michael [Thu, 6 Feb 2025 05:41:30 +0000 (05:41 +0000)]
Fix notices and missing template variables
Hypolite Petovan [Thu, 6 Feb 2025 03:38:54 +0000 (22:38 -0500)]
Merge pull request #14785 from annando/accessibility-3
Accessibility: Widgets and other menues
Michael [Wed, 5 Feb 2025 22:46:01 +0000 (22:46 +0000)]
Accessibility: Widgets and other menues
Hypolite Petovan [Wed, 5 Feb 2025 16:22:31 +0000 (11:22 -0500)]
Merge pull request #14784 from ne20002/feat/wizard
use env variables in install wizard for values if available
Hypolite Petovan [Wed, 5 Feb 2025 16:08:05 +0000 (11:08 -0500)]
Merge pull request #14779 from annando/issue-14746
Issue 14746: Improved description
Hypolite Petovan [Wed, 5 Feb 2025 15:42:10 +0000 (10:42 -0500)]
Merge pull request #14640 from Art4/introduce-eventdispatcher
[EventDispatcher] Proof of concept
ne20002 [Wed, 5 Feb 2025 14:56:05 +0000 (14:56 +0000)]
use env variables in install wizard for values if available
Michael [Wed, 5 Feb 2025 09:45:46 +0000 (09:45 +0000)]
Fix codestyle
Michael [Tue, 4 Feb 2025 05:52:23 +0000 (05:52 +0000)]
Issue 14746: Improved description
Art4 [Sat, 1 Feb 2025 16:12:25 +0000 (16:12 +0000)]
Move HookEventBridge into Friendica\Core\Hooks namespace
Art4 [Wed, 29 Jan 2025 08:58:55 +0000 (08:58 +0000)]
Fix code style
Art4 [Wed, 29 Jan 2025 08:53:49 +0000 (08:53 +0000)]
Change code style
Art4 [Wed, 29 Jan 2025 08:37:03 +0000 (08:37 +0000)]
Replace Hook with EventDispatcher in Feature class
Art4 [Wed, 29 Jan 2025 08:16:50 +0000 (08:16 +0000)]
Stop calling DI container over and over again
Art4 [Wed, 29 Jan 2025 08:12:08 +0000 (08:12 +0000)]
Replace Hook with EventDispatcher in Feature class
Art4 [Wed, 29 Jan 2025 07:46:56 +0000 (07:46 +0000)]
Replace Hook with EventDispatcher in Content Nav class
Art4 [Tue, 28 Jan 2025 15:24:49 +0000 (15:24 +0000)]
Add ArrayFilterEvent, replace app_menu hook
Art4 [Tue, 28 Jan 2025 09:11:33 +0000 (09:11 +0000)]
Let event classes extending Event
Art4 [Tue, 28 Jan 2025 07:23:44 +0000 (07:23 +0000)]
Refactor HookEventBridge
Art4 [Tue, 28 Jan 2025 07:14:01 +0000 (07:14 +0000)]
Add missing files
Art4 [Mon, 27 Jan 2025 16:02:58 +0000 (16:02 +0000)]
Create ConfigLoadedEvent
Art4 [Mon, 27 Jan 2025 15:39:22 +0000 (15:39 +0000)]
Create DI::eventDispatcher() where constructor injection is not possible atm
Art4 [Mon, 27 Jan 2025 15:11:01 +0000 (15:11 +0000)]
Remove unused StaticEventSubscriber interface
Art4 [Mon, 27 Jan 2025 15:10:04 +0000 (15:10 +0000)]
Mark new event and eventdispatcher classes as internal
Art4 [Fri, 24 Jan 2025 14:36:05 +0000 (14:36 +0000)]
EventDispatcher proof of concept
Hypolite Petovan [Tue, 4 Feb 2025 18:22:09 +0000 (13:22 -0500)]
Merge pull request #14749 from MarekBenjamin/bugfix/14748-frio-filer-dialog-colors
Fix filer dialog colors
Hypolite Petovan [Tue, 4 Feb 2025 18:20:41 +0000 (13:20 -0500)]
Updated main translation file
Marek Bachmann [Tue, 28 Jan 2025 23:48:26 +0000 (23:48 +0000)]
Change filer dialog from color box to modal usage
Hypolite Petovan [Tue, 4 Feb 2025 17:54:29 +0000 (12:54 -0500)]
Merge pull request #14781 from Eduu/covering-index-for-count-queries
Faster count queries when updating the info about current node
Esko Arajärvi [Tue, 4 Feb 2025 16:46:06 +0000 (18:46 +0200)]
Faster count queries when updating the info about current node
MySQL optimiser seems to prefer a full table scan of `post-user`
table in the count query mentioned in issue #14763. When the origin
and deleted columns are added to the index, the IN-query part of
the query can be done with index-only scan, which is much faster.
Adding the columns in the order
uri-id, origin, deleted
allows some other queries to also use it when checking
for uri-id and origin.
Fixes #14763
Tobias Diekershoff [Tue, 4 Feb 2025 13:59:47 +0000 (14:59 +0100)]
Merge pull request #14760 from MrPetovan/bug/warnings
Prioritize coalescing parameters in Moderation\Users\*->processGetActions
Hypolite Petovan [Tue, 4 Feb 2025 12:40:14 +0000 (07:40 -0500)]
Merge pull request #14769 from annando/acessibility
Some more screenreader improvements
Michael [Tue, 4 Feb 2025 03:45:02 +0000 (03:45 +0000)]
Fix code standard
Michael [Mon, 3 Feb 2025 07:28:45 +0000 (07:28 +0000)]
Skip to content
Michael [Sun, 2 Feb 2025 19:18:47 +0000 (19:18 +0000)]
Codestyle changes
Michael [Sun, 2 Feb 2025 18:19:32 +0000 (18:19 +0000)]
Some more screenreader improvements
Hypolite Petovan [Tue, 4 Feb 2025 02:52:51 +0000 (21:52 -0500)]
Merge pull request #14775 from waldyrious/normalize-signup-form-labels
Normalize punctuation in signup form field labels
Waldir Pimenta [Mon, 3 Feb 2025 21:53:02 +0000 (21:53 +0000)]
Normalize punctuation in signup form field labels
Hypolite Petovan [Mon, 3 Feb 2025 21:42:37 +0000 (16:42 -0500)]
Merge pull request #14773 from waldyrious/close-paren
Close paren in message shown at the signup form
Waldir Pimenta [Mon, 3 Feb 2025 21:09:00 +0000 (21:09 +0000)]
Close paren in message shown at the signup form
Waldir Pimenta [Mon, 3 Feb 2025 19:54:15 +0000 (19:54 +0000)]
Update messages.po main translation file
Hypolite Petovan [Sun, 2 Feb 2025 19:44:14 +0000 (14:44 -0500)]
Merge pull request #14764 from haheute/circle-update-wrapper-css
[frio] Small CSS fix for circle-update-wrapper shortmode headings
Hypolite Petovan [Sun, 2 Feb 2025 19:43:34 +0000 (14:43 -0500)]
Merge pull request #14762 from juliend2/add-addon-dir
Create `addon/` folder in the proper order, since it's now mandatory
Hypolite Petovan [Sun, 2 Feb 2025 18:13:24 +0000 (13:13 -0500)]
Merge pull request #14758 from Art4/hard-deprecate-logger
Hard deprecate `Friendica\Core\Logger`
Hannes Heute [Sat, 1 Feb 2025 19:45:15 +0000 (20:45 +0100)]
[frio] Small CSS fix for circle-update-wrapper shortmode headings
Julien Desrosiers [Sat, 1 Feb 2025 18:21:36 +0000 (13:21 -0500)]
If we follow the installation doc, it says to clone the addon repo inside this dir
which would fail if said dir exist and is not empty.
Julien Desrosiers [Sat, 1 Feb 2025 17:08:31 +0000 (12:08 -0500)]
.gitkeep to allow addon(s) folders to exist by default
Art4 [Sat, 1 Feb 2025 09:21:00 +0000 (09:21 +0000)]
deprecations should be muted trigger_error calls
Julien Desrosiers [Sat, 1 Feb 2025 05:35:58 +0000 (00:35 -0500)]
Making addon/ folder exist since it's now mandatory
Hypolite Petovan [Fri, 31 Jan 2025 17:15:31 +0000 (12:15 -0500)]
Fix code style in Moderation\Users classes
Hypolite Petovan [Fri, 31 Jan 2025 17:11:59 +0000 (12:11 -0500)]
Prioritize coalescing parameters in Moderation\Users\*->processGetActions
↪ This was causing missing array index warnings when the casting took precedence
Art4 [Fri, 31 Jan 2025 15:36:08 +0000 (15:36 +0000)]
Log trigger_error() of deprecated code
Art4 [Fri, 31 Jan 2025 15:35:07 +0000 (15:35 +0000)]
Mute calles of trigger_error()
Art4 [Fri, 31 Jan 2025 07:56:30 +0000 (07:56 +0000)]
Hard deprecate DI::workerLogger(), mark DI::loggerManager() as internal
Art4 [Fri, 31 Jan 2025 07:55:53 +0000 (07:55 +0000)]
Hard deprecate all Logger methods
Hypolite Petovan [Thu, 30 Jan 2025 03:19:12 +0000 (22:19 -0500)]
Merge pull request #14755 from haheute/photo-permission-modal
[frio] Use modal instead of popupbox for permissions on photo edit page
Hannes Heute [Wed, 29 Jan 2025 22:32:18 +0000 (23:32 +0100)]
[frio] Don't lose title in photo permission modals
Tobias Diekershoff [Wed, 29 Jan 2025 21:57:51 +0000 (22:57 +0100)]
Merge pull request #14752 from MrPetovan/bug/fatal-errors
Add expected final return in Console\Storage->doMove
Hannes Heute [Wed, 29 Jan 2025 20:18:15 +0000 (21:18 +0100)]
[frio] Use modal instead of popupbox for permissions on photo edit page
Hypolite Petovan [Wed, 29 Jan 2025 17:30:28 +0000 (12:30 -0500)]
Merge pull request #14753 from haheute/drop-area
[frio] Improve dropzone background color
Hannes Heute [Wed, 29 Jan 2025 15:59:32 +0000 (16:59 +0100)]
improve dropzone background color
Hypolite Petovan [Wed, 29 Jan 2025 14:58:33 +0000 (09:58 -0500)]
Merge pull request #14751 from haheute/modal-header
Frio: change modal header border to reflect the current color scheme
Hypolite Petovan [Wed, 29 Jan 2025 14:56:06 +0000 (09:56 -0500)]
Add expected final return in Console\Storage->doMove
- Address https://github.com/friendica/friendica/issues/14646#issuecomment-
2621372228
Hypolite Petovan [Wed, 29 Jan 2025 14:55:42 +0000 (09:55 -0500)]
Fix coding style in Console\Storage
Hannes Heute [Wed, 29 Jan 2025 14:46:37 +0000 (15:46 +0100)]
use class instead of id, to match all occurences
Hannes Heute [Wed, 29 Jan 2025 14:11:41 +0000 (15:11 +0100)]
Frio: change modal header border to reflect the current color scheme
Hypolite Petovan [Tue, 28 Jan 2025 21:45:40 +0000 (16:45 -0500)]
Merge pull request #14747 from haheute/notification-word-break
Frio: break too long words in topbar notifications
Hannes Heute [Tue, 28 Jan 2025 20:36:55 +0000 (21:36 +0100)]
Frio: break too long words in topbar notifications
Michael Vogel [Tue, 28 Jan 2025 20:15:14 +0000 (21:15 +0100)]
Merge pull request #14745 from MrPetovan/bug/14744-mastodon-api-instance
Fix wrong default value for contact_account in Mastodon\Instance
Michael Vogel [Tue, 28 Jan 2025 20:09:05 +0000 (21:09 +0100)]
Merge pull request #14740 from MrPetovan/bug/14702-filer-callback
Fix itemFiler() callback
Michael Vogel [Tue, 28 Jan 2025 20:05:59 +0000 (21:05 +0100)]
Merge pull request #14739 from MrPetovan/bug/14711-log-new-line
Remove potential new lines in reported logger instances
Hypolite Petovan [Sun, 26 Jan 2025 22:52:02 +0000 (17:52 -0500)]
Fix coding style in Repository\Notify and Util\Emailer
Hypolite Petovan [Sun, 26 Jan 2025 19:09:21 +0000 (14:09 -0500)]
Remove potential new lines in reported logger instances
- Thanks to @MrKaplan-lw for the investigative work
Hypolite Petovan [Sun, 26 Jan 2025 19:42:21 +0000 (14:42 -0500)]
Fix itemFiler() callback
- Remove page exit alert
- Update filed post display on success
- Reset cursor appearance always
Hypolite Petovan [Sun, 26 Jan 2025 19:32:14 +0000 (14:32 -0500)]
Fix code style in itemFiler()
Hypolite Petovan [Tue, 28 Jan 2025 12:35:17 +0000 (07:35 -0500)]
Fix coding style in Object/Api/Mastodon/Instance
Hypolite Petovan [Tue, 28 Jan 2025 03:01:40 +0000 (22:01 -0500)]
Fix wrong default value for contact_account in Mastodon\Instance
Hypolite Petovan [Tue, 28 Jan 2025 03:01:17 +0000 (22:01 -0500)]
Add type hints in Mastodon\Instance
Hypolite Petovan [Mon, 27 Jan 2025 13:10:03 +0000 (08:10 -0500)]
Merge pull request #14742 from haheute/media-heading
fix font-size for .media-heading
Hannes Heute [Mon, 27 Jan 2025 12:14:46 +0000 (13:14 +0100)]
fix font-size for .media-heading